0byt3m1n1
Path:
/
data
/
25
/
2
/
150
/
9
/
2476172
/
meta
/
2711761
/
mysql.backup
/
[
Home
]
File: 1_032d884_1.mysqlcluster11.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster11 Database: 1_032d884_1 -- ------------------------------------------------------ -- Server version 5.6.28-76.1-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_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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; /*!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 NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!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 */; /*!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) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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) DEFAULT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1930 DEFAULT CHARSET=utf8; /*!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://freeatlast.org/wpfreeatlast','yes'),(2,'home','http://freeatlast.org/wpfreeatlast','yes'),(3,'blogname','Free At Last','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','arturo@nimbusdesign.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','','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','closed','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','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:0;s:39:\"sponsors-carousel/sponsors-carousel.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:86:\"/var/www/miadora/clients/freeatlast/wp_freeatlast/wp-content/themes/Flexible/style.css\";i:2;s:87:\"/var/www/miadora/clients/freeatlast/wp_freeatlast/wp-content/themes/Flexible/footer.php\";i:3;s:90:\"/var/www/miadora/clients/freeatlast/wp_freeatlast/wp-content/themes/Flexible/page-blog.php\";i:4;s:85:\"/var/www/miadora/clients/freeatlast/wp_freeatlast/wp-content/themes/Flexible/home.php\";i:5;s:97:\"/var/www/miadora/clients/freeatlast/wp_freeatlast/wp-content/themes/Flexible/includes/widgets.php\";}','no'),(41,'template','Flexible','yes'),(42,'stylesheet','Flexible','yes'),(43,'comment_whitelist','','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','35700','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:6:{i:1;a:0:{}i:3;a:3:{s:5:\"title\";s:29:\"Sample Title (link to a page)\";s:4:\"text\";s:312:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eleifend lobortis lorem et elementum. Nulla malesuada nulla a augue tempus pellentesque.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eleifend lobortis lorem et elementum. Nulla malesuada nulla a augue tempus pellentesque.\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:29:\"Sample Title (link to a page)\";s:4:\"text\";s:312:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eleifend lobortis lorem et elementum. Nulla malesuada nulla a augue tempus pellentesque.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eleifend lobortis lorem et elementum. Nulla malesuada nulla a augue tempus pellentesque.\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:29:\"Sample Title (link to a page)\";s:4:\"text\";s:312:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eleifend lobortis lorem et elementum. Nulla malesuada nulla a augue tempus pellentesque.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eleifend lobortis lorem et elementum. Nulla malesuada nulla a augue tempus pellentesque.\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:154:\"<a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35C322NV7FDAN\" class=\"btn-make-donation\" target=\"_blank\">Make a Donation</a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'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'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:10:{s:18:\"orphaned_widgets_1\";a:1:{i:0;s:6:\"text-3\";}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:6:\"text-4\";}s:18:\"orphaned_widgets_3\";a:1:{i:0;s:6:\"text-5\";}s:18:\"orphaned_widgets_4\";a:1:{i:0;s:10:\"nav_menu-2\";}s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:4:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";}s:6:\"footer\";a:1:{i:0;s:10:\"nav_menu-3\";}s:9:\"util-menu\";a:1:{i:0;s:6:\"text-6\";}s:16:\"footer-util-menu\";a:1:{i:0;s:10:\"nav_menu-4\";}s:13:\"array_version\";i:3;}','yes'),(98,'cron','a:4:{i:1461734997;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1461764480;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:1461807691;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(109,'_transient_random_seed','1f2ca7a86692c1349be76a02c5f2d0c3','yes'),(110,'_site_transient_timeout_browser_899516883f23ca0cd3c6514fcf2c58e8','1450143691','yes'),(111,'_site_transient_browser_899516883f23ca0cd3c6514fcf2c58e8','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(130,'_transient_twentyfifteen_categories','1','yes'),(131,'_site_transient_timeout_browser_dd1abb62eec136a4e8c8c71697f6c13d','1450157265','yes'),(132,'_site_transient_browser_dd1abb62eec136a4e8c8c71697f6c13d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";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'),(135,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1449552489;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'),(136,'current_theme','Flexible','yes'),(137,'theme_mods_Vertex','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1452661872;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"nav_menu-3\";i:1;s:10:\"nav_menu-4\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-4\";a:1:{i:0;s:6:\"text-5\";}s:9:\"sidebar-5\";a:1:{i:0;s:10:\"nav_menu-2\";}}}}','yes'),(138,'theme_switched','','yes'),(139,'et_images_temp_folder','E:\\WebFolder\\freeatlast\\wp_freeatlast/wp-content/uploads/et_temp','yes'),(140,'et_schedule_clean_images_last_time','1461389139','yes'),(142,'_site_transient_timeout_browser_601e5540755b6431df1b395976531e65','1450157333','yes'),(143,'_site_transient_browser_601e5540755b6431df1b395976531e65','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"42.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(145,'et_vertex','a:87:{s:11:\"vertex_logo\";s:36:\"/wp-content/uploads/2015/12/logo.png\";s:14:\"vertex_favicon\";s:0:\"\";s:22:\"vertex_header_bg_image\";s:0:\"\";s:17:\"vertex_grab_image\";s:5:\"false\";s:20:\"vertex_use_site_name\";s:2:\"on\";s:17:\"vertex_blog_style\";s:5:\"false\";s:25:\"vertex_action_button_text\";s:0:\"\";s:24:\"vertex_action_button_url\";s:0:\"\";s:19:\"vertex_catnum_posts\";i:6;s:23:\"vertex_archivenum_posts\";i:5;s:22:\"vertex_searchnum_posts\";i:5;s:19:\"vertex_tagnum_posts\";i:5;s:18:\"vertex_date_format\";s:6:\"M j, Y\";s:18:\"vertex_use_excerpt\";s:5:\"false\";s:28:\"vertex_responsive_shortcodes\";s:2:\"on\";s:35:\"vertex_gf_enable_all_character_sets\";s:5:\"false\";s:27:\"vertex_animations_on_scroll\";s:2:\"on\";s:17:\"vertex_custom_css\";s:0:\"\";s:20:\"vertex_show_projects\";s:2:\"on\";s:24:\"vertex_show_testimonials\";s:5:\"false\";s:16:\"vertex_show_team\";s:2:\"on\";s:26:\"vertex_home_projects_title\";s:0:\"\";s:32:\"vertex_home_projects_description\";s:0:\"\";s:26:\"vertex_home_featured_title\";s:0:\"\";s:32:\"vertex_home_featured_description\";s:0:\"\";s:30:\"vertex_home_testimonials_title\";s:0:\"\";s:36:\"vertex_home_testimonials_description\";s:0:\"\";s:22:\"vertex_home_team_title\";s:0:\"\";s:28:\"vertex_home_team_description\";s:0:\"\";s:24:\"vertex_home_projects_num\";i:8;s:21:\"vertex_homepage_posts\";i:8;s:15:\"vertex_featured\";s:5:\"false\";s:19:\"vertex_featured_num\";i:3;s:21:\"vertex_feat_posts_cat\";i:1;s:16:\"vertex_use_pages\";s:5:\"false\";s:18:\"vertex_slider_auto\";s:5:\"false\";s:23:\"vertex_slider_autospeed\";i:7000;s:23:\"vertex_enable_dropdowns\";s:2:\"on\";s:16:\"vertex_home_link\";s:2:\"on\";s:17:\"vertex_sort_pages\";s:10:\"post_title\";s:17:\"vertex_order_page\";s:3:\"asc\";s:24:\"vertex_tiers_shown_pages\";i:3;s:34:\"vertex_enable_dropdowns_categories\";s:2:\"on\";s:23:\"vertex_categories_empty\";s:2:\"on\";s:29:\"vertex_tiers_shown_categories\";i:3;s:15:\"vertex_sort_cat\";s:4:\"name\";s:16:\"vertex_order_cat\";s:3:\"asc\";s:22:\"vertex_disable_toptier\";s:5:\"false\";s:16:\"vertex_postinfo2\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:8:\"comments\";}s:24:\"vertex_show_postcomments\";s:2:\"on\";s:25:\"vertex_show_pagescomments\";s:5:\"false\";s:16:\"vertex_postinfo1\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:27:\"vertex_show_avatar_on_posts\";s:2:\"on\";s:21:\"vertex_seo_home_title\";s:5:\"false\";s:27:\"vertex_seo_home_description\";s:5:\"false\";s:24:\"vertex_seo_home_keywords\";s:5:\"false\";s:25:\"vertex_seo_home_canonical\";s:5:\"false\";s:25:\"vertex_seo_home_titletext\";s:0:\"\";s:31:\"vertex_seo_home_descriptiontext\";s:0:\"\";s:28:\"vertex_seo_home_keywordstext\";s:0:\"\";s:20:\"vertex_seo_home_type\";s:27:\"BlogName | Blog description\";s:24:\"vertex_seo_home_separate\";s:3:\" | \";s:23:\"vertex_seo_single_title\";s:5:\"false\";s:29:\"vertex_seo_single_description\";s:5:\"false\";s:26:\"vertex_seo_single_keywords\";s:5:\"false\";s:27:\"vertex_seo_single_canonical\";s:5:\"false\";s:29:\"vertex_seo_single_field_title\";s:9:\"seo_title\";s:35:\"vertex_seo_single_field_description\";s:15:\"seo_description\";s:32:\"vertex_seo_single_field_keywords\";s:12:\"seo_keywords\";s:22:\"vertex_seo_single_type\";s:21:\"Post title | BlogName\";s:26:\"vertex_seo_single_separate\";s:3:\" | \";s:26:\"vertex_seo_index_canonical\";s:5:\"false\";s:28:\"vertex_seo_index_description\";s:5:\"false\";s:21:\"vertex_seo_index_type\";s:24:\"Category name | BlogName\";s:25:\"vertex_seo_index_separate\";s:3:\" | \";s:30:\"vertex_integrate_header_enable\";s:2:\"on\";s:28:\"vertex_integrate_body_enable\";s:2:\"on\";s:33:\"vertex_integrate_singletop_enable\";s:2:\"on\";s:36:\"vertex_integrate_singlebottom_enable\";s:2:\"on\";s:23:\"vertex_integration_head\";s:0:\"\";s:23:\"vertex_integration_body\";s:0:\"\";s:29:\"vertex_integration_single_top\";s:0:\"\";s:32:\"vertex_integration_single_bottom\";s:0:\"\";s:17:\"vertex_468_enable\";s:5:\"false\";s:16:\"vertex_468_image\";s:0:\"\";s:14:\"vertex_468_url\";s:0:\"\";s:18:\"vertex_468_adsense\";s:0:\"\";}','yes'),(147,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_nav_menu','a:5:{i:1;a:0:{}i:2;a:1:{s:8:\"nav_menu\";i:3;}i:3;a:1:{s:8:\"nav_menu\";i:3;}i:4;a:1:{s:8:\"nav_menu\";i:6;}s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_aboutmewidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_adsensewidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_advwidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_customlogowidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(155,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(158,'_site_transient_et_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1461722245;}','yes'),(161,'WPLANG','','yes'),(195,'theme_mods_Flexible','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:4;}}','yes'),(197,'et_flexible','a:105:{s:19:\"flexible_logo_image\";s:2:\"on\";s:13:\"flexible_logo\";s:37:\"/wp-content/uploads/2015/12/logo1.png\";s:16:\"flexible_favicon\";s:0:\"\";s:18:\"flexible_phone_num\";s:0:\"\";s:16:\"flexible_bgcolor\";s:0:\"\";s:22:\"flexible_bgtexture_url\";s:7:\"Default\";s:16:\"flexible_bgimage\";s:0:\"\";s:20:\"flexible_header_font\";s:9:\"Open Sans\";s:26:\"flexible_header_font_color\";s:0:\"\";s:18:\"flexible_body_font\";s:9:\"Open Sans\";s:24:\"flexible_body_font_color\";s:0:\"\";s:19:\"flexible_blog_style\";s:5:\"false\";s:19:\"flexible_grab_image\";s:5:\"false\";s:21:\"flexible_catnum_posts\";i:6;s:25:\"flexible_archivenum_posts\";i:5;s:24:\"flexible_searchnum_posts\";i:5;s:21:\"flexible_tagnum_posts\";i:5;s:20:\"flexible_date_format\";s:6:\"M j, Y\";s:20:\"flexible_use_excerpt\";s:5:\"false\";s:27:\"flexible_show_control_panel\";s:2:\"on\";s:30:\"flexible_responsive_shortcodes\";s:2:\"on\";s:19:\"flexible_custom_css\";s:0:\"\";s:35:\"flexible_display_recentwork_section\";s:2:\"on\";s:14:\"flexible_quote\";s:2:\"on\";s:33:\"flexible_display_fromblog_section\";s:2:\"on\";s:22:\"flexible_quote_heading\";s:23:\"Welcome to Free At Last\";s:19:\"flexible_quote_text\";s:46:\"COMMUNITY RECOVERY AND REHABILITATION SERVICES\";s:22:\"flexible_more_work_url\";s:1:\"#\";s:23:\"flexible_more_posts_url\";s:17:\"/news-and-events/\";s:35:\"flexible_homepage_numposts_projects\";i:8;s:23:\"flexible_homepage_posts\";i:3;s:17:\"flexible_featured\";s:2:\"on\";s:18:\"flexible_duplicate\";s:2:\"on\";s:21:\"flexible_featured_num\";i:3;s:18:\"flexible_use_posts\";s:5:\"false\";s:23:\"flexible_feat_posts_cat\";s:6:\"Events\";s:18:\"flexible_use_pages\";s:2:\"on\";s:22:\"flexible_slider_effect\";s:4:\"fade\";s:20:\"flexible_slider_auto\";s:2:\"on\";s:25:\"flexible_slider_autospeed\";i:5000;s:25:\"flexible_enable_dropdowns\";s:2:\"on\";s:18:\"flexible_home_link\";s:2:\"on\";s:19:\"flexible_sort_pages\";s:10:\"post_title\";s:19:\"flexible_order_page\";s:3:\"asc\";s:26:\"flexible_tiers_shown_pages\";i:3;s:36:\"flexible_enable_dropdowns_categories\";s:2:\"on\";s:25:\"flexible_categories_empty\";s:2:\"on\";s:31:\"flexible_tiers_shown_categories\";i:3;s:17:\"flexible_sort_cat\";s:4:\"name\";s:18:\"flexible_order_cat\";s:3:\"asc\";s:24:\"flexible_disable_toptier\";s:5:\"false\";s:18:\"flexible_postinfo2\";a:2:{i:0;s:4:\"date\";i:1;s:10:\"categories\";}s:19:\"flexible_thumbnails\";s:2:\"on\";s:26:\"flexible_show_postcomments\";s:5:\"false\";s:24:\"flexible_page_thumbnails\";s:5:\"false\";s:27:\"flexible_show_pagescomments\";s:5:\"false\";s:18:\"flexible_postinfo1\";a:2:{i:0;s:4:\"date\";i:1;s:10:\"categories\";}s:25:\"flexible_thumbnails_index\";s:2:\"on\";s:22:\"flexible_custom_colors\";s:5:\"false\";s:18:\"flexible_child_css\";s:5:\"false\";s:21:\"flexible_child_cssurl\";s:0:\"\";s:23:\"flexible_color_mainfont\";s:0:\"\";s:23:\"flexible_color_mainlink\";s:0:\"\";s:23:\"flexible_color_pagelink\";s:0:\"\";s:30:\"flexible_color_pagelink_active\";s:0:\"\";s:23:\"flexible_color_headings\";s:0:\"\";s:28:\"flexible_color_sidebar_links\";s:0:\"\";s:20:\"flexible_footer_text\";s:0:\"\";s:26:\"flexible_color_footerlinks\";s:0:\"\";s:23:\"flexible_seo_home_title\";s:5:\"false\";s:29:\"flexible_seo_home_description\";s:5:\"false\";s:26:\"flexible_seo_home_keywords\";s:5:\"false\";s:27:\"flexible_seo_home_canonical\";s:5:\"false\";s:27:\"flexible_seo_home_titletext\";s:0:\"\";s:33:\"flexible_seo_home_descriptiontext\";s:0:\"\";s:30:\"flexible_seo_home_keywordstext\";s:0:\"\";s:22:\"flexible_seo_home_type\";s:27:\"BlogName | Blog description\";s:26:\"flexible_seo_home_separate\";s:3:\" | \";s:25:\"flexible_seo_single_title\";s:5:\"false\";s:31:\"flexible_seo_single_description\";s:5:\"false\";s:28:\"flexible_seo_single_keywords\";s:5:\"false\";s:29:\"flexible_seo_single_canonical\";s:5:\"false\";s:31:\"flexible_seo_single_field_title\";s:9:\"seo_title\";s:37:\"flexible_seo_single_field_description\";s:15:\"seo_description\";s:34:\"flexible_seo_single_field_keywords\";s:12:\"seo_keywords\";s:24:\"flexible_seo_single_type\";s:21:\"Post title | BlogName\";s:28:\"flexible_seo_single_separate\";s:3:\" | \";s:28:\"flexible_seo_index_canonical\";s:5:\"false\";s:30:\"flexible_seo_index_description\";s:5:\"false\";s:23:\"flexible_seo_index_type\";s:24:\"Category name | BlogName\";s:27:\"flexible_seo_index_separate\";s:3:\" | \";s:32:\"flexible_integrate_header_enable\";s:2:\"on\";s:30:\"flexible_integrate_body_enable\";s:2:\"on\";s:35:\"flexible_integrate_singletop_enable\";s:2:\"on\";s:38:\"flexible_integrate_singlebottom_enable\";s:2:\"on\";s:25:\"flexible_integration_head\";s:0:\"\";s:25:\"flexible_integration_body\";s:0:\"\";s:31:\"flexible_integration_single_top\";s:0:\"\";s:34:\"flexible_integration_single_bottom\";s:0:\"\";s:19:\"flexible_468_enable\";s:5:\"false\";s:18:\"flexible_468_image\";s:0:\"\";s:16:\"flexible_468_url\";s:0:\"\";s:20:\"flexible_468_adsense\";s:0:\"\";s:19:\"flexible_feat_pages\";a:2:{i:0;i:99;i:1;i:179;}s:17:\"flexible_feat_cat\";s:12:\"Testimonials\";}','yes'),(216,'recently_activated','a:0:{}','yes'),(232,'site_icon','0','yes'),(233,'medium_large_size_w','768','yes'),(234,'medium_large_size_h','0','yes'),(235,'db_upgraded','','yes'),(238,'can_compress_scripts','0','yes'),(264,'jr_mt_internal_settings','a:4:{s:7:\"version\";s:3:\"7.1\";s:9:\"permalink\";s:12:\"/%postname%/\";s:10:\"query_vars\";a:51:{i:0;s:1:\"m\";i:1;s:1:\"p\";i:2;s:5:\"posts\";i:3;s:1:\"w\";i:4;s:3:\"cat\";i:5;s:12:\"withcomments\";i:6;s:15:\"withoutcomments\";i:7;s:1:\"s\";i:8;s:6:\"search\";i:9;s:5:\"exact\";i:10;s:8:\"sentence\";i:11;s:8:\"calendar\";i:12;s:4:\"page\";i:13;s:5:\"paged\";i:14;s:4:\"more\";i:15;s:2:\"tb\";i:16;s:2:\"pb\";i:17;s:6:\"author\";i:18;s:5:\"order\";i:19;s:7:\"orderby\";i:20;s:4:\"year\";i:21;s:8:\"monthnum\";i:22;s:3:\"day\";i:23;s:4:\"hour\";i:24;s:6:\"minute\";i:25;s:6:\"second\";i:26;s:4:\"name\";i:27;s:13:\"category_name\";i:28;s:3:\"tag\";i:29;s:4:\"feed\";i:30;s:11:\"author_name\";i:31;s:6:\"static\";i:32;s:8:\"pagename\";i:33;s:7:\"page_id\";i:34;s:5:\"error\";i:35;s:14:\"comments_popup\";i:36;s:10:\"attachment\";i:37;s:13:\"attachment_id\";i:38;s:7:\"subpost\";i:39;s:10:\"subpost_id\";i:40;s:7:\"preview\";i:41;s:6:\"robots\";i:42;s:8:\"taxonomy\";i:43;s:4:\"term\";i:44;s:5:\"cpage\";i:45;s:9:\"post_type\";i:46;s:5:\"embed\";i:47;s:11:\"post_format\";i:48;s:16:\"project_category\";i:49;s:10:\"rest_route\";i:50;s:7:\"project\";}s:6:\"v7init\";b:1;}','yes'),(265,'jr_mt_settings','a:13:{s:9:\"all_pages\";s:0:\"\";s:9:\"all_posts\";s:0:\"\";s:9:\"site_home\";s:0:\"\";s:7:\"current\";s:0:\"\";s:8:\"ajax_all\";s:0:\"\";s:3:\"url\";a:0:{}s:10:\"url_prefix\";a:0:{}s:12:\"url_asterisk\";a:0:{}s:13:\"query_present\";b:0;s:5:\"query\";a:1:{s:5:\"theme\";a:1:{s:1:\"*\";s:8:\"Flexible\";}}s:8:\"remember\";a:1:{s:5:\"query\";a:0:{}}s:8:\"override\";a:1:{s:5:\"query\";a:0:{}}s:7:\"aliases\";a:5:{i:0;a:3:{s:3:\"url\";s:22:\"http://freeatlast.site\";s:4:\"prep\";a:4:{s:4:\"host\";s:15:\"freeatlast.site\";s:4:\"port\";i:0;s:4:\"path\";s:0:\"\";s:5:\"query\";a:0:{}}s:4:\"home\";b:0;}i:1;a:3:{s:3:\"url\";s:26:\"http://www.freeatlast.site\";s:4:\"prep\";a:4:{s:4:\"host\";s:19:\"www.freeatlast.site\";s:4:\"port\";i:0;s:4:\"path\";s:0:\"\";s:5:\"query\";a:0:{}}s:4:\"home\";b:0;}i:2;a:3:{s:3:\"url\";s:35:\"http://www.freeatlast-flexible.site\";s:4:\"prep\";a:4:{s:4:\"host\";s:28:\"www.freeatlast-flexible.site\";s:4:\"port\";i:0;s:4:\"path\";s:0:\"\";s:5:\"query\";a:0:{}}s:4:\"home\";b:0;}i:3;a:3:{s:3:\"url\";s:38:\"http://dev.freeatlast.nimbusdesign.com\";s:4:\"prep\";a:4:{s:4:\"host\";s:31:\"dev.freeatlast.nimbusdesign.com\";s:4:\"port\";i:0;s:4:\"path\";s:0:\"\";s:5:\"query\";a:0:{}}s:4:\"home\";b:1;}i:4;a:3:{s:3:\"url\";s:42:\"http://www.dev.freeatlast.nimbusdesign.com\";s:4:\"prep\";a:4:{s:4:\"host\";s:35:\"www.dev.freeatlast.nimbusdesign.com\";s:4:\"port\";i:0;s:4:\"path\";s:0:\"\";s:5:\"query\";a:0:{}}s:4:\"home\";b:0;}}}','yes'),(293,'_site_transient_timeout_browser_0913813ac81c7c8cc3b2b65ae487f185','1453266659','yes'),(294,'_site_transient_browser_0913813ac81c7c8cc3b2b65ae487f185','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";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'),(325,'_site_transient_timeout_browser_eb45b29c8b1ccdb42c714fc4dcb02ae3','1453772213','yes'),(326,'_site_transient_browser_eb45b29c8b1ccdb42c714fc4dcb02ae3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(363,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1453197450','yes'),(364,'_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:\"5664\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3552\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3503\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3011\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2739\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2226\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2169\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2009\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1958\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1946\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1938\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1887\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1790\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1590\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1520\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1502\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1445\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1302\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1263\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1247\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1141\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1068\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1042\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"986\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"947\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"901\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"884\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"883\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"871\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"868\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"852\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"808\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"768\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"748\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"739\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"734\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"728\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"724\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"722\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"717\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"708\";}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:\"701\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"681\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"677\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"656\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"647\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"640\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"635\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"628\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"608\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"598\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"594\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"590\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"585\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"578\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"575\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"573\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"570\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"562\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"546\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"538\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"531\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"521\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"521\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"509\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"505\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"503\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"500\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"499\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"476\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"476\";}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:\"471\";}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:\"462\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"460\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"430\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"421\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"415\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"415\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"406\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"403\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"400\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"397\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"396\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"390\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"389\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";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:\"382\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"380\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"380\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"379\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"377\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"375\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"374\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"373\";}}','yes'),(367,'scwp_animation_speed','1000','yes'),(368,'scwp_show_titles','false','yes'),(369,'scwp_scroll_amount','1','yes'),(370,'scwp_default_link','','yes'),(371,'scwp_list','361 369 375 379 382 383 384','yes'),(372,'scwp_link_target','new','yes'),(373,'scwp_auto_scroll','3','yes'),(419,'_site_transient_timeout_browser_d551947b78cc5c214be0072e3865e061','1454309282','yes'),(420,'_site_transient_browser_d551947b78cc5c214be0072e3865e061','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";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'),(428,'_site_transient_timeout_browser_c57d0fad98b69395de107549dcc6d347','1454352483','yes'),(429,'_site_transient_browser_c57d0fad98b69395de107549dcc6d347','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";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'),(530,'_site_transient_timeout_browser_ea4a5e4477f067d2d9f0548de5220b4e','1454820794','yes'),(531,'_site_transient_browser_ea4a5e4477f067d2d9f0548de5220b4e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.82\";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'),(549,'_site_transient_timeout_browser_857387b600c96ad99741c66b152cdb43','1454900977','yes'),(550,'_site_transient_browser_857387b600c96ad99741c66b152cdb43','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(587,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"arturo@nimbusdesign.com\";s:7:\"version\";s:5:\"4.4.2\";s:9:\"timestamp\";i:1456898242;}','yes'),(709,'_site_transient_timeout_browser_a5b698d65e9cf1e51a2863a23fee9eb7','1456010684','yes'),(710,'_site_transient_browser_a5b698d65e9cf1e51a2863a23fee9eb7','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";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'),(888,'_site_transient_timeout_browser_9db1e73107cd717e7b5a1ffa9d8049e8','1457072651','yes'),(889,'_site_transient_browser_9db1e73107cd717e7b5a1ffa9d8049e8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(898,'_site_transient_timeout_browser_f387f3eb624bf6d314fec824cede612c','1457328630','yes'),(899,'_site_transient_browser_f387f3eb624bf6d314fec824cede612c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";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'),(920,'_site_transient_timeout_browser_42e8d0bcb2682e378466e2eb27d2d54d','1457503663','yes'),(921,'_site_transient_browser_42e8d0bcb2682e378466e2eb27d2d54d','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(972,'_site_transient_timeout_browser_93c424ae4d0e7469a4221c7407b7931e','1457701997','yes'),(973,'_site_transient_browser_93c424ae4d0e7469a4221c7407b7931e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";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'),(1082,'rewrite_rules','a:96:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$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:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:20:\"portfolio/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s: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]\";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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(1083,'project_category_children','a:0:{}','yes'),(1143,'category_children','a:0:{}','yes'),(1273,'_site_transient_timeout_browser_fcd501b1a2ad97c6f74c08873a9106f6','1459182829','yes'),(1274,'_site_transient_browser_fcd501b1a2ad97c6f74c08873a9106f6','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"49.0.2623.75\";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'),(1310,'_site_transient_timeout_browser_75bcf3fb1ea8a998de66dc7b4f0e5167','1459325505','yes'),(1311,'_site_transient_browser_75bcf3fb1ea8a998de66dc7b4f0e5167','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1385,'_site_transient_timeout_browser_6741b33694dec51d9a69e7f1142c87d3','1459916072','yes'),(1386,'_site_transient_browser_6741b33694dec51d9a69e7f1142c87d3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"49.0.2623.87\";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'),(1450,'_site_transient_timeout_browser_0e79f715cbc857095083e91e05b1323a','1460039077','yes'),(1451,'_site_transient_browser_0e79f715cbc857095083e91e05b1323a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.110\";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'),(1838,'_site_transient_timeout_browser_c41d0a485488bae6fefd597c62ff3332','1461969295','yes'),(1839,'_site_transient_browser_c41d0a485488bae6fefd597c62ff3332','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.112\";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'),(1877,'_site_transient_timeout_browser_9c64121108528ecdc2948d08c46fea88','1462150048','yes'),(1878,'_site_transient_browser_9c64121108528ecdc2948d08c46fea88','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:3:\"9.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1879,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461588453','no'),(1880,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461588453','no'),(1881,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461545253','no'),(1882,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1461588454','no'),(1883,'_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:58:\"Post Status: WordPress Development Tools — 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=24094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-development-tools-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:5423:\"<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>Everybody creates workflows to accomplish their development work. And sometimes you come upon a new tool that completely changes how you do things, and helps you improve your productivity.</span></p>\n<p><span>In this episode, Joe and Brian aim to share their tools in the hopes that it will help others review and refine their own processes. And Joe and Brian approach things quite differently themselves, so they compare and contrast their own workflows. Have something to add to the conversation, be sure to comment!</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/36197.mp3\">https://audio.simplecast.com/36197.mp3</a>\n<p><a href=\"http://audio.simplecast.com/36197.mp3\">Direct Download</a></p>\n<h3>Tools</h3>\n<ul>\n<li><a href=\"https://github.com/modmore/Gitify\">Gitify</a>, <a href=\"http://www.cockos.com/licecap/\">lice-cap</a></li>\n<li><a href=\"http://www.capturedapp.com/\">Captured (straight to S3)</a>, <a href=\"http://gifhub.org/\">Gifhub</a>, <a href=\"https://www.telestream.net/screenflow/\">Screenflow</a>, <a href=\"https://cloudup.com/\">Cloudup</a></li>\n<li><a href=\"https://www.authy.com/\">Authy</a></li>\n<li><a href=\"https://justgetflux.com/\">F.lux</a></li>\n<li><a href=\"https://www.tunnelbear.com/\">TunnelBear</a></li>\n<li><a href=\"https://www.alfredapp.com/\">Alfred</a></li>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n</ul>\n<h3>Coding Tools & Debugging</h3>\n<ul>\n<li><a href=\"https://www.jetbrains.com/phpstorm/\">PHPStorm</a>, <a href=\"https://www.sublimetext.com/\">Sublime</a>, <a href=\"https://atom.io/\">Atom</a>, <a href=\"http://www.vim.org/\">VIM</a>, <a href=\"https://panic.com/coda/\">Coda</a></li>\n<li><a href=\"https://xdebug.org/\">Xdebug</a>, <a href=\"http://php.net/manual/en/function.var-dump.php\">var_dump</a>, <a href=\"https://pecl.php.net/package/xhprof\">XHProf</a></li>\n<li><a href=\"https://github.com/jkbrzt/httpie\">httpie</a></li>\n<li><a href=\"https://atom.io/packages\">Atom Packages</a>: <a href=\"https://atom.io/packages/autocomplete-php\">php-autocomplete</a>, WPCS, <a href=\"https://atom.io/packages/linter-php\">php-linter</a></li>\n<li><a href=\"https://facebook.github.io/react/blog/2015/09/02/new-react-developer-tools.html\">React-console</a></li>\n<li><a href=\"https://wordpress.org/plugins/query-monitor/\">Query Monitor</a></li>\n<li><a href=\"http://www.sequelpro.com/\">Sequel Pro</a>, <a href=\"http://dev.mysql.com/doc/refman/5.7/en/mysql.html\">mysql command line</a></li>\n<li><a href=\"https://www.iterm2.com/\">iTerm2</a></li>\n<li><a href=\"http://wp-cli.org/\">wp-cli!!!</a></li>\n</ul>\n<h3>Build Tools</h3>\n<ul>\n<li><a href=\"http://gruntjs.com/\">Grunt</a></li>\n<li><a href=\"http://gulpjs.com/\">Gulp</a></li>\n<li><a href=\"https://www.gnu.org/software/make/\">Make</a></li>\n<li><a href=\"https://imageoptim.com/mac\">ImageOptim</a></li>\n<li><a href=\"https://www.npmjs.com/package/grunt-sass\">Grunt-sass</a> vs. <a href=\"https://www.npmjs.com/package/grunt-contrib-sass\">grunt-contrib-sass</a></li>\n</ul>\n<h3>Version Control / Review Tools / Deployment</h3>\n<ul>\n<li><a href=\"http://jonas.nitro.dk/tig/\">Tig</a>, <a href=\"https://www.git-tower.com/\">Tower</a></li>\n<li><a href=\"https://hub.github.com/\">Hub</a></li>\n<li><a href=\"https://github.com/\">Github</a></li>\n<li><a href=\"http://www.araxis.com/merge/index.en\">Araxis Merge</a></li>\n<li><a href=\"http://deploybot.com/\">DeployBot</a> / <a href=\"http://beanstalkapp.com/\">Beanstalk</a></li>\n<li><a href=\"https://panic.com/transmit/\">Transmit (S3/SFTP)</a></li>\n</ul>\n<h3>Frontend Tools / Extensions</h3>\n<ul>\n<li><a href=\"https://developer.chrome.com/devtools\">Chrome Inspector / Console</a></li>\n<li><a href=\"https://www.getpostman.com/\">Postman</a></li>\n<li><a href=\"https://developer.chrome.com/devtools/docs/javascript-debugging\">Chrome JS Debugger</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/ip-address-and-domain-inf/lhgkegeccnckoiliokondpaaalbhafoa?hl=en\">IP & Domain Info extension</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm?hl=en\">Web Developer</a></li>\n<li><a href=\"https://wappalyzer.com/\">Wappalyzer</a></li>\n<li><a href=\"http://codepen.io/\">CodePen</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p class=\"p1\"><span class=\"s1\">This podcast is sponsored by <a href=\"https://yoast.com/\">Yoast</a>. Yoast SEO is the best WordPress SEO plugin available, with a premium version to provide expert support and additional features. Thank you to Yoast for being a Post Status partner.</span></p>\n<h3>Related Podcasts</h3>\n<p><a href=\"https://poststatus.com/understanding-wp-cli-and-a-discussion-on-micro-plugin-businesses-draft-podcast/\">Understanding WP-CLI</a></p>\n<p><a href=\"https://poststatus.com/local-wordpress-development-strategies-and-transparency-in-business-draft-podcast/\">Local WordPress Development Strategies</a></p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2016 14:06:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:43:\"WPTavern: In Case You Missed It – Issue 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53989&preview_id=53989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5006:\"<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>Matt Mullenweg’s Father Passes Away</h2>\n<p>Losing a loved one is tough, especially when it’s a parent. Matt Mullenweg’s father, Chuck Mullenweg, recently passed away. Matt <a href=\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\">published a touching tribute</a> on his site that describes the kind of man his father was.</p>\n<blockquote><p>We were in a father / son bowling league. I remember admiring his work ethic so much: he’d get up before dawn every morning and put on a suit, grab his briefcase, and go to work. He often went in on weekends and I loved to go with him because they had ‘fast’ internet at the office and I could read Dilbert and about Babylon 5. He was a voracious reader and learner, and loved tinkering whether it was cars or networking. In the other room I can hear a bitcoin mining rig he set up a few years ago. He was independent minded and unafraid to question the status quo.</p></blockquote>\n<p>My deepest sympathies and condolences go out to the Mullenweg family. You can read <a href=\"http://ma.tt/chuck/\">Chuck’s obituary here</a>.</p>\n<h2>My First Plugin</h2>\n<p>Thanks to <a href=\"https://profiles.wordpress.org/binarygary/\">Binarygary,</a> my first plugin is in the directory. It’s called <a href=\"https://wordpress.org/plugins/hello-admin/\">Hello Admin</a> and with each page load, a lyric from Hello Dolly displays as an admin notice.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/HelloAdminScreenshot.png\"><img class=\"size-full wp-image-54005\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/HelloAdminScreenshot.png?resize=706%2C390\" alt=\"Hello Admin in Action\" /></a>Hello Admin in Action\n<p>In all seriousness, the plugin is a joke and a humorous way to bring attention to developers <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\">abusing admin notices</a> in WordPress.</p>\n<h2>Pressware Partners with Evermore</h2>\n<p>Tom McFarlin <a href=\"https://tommcfarlin.com/evermore/\">announced that his</a> company Pressware, is partnering with <a href=\"https://evermo.re/\">Evermore</a>. The partnership allows Pressware to provide its expertise in custom WordPress development and project management to Evermore’s customers.</p>\n<h2>Four Years of EDD</h2>\n<p>Pippin Williamson <a href=\"https://pippinsplugins.com/edd-4-years/\">shared the hardships and successes</a> he’s experienced in the last four years managing Easy Digital Downloads.</p>\n<blockquote><p>Today, Easy Digital Downloads is installed on over 50,000 websites, has reached nearly one million downloads, and has grown to a sustainable business that supports the livelihood of an ever-growing team comprised of full time employees and active contractors. I don’t think I ever thought we would be where we are today four years ago.</p></blockquote>\n<p>His post is an honest look at the amount of effort and circumstances beyond revenue that’s involved with running a successful business.</p>\n<h2>Translation Day Wapuu Posters!</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. The first <a href=\"http://wptavern.com/wordpress-global-translation-day-set-for-april-24-2016\">global translation day</a> takes place on April 24th and to celebrate the occasion, the WordPress Polyglots team has created a series of Wapuu posters.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash\">#WPTranslationDay</a> posters starring <a href=\"https://twitter.com/wp_wapuu\">@wp_wapuu</a> thanks to <a href=\"https://twitter.com/sonjaleix\">@sonjaleix</a>! Grab them while they’re hot! <a href=\"https://t.co/BfU9g8nG9S\">pic.twitter.com/BfU9g8nG9S</a></p>\n<p>— WPPolyglots (@TranslateWP) <a href=\"https://twitter.com/TranslateWP/status/723494729892110336\">April 22, 2016</a></p></blockquote>\n<p></p>\n<p>That’s it for issue eight. 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:\"Sat, 23 Apr 2016 02:04: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: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:87:\"WPTavern: Facebook News Feed Now Favors Articles That Users Spend a Longer Time Reading\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53919\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/facebook-news-feed-now-favors-articles-that-users-spend-a-longer-time-reading\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3187:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg?resize=960%2C624\" alt=\"RC Cipriano\" class=\"size-full wp-image-53999\" /></a><a href=\"https://stocksnap.io/photo/F55691D3FB\">RC Cipriano</a>\n<p>Facebook <a href=\"https://newsroom.fb.com/news/2016/04/news-feed-fyi-more-articles-you-want-to-spend-time-viewing/\" target=\"_blank\">announced</a> yesterday that its news feed algorithm will now favor articles that users spend a long time reading. While likes, clicks, comments, and sharing counts are all valuable metrics, they are not always reliable determinants for what users want to see. Facebook discovered this by gathering feedback via its Feed Quality Program.</p>\n<p>As a result, the social network <a href=\"https://newsroom.fb.com/news/2015/06/news-feed-fyi-taking-into-account-time-spent-on-stories/\" target=\"_blank\">updated its algorithm last June</a> to factor in how much time users spent reading posts within the news feed, regardless of whether users even opened the article. <a href=\"https://newsroom.fb.com/news/2014/08/news-feed-fyi-click-baiting/\" target=\"_blank\">Two years ago</a>, Facebook also began factoring in instances where a user clicks on an article but then comes straight back to the news feed. This could be because a site loaded too slowly or the article was click-bait and not what the user was expecting based on the preview.</p>\n<p>“Building on this work, we’re learning that the time people choose to spend reading or watching content they clicked on from News Feed is an important signal that the story was interesting to them,” Facebook representatives said.<strong> “We are adding another factor to News Feed ranking so that we will now predict how long you spend looking at an article in the Facebook mobile browser or an Instant Article after you have clicked through from News Feed.”</strong></p>\n<p>Facebook will not be counting loading time towards this new ranking signal but will calculate the actual time spent reading/watching once the content has loaded. But before you think you can game this algorithm by simply publishing longer articles, Facebook will be measuring this time as a threshold so that longer articles are not preferred by default.</p>\n<p>The social network also announced that it will be diversifying its display of posts from different pages so as not to bombard users with too much content from the same source.</p>\n<p>“We’ve also heard from people that they enjoy reading articles from a wide range of publishers, and it can be repetitive if too many articles from the same source are back to back in their News Feed,” representatives said. “We’ll also be making an update to reduce how often people see several posts in a row from the same source in their News Feed.”</p>\n<p>Publishers who depend on Facebook for a significant amount of their referrals will want to take note of these changes to the news feed algorithm. The social network has already started rolling them out and will continue over the next few weeks.</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, 22 Apr 2016 22:21:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:76:\"WPTavern: What WordPress.org Does with the Data it Collects from Users Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/what-wordpress-org-does-with-the-data-it-collects-from-users-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5110:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/FreemiusFeaturedImage.png\"><img class=\"size-full wp-image-49261\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/FreemiusFeaturedImage.png?resize=660%2C291\" alt=\"Freemius Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/29096601@N00/2920562020\">data slide</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>Since I started covering WordPress in 2009, one of the things I’ve noticed is that certain topics have a cyclical nature to them. One of these <a href=\"http://wptavern.com/phoning-home-to-plugin-authors\">is the contention in the WordPress community</a> on what data is <a href=\"http://interconnectit.com/1722/who-is-wordpress-talking-to/\">sent, stored, and shared</a> on WordPress.org. In a <a href=\"http://torquemag.io/2016/04/user-data-wordpress-org-belong-community/\">post published</a> on Torquemag.io, Josh Pollock, Founder of <a href=\"https://calderawp.com/\">CalderaWP</a>, argues that WordPress is a community-driven project and as such, data collected by WordPress.org should be shared with the community.</p>\n<blockquote><p>If installing and updating themes via the WordPress dashboard wasn’t so easy, WordPress wouldn’t be what it is today. I understand and appreciate this.</p>\n<p>Here’s the part that doesn’t sit well with me: WordPress.org is collecting data on all of its users (as it should), but this information isn’t available in aggregate form to the community.</p></blockquote>\n<p>Pollock says that as an entrepreneur, the information would help him make informed business decisions.</p>\n<h2>Data is Stored for Two Days</h2>\n<p>I spoke to Samuel ‘Otto’ Wood, who helps maintain WordPress.org, and discovered that some of the assumptions people have are not true.</p>\n<p>“The data collection systems on <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> have been inconsistent at best, and re-written several times,” Wood said.</p>\n<p>“But the general idea that there is some kind of treasure trove of information we’re storing is misguided, at best. The data is collected, aggregated for the things we display, then tossed. We don’t store it for any serious length of time. Just the results of the data like the counts.”</p>\n<p>Gathering, sorting, and displaying the large amount of data associated with WordPress is a CPU intensive job. The most recent example of WordPress.org sharing aggregate data is for active installs of <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">plugins</a> and <a href=\"http://wptavern.com/the-wordpress-theme-directory-replaces-download-counts-with-the-number-of-active-installs\">themes</a>. Displaying the Active Install count is the result of significant performance improvements from WordPress lead developer <a href=\"http://wptavern.com/the-wordpress-theme-directory-replaces-download-counts-with-the-number-of-active-installs\">Dion Hulse</a>. Without the improvements, the data collection would have overloaded CPUs and MySQL databases.</p>\n<p>“Gathering that data is frickin’ difficult to start with, “Wood said. “For the longest time, we didn’t even have the actual system resources to pull off the ‘Active Installs’ count. We didn’t display that count because <b>we couldn’t do it</b>. The idea that we’re hiding things is ludicrous.”</p>\n<p>Raw data is stored for two days and is then overwritten, “basically, there’s too much data to store,” Wood said. “All of the data that <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> gathers is used to display the stats on <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> itself. Nothing special is hidden.”</p>\n<h2>Data Accuracy is Hard</h2>\n<p>If developers are going to make business decisions using public data, the data has to be accurate. Accuracy is a complex problem but the team has slowly made progress over the years as legacy systems on W.org are phased out.</p>\n<p>“A lot of the <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> systems are poorly made,” Wood said. “They’re old, have been modified dozens of times over the years, and badly in need of updating. For a long time, the data we gathered could not be processed fast enough so we simply threw over half of it away.</p>\n<p>“Mostly, we phase out old useless systems and replace them with something better and newer which gives us things to display. Active Install counts was an entirely new system that replaced an older one which didn’t give any useful information.”</p>\n<p>Wood confirms what I’ve believed to be true for a long time. WordPress.org is not storing data for an extended period of time and the information that is collected is likely on public display somewhere on the site. What types of data would you like to see on WordPress.org?</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, 22 Apr 2016 20:38: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: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:70:\"WPTavern: Guggenheim.org Relaunches on WordPress Using the WP REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/guggenheim-org-relaunches-on-wordpress-using-the-wp-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2726:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/guggenheim.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/guggenheim.png?resize=1025%2C444\" alt=\"guggenheim\" class=\"aligncenter size-full wp-image-53969\" /></a></p>\n<p>The <a href=\"http://www.guggenheim.org/\" target=\"_blank\">Guggenheim</a> relaunched its website on WordPress this week. The site, which represents the collection of Guggenheim museums, was in need of an overhaul that would modernize its underlying architecture and design.</p>\n<p>Laura Kleger, who oversees the foundation’s online projects, explained why the Guggenheim chose WordPress for its new website. She said that the team began with a CMS analysis phase, which included Drupal and WordPress.</p>\n<p>“The ideal process for improving websites is incremental and rapid change, but the old Guggenheim.org had accumulated too much technical and structural debt to produce further results, and a big leap forward was required,” Kleger said.</p>\n<p>Prior to embarking on the project, the Guggenheim was running on Joomla, but the team had a difficult time implementing small changes.</p>\n<p>“We wanted to use a widely adopted, open-source CMS with enough muscle to meet advanced needs,” Kleger said. They needed a user-friendly way for museum staff to create and update content without requesting the help of of designers and developers for simple updates.</p>\n<p>“We chose WordPress for a few reasons – among them, the broad pool of developer resources, the excellence of the content administration interface, the rapid update release cycle, the ease of extending functionality, and the CMS’s deep taxonomy,” Kleger said.</p>\n<p>The Guggenheim partnered with New York-based development agency <a href=\"https://www.alleyinteractive.com/\" target=\"_blank\">Alley Interactive</a> for the website’s overhaul, who recommended implementing a headless version of WordPress with content served via the WP REST API. This allowed the team to build out the frontend of the site using AngularJS.</p>\n<p>“As noted by <a href=\"http://alistapart.com/column/nearly-headless-cms\" target=\"_blank\">others</a>, this approach is superior to the standard WordPress templating approach for achieving some of the more exciting possibilities in user experience today,” Kleger said.</p>\n<p>The new website is a beautiful example of the WP REST API in the wild. For a deeper look at the design and development process, check out Kleger’s <a href=\"http://www.guggenheim.org/blogs/checklist/meet-the-new-guggenheim-org\" target=\"_blank\">post announcing the new Guggenheim.org</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, 22 Apr 2016 13:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: WordPress 4.5.1 Expected Early Next Week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/wordpress-4-5-1-expected-early-next-week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1567:\"<p>WordPress 4.5 “Coleman” was <a href=\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-experience\">released last week</a> without too many issues. However, the WordPress development team recently identified two bugs that are prompting an immediate point release <a href=\"https://make.wordpress.org/core/2016/04/20/4-5-1-release-candidate-tomorrow-april-21st/\">scheduled for next week</a>.</p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/36545\">first is that</a> TinyMCE toolbars and tabs are unresponsive in Chrome Version 50.0.2661.75 beta-m (64-bit). The second is that <a href=\"https://core.trac.wordpress.org/ticket/36510\">page templates with widgets are styled incorrectly</a>. WordPress 4.5 added a singular class that many themes use, including Twenty Eleven, that breaks a site’s layout. After a lengthy discussion and testing, the decision was to <a href=\"https://core.trac.wordpress.org/changeset/36112\">revert</a> the change.</p>\n<p><a href=\"https://wordpress.org/wordpress-4.5.1-RC2.zip\">WordPress 4.5.1 RC 1</a> is available and the core team wants as many people as possible to test the <a href=\"https://make.wordpress.org/core/2016/04/22/4-5-1-release-candidate/\">TinyMCE update and other bug fixes</a> included in the release. If you think you’ve discovered a bug, you’re encouraged to report it in the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta section</a> of the support forums.</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, 22 Apr 2016 02:17: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: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:86:\"WPTavern: Jetpack 4.0 Released with UI Improvements and New Editor View for VideoPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jetpack-4-0-released-with-ui-improvements-and-new-editor-view-for-videopress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2915:\"<p>Shortly after Jetpack 4.0 was released yesterday many <a href=\"https://wordpress.org/support/topic/fatal-error-when-updating-to-jetpack-40-read-this\" target=\"_blank\">users reported a fatal error and/or white screen when updating</a>. Developers started <a href=\"https://www.facebook.com/groups/168889943173228?view=permalink&id=1141144765947736\" target=\"_blank\">warning each other in the Advanced WordPress Facebook group to avoid updating to 4.0</a>, after having received emails from clients with sites that went down. A followup 4.0.2 release was pushed out today for users with the specific configuration that caused the fatal error.</p>\n<p>This is the third time in under two months that the Jetpack team has had to send out a followup update on the heels of a release to correct significant problems. Fortunately, the team worked quickly to get a fix out to sites with fatal errors.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/jetpack-ui-improvements.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/jetpack-ui-improvements.png?resize=286%2C300\" alt=\"jetpack-ui-improvements\" class=\"alignright size-medium wp-image-53926\" /></a>The 4.0 milestone brings major UI improvements for on-boarding new users. In previous versions of the plugin, visiting the Jetpack settings page showed a big green button prompting users to connect to WordPress.com.</p>\n<p>This release introduces a full page explaining the benefits of Jetpack to encourage users to hook it up. It also displays a picture of the development and support team, an explanation of Photon, and the benefits of the Protect module.</p>\n<p>Version 4.0 also adds a new editor view for VideoPress that lets users edit the shortcode in the editor with a new modal options window. This makes it easy to wrangle VideoPress settings directly in the editor</p>\n<p>A few other notable enhancements in this release include:</p>\n<ul>\n<li>Tighter WooCommerce Integration: Social sharing icons now appear on WooCommerce single product views</li>\n<li>Widget Visibility for Custom Post Type Archives: Show/hide widgets for CPT single or archive views</li>\n<li>Selective Refresh for Widgets: Widgets now update instantly with live previews in the customizer</li>\n<li>Updated schema.org Microdata for Breadcrumbs: Gives search engines a better understanding of a page’s position in the site hierarchy</li>\n</ul>\n<p>Jetpack 4.0 also adds performance enhancements for the Protect module and Contact Forms. The method it uses to clean the database of spam form submission records is now more efficient. Check out the <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> to see a full list of all the enhancements and fixes in this release. It should be safe to update your sites and clients’ sites to 4.0.2 without any ill effects.</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, 21 Apr 2016 21:46:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:96:\"WPTavern: WPWeekly Episode 231 – An Inside Look at the Plugin Review Process with Mika Epstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53924&preview_id=53924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/wpweekly-episode-231-an-inside-look-at-the-plugin-review-process-with-mika-epstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2951:\"<p>In this episode of WordPress Weekly, <a href=\"https://discord.gg/0wOgTCREXzBiWNYG\">Marcus Couch</a> and I are joined by <a href=\"https://halfelf.org/\">Mika Epstein</a>. Epstein reviews plugins before they’re added to the WordPress plugin directory and volunteers on the WordPress support forums. We learn what the plugin review process is like and common security issues she discovers. I was shocked to learn that Epstein has experienced some of the worst in people from denying plugins into the directory.</p>\n<p>We discuss the idea of a WordPress notifications center and how it could help keep users aware of issues on their sites. Last but not least, she gives us a heads up on common issues that have been reported on the support forums since the release of WordPress 4.5.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/ask-me-anything-anonymously/\">Ask Me Anything (Anonymously), </a>by <a href=\"https://profiles.wordpress.org/arunbasillal/\">Arun Basil Lal</a> from India, enables users to easily add a page or widget using a shortcode where visitors can ask you questions anonymously and you can list them along with your answers.</p>\n<p><a href=\"https://wordpress.org/plugins/admin-cleanup/\">Admin Cleanup, </a>by <a href=\"https://profiles.wordpress.org/mgibbs189/\">Matt Gibbs </a>from Charlottesville, VA, lets you hide menu items (e.g. Tools) entirely, or move them into the WordPress Admin Bar.</p>\n<p><a href=\"https://wordpress.org/plugins/logic-shortcodes/\">Logic Shortcodes, </a>by <a href=\"https://profiles.wordpress.org/samueldiethelm/\">Samuel Diethelm</a> from Marbella, Spain, enables the use of [if] shortcodes to work with conditional logic based on post meta or taxonomy terms on posts and pages. With conditional logic for taxonomy terms, you can use names, slugs or term_ids. For example: [if taxonomy=”category” slug=”cars”]Content to show[/if]</p>\n<p><a href=\"https://wordpress.org/plugins/dispensary-coupons/\">Dispensary Coupons<b>, </b></a>by <a href=\"https://profiles.wordpress.org/deviodigital/\">Robert DeVore </a>from Michigan, allows you to prominently display discounts on flower, tinctures, edibles and more with a simple shortcode or widget.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 27th 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 #231:</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, 21 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Beaver Builder Passes $1 Million in Revenue After 2 Years in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/beaver-builder-passes-1-million-in-revenue-after-2-years-in-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:2778:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beaver-builder.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beaver-builder.png?resize=1025%2C432\" alt=\"beaver-builder\" class=\"aligncenter size-full wp-image-53906\" /></a></p>\n<p>Beaver Builder, the drag-and-drop page builder plugin, <a href=\"https://www.wpbeaverbuilder.com/2nd-birthday-big-milestone-april-update/\" target=\"_blank\">celebrated two years in business</a> this week. Fastline Media, the parent company, started as a web design agency, but due to the success of their product the team closed down its client services department at the beginning of 2016 to focus 100% on Beaver Builder. After just two years in business, the plugin has passed $1 million in revenue.</p>\n<p>Beaver Builder hired its first employee in April, 2015, a year after launching. It now employees four people full-time and a few part-time contractors in addition to its three founders. The plugin recently passed 100,000 active installations between the <a href=\"https://wordpress.org/plugins/beaver-builder-lite-version/\" target=\"_blank\">WordPress.org</a> and commercial versions.</p>\n<p>As part of their two year milestone post, the team also announced that it acquired the beaverbuilder.com domain name, which set them back $2,300, according to co-founder Robby McCullough.</p>\n<p>“There was a really good salesman for the holding company that we bought it through,” McCullough said. “He convinced me it was a steal. Considering it probably cost ~$10 originally, though, it was a bit of a sting.”</p>\n<p>McCullough said that he and his co-founders see Beaver Builder, and other WordPress website builders, as being a bridge between WordPress and its mainstream market competitors like Wix and Weebly.</p>\n<p>“This idea came up during Jeff King’s presentation at Pressnomics, as more and more traditional ‘jobs’ become automated and obsolete (think driverless cars/trucks on the horizon),” McCullough said. “More and more people will be forced to start small businesses and create their own opportunities. Along with democratizing publishing, we think WordPress (and the web in general) — hopefully with the help of Beaver Builder — has the opportunity to ‘democratize the workforce.\'”</p>\n<p>With the $1 million milestone under their belts, McCullough said the Beaver Builder co-founders plan to keep putting food on the table and taking care of customers.</p>\n<p>“We’ve made it this far by providing great support and embracing customer feedback,” McCullough said. “We might be in the driver seat, but our customers are the ones laying the track.”</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, 21 Apr 2016 18:03: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WP Mobile Apps: WordPress for iOS: Call for beta testers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3397\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://apps.wordpress.com/2016/04/21/wordpress-for-ios-call-for-beta-testers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:769:\"<p>Hello, WordPress users! We are launching a shiny, new TestFlight beta testing program for WordPress for iOS. If you yearn for the latest features, enjoy breaking things, and don’t mind uncovering a bug or two in the process, we need you!</p>\n<p>Please <a href=\"https://docs.google.com/forms/d/1n0sD8O_Upb9h5FvKj6z_MFWPH5valmpQgbZf5kQEejU/viewform\">fill out our signup form</a> to request to join as a beta tester. If there are available spaces in the beta program, you will receive an email from TestFlight with instructions to download the latest beta release. We can’t wait to hear your feedback!</p>\n<img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3397&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, 21 Apr 2016 12:35: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:6:\"Rachel\";s: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:34:\"Matt: In Memoriam: Chuck Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5678:\"<p><img class=\"alignnone size-full wp-image-46437\" src=\"http://i2.wp.com/ma.tt/files/2016/04/MCM_5265-1-1.jpg?resize=604%2C302&ssl=1\" alt=\"MCM_5265 (1).JPG\" /></p>\n<p>My father, Chuck Mullenweg, passed one week ago today. After over a month in ICU he had just been transferred to long-term acute care in a different hospital and we were looking forward to a tough but steady road to being back home when he took an unexpected and sudden turn. I’ve started and stopped writing this dozens of times since then and words continue to fail me.</p>\n<p>Here’s the rememberance that ran in the paper a few days ago:</p>\n<p><a href=\"http://i0.wp.com/ma.tt/files/2016/04/W01521910pdfpreview.png\"><img class=\"aligncenter wp-image-46424 size-medium\" src=\"http://i0.wp.com/ma.tt/files/2016/04/W01521910pdfpreview.png?resize=604%2C296\" alt=\"\" /></a></p>\n<p><img class=\" wp-image-46500 alignright\" src=\"http://i2.wp.com/ma.tt/files/2016/04/IMG_6024.jpg?resize=262%2C333&ssl=1\" alt=\"IMG_6024.JPG\" />It is impossible to overstate the influence my father has had on every part of my life: Why did I play saxophone? Dad did. Computers and programming? Dad did. Travel? He was frequently stationed overseas and even when we didn’t visit he would always bring back a cool gift for myself and my sister. He drove me to the HAL-PC office (local non-profit) every weekend where I’d learn so much fixing people’s broken computers and being exposed to open source for the first time. His O’Reilly “camel book” on Perl was the first scripting I learned, and he pointed me toward Mastering Regular Expressions which became the basis of <a href=\"https://ma.tt/2002/09/smart-quotes-in-php/\">my first contribution to b2, texturize</a>.</p>\n<p>We were in a father / son bowling league. I remember admiring his work ethic so much: he’d get up before dawn every morning and put on a suit, grab his briefcase, and go to work. He often went in on weekends and I loved to go with him because they had “fast” internet at the office and I could read Dilbert and about Babylon 5. He was a voracious reader and learner, and loved tinkering whether it was cars or networking. In the other room I can hear a bitcoin mining rig he set up a few years ago. He was independent minded and unafraid to question the status quo.</p>\n<p><img class=\"aligncenter size-full wp-image-46504\" src=\"http://i1.wp.com/ma.tt/files/2016/04/IMG_4385.jpg?resize=351%2C263&ssl=1\" alt=\"IMG_4385.JPG\" /></p>\n<p>There’s a photo somewhere of my dad mowing the lawn and me following behind him with a toy lawnmower, which is a perfect metaphor for how I’ve always followed in his footsteps.</p>\n<p><img class=\"alignnone size-full wp-image-46511\" src=\"http://i1.wp.com/ma.tt/files/2016/04/MCM_5113.jpg?resize=604%2C238&ssl=1\" alt=\"MCM_5113.jpg\" /></p>\n<p>I’m at a loss.</p>\n<p>Parents are there literally the day you’re born, and it’s hard to imagine a life without them. Most people reading this will outlive their parents, and deal with their mortality and often difficult and painful final days as those who brought us into this world exit it. I’ve been reading and reading all the writing I can find on this topic, but nothing really prepares you for it, and nothing makes it better to go through. It’s terrible.</p>\n<p><img class=\"alignnone size-full wp-image-46508\" src=\"http://i2.wp.com/ma.tt/files/2016/04/MCM_7807.jpg?resize=604%2C402&ssl=1\" alt=\"MCM_7807.jpg\" /></p>\n<p>He wasn’t someone to tell you what the right way to live was, in fact he was incredibly open minded. He didn’t tell you, he showed you how he lived his life from a place of integrity and trust, how he was in his relationship with my mom, how he was in business. He wasn’t flashy and seldom talked about his accomplishments or all the people he had helped out along the way. Many of the stories of appreciation coming in I’m hearing for the first time. In getting his books and taxes together this past week I was humbled by how simply he lived this season of his life, not into material things but cherishing relationships and his quiet life in the suburbs with my mother.</p>\n<p><img class=\"alignnone size-full wp-image-46499\" src=\"http://i1.wp.com/ma.tt/files/2016/04/IMG_20151225_160835-1.jpg?resize=604%2C452&ssl=1\" alt=\"IMG_20151225_160835 (1).jpg\" /></p>\n<p>My biggest blessing has been my family. Every one is the most supportive you can imagine. So inspiring… much of what I’ve done in the world was in the context of making my parents proud, and their relationship to each other and the amazing man my dad was has set a bar I hope to approach in my lifetime. The last few years he got much better about showing his pride in my sister and I, and even more importantly saying “I love you,” the three words that are among the best gift we can give each other. Don’t forget to use them, even if it feels cheesy or embarrassing, and for those of you with parents still around please give them some <a href=\"http://waitbutwhy.com/2015/12/the-tail-end.html\">extra time</a> and a hug for me. This was unexpected, we really believed he was on an upward trajectory. You never know when the words you share with someone might be the last.</p>\n<p><img class=\"alignnone size-full wp-image-46506\" src=\"http://i1.wp.com/ma.tt/files/2016/04/MCM_5139.jpg?resize=604%2C402&ssl=1\" alt=\"MCM_5139.JPG\" /></p>\n<p>I made a page <a href=\"http://ma.tt/chuck/\">you can see his official obituary, information about his memorial service in Katy, and leave any memories you have of him at ma.tt/chuck</a>.</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2016 06:58: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: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: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:62:\"WPTavern: A Tip for Convincing Customers to Renew License Keys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/a-tip-for-convincing-customers-to-renew-license-keys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3583:\"<p>Mika Epstein, who helps review plugins before they’re added to the directory and is a dedicated support forum volunteer, <a href=\"https://halfelf.org/2016/despair-licensed-updates/\">has a great post</a> on the difficulties associated with plugins that require license keys for updates. She addresses topics like keeping users informed, ownership, and bundling plugins with themes. She also suggests the following solution to get users with an expired license key to renew.</p>\n<blockquote><p>What if the updater kept checking, license expired or not, and when you clicked to upgrade it alerted you?</p>\n<p>Your license for Foobar has expired. Please renew it in order to upgrade.</p>\n<p>What if you got this email?</p>\n<p>Hey, you bought Foobar back in 2014 and that license lapsed. Normally I’d never bother you, but today I’ve pushed a major security fix. Since this is a security release, I’m offering you a discount. It’s already applied to your account, just log in and you can buy the upgrade at 50% off. If you’re not using Foobar anymore, click here and I’ll have your account flagged so we don’t bother you about this again.</p>\n<p>How happy would you be to find out someone saved your soy bacon?</p></blockquote>\n<p>Based <a href=\"https://halfelf.org/2016/despair-licensed-updates/#comment-75676\">on the comments</a> of her article and from what Epstein has experienced from years of providing WordPress support, it’s a complex problem without a solution. The perils of updating commercial plugins bundled with themes that require a license key were apparent two years ago when a <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\">critical security vulnerability was discovered</a> in Revolution Slider.</p>\n<p>Had the news not been published across media outlets, many users may not have known about the update. In some cases, users couldn’t update because they didn’t have the required license key, <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised#comment-58566\">as was the case with Brenda</a>.</p>\n<blockquote><p>The slider plugin was bundled in a theme that a PREVIOUS web developer installed for one of my clients. As such, I do not have the theme license key. There is NO WAY that I would ever have known about this extreme vulnerability had Sucuri not released it.</p></blockquote>\n<p>Some companies make security updates available to all customers regardless if their license is expired. For example, earlier this year, a <a href=\"http://wptavern.com/critical-security-vulnerability-discovered-in-elegant-themes-products\">critical security vulnerability was discovered</a> in Elegant Themes products. Due to the severity of the issue, the company made the updates available for free to expired accounts. The updates contained only the security fix without any of the new features developed in recent versions.</p>\n<p>There’s a delicate balance between pushing customers to upgrade, renew license keys, and making it easy to do so. As Epstein says in the conclusion of her post, “If you make it easy to pay, people will renew and pay. If you inform them of security issues, they will pay and upgrade.”</p>\n<p>If you’re a commercial plugin developer, how do you inform and convince customers to renew their license keys? Also, how do you handle security updates for customers with expired licenses?</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, 20 Apr 2016 22:49:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WP Dispensary Offers a Complete Marijuana Menu Solution 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=53859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-dispensary-offers-a-complete-marijuana-menu-solution-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:4972:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/blueberry-kush.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/blueberry-kush.jpg?resize=1000%2C605\" alt=\"photo credit: Blueberry Kush, Indica-3 - (license)\" class=\"size-full wp-image-53861\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/57298467@N03/5500914557\">Blueberry Kush, Indica-3</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>With <a href=\"http://medicalmarijuana.procon.org/view.resource.php?resourceID=000881\" target=\"_blank\">24 states</a> having enacted laws to legalize medical marijuana, the industry is booming and dispensaries need websites. <a href=\"https://wordpress.org/plugins/wp-dispensary/\" target=\"_blank\">WP Dispensary</a>, released five months ago, is the first WordPress plugin to target this underserved market.</p>\n<p>After creating <a href=\"https://wordpress.org/plugins/leafly-reviews/\" target=\"_blank\">Leafly Reviews</a>, a plugin that displays dispensary reviews from Leafly using a widget or shortcode, <a href=\"http://www.robertdevore.com\" target=\"_blank\">Robert DeVore</a> decided he wanted to make more solutions to help dispensary owners build professional websites. <a href=\"https://wordpress.org/plugins/wp-dispensary/\" target=\"_blank\">WP Dispensary</a> and <a href=\"https://wordpress.org/plugins/dispensary-coupons/\" target=\"_blank\">Dispensary Coupons</a> soon followed on WordPress.org.</p>\n<p>Many marijuana dispensaries post their product menus on a board, printed on paper, or displayed on a tablet. The WP Dispensary plugin makes it easy to enter products, with all their relevant details, into a menu for display on a WordPress-powered website. This makes it easy for the dispensary owner to create, edit, and maintain a master list of products, which can also be displayed in the store.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wpd-menu-update-1.4.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wpd-menu-update-1.4.jpg?resize=160%2C174\" alt=\"wpd-menu-update-1.4\" class=\"alignright size-full wp-image-53872\" /></a>The plugin creates custom post types for flowers, edibles, concentrates, pre-rolls, and topicals. It also includes custom taxonomies for aromas, flavors, effects, symptoms, and conditions. This allows visitors to easily sort available products.</p>\n<p>Entering a new menu item is as easy as writing a post, so dispensary owners will have no problem keeping their menus updated:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/add-flower.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/add-flower.png?resize=1025%2C489\" alt=\"add-flower\" class=\"aligncenter size-full wp-image-53885\" /></a></p>\n<p>Dispensary owners can also enter product prices for flowers and concentrates based on weight, from 1/2 gram to an ounce. Edibles and pre-rolls allow you to enter the THC and CBD percentages.</p>\n<p>Today’s <a href=\"http://www.wpdispensary.com/wp-dispensary-version-1-4/\" target=\"_blank\">version 1.4 release</a>, in honor of the 4/20 holiday, adds topicals to the existing custom post types, with extra product information options for unit price, unit size, and THC mg and CBD mg.</p>\n<p>When used in combination with DeVore’s free <a href=\"https://github.com/deviodigital/dispensary-display-wordpress-theme\" target=\"_blank\">Dispensary Display</a> theme, products are displayed beautifully on the frontend with images for each menu item. After updating it to be compatible with the 1.4 release, DeVore plans to get the theme ready for submission to the official WordPress theme directory.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/dispensary-items.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/dispensary-items.png?resize=887%2C524\" alt=\"dispensary-items\" class=\"alignright size-full wp-image-53878\" /></a></p>\n<p>WP Dispensary is also fully integrated with the WP REST API so developers can pull data from the custom post types and display it with JavaScript in a website or app. This currently requires the <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">REST API plugin version 2</a> until the API is officially merged into core.</p>\n<p>WP Dispensary is 100% open source and available for anyone to <a href=\"https://wordpress.org/plugins/wp-dispensary/\" target=\"_blank\">download for free from WordPress.org</a>. Full <a href=\"http://www.wpdispensary.com/documentation/\" target=\"_blank\">documentation</a> is available for the plugin on the WP Dispensary project website, which includes instructions for setting it up, information on add-ons, and additional plugin suggestions. The plugin is also <a href=\"https://github.com/deviodigital/wp-dispensary\" target=\"_blank\">available on GitHub</a> if you want to contribute bug fixes or improvements.</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, 20 Apr 2016 20:09: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: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:68:\"WPTavern: The Quest For a Centralized WordPress Notifications Center\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-quest-for-a-centralized-wordpress-notifications-center\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9813:\"<p>Based on the number of comments we received on <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\">WordPress admin notices</a> being abused, it’s clear that a number of you feel the same way I do. Thanks to the healthy discussion that took place, I learned several new things about admin notices I’d like to share with you.</p>\n<h2>Themes Do it Too</h2>\n<p>While the crux of the article focuses on plugins being the largest offender, the issue also applies to themes hosted in and outside of the WordPress theme directory. In one of the more extreme examples I discovered, earlier this year, <a href=\"https://reduxframework.com/e\">Redux Framework</a> added an admin notice that informed users of a new <a href=\"https://reduxframework.com/extension/ad-remover/\">commercial extension</a>.</p>\n<p>When users questioned <a href=\"https://github.com/reduxframework/redux-framework/issues/2801\">how to remove the notices</a>, Redux Framework developers responded by creating a commercial extension.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ReduxFrameworkAdNotice.png\"><img class=\"size-full wp-image-53826\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ReduxFrameworkAdNotice.png?resize=1025%2C47\" alt=\"Redux Framework Admin Notice\" /></a>Redux Framework Admin Notice\n<p>For $59 a year, the extension removes admin notices, ads from the options panel, and the dashboard news widget. Even though the notices and ads are only displayed when the framework’s dev mode is enabled, it seems like a ridiculous way to generate revenue.</p>\n<p>While researching for this article, I discovered that Dovy Paukstys, Co-Founder and lead developer of Redux Framework, is in the process of removing advertising from current and future admin notices. Paukstys provided the Tavern with the following statement:</p>\n<blockquote><p>As a fellow developer, I can see how frustrating an admin notice can be when used as an ad. To support the requests of the community, we will no longer use admin notices to advertise premium features. We will use admin notices for their intended purpose, to inform and educate our users.</p>\n<p>We hope that other frameworks, plugins, and products will follow suit.</p></blockquote>\n<h2>WP Notification Center</h2>\n<p>Inspired by our article, WPBeginner looks into whether or not <a href=\"http://www.wpbeginner.com/opinion/does-wordpress-need-a-notification-center-we-think-so-how-about-you/\">WordPress needs a notification center</a>. As it turns out, there are a couple of different plugins and projects in the works aiming to solve this problem.</p>\n<p>The <a href=\"https://wordpress.org/plugins/wp-notification-center/\">WP Notification Center</a> plugin, developed by Barry Kooij and Never5, adds a <a href=\"http://www.barrykooij.com/wordpress-notification-manager/\">notification center</a> to WordPress. This plugin moves admin notices to a central location freeing up valuable screen real-estate.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WPNotificationCenter.png\"><img class=\"size-full wp-image-53828\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WPNotificationCenter.png?resize=638%2C155\" alt=\"WP Notification Center\" /></a>WP Notification Center\n<p>When activated, a notifications area is added to the admin bar. This tells you the number of notices available and provides quick viewing access. The messages are also color coded to easily tell the difference between update and error messages.</p>\n<p>Links within the notice take you to the corresponding admin page to view more details. Unfortunately, you can’t dismiss notices from the admin toolbar without navigating to the links within them. According to Kooij, dismissing notices is a difficult problem to fix.</p>\n<blockquote><p>The admin notices are added in code so I can’t stop them from being added. That means I would need to store what notices are dismissed and check all added notices on every admin page load to filter out the ones that are dismissed.</p>\n<p>It’s the other way around from an ideal situation, where a notice would be added to the database and I can simply remove it when it’s dismissed.</p></blockquote>\n<p>As for the possibility of getting WP Notification Center into core, “I would love to write a patch for core that would set this up the right way,” Kooij said. “That would eventually involve deprecating and stop displaying notifications that are being added the old way.”</p>\n<p>If you’re interested in tackling this problem or would like to contribute to other facets of the project, you can find it <a href=\"https://github.com/barrykooij/wp-notification-center\">on GitHub</a> where issues and pull requests are welcomed.</p>\n<h2>WordPress Notifications API</h2>\n<p>During the WordPress Core developer chat <a href=\"https://make.wordpress.org/core/2016/01/13/core-dev-chat-notes-for-jan-13/\">back in January</a>, John Blackbourn proposed a Notifications API that would replace <code>wp_mail()</code> with an extensible API. The API could be hooked into by developers to send notifications via webhooks that would enable Slack and IM notifications. There would also be UI added so users and admins can choose which individual notifications and types to opt-in/out of.</p>\n<p>The API is not directly relevant to admin notices but it’s possible they could be connected in the future. Blackbourn plans to publish a detailed blog post outlining the idea in-depth within the next week or two.</p>\n<h2>Jetpack Notifications</h2>\n<p>Jetpack handles notifications via a module that adds an icon to the toolbar. Notifications include, Likes, Comments, Follows, and the ability to moderate and reply to comments.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/JetpackNotifications.png\"><img class=\"size-full wp-image-53846\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/JetpackNotifications.png?resize=406%2C422\" alt=\"Jetpack Notifications\" /></a>Jetpack Notifications\n<p>I use this notifications area all the time to moderate and respond to comments. It’s convenient and usually loads items quickly. However, I’m not sure how well the interface would work if admin notices from themes and plugins were added.</p>\n<h2>Subscribers Can Possibly See Admin Notices</h2>\n<p>One of the most surprising <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices#comment-165057\">things I’ve learned</a> is that users who are subscribers can <em>possibly</em> see admin notices. On the surface, this doesn’t make sense as subscribers don’t have the capabilities necessary to act on notices. I tested this theory on the WP Tavern test site by activating both Yoast SEO and the All in One SEO plugin.</p>\n<p>This is what I see while logged in as an admin.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesSEO.png\"><img class=\"size-full wp-image-53847\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesSEO.png?resize=1025%2C293\" alt=\"Admin Notices While Logged in as Admin\" /></a>Admin Notices While Logged in as Admin\n<p>This is the same dashboard while logged in as a subscriber.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesWhileASubscriber.png\"><img class=\"size-full wp-image-53848\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesWhileASubscriber.png?resize=1025%2C380\" alt=\"Admin Notices While Logged in as A Subscriber\" /></a>Admin Notices While Logged in as A Subscriber\n<p>As you can see, the notices disappear when logged in as a subscriber. While I initially thought this was an issue in core, it appears to be more of a developer issue. JS Morisset, who <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices#comment-165464\">commented on the original article</a> has a possible explanation:</p>\n<blockquote><p>The word ‘admin’ (for notices) could be interpreted in two ways — either they’re admin / back-end notices, or they’re administrator notices.</p>\n<p>I’ve always understood that they are the former (notices displayed on the admin back-end), and can be seen by any / all back-end users, so I use ‘current_user_can()’ in my own code to display different kinds of messages. Maybe this is more of a developer awareness issue than a core WP issue.</p></blockquote>\n<p>While I have not analyzed the code in the plugins I tested, the <a href=\"https://developer.wordpress.org/reference/functions/current_user_can/\">current_user_can()</a> capability check would explain why admins see notices while subscribers do not.</p>\n<h2>What I’d Like to See in a Centralized WordPress Notifications Center</h2>\n<p>Admin notices are a great way for developers to inform users of important information. But with all the notices bombarding site administrators these days, there’s a need for an organizational user interface to manage them all. When considering the types of notifications to allow and display, a notification center in WordPress can easily turn into a deep rabbit hole.</p>\n<p>What I’d like to see is a notification center that notifies me of core, plugin, and theme updates in addition to whatever notices those items generate. I also want it to tell me about errors on the site. These notifications should be in an easy-to-use interface that’s quick to access. Notifications should be dismissable or have a status where they can be marked as read.</p>\n<p>As seen above, there are plenty of people and projects working on solutions to this problem. What would be your ideal WordPress notifications center?</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, 20 Apr 2016 02:11:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:107:\"WPTavern: Developers Urge White House to Consider “Open by Default” for New Open Source Software Policy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/developers-urge-white-house-to-consider-open-by-default-for-new-open-source-software-policy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7190:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/white-house.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/white-house.jpg?resize=1024%2C520\" alt=\"photo credit: The White House Washington DC - (license)\" class=\"size-full wp-image-52474\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/71380981@N06/19902559769\">The White House Washington DC</a> – <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>Last month the White House <a href=\"http://wptavern.com/white-house-seeks-feedback-on-github-for-government-wide-open-source-software-policy\" target=\"_blank\">called for developers to comment on its proposed draft</a> for a Government-wide Open Source Software policy. The new policy would require code paid for by the government to be made available for reuse across other federal agencies and a portion (20%) of the custom code would be released as open source.</p>\n<p>The period for public comment officially ended yesterday and now the <a href=\"https://www.whitehouse.gov/omb/\" target=\"_blank\">White House Office of Management and Budget (OMB)</a> will analyze the feedback on GitHub to refine the final policy.</p>\n<h3>CIO of the Department of Homeland Security Affirms Benefits of Open Source for Cybersecurity</h3>\n<p>Yesterday, Luke McCormack, the Chief Information Officer of the Department of Homeland Security, offered <a href=\"https://github.com/whitehouse/source-code-policy/issues/222\" target=\"_blank\">formal comments on GitHub</a>, affirming the benefits of open source, especially in regard to cybersecurity:</p>\n<blockquote><p>When managed appropriately, releasing code as OSS and engaging with the community can have extensive cybersecurity benefits. Security through obscurity is not true security: we cannot depend on vulnerabilities not being exploited just because they have not been discovered yet. There are many examples of widely-used pieces of software that benefit greatly from constant and vigorous community reviews and contributions to find bugs, and thus making them more secure. We look forward to government systems joining them.</p></blockquote>\n<p>McCormack’s clarification of the department’s official position combats the common misconception that open source code is inherently insecure. The comment also affirms the department’s support for working with the open source community.</p>\n<p>“Participation in the open source community will further strengthen our systems and help fulfill the mission of the Department,” McCormack said. “Likewise, we believe in the potential of this policy to incentivize innovation and enable a new generation of companies to do business with the Government.”</p>\n<h3>Developers Push for an “Open by Default” Policy</h3>\n<p>The proposed policy encourages federal agencies to work together to make reusable modules and to build active communities around the open source code they release. It is a better use of American tax dollars, but there is also a significant contingency of developers who believe the policy doesn’t go far enough with its arbitrary 20% requirement.</p>\n<p>In an issue titled “<a href=\"https://github.com/WhiteHouse/source-code-policy/issues/90\" target=\"_blank\">Software should be “Open by default” not 20%</a>,” the Presidential Innovation Fellows Foundation (PIFF) shared the following statement summarizing the general consensus of its 120 members:</p>\n<blockquote><p>The PIF Foundation membership strongly believes that it is in the best interest of increased government efficiency and taxpayer savings for the OMB to set a policy of ‘open by default’ for custom software developed by the Federal Government rather than setting a goal of at least 20% OSS as originally proposed in the source code policy.</p></blockquote>\n<p><a href=\"http://ben.balter.com/\" target=\"_blank\">Ben Balter</a>, open source advocate and product manager at GitHub, <a href=\"https://github.com/WhiteHouse/source-code-policy/issues/90#issuecomment-207820011\" target=\"_blank\">expanded</a> on why the PIFF believes that taxpayer-funded government code should be open by default. Balter penned an <a href=\"https://fcw.com/articles/2016/04/11/balter-open-source-opinion.aspx\" target=\"_blank\">op-ed for FCW</a> about how the proposed open source policy, with its 20% requirement, is a missed opportunity to modernize government. He contends that the proposed three-year pilot program will not likely produce results beyond what is already known, as open source has already undergone a two-decade pilot. By 2019, the push for ‘open by default’ will be long overdue:</p>\n<blockquote><p>It’s no secret that government agencies lag behind the private sector with regard to technology, and the proposed source code policy hesitantly testing the waters of open source is no exception. Open source software isn’t a potential fad to be cautiously evaluated as part of a three-year pilot program, nor are the benefits unknown or unproven in large enterprises. Open source is simply how industry builds software today. You’d be hard-pressed to find a startup worth its venture capital funding that isn’t based, at least in part, on open source software. The same holds true of most industry leaders, already embracing open source as a core part of their business strategy, including Microsoft, Apple, Google, IBM, SAP and Adobe to name a few.</p></blockquote>\n<p>Mozilla representatives also <a href=\"https://github.com/WhiteHouse/source-code-policy/issues/159\" target=\"_blank\">commented on the issue</a> to affirm its support for “open by default” and clear international licensing. The company identified four key reasons for shooting for 100% rather than mandating a minimum requirement:</p>\n<ul>\n<li>Open source by default is consistent with the principle that the public should receive maximal benefit from the expenditure of their tax dollars.</li>\n<li>Software produced in the open will be of high quality and will help promote the public’s trust due to the extra scrutiny it can receive and the potential contribution of external interested parties.</li>\n<li>The additional burden of opening source code to the public should not be great if the software already has to be prepared for sharing within the Federal government.</li>\n<li>The burden of tracking, assessing and reporting on percentages is removed, as is the problem of deciding how to make the measurements in the first place.</li>\n</ul>\n<p>Mozilla and many others commenting on the issue are urging the White House to reject the notion of an arbitrary 20% target and instead aim for open source from the outset, removing sensitive parts of the code base as necessary.</p>\n<p>It’s unclear how much weight this particular issue will hold in the creation of the final policy, but the opportunity for industry experts to comment on and contribute to the process is already a major step forward. The policy is still in draft status and we will publish an update once the OMB has finalized its decision.</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, 19 Apr 2016 22:35:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: Linus Torvalds Explains How Open Source Led to the Success of Linux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/linus-torvalds-explains-how-open-source-led-to-the-success-of-linux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4722:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/TED-linus-torvalds-interview.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/TED-linus-torvalds-interview.png?resize=1025%2C570\" alt=\"TED-linus-torvalds-interview\" class=\"aligncenter size-full wp-image-53797\" /></a></p>\n<p>In a rare and deeply personal <a href=\"http://www.ted.com/talks/linus_torvalds_the_mind_behind_linux\" target=\"_blank\">interview</a> with TED Curator Chris Anderson, Linus Torvalds spoke about how open source made his projects what they are today. Torvalds, creator of the Linux kernel and the Git version control system, revealed that he prefers to work alone, in his bathrobe, in total silence. Although he heads up one of the largest open source projects in the world, with 1,000 contributors involved in every bimonthly release, Torvalds claims he is not a people person.</p>\n<p>“I did not start Linux as a collaborative project,” Torvalds said. “I started it as one in a series of many projects I had done at the time for myself, partly because I needed the end result, but even more because I just enjoyed programming.”</p>\n<p>Torvalds said that open source wasn’t really on his radar at all. As Linux grew, it became something he wanted to show off to people and he made it publicly available. It wasn’t even open source at that point, which was mainly called “free software” back then. He had no intention of using open source to improve his project. He simply invited comments on his project and, to his amazement, people took interest in the code and started contributing ideas.</p>\n<p>“Every project before that had been completely personal, and it was a revelation when people just started commenting, started giving feedback on your code,” Torvalds said.</p>\n<p>As the Linux project grew, thousands of people wanted to contribute. Torvalds said that it reached a breaking point where he knew he couldn’t scale it to work with that many people without having some kind of version control system in place.</p>\n<p>“So git is my second project, which was only created for me to maintain my first project,” he said. “And this is literally how I work. I do code for fun, but I want to code for something meaningful. Every single project that I’ve ever done has been for something I needed.”</p>\n<p>Ironically, for someone who professes not to be a people person, Torvalds revolutionized collaborative development for teams and projects with Git. He said that he has often been in conflict with other people and can be “myopic when it comes to other people’s feelings.” Open source gave him a way to work effectively with other people:</p>\n<blockquote><p>One of the things I really like about open source is it allows different people to work together. We don’t have to like each other, and sometimes we really don’t like each other. There are very, very heated arguments. You don’t even agree to disagree – it’s just that you’re interested in different things. </p>\n<p>Coming back to the point that I said earlier, that I was afraid of commercial people taking advantage of your work – It very quickly turned out that those commercial people were lovely people. And they did all the things that I was not at all interested in doing and they had completely different goals. And they used open source in ways that I just did not want to go. But because it was open source they could do it and it actually works really beautifully together.</p></blockquote>\n<p>One of the most interesting things about his story is that he first embraced open source out of practicality, not because of ideological convictions.</p>\n<p>“Without doing the whole open-source-and-really-letting-go thing, Linux would never have been what it is,” Torvalds said. Even so, he said he doesn’t necessarily think the principle can be applied to other aspects of life beyond code without a lot of grey areas.</p>\n<p>Despite having changed the future by creating technology that powers the internet, Torvalds does not consider himself a visionary.</p>\n<p>“I am not a visionary,” he said. “I do not have a five year plan. I’m an engineer. I’m perfectly happy with all the people who are walking around staring at the clouds and looking at the stars and saying, ‘I want to go there.’ But I’m looking at the ground and I want to fix the pothole that’s right in front of me before I fall in.”</p>\n<p>Check out the 21-minute interview in the video below:</p>\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:\"Tue, 19 Apr 2016 05:05:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WordPress 4.6 Development Kicks Off This Week, Dominik Schilling to Lead 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-6-development-kicks-off-this-week-dominik-schilling-to-lead-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4254:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/sharpened-pencil.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/sharpened-pencil.jpg?resize=960%2C511\" alt=\"photo credit: Angelina Litvin\" class=\"size-full wp-image-53775\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/JLXDNN5BNE\">Angelina Litvin</a>\n<p>As soon as WordPress 4.5 was out the door, WordPress 4.6 release lead Dominik Schilling opened up the floor for <a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\" target=\"_blank\">discussion on wish list items</a> ahead of the kickoff chat on Wednesday. The development community chimed in with feedback on their users’ biggest pain points, important UX issues to be solved, and existing features they would like to see polished.</p>\n<p>If the 200+ comments on the post are any indication, WordPress users and contributors are buzzing with ideas for improving the software in the upcoming release. The Make/WordPress core blog doesn’t have a voting system, but a few of the wish list items with the most +1’s include:</p>\n<ul>\n<li>Many-to-many relationships between posts and users (à la <a href=\"https://wordpress.org/plugins/posts-to-posts/\" target=\"_blank\">Posts 2 Posts</a>)</li>\n<li>Group ownership and content management</li>\n<li>Custom post statuses</li>\n<li>Multi-author support for single page/post/term items</li>\n<li>Fix long-standing <a href=\"https://core.trac.wordpress.org/ticket/4539\" target=\"_blank\">issues with wptexturize</a></li>\n<li><a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~https\" target=\"_blank\">HTTPS improvements</a></li>\n<li>Add a new core <a href=\"https://core.trac.wordpress.org/ticket/32417\" target=\"_blank\">media widget</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/16379\" target=\"_blank\">Better UI for creating a “front” page</a></li>\n<li>Support for <a href=\"https://core.trac.wordpress.org/ticket/19627\" target=\"_blank\">allowing themes to register a static front page</a> to be automatically turned on at activation</li>\n<li>Remove the plugin/theme editor and make it into a plugin</li>\n<li>Fields API</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/12668\" target=\"_blank\">Custom Comment Types</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/21022\" target=\"_blank\">Use bcrypt for passwords</a></li>\n</ul>\n<p>Ella Van Dorpe also posted a <a href=\"https://make.wordpress.org/core/2016/04/12/editor-wish-list-4-6/\" target=\"_blank\">summary</a> of the most recent meeting for contributors on the core editor component. The team discussed a wish list for the editor in 4.6 and beyond, including the possibility of creating a feature plugin that uses <a href=\"https://nytimes.github.io/ice/demo/\" target=\"_blank\">ICE</a> to allow suggestions and comments on content. A <a href=\"https://core.trac.wordpress.org/ticket/36474\" target=\"_blank\">revamp of the Publish meta box</a>, more experimentation with inline toolbars, more formatting shortcodes, and other improvements are also on the list.</p>\n<p>Weston Ruter and contributors plan to continue chipping away at the <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">customizer roadmap</a> and component page with a focus on <a href=\"https://make.wordpress.org/core/2015/01/26/customizer-transactions-proposal/\" target=\"_blank\">customizer transactions</a>. Ruter would also like to introduce <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">basic content authorship</a> in the customizer in 4.6, along with improvements to existing features.</p>\n<p>The 4.6 <a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\" target=\"_blank\">wish list</a> offers a small preview of what might be coming in this release, and there’s still time to contribute new items and feedback. If you want to advocate for your ticket or wish list item, join the WordPress 4.6 kickoff chat in the #core Slack channel on Wednesday at <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160420T2000\" target=\"_blank\">3:00PM CDT</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, 18 Apr 2016 18:25: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: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:94:\"WPTavern: Sucuri Partners with Let’s Encrypt to Offer Free SSL Certificates to All Customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sucuri-partners-with-lets-encrypt-to-offer-free-ssl-certificates-to-all-customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3363:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ssl.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ssl.png?resize=650%2C181\" alt=\"ssl\" class=\"aligncenter size-full wp-image-53744\" /></a></p>\n<p><a href=\"http://sucuri.net/\" target=\"_blank\">Sucuri</a>, a website security company that specializes in securing WordPress (and other CMS) sites, <a href=\"https://blog.sucuri.net/2016/04/sucuri-firewall-free-letsencrypt-ssl-certs-for-everyone.html\" target=\"_blank\">announced</a> that SSL certificates are now available at no cost to all customers who make use of the company’s <a href=\"https://sucuri.net/website-firewall/\" target=\"_blank\">firewall</a>. As a <a href=\"https://letsencrypt.org/sponsors/\" target=\"_blank\">sponsor of the Let’s Encrypt initiative</a>, Sucuri joins <a href=\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\" target=\"_blank\">Automattic</a> as one of the first companies to fully automate free SSL Certificates for all customers. The company has also enabled the new HTTP/2 protocol by default, which offers significant performance advantages compared to raw HTTPS.</p>\n<p>Unlike WordPress.com, which <a href=\"https://en.support.wordpress.com/https/\" target=\"_blank\">does not allow users to disable encryption</a>, Sucuri offers a “No HTTPS” option which will force all traffic to be redirected to HTTP. Customers can also select from partial SSL, full SSL, and Custom SSL (where they can use their own certificates).</p>\n<p>Despite their sponsorship of the Let’s Encrypt initiative, Sucuri’s founders emphasized that SSL support is not a magic wand that instantly makes your website secure, since it only protects information transferred between the browser and web server.</p>\n<p>“Even though we are providing SSL certificates to all our clients, we don’t subscribe to the idea that every website needs HTTPS enabled,” Sucuri CTO Daniel Cid said. “The idea that this makes for a more secure web is inaccurate.”</p>\n<p>Cid and co-founder Tony Perez share a perspective tempered by years of experience fixing hacked websites. The majority of compromises come through brute force attacks, software vulnerabilities, and DDOS attacks.</p>\n<p>In a post titled <a href=\"https://perezbox.com/2015/07/https-does-not-secure-your-website/\" target=\"_blank\">HTTPS Does Not Secure Your Website</a>, Sucuri CEO Tony Perez identified three general instances where SSL is essential: when transferring personal identifiable information, transaction data in e-commerce, and other sensitive data. Outside of these scenarios, HTTPS is not as critical.</p>\n<p>“I have no doubt that HTTPS will continue to grow in popularity,” Perez said. “What I take exception to is when technology professionals say that one of the driving factors for HTTPS is it’ll secure your website, because it won’t.”</p>\n<p>Sucuri only recommends HTTPS for customers who are already taking security seriously and want to add protection for data in transit. The company suggests putting more basic security measures in place first – keeping your software updated, implementing intrusion detection, getting code reviews, and storing passwords securely.</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, 18 Apr 2016 04:21:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:44:\"Post Status: WordPress 4.5 — 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=23435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-4-5-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:2142:\"<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>WordPress 4.5 was just released, and comes backed with a lot of great new features. Some of our favorites have to do with the editing experience, but we go over all the new user facing features as well as under the hood bits of WordPress 4.5. We also dig into the earliest stages of WordPress 4.6, which is already underway.</span></p>\n<p><span>If you’ve been enjoying Post Status Draft, would you considering rating us in iTunes? We’ve never asked for it, but it would help tremendously! You can do so by going to iTunes, click “Ratings and Reviews” and leave a quick review. Thanks!</span></p>\n<a href=\"https://audio.simplecast.com/35565.mp3\">https://audio.simplecast.com/35565.mp3</a>\n<p><a href=\"http://audio.simplecast.com/35565.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-4-5-coleman-released/\">Brian’s WordPress 4.5 Post</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\">WordPress 4.6 wishlist</a></li>\n<li><a href=\"https://poststatus.com/day-of-rest-boston/\">A Day of Rest is going to Boston!</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This podcast is sponsored by </span><a href=\"http://wp101.com\"><span>WP101</span></a><span>. The WP101 Plugin delivers a set of WordPress video tutorials right in your clients’ dashboard, freeing your time to do what you do best! They also just released a great 22 part course on WooCommerce that you should definitely check out. Thank you to </span><a href=\"http://wp101.com\"><span>WP101</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:\"Sat, 16 Apr 2016 12:58:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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: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:68:\"WPTavern: Help Test the New WordPress Importer Plugin in 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/help-test-the-new-wordpress-importer-plugin-in-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4379:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg?resize=1025%2C523\" alt=\"photo credit: Ryan McGuire\" class=\"size-full wp-image-45346\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/A0737DFF83\">Ryan McGuire</a>\n<p>The official <a href=\"https://wordpress.org/plugins/wordpress-importer/\" target=\"_blank\">WordPress Importer</a> plugin is in shambles and has frustrated users with inconsistent performance for years. The plugin has more than a million active installations and is critical for migrations, unless you are familiar with using more advanced tools. With years of unresolved support threads identifying the plugin’s many bugs, the importer is in need of some help.</p>\n<p>In a volunteer-driven open source community, important projects like the WordPress importer can go neglected for a long time until someone gets inspired to take on the responsibility. The good news, however, is that the importer is in the process of being completely rewritten thanks to Ryan McCue, who is also a leader on the WP REST API project.</p>\n<p>The <a href=\"https://github.com/humanmade/WordPress-Importer\" target=\"_blank\">WordPress Importer Redux</a> project is available on GitHub with fixes for some of the previous plugin’s most troublesome issues. McCue is rewriting the importer with the goals of making it “fast, lightweight, and consistent.” He summarized the major improvements that are part of version 2 in a <a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\" target=\"_blank\">post</a> on Make/WordPress core blog:</p>\n<ul>\n<li><strong>Way less memory usage:</strong> Testing shows memory usage to import a 41MB WXR file is down from 132MB to 19MB (less than half the actual file size!). This means no more splitting files just to get them to import.</li>\n<li><strong>Faster parser:</strong> By using a streaming XML parser, we process data as we go, which is much more scalable than the current approach. Content can begin being imported as soon as the file is read, rather than waiting for pre-processing.</li>\n<li><strong>Resumable parsing:</strong> By storing more in the database instead of variables, we can quit and resume imports on-the-go.</li>\n<li><strong>Partial imports:</strong> Rethinking the deduplication approach allows better partial imports, such as when you’re updating a production site from staging.\n</li>\n<li><strong>Better CLI:</strong> Treating the CLI as a first-class citizen means a better experience for those doing imports on a daily basis, and better code quality and reusability.</li>\n</ul>\n<p>Until recently, the new importer had no UI, so the only way to test it was to run it via WP-CLI. A new <a href=\"https://github.com/humanmade/WordPress-Importer/tree/admin-ui\" target=\"_blank\">Admin UI branch</a> of the project is now available so you can <a href=\"https://github.com/humanmade/WordPress-Importer/archive/master.zip\" target=\"_blank\">download the plugin as a zip</a> and activate it inside WordPress. McCue tweeted a sneak peak at the progress bar for the import summary:</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New WordPress Importer UI, coming soon. <a href=\"https://t.co/wM6cZY6BSk\">pic.twitter.com/wM6cZY6BSk</a></p>\n<p>— Ryan McCue ⍨ (@rmccue) <a href=\"https://twitter.com/rmccue/status/717610812236410880\">April 6, 2016</a></p></blockquote>\n<p></p>\n<p>He is also <a href=\"https://twitter.com/rmccue/status/719454867543076864\" target=\"_blank\">working on a better user mapping UI for the importer</a>. This image shows the UI in progress with the old one at the bottom for reference.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/importer-v2.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/importer-v2.jpg?resize=599%2C198\" alt=\"importer-v2\" class=\"aligncenter size-full wp-image-53732\" /></a></p>\n<p>If you want to test the new importer, McCue encourages users to compare the experience to the old importer and take note of what works and what breaks. Feedback is welcome in the project’s GitHub issues queue on the designated <a href=\"https://github.com/humanmade/WordPress-Importer/issues/7\" target=\"_blank\">general feedback thread</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, 15 Apr 2016 21:50:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: MonsterInsights Addresses User Criticism With Immediate Changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/monsterinsights-addresses-user-criticism-with-immediate-changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3623:\"<p>When <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">Google Analytics by Yoast suddenly turned into MonsterInsights</a> yesterday, many users were taken by surprise. Users voiced their frustration and concerns on the <a href=\"https://wordpress.org/support/plugin/google-analytics-for-wordpress\">plugin’s support forum</a>. Some users thought <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14\">their sites were hacked</a> after noticing the menu label changed and seeing a bright green menu icon.</p>\n<p>Syed Balkhi, founder of WPBeginner.com, along with Chris Christoff, lead developer of the MonsterInsights plugin, immediately responded to criticism in the forums. One of the biggest complaints from users was the lack of communication that the plugin changed hands.</p>\n<p>Christoff admits that the plugin’s changelog should have included information about the switch.</p>\n<blockquote><p>I thought I had included information about the acquisition in the changelog, but I apparently didn’t. That’s totally on me, and I can certainly understand why people might be a bit upset over that.</p></blockquote>\n<p>Complaints about the <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14#post-8277576\">bright menu icon</a> were addressed with a recent update that lowers its opacity to be more in line with other icons. Even though the bright green is gone, the icon is still noticeable. Here’s what it looks like.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/NewMonsterInsightsPluginIcon.png\"><img class=\"size-full wp-image-53708\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/NewMonsterInsightsPluginIcon.png?resize=149%2C240\" alt=\"New MonsterInsights Menu Icon\" /></a>New MonsterInsights Menu Icon\n<p>The menu label was also renamed from MonsterInsights to Insights. Not only is it shorter, it’s more in line with the plugin’s functionality. Its placement within the admin menu was also fixed as it no longer shows up near the top of the list.</p>\n<p>Another concern brought up by users are the four display ads on the plugin’s dashboard page. While some users thought these were new, they’ve always existed in the free plugin. Instead of advertising Joost de Valk’s products, they now advertise four complimentary products affiliated with Balkhi.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/MonsterInsightsDisplayAds.png\"><img class=\"size-full wp-image-53709\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/MonsterInsightsDisplayAds.png?resize=1025%2C596\" alt=\"Display Advertising in MonsterInsights\" /></a>Display Advertising in MonsterInsights\n<p>Within the last 24 hours, the plugin has received a number of enhancements based on user feedback. Although the <a href=\"http://wptavern.com/a-little-communication-goes-a-long-way\">lack of communication</a> put some people off, the company’s quick response has satisfied <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14#post-8282661\">at least a few users</a>. Balkhi says the team continues to listen to feedback and that if you have a feature request or bug report, to file it on the <a href=\"https://github.com/awesomemotive/google-analytics-for-wordpress/issues\">project’s GitHub page</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, 15 Apr 2016 17:17: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: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:53:\"WPTavern: Please Stop Abusing WordPress Admin Notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53651\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1728:\"<p>We’ve recently installed some new plugins on the Tavern and one of them generates an <a href=\"https://developer.wordpress.org/reference/hooks/admin_notices/\">admin notice</a> that can not be dismissed without disabling it. Not only is this frustrating, but it makes it less likely that I’ll give the developer money to purchase the pro version.</p>\n<p>Here’s what the admin notice looks like. I’ve hidden the name of the advertised plugin as the goal is to inform people, not shame plugin authors.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticeAbuse.png\"><img class=\"size-full wp-image-53713\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticeAbuse.png?resize=869%2C73\" alt=\"Admin Notice With No Dismissal Button\" /></a>Admin Notice With No Dismissal Button\n<p>While I expect admin notices when activating a plugin or after a major update, I don’t appreciate the inability to dismiss them. I also don’t appreciate admin notices that reappear no matter how many times I click the dismiss button. The worst part about the notice above is that it shows up on every page hijacking important screen real-estate in the WordPress backend resulting in a terrible user experience.</p>\n<p>WordPress plugin authors, I respectfully request that you use the <a href=\"https://developer.wordpress.org/reference/hooks/admin_notices/\">admin notice</a> feature in WordPress for providing crucial information about your plugins and not as a billboard. Give users the opportunity to dismiss them and make sure that when dismissed, they don’t reappear unless the user clears their browser’s cookies.</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, 15 Apr 2016 16:11:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:72:\"WPTavern: 3 Signs Your WordPress Development Team Is Not Actually a Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53693\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/3-signs-your-wordpress-development-team-is-not-actually-a-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5649:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?resize=150%2C150\" alt=\"petersuhm\" class=\"alignright size-thumbnail wp-image-40534\" /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"http://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>If you run a typical WordPress agency, I will be bold enough to say this: Your WordPress team is probably not working as a team. Ouch!</p>\n<p>Developer productivity and workflow strategies are my passions. I try to talk to every WordPress developer I meet about how they work and what problems they face. If you ever used WP Pusher, signed up for one of my crash courses on Git, or if for any other reason I have your email address, there is a good chance that I have talked to you about this as well. I have spoken with hundreds of WordPress freelancers and agencies in order to get insights about how they work. You will be surprised to hear how many WordPress agencies are working as small one-person teams, instead of actually working together. The reason for this is a lack of some of the most basic enablers of teamwork.</p>\n<p>Here are 3 things that will make it very obvious to me that your WordPress team is probably not as much of a team as you would like to think:</p>\n<h2>1. Lack of version control</h2>\n<p>Did you read this headline thinking “Great, we’re committing everything to Bitbucket already, so we’re fine”? To be honest: Having an account on Bitbucket and pushing all your code there is not enough.</p>\n<p>Git is not just about backing up your code on Bitbucket or GitHub. It is one of the most basic collaboration tools for your developers. Git gives them the freedom to collaborate on the projects they work on, but only if used in a certain way. If the commit log is a big mess of huge commits with meaningless commit messages, it won’t be very helpful to the rest of the team.</p>\n<p>However, if a commit represents a small, isolated change and a commit message is well-written and concise, suddenly Git becomes a tool that your team can use to stay on top of what everyone else is working on. In teamwork, communication is key and Git is a great way for your team to communicate what is going on within the different code bases they are working on.</p>\n<h2>2. Lack of a code collaboration platform</h2>\n<p>The main reason to use a code collaboration platform like GitHub or Bitbucket is not to have a backup of your code. Dropbox would probably be easier to use in that case.</p>\n<p>GitHub in particular is a great place for code collaboration. The way pull requests are implemented on GitHub makes reviewing code very enjoyable. Pull requests are a way for your developers to act as a team, by helping each other out with knowledge sharing and feedback. By opening a pull request early in the process of building a new feature, you can invite your co workers to follow your progress and chip in with their knowledge. I have written in detail about pull requests on the WP Pusher blog if you want to learn more.</p>\n<p>Of course, GitHub is also a great place to see the current status of your team spirit. Are people sharing their work and asking for feedback? What are they getting it in return? Are people helping each other out? Are they working as a team?</p>\n<p>The culture is important as well. Giving each other feedback needs to be the norm. Using pull requests and having a list of well-written commit messages on GitHub is the first step, but the culture needs to be embraced as well. Asking for help should be rewarded and not frowned upon.</p>\n<h2>3. Lack of a deployment strategy</h2>\n<p>How are you going to review something that was edited live on a production site? The truth is, you are not.</p>\n<p>When your team is up and running with Git, a proper deployment strategy is a no brainer. It is the natural next step. If you do not have a proper strategy for your deployments, it tells me two things: 1. You are probably not using version control properly. 2. Your developers are manually uploading files over FTP – files that were never reviewed by any teammate.</p>\n<p>If you are using version control, having a deployment process that kicks in when code has been reviewed and is ready for production is easy. The lack of a deployment strategy is a very clear sign that something is missing in your processes.</p>\n<p>If you read this far and are realizing that your WordPress team is not really working as a team, here is my number one recommendation: Get every single technical person on your team on board with Git. Build a culture where communication and collaboration are the norm. In practice that means at least two things: First, when you look over the commit log on GitHub, you can actually see what happened and when. Second, when you go through the pull requests, the team spirit should be obvious from the way feedback is given and code reviews are done.</p>\n<p>My hope is that this post has convinced you that Git is more than just a backup tool. In fact it is one of the most important enablers for teamwork among developers. Without the foundation provided by Git, working effectively as a development team is almost impossible.</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, 15 Apr 2016 04:45:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Font Awesome 4.6.0 Adds New Accessibility Icons Category\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3432:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility.png?resize=1025%2C501\" alt=\"font-awesome-accessibility\" class=\"aligncenter size-full wp-image-53682\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a> creator Dave Gandy announced the release of <a href=\"https://articles.fortawesome.com/font-awesome-4-6-released-d7213342698a#.9aq9g24al\" target=\"_blank\">version 4.6.0</a> this week. The open source vector icon collection is used on approximately 60 million websites, including high profile sites like <a href=\"http://whitehouse.gov\" target=\"_blank\">whitehouse.gov</a>, <a href=\"http://thebeatles.com\" target=\"_blank\">thebeatles.com</a>, and <a href=\"http://washingtonpost.com\" target=\"_blank\">washingtonpost.com</a>. Additionally, <a href=\"https://wordpress.org/plugins/search.php?q=%22font+awesome%22\" target=\"_blank\">more than 300 plugins on WordPress.org</a> and <a href=\"https://wordpress.org/themes/search/%22font%20awesome%22/\" target=\"_blank\">dozens of themes</a> use Font Awesome in some way.</p>\n<p>The 4.6.0 release is a major update that improves accessibility for the millions of users who have vision and/or hearing impairments <a href=\"http://www.sitepoint.com/how-many-users-need-accessible-websites/\" target=\"_blank\">requiring accessible websites</a>. Font Awesome introduced a new <a href=\"http://fontawesome.io/icons/#accessibility\" target=\"_blank\">accessibility icon category</a> with 15 icons and more on the way.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility-icons.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility-icons.png?resize=1025%2C339\" alt=\"font-awesome-accessibility-icons\" class=\"aligncenter size-full wp-image-53683\" /></a></p>\n<p>“We initially started with a set of common US disability access symbols, then expanded to others the FA community asked for,” Gandy said. “We’ll definitely keep adding to this category as more requests come in.”</p>\n<p>The Font Awesome documentation has also been updated with a new <a href=\"http://fontawesome.io/accessibility/\" target=\"_blank\">accessibility section</a>, showing users how to mark up icons so they work well for those using assistive technology to navigate websites and applications. Each icon page also has an updated example code block that users can copy and paste to ensure their icons are accessibility-ready.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-code-examples.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-code-examples.png?resize=1025%2C294\" alt=\"font-awesome-code-examples\" class=\"aligncenter size-full wp-image-53688\" /></a></p>\n<p>WordPress plugin and theme authors who include Font Awesome icons in their work should update the <a href=\"http://fontawesome.io/get-started/#bootstrapcdn\" target=\"_blank\">CDN link</a> to reference the latest version so website owners can use the new accessibility icons. Developers are also advised to review the new <a href=\"http://fontawesome.io/accessibility/\" target=\"_blank\">accessibility documentation</a> and update their icon markup as necessary.</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, 14 Apr 2016 22:27: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: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:76:\"WPTavern: Simple Cache: A New One-Click Install Caching Plugin 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=53370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/simple-cache-a-new-one-click-install-caching-plugin-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:5422:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache.png?resize=720%2C291\" alt=\"simple-cache\" class=\"aligncenter size-full wp-image-53657\" /></a></p>\n<p>WordPress caching plugins are notorious for being packed full of confusing options, spammy with upsells, and difficult to uninstall. Users who are looking for a caching solution that simply works and has nothing to configure should check out <a href=\"https://wordpress.org/plugins/simple-cache/\" target=\"_blank\">Simple Cache</a>, a new plugin on WordPress.org that offers a one-click install. The plugin promises lightning fast speed with a simple on/off switch.</p>\n<p>After investigating some of the <a href=\"https://taylorlovett.com/2016/03/25/wordpress-caching-plugin-comparison/\" target=\"_blank\">popular caching solutions for WordPress</a>, Taylor Lovett found most of them to have cluttered interfaces that make them unnecessarily complex to configure. Lovett, who has worked with many different caching solutions as Director of Web Engineering at <a href=\"http://10up.com/\" target=\"_blank\">10up</a>, decided to create his own implementation that would be easy for users to work with, hence the name Simple Cache.</p>\n<p>“I wrote my comparison blog post with no plans of creating my own caching plugin,” Lovett said. “After doing the research, I had a few ideas on how to create a plugin that would really have a positive impact on websites.”</p>\n<p>Once installed, Simple Cache can be turned on with the click of a button. It also has a few optional settings for expiring the cache and enabling compression. The simple mode offers file-based page caching (similar to WP Super Cache), which is sufficient to speed up the vast majority of simple sites.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache-settings.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache-settings.png?resize=1025%2C472\" alt=\"simple-cache-settings\" class=\"aligncenter size-full wp-image-53661\" /></a></p>\n<p>Lovett also built an advanced mode that implements object caching and will automatically setup <a href=\"https://wordpress.org/plugins/batcache/\" target=\"_blank\">Batcache</a> and <a href=\"https://wordpress.org/plugins/memcached/\" target=\"_blank\">Memcached</a>/<a href=\"https://wordpress.org/plugins/wp-redis/\" target=\"_blank\">Redis</a> for you.</p>\n<p>After a quick test in simple mode on a blog with a handful of plugins like Akismet, Jetpack, Google Analytics, and a few others, I saw a roughly 38% decrease in loading time. Before installing Simple Cache, the site loaded in 3.9 seconds.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/before-simple-cache.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/before-simple-cache.png?resize=1025%2C257\" alt=\"Before installing Simple Cache\" class=\"size-full wp-image-53666\" /></a>Before installing Simple Cache\n<p>Simple Cache shaved 1.5 seconds off the loading time:</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/after-simple-cache.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/after-simple-cache.png?resize=1025%2C255\" alt=\"After installing Simple Cache\" class=\"size-full wp-image-53665\" /></a>After installing Simple Cache\n<p>These results came without touching the advanced mode, which would offer an even bigger performance boost.</p>\n<p>“The Redis functionality is forked from Pantheon’s WP Redis plugin,” Lovett said. “The Memcached functionality is forked from Automattic’s drop-in. If you use page caching with object caching, a forked version of Batcache by Automattic is used.”</p>\n<p>If there is no object cache set up, page caching defaults to using the file system (simple mode). This is most likely what you would use if your site is on shared hosting.</p>\n<p>“So really Simple Cache gives you the best of both worlds,” Lovett said. “A very simple setup, or an advanced setup with the most battle-tested page cache and object cache drop-ins.”</p>\n<p>Users can easily purge the cache from the button on the plugin’s setting screen. If you try Simple Cache and don’t want to keep using it, it’s easy to uninstall, cleans up after itself, and, most importantly, doesn’t break your website. Lovett also worked to ensure that the UX, notices, warnings, and error messages are user friendly and understandable.</p>\n<p>The whole concept of caching is difficult for non-developers to grasp. It might as well be powered by Merlin’s wand, as far as most users’ understanding goes. They need it to work without a ton of complicated settings. Simple Cache fits the bill and is hands-down the easiest caching plugin I’ve ever tested.</p>\n<p>Lovett plans to add more features and improve upon his implementation based on feedback from the community. If you’re looking for a new caching solution, you can find <a href=\"https://wordpress.org/plugins/simple-cache/\" target=\"_blank\">Simple Cache</a> on WordPress.org. Feedback and contributions are welcome on the plugin’s support forums and via its <a href=\"https://github.com/tlovett1/simple-cache\" target=\"_blank\">GitHub repository</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, 14 Apr 2016 20:35: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:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Syed Balkhi Acquires Google Analytics by Yoast, Renames to 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2622:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/GoogleAnalyticsMonsterInsightsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-53645\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/GoogleAnalyticsMonsterInsightsFeaturedImage.png?resize=836%2C263\" alt=\"Google Analytics Monster Insights Featured Image\" /></a>Users who are updating <a href=\"https://wordpress.org/plugins/google-analytics-for-wordpress/\">Google Analytics for WordPress by Yoast</a> are discovering a new menu item with a green monster icon in their WordPress backend. That’s because Syed Balkhi, founder of WPBeginner.com, <a href=\"https://www.monsterinsights.com/welcome-to-monsterinsights/\">has acquired it</a> for an undisclosed amount and has renamed it to <a href=\"https://www.monsterinsights.com/\">MonsterInsights</a>.</p>\n<p>Joost de Valk, founder of Yoast.com, <a href=\"https://yoast.com/new-home-google-analytics-plugins/\">says</a> the company is focusing on its core offerings surrounding SEO and that the plugin no longer fits into its roadmap.</p>\n<blockquote><p>One of the ‘problems’ of a quickly growing business is that you have to choose what to focus on. We’ve made that choice: we’ll focus on building best in class SEO products, from plugins to reviews, eBooks and training programs.</p></blockquote>\n<p>Apart from the changes to its name and the new menu icon, the plugin remains the same and should function normally for existing users. <a href=\"https://www.monsterinsights.com/welcome-to-monsterinsights/\">According to Balkhi</a>, additional features are on the way.</p>\n<blockquote><p>Over the next 8 months, we will be adding some amazing new features that I know you will love. Since it’s a plugin that we will be using across our suite of products and websites, you can expect it to be the best.</p></blockquote>\n<p>Since Google Analytics for WordPress was the first major plugin created by de Valk, handing it over to a new owner is bittersweet.</p>\n<blockquote><p>While I’m very happy about the decision to give this plugin a new home, I’m also feeling nostalgic. It’s been ‘with me’ for a very long time, but I trust Syed and team will take it to even greater heights.</p></blockquote>\n<p>The acquisition seems like a perfect complement to Balkhi’s other products like <a href=\"http://www.optinmonster.com/\">OptinMonster</a> and <a href=\"http://www.wpforms.com/\">WPForms</a> where analytical data helps make crucial decisions. Let us know what you think of the acquisition 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:\"Thu, 14 Apr 2016 15:53:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:90:\"WPTavern: WPWeekly Episode 230 – Interview With Mike Schroder WordPress 4.5 Release Lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53638&preview_id=53638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-230-interview-with-mike-schroder-wordpress-4-5-release-lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2324:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://getsource.net/\">Mike Schroder</a> who led the <a href=\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-experience\">WordPress 4.5 release cycle</a>. Schroder tells us what it’s like to release software to millions of websites across the world. We learn about the checklists and processes he went through on launch day.</p>\n<p>We discuss the emotional and physical toll on release leads and Schroder tells us if he’s going to take a break from contributing to WordPress. Last but not least are Marcus’ plugin picks of the week. If you’ve ever wanted to know what it’s like to lead a WordPress release cycle, this is the episode for you.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/gravity-pre-submission-confirmation/\">Gravity Pre-submission Confirmation</a> provides an easy way to add a pre-submission confirmation page to forms created with GravityForms. This enables users to preview data before it’s submitted.</p>\n<p><a href=\"https://wordpress.org/plugins/widget-labels/\">Widget Labels</a> is a simple plugin that lets you control what label is displayed next to each Widget on the Widgets administration screen.</p>\n<p><a href=\"https://wordpress.org/plugins/add-custom-page-template/\">Add-custom-page-template</a> lets you add template files and view a listing for all custom template files in a theme with linked pages via the WordPress backend.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 20th 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 #230:</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, 14 Apr 2016 13:50:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WPTavern: Let’s Encrypt Is Now Out of Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wptavern.com/lets-encrypt-is-now-out-of-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3343:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/lets-encrypt.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/lets-encrypt.png?resize=650%2C333\" alt=\"lets-encrypt\" class=\"aligncenter size-full wp-image-41915\" /></a></p>\n<p>Let’s Encrypt <a href=\"https://letsencrypt.org/2016/04/12/leaving-beta-new-sponsors.html\" target=\"_blank\">announced</a> that the project is exiting beta this week. The initiative, which aims to encrypt 100% of the web by making trusted certificates available to everyone at no cost, launched its beta seven months ago.</p>\n<blockquote><p>Since our beta began in September 2015 we’ve issued more than 1.7 million certificates for more than 3.8 million websites. We’ve gained tremendous operational experience and confidence in our systems. The beta label is simply not necessary any more.\n</p></blockquote>\n<p>According to Let’s Encrypt sponsor <a href=\"https://blog.mozilla.org/blog/2016/04/12/mozilla-supported-lets-encrypt-goes-out-of-beta/\" target=\"_blank\">Mozilla</a>, more than 90% of the certificates are protecting websites that never had encryption before. Automattic is one of the early sponsors of the initiative and has partnered with Let’s Encrypt to <a href=\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\" target=\"_blank\">add full SSL support for all sites hosted on WordPress.com</a>. With the success of the beta period, Let’s Encrypt continues to renew and add sponsors to its roster, including Cisco, Akamai, Gemalto, HP Enterprise, Fastly, and other organizations.</p>\n<p>“A mix of people and organizations use Let’s Encrypt,” Mozilla representatives told TechCrunch. “Many individuals and smaller entities use it, but quite a few larger organizations such as WordPress.com, OVH, Akamai and Dreamhost use it as well. It’s especially nice to see services like Dreamhost and Automattic opting to secure all their customers at once, which is something that Let’s Encrypt really enables.”</p>\n<h3>How to Set Up a Let’s Encrypt Certificate for Self-Hosted WordPress</h3>\n<p>If you want to install a free Let’s Encrypt certificate for your self-hosted WordPress site, <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-add-free-ssl-in-wordpress-with-lets-encrypt/\" target=\"_blank\">WPBeginner has a tutorial</a> with instructions for commonly used hosts, including SiteGround, DreamHost, and Bluehost. It also includes tips on updating WordPress URLs after setting up SSL and updating Google Analytics.</p>\n<p>If your host doesn’t have a fancy UI for setting up Let’s Encrypt, Brad Touesnard wrote a <a href=\"https://deliciousbrains.com/http2-https-lets-encrypt-wordpress/\" target=\"_blank\">tutorial</a> for manually requesting a certificate via Let’s Encrypt’s command line client and setting up automatic renewals. Touesnard also encouraged readers to support the development of the <a href=\"https://github.com/tollmanz/lets-encrypt-wp\" target=\"_blank\">Let’s Encrypt Plugin for WordPress</a>, a project that Zack Tollman and John Blackbourn are working on to make it a less painful process for users. We’ll be following the plugin’s progress as it develops.</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, 13 Apr 2016 23:46:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: Edit Flow Lives, New Update Fixes Bugs and Improves Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/edit-flow-lives-new-update-fixes-bugs-and-improves-performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2652:\"<p>Twenty-four hours ago, the <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow\">future of Edit Flow was unclear</a> due to a lack of communication from the project’s maintainer, Automattic. Today however, the company pushed <a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> 0.8.1 to the WordPress plugin directory which is the same version that’s <a href=\"https://github.com/Automattic/Edit-Flow\">on GitHub</a>. According to the plugin’s <a href=\"https://wordpress.org/plugins/edit-flow/changelog/\">changelog</a>, 0.8.1 includes the following:</p>\n<ul>\n<li>New German localization</li>\n<li>New Spanish localization</li>\n<li>Performance improvements for the calendar, custom statuses, and editorial metadata</li>\n<li>Bug fix: Show “(no title)” on the calendar when a post doesn’t have a title</li>\n<li>Bug fix: Persist the future date position of a post on the calendar when a post is updated</li>\n</ul>\n<p>So why the sudden surge in activity? Philip John, VIP Wrangler for Automattic, stopped by and <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow#comment-164215\">provided the following statement</a> to the Tavern.</p>\n<blockquote><p>Folks, we’re sorry that it looks as though we’ve abandoned Edit Flow. We certainly haven’t, and we should have at least updated the tested tag for the plugin as you rightly point out.</p>\n<p>We’ve done that today, as well as make sure GitHub and WordPress.org are in sync.</p>\n<p>Internally I’m working on an effort to make Automattic better at maintaining our own plugins. We want to avoid this situation as much as we can, and I promise we’re trying.</p>\n<p>Thank you for calling us out on this. Let’s see what we can all do about getting some attention for Edit Flow.</p></blockquote>\n<p>This is welcome news to anyone who depends on the editorial workflow options provided by the plugin. While Edit Flow is a WordPress.com VIP project, the team is open to contributions from the community.</p>\n<p>“We need to give folks a better structure for contributing and build confidence that their contributions will go somewhere,” Paul Maiorana, VP at Automattic who helps run WordPress.com VIP said.</p>\n<p>Now that the team is rectifying the situation, <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow#comments\">those who showed interest</a> in continuing its development are highly encouraged to submit pull requests or open new issues on the <a href=\"https://github.com/Automattic/Edit-Flow\">project’s GitHub page</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, 13 Apr 2016 21:11:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:78:\"WPTavern: WordPress.com Adds Sharing Buttons for WhatsApp, Telegram, and Skype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wordpress-com-adds-sharing-buttons-for-whatsapp-telegram-and-skype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4431:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/messaging-buttons.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/messaging-buttons.png?resize=1025%2C452\" alt=\"messaging-buttons\" class=\"aligncenter size-full wp-image-53595\" /></a></p>\n<p>WordPress.com is finally adding sharing buttons for some of the world’s most widely used messaging apps. Users can now <a href=\"https://en.blog.wordpress.com/2016/04/13/new-on-wordpress-com-sharing-buttons-for-whatsapp-telegram-and-skype/\" target=\"_blank\">add WhatsApp, Telegram, and Skype to the lineup</a> by editing the sharing buttons for their sites.</p>\n<p>Private groups and messaging are rapidly overtaking social networking. This was the driving factor behind Facebook’s purchase of WhatsApp in 2014 for $19 billion, an acquisition that lodged the company even deeper into its users’ pocket communications. The app now has <a href=\"http://www.theverge.com/2016/2/1/10889534/whats-app-1-billion-users-facebook-mark-zuckerberg\" target=\"_blank\">more than a billion users</a>, which you would be foolish to ignore when presenting options for sharing your posts.</p>\n<p>As of February 2016, Telegram <a href=\"http://techcrunch.com/2016/02/23/encrypted-messaging-app-telegram-hits-100m-monthly-active-users-350k-new-users-each-day/\" target=\"_blank\">reported 100 million monthly active users</a>, with 350,000 new users signing up every day. The app delivers 15 billion messages daily. Skype has an estimated 300 million users.</p>\n<p>These “Dark Social” streams of traffic, which cannot be tracked by traditional analytics, are now dominating social sharing. This includes sources like emails, instant messages, and forum posts. According to a <a href=\"http://info.radiumone.com/rs/radiumone/images/RadiumOne_DarkSocial.pdf?mkt_tok=3RkMMJWWfF9wsRokvK%2FMZKXonjHpfsX96ugvUaOwlMI%2F0ER3fOvrPUfGjI4DTMBiI%2BSLDwEYGJlv6SgFSLDCMbhs07gFWhI%3D\" target=\"_blank\">research poll of 9,000+ consumers conducted by RadiumOne</a>, dark social sharing accounts for 69% of all sharing worldwide. That percentage is even higher in Europe and Australia.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/dark-social-sharing.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/dark-social-sharing.png?resize=1025%2C524\" alt=\"credit: RadiumOne\" class=\"size-full wp-image-53608\" /></a>credit: <a href=\"http://info.radiumone.com/rs/radiumone/images/RadiumOne_DarkSocial.pdf?mkt_tok=3RkMMJWWfF9wsRokvK%2FMZKXonjHpfsX96ugvUaOwlMI%2F0ER3fOvrPUfGjI4DTMBiI%2BSLDwEYGJlv6SgFSLDCMbhs07gFWhI%3D\" target=\"_blank\">RadiumOne</a>\n<p>The survey also found that 32% of people who share content online will only share via dark social channels. This type of direct sharing to friends, family, and colleagues often carries more weight than tweets or Facebook posts broadcasted to the masses.</p>\n<p>Most messaging apps are not limited to one-to-one sharing; users often share to large groups curated for a specific purpose or interest, such as poker buddies, mom friends, extended family, or work friends. The ability for users to easily share blog posts or even e-commerce products to dark social channels is crucial for exposure to these networks that are not diluted by algorithms and advertising.</p>\n<p>With user bases in the hundreds of millions to billions, messaging applications are channels that publishers can no longer afford to ignore. Hopefully the team at Automattic will prioritize making these buttons available to Jetpack users on self-hosted sites in the near future. Until then, you can add <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp</a> and <a href=\"http://wptavern.com/add-telegram-to-jetpack-sharing-buttons\" target=\"_blank\">Telegram</a> sharing buttons to Jetpack using a couple of existing plugins created by Brazilian WordPress developer Valerio Souza.</p>\n<p>If everyone were to agree on <a href=\"http://www.wired.com/2015/08/time-to-ditch-texting/\" target=\"_blank\">a universal messaging app</a> we could reduce the number of sharing buttons that clutter the ends of posts. Since that is unlikely to happen anytime soon, now might be a good time to find out what apps your readers are using so you can reevaluate your lineup of sharing buttons for additions and/or removals.</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, 13 Apr 2016 20:37:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Mendel Kurland Interviews Konstantin Obenland at WordCamp London, 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:28:\"http://wptavern.com/?p=53604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/mendel-kurland-interviews-konstantin-obenland-at-wordcamp-london-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:650:\"<p><a href=\"https://mendel.me/\">Mendel Kurland, </a>GoDaddy’s evangelist who participates in a number of open source communities published a great interview with Automattic employee, <a title=\"http://konstantin.obenland.it\" href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>.</p>\n<p>In the interview, Obenland describes how he got involved with WordPress, what motivated him to learn PHP, and what it’s like living the dream. The video is 14 minutes in length and while it contains background noise from the crowd, it doesn’t detract from the interview.</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:\"Wed, 13 Apr 2016 18:40:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: Dangerous Driving\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2016/04/dangerous-driving/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:667:\"<blockquote><p>If U.S. roads were a war zone, they would be the most dangerous battlefield the American military has ever encountered. Seriously: Annual U.S. highway fatalities outnumber the yearly war dead during each Vietnam, Korea, Iraq, Afghanistan, the War of 1812, and the American Revolution. When all of the injuries from car wrecks are also taken into account, one year of American driving is more dangerous than all those wars put together.</p></blockquote>\n<p>From <a href=\"http://www.theatlantic.com/business/archive/2016/04/absurd-primacy-of-the-car-in-american-life/476346/\">The Absurd Primacy of the Automobile in American Life in The Atlantic</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 15:58:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: A Day of REST is Coming to Boston on October 28, 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:28:\"http://wptavern.com/?p=53515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/a-day-of-rest-is-coming-to-boston-on-october-28-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:2916:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/a-day-of-rest-boston.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/a-day-of-rest-boston.png?resize=1025%2C473\" alt=\"a-day-of-rest-boston\" class=\"aligncenter size-full wp-image-53577\" /></a></p>\n<p>The “A Day of REST” conference, an event devoted to the WordPress REST API, is expanding to the US. The <a href=\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\" target=\"_blank\">first edition</a>, held in London in January, was a success, with the majority of participants indicating they would attend again. Last month, <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> announced that the organization team is planning an expanded <a href=\"http://wptavern.com/a-week-of-rest-wordpress-rest-api-developer-bootcamp-coming-to-the-uk-late-2016\" target=\"_blank\">“Week of REST” developer bootcamp</a> to be held in London later in 2016.</p>\n<p>Today the team <a href=\"https://hmn.md/2016/04/12/announcing-a-day-of-rest-boston-workshops/\" target=\"_blank\">announced</a> its third planned event for this year – A Day of REST in Boston, MA, on October 28. Human Made will be hosting the event in partnership with <a href=\"https://poststatus.com/\" target=\"_blank\">Post Status</a> and the team at <a href=\"https://bocoup.com/\" target=\"_blank\">Bocoup</a>. This edition of the conference will include workshops on the 27th and the 29th to educate attendees on how to use some of the most popular frontend technologies for building applications with the WP REST API.</p>\n<p>Human Made representative Petya Raykovska said that Bocoup being located in Boston was one of the main reasons for hosting the event there, since they wanted to partner together for the workshops. Prospective attendees were also eager for a US-based event where they could go in-depth with the WP REST API.</p>\n<p>“We never planned to do the event only in Europe,” Raykovska said. “We had a lot of people asking for live streaming or if we’re planning to organize an event in the US while we were planning A Day of REST London. It was always the plan to pilot the idea in the UK and then bring it to the US and other places.”</p>\n<p>Organizers are planning for 300+ attendees in Boston. In addition to a lineup of speakers that includes WP REST API team members and experts, the event will put out a call for papers to give developers who are using the API an opportunity to share their work and tips.</p>\n<p>If you want to attend one of the frontend workshops, make sure to fill out the event’s <a href=\"https://docs.google.com/forms/d/1b8RlgPxD7JaeKVgNErsbxS7vCe_9LMQLAvVaekHiFlY/viewform?c=0&w=1\" target=\"_blank\">survey</a> to indicate the topics you’re interested in. Tickets will go on sale in the next few weeks.</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, 13 Apr 2016 00:55:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:59:\"WPTavern: Hey Automattic, What’s Going on With Edit Flow?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/hey-automattic-whats-going-on-with-edit-flow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4281:\"<p><a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> is an editorial workflow plugin for WordPress created in 2009 that is actively installed on more than 10K sites. Although the author listing on the plugin’s page shows Mohammad Jangda, Daniel Bachhuber, and Scott Bressler as authors, it’s currently maintained by Automattic.</p>\n<p>Bachhuber <a href=\"https://danielbachhuber.com/2013/05/08/end-of-one-era-on-to-the-next/\">announced in 2013</a> that Automattic claimed ownership of all the plugins he worked on during his employment, including Edit Flow. The WordPress.com VIP team took over development and in some cases, <a href=\"https://vip.wordpress.com/2013/08/07/atlantic-medias-quartz/\">uses it on client sites</a>.</p>\n<p>If you visit the plugin’s page today, you’ll see the following notice:</p>\n<blockquote><p><span class=\"plugin-notice-banner-msg\">This plugin <strong>hasn’t been updated in over 2 years</strong>. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.</span></p></blockquote>\n<p>According to the <a href=\"https://wordpress.org/plugins/edit-flow/changelog/\">changelog</a> and the <a href=\"http://editflow.org/2014/01/07/v0-8-dashboard-notepad-calendar-improvements-and-more/\">Edit Flow news blog</a>, the plugin hasn’t been updated since January 2014, when 0.8 was released. For more than a year, concerned users have created threads in the support forum questioning if the project has been abandoned.</p>\n<ul>\n<li><a href=\"https://wordpress.org/support/topic/assume-that-edit-flow-has-been-abandoned\">Assume that Edit Flow has been abandoned</a></li>\n<li><a href=\"https://wordpress.org/support/topic/abandoned-23\">Abandoned?</a></li>\n<li><a href=\"https://wordpress.org/support/topic/has-edit-flow-been-discontinued\">Has Edit Flow been discontinued?</a></li>\n</ul>\n<p>A user who goes by the name drtarnaizoltan who has used Edit Flow for more than two years even <a href=\"https://wordpress.org/support/topic/fundraising-for-continuation\">suggested</a> a crowdfunding campaign to continue development.</p>\n<blockquote><p>We have an online magazine, and started to use this plugin almost 2 years ago. We don’t want to switch another, cause everyone in the editorial likes this one. I think we are not alone in this situation. I suggest to make a fundraising for continuation the develop of this plugin. We are able make a kickstarter page or something like that to reach our goal. What is your opinion about?</p></blockquote>\n<p>The most <a href=\"https://github.com/automattic/Edit-Flow\">recent commit</a> to the project’s GitHub page is from Bachhuber six months ago. All of the communication channels used by Edit Flow developers to inform users are dormant. It’s ironic that a company that <a href=\"http://www.businessinsider.com/automattic-no-email-no-office-workers-2013-11\">relies on so many tools to communicate internally</a> has <a href=\"http://wptavern.com/a-little-communication-goes-a-long-way\">failed to communicate</a> with users of its plugin. This is a classic example where a little communication about the project’s status would go a long way.</p>\n<p>Edit Flow is an important plugin that we use on the Tavern and as a user, I understand the frustration of not knowing what’s going on. The lack of updates, and inability to fix a critical bug <a href=\"https://github.com/Automattic/Edit-Flow/issues/267\">I reported a year ago</a> that conflicts with WordPress mobile apps is forcing us to consider alternatives.</p>\n<p>I reached out to Automattic to find out whether or not Edit Flow is still an active project. Mark Armstrong, who represents Automattic provided the Tavern with the following statement:</p>\n<blockquote><p>Edit Flow is a plugin we maintain, and a number of WordPress.com VIP clients use it. We have no other updates in the works at this time.</p></blockquote>\n<p>While his statement verifies that it’s an active project, all signs point to it being an abandoned plugin for those not part of the WordPress.com VIP program.</p>\n<p>Have you ditched Edit Flow? Let us know what alternatives you’ve discovered and or use.</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, 12 Apr 2016 20:26: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:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Post Status: WordPress 4.5, “Coleman”, released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=23379\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-4-5-coleman-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p>WordPress 4.5, “Coleman”, <a href=\"https://wordpress.org/news/2016/04/coleman\">has just been released</a>. It’s named, as always, after a famous jazz musician, and this release is named after <a href=\"https://en.wikipedia.org/wiki/Coleman_Hawkins\">Coleman Hawkins</a>, a saxophonist.</p>\n<p>The Release Lead for WordPress 4.5 was <a href=\"https://getsource.net/\">Mike Schroder</a>, the Deputy Release Lead was <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, and the Release Design lead was <a href=\"https://choycedesign.com/\">Mel Choyce</a>, with 277 total contributors.</p>\n<p>Here’s a video overview of WordPress 4.5:</p>\n<p><br />\n</p>\n<p>You can view all <a href=\"https://trac.wordpress.org/query?status=closed&milestone=4.5\">closed tickets for WordPress 4.5</a>, and view an evolving overview of changes on the <a href=\"https://codex.wordpress.org/Version_4.5\">4.5 Codex page</a> as well. I thought I would also highlight some of the most notable features (in my view) as well.</p>\n<h3>Custom logo</h3>\n<p><img class=\"aligncenter size-large wp-image-23381\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/04/logo-core-752x270.png\" alt=\"logo-core\" width=\"752\" height=\"270\" /></p>\n<p>The site icon feature was released in WordPress 4.3, and for some folks, the introduction of a custom logo component was confusing. However, eventually, the user experience issues were ironed out and WordPress 4.5 boasts the ability to add logos with core support, and themes <a href=\"https://make.wordpress.org/core/2016/03/10/custom-logo/\">can support the feature</a> with <code>add_theme_support( \'custom-logo\' )</code>.</p>\n<p>Custom logo support is a nice addition that was pretty well tested in Jetpack already. There were way too many custom implementations of this out in the wild before, and now changing themes and keeping your logo will be much more straightforward.</p>\n<h3>Editing shortcuts</h3>\n<div class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<a href=\"https://cdn.poststatus.com/wp-content/uploads/2016/04/wordpress-4-5-text-patterns.mp4\">https://poststatus.com/wp-content/uploads/2016/04/wordpress-4-5-text-patterns.mp4</a></div>\n<p> </p>\n<p>Editing shortcuts is my personal favorite change in WordPress 4.5 because it adds the ability to use inline text patterns for quickly writing lists, horizontal rules, and code. These are some of the most annoying TinyMCE buttons to use or HTML markdown bits to write, so this is definitely be a nice enhancement to the WordPress editor.</p>\n<p>The editing shortcuts from this release and the past few releases are some of my favorite updates for everyday WordPress writers.</p>\n<h3>Inline link editor</h3>\n<p><img class=\"aligncenter size-full wp-image-23383\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-12-at-2.11.43-PM.png\" alt=\"Screen Shot 2016-04-12 at 2.11.43 PM\" width=\"700\" height=\"200\" /></p>\n<p>The inline link editor is the second of <a href=\"https://make.wordpress.org/core/2016/03/28/the-editor-in-wordpress-4-5/\">two significant editor changes</a> in WordPress 4.5, to utilize a tooltip-style overlay for adding links, versus a modal dialogue.</p>\n<p>It’s a relatively minor UX change, and I personally prefer just highlighting the text to add a link to and using a keyboard paste command, but for folks using the traditional link button, this offers a less obtrusive experience.</p>\n<h3></h3>\n<h3>Selective Refresh</h3>\n<p>The <a href=\"https://wordpress.org/plugins/customize-partial-refresh/\">selective refresh feature plugin</a> for the customizer aimed to create a better customizer experience. <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">Weston Ruter summarized the feature on Make Core</a>, and describes its functionality in depth. He also hints at what it makes possible.</p>\n<p>Currently, <code>postMessage</code> enables live changes, but saving those changes requires a full page reload. <code>postMessage</code> doesn’t do any server side communication. Selective refresh enables server side communication (aka allows for actual saving of changes) and the ability to view changes without a full page reload.</p>\n<p>The code that is now a framework for selective refreshing started with the move of nav menus and widgets to the customizer:</p>\n<blockquote><p>With the shipped example of selective refresh of nav menus in the Customizer, and an initial implementation of selective refresh for widgets, work progressed to generalize a selective framework that would support the complicated examples of nav menus and widgets, but also to support simpler use cases such as letting the server render the updated site title so that <code>wptexturize</code> and other filters can apply. The generalized framework has been implemented in the <a href=\"https://wordpress.org/plugins/customize-partial-refresh/\">Customize Partial Refresh</a> feature plugin, which also re-implements selective refresh of nav menus and introduces selective refresh of sidebars and widgets.</p></blockquote>\n<p>However, Weston buried the lede for what makes Selective Refresh awesome.</p>\n<p>As he notes toward the end of the post on Make WordPress Core, the selective refresh component doesn’t just allow for site changes within the customizer, but for customizer controls to be called from the site.</p>\n<p>It’s worth describing what partials are in this context, for those (like me) that aren’t into the nitty gritty of the customizer:</p>\n<blockquote><p>This plugin introduces a selective refresh framework which centers around the concept of the <strong>partial</strong>. A partial is conceptually very similar to a Customizer control. Both controls and partials are associated with one or more settings. Whereas a control appears in the pane, the partial lives in the preview. The fields in a control update automatically to reflect the values of its associated settings, and a partial refreshes in the preview when one of its settings is changed.</p></blockquote>\n<p>And…</p>\n<blockquote><p>In addition to a partial being associated with one or more settings, a partial is also registered with a jQuery selector which identifies the partial’s locations or “<strong>placements</strong>” on the page, where the rendered content appears.</p></blockquote>\n<p>With selective refresh, an interface could be created within placements themselves to give focus on the associated control; but the whole customizer isn’t required, and just the control that’s needed can pop out. As Weston put it, “That is to say, selective refresh makes the Customizer a much better framework for implementing <strong>frontend editing</strong>.”</p>\n<p>And that, in addition to selective refresh itself, is awesome.</p>\n<h3>Better image compression</h3>\n<p>By default, WordPress has always compressed images upon upload. By making a <a href=\"https://make.wordpress.org/core/2016/02/22/proposal-increase-the-default-image-compression-in-wordpress/\">small change in the compression percentage</a>, from 90% to 82%, WordPress can enable, “reduced image sizes by an average of ~25%.”</p>\n<p>Additionally, unnecessary meta data in photos is removed automatically by WordPress, while still maintaining the meta data <a href=\"https://photowebo.com/wordpress-4-5-image-compression-metadata/\">photographers actually use</a>. So all in all, images in WordPress can be cut in size by half without losing detail, and that’s amazing.</p>\n<h3>Log in by email</h3>\n<p>This has long been a desire for WordPress installs, and there have been plugins to help accomplish it, but now it’s in core as it should be.</p>\n<p>Quite simply, users can now log in via their username, or their active email address. Thank goodness — this is a nice UX enhancement.</p>\n<h3>Of course there are more</h3>\n<p>These are the features I wanted to note, but there are many others, as always, that took a lot of effort and greatly improve WordPress core. Others to consider are responsive customizer views; core library updates for Backbone, jQuery, and others; and oEmbed template management (which is <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">really slickly done</a>).</p>\n<p>For more information, be sure to see the developer <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">field guide</a> for WordPress 4.5, as well as a <a href=\"https://make.wordpress.org/support/2016/04/4-5-omg-wtf-post/\">4.5 support guide</a>, and the <a href=\"https://wordpress.org/news/2016/04/coleman\">official release post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:27: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:121:\"WPTavern: WordPress 4.5 “Coleman” Released, Introduces Custom Logos, Responsive Previews, Improved Editing 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7256:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/coleman-hawkins.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/coleman-hawkins.jpg?resize=1025%2C550\" alt=\"photo credit: BBC Radio\" class=\"size-full wp-image-53560\" /></a>photo credit: <a href=\"http://www.bbc.co.uk/programmes/b01rl2hx\" target=\"_blank\">BBC Radio</a>\n<p><a href=\"https://wordpress.org/news/2016/04/coleman/\" target=\"_blank\">WordPress 4.5</a> was released today, named in honor of <a href=\"https://en.wikipedia.org/wiki/Coleman_Hawkins\" target=\"_blank\">Coleman Hawkins</a>, an American jazz tenor saxophonist. Hawkins was one of the first musicians to establish the tenor saxophone as a jazz horn. Compared to other major releases, this one is short on show-stopping features but keeps WordPress on the path of steady, incremental improvements.</p>\n<p>Most of the updates for users focus on making WordPress content easier to format, edit, and customize. Here are a few of the highlights.</p>\n<h3>Custom Logos: Native Support for a Theme Logo</h3>\n<p>WordPress 4.5 introduces <a href=\"http://wptavern.com/wordpress-4-5-to-introduce-native-support-for-a-theme-logo\" target=\"_blank\">native support for a theme logo</a> with code borrowed from Jetpack’s implementation. When a theme declares support for a custom logo, an upload form is added under the Site Identity panel of the customizer.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png?resize=1025%2C748\" alt=\"Image credit: Ryan Boren\" class=\"size-full wp-image-51779\" /></a>Image credit: <a href=\"https://make.wordpress.org/flow/2016/02/19/customize-site-logo-and-icon-33755-5-diff-iphone-6/\">Ryan Boren</a>\n<p>This feature is a big win for theme developers, as they now have a standard way of including support for a logo. When they opt to follow core’s implementation, users will always know where to find the logo upload.</p>\n<p>“Given the hundreds of themes with their own implementation, it makes sense that core would standardize this,” said WordPress Theme Review Team admin Justin Tadlock. “The concept has been well tested for years in themes (and Jetpack). It’s a natural progression that core would get it, just like core standardized post classes, body classes, featured images, and other features that started out in the theme space. There’s an obvious need for it.”</p>\n<h3>Customizer Improvements: Live Responsive Previews and Selective Refresh</h3>\n<p><a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\" target=\"_blank\">Selective refresh</a> is one of the under-the-hood updates to the customizer that makes a big difference for users. It makes previews more instant, instead of reloading the entire preview for each setting change. This is a much needed improvement that gives the customizer the true live preview experience that it was previously lacking.</p>\n<div class=\"embed-wrap\"></div>\n<p>“Selective refresh is a hybrid preview mechanism that has the performance benefit of not having to refresh the entire preview window,” Customizer component maintainer Weston Ruter said. “This was previously available with JS-applied postMessage previews, but selective refresh also improves the accuracy of the previewed change while reducing the amount of code you have to write; it also makes it possible to do performant previews that would previously been practically impossible.”</p>\n<p>After updating your site to 4.5, you can see a live example of selective refresh when editing menus. All core themes and core widgets now support selective refresh and users should see major performance improvements.</p>\n<p>This release also makes it easier for users to customize their sites with mobile devices in mind. It adds buttons to the customizer controls footer that enable desktop, tablet, and phone-sized device previews. Instead of having to test the site on different devices, users can see a live preview of how the design will respond while making changes.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif?resize=1025%2C537\" alt=\"customize-device-preview\" class=\"aligncenter size-full wp-image-51464\" /></a></p>\n<h3>Improvements to Formatting and Editing Content</h3>\n<p>WordPress 4.5 adds <a href=\"http://wptavern.com/wordpress-4-5-adds-inline-editing-to-the-links-modal\" target=\"_blank\">a more intuitive interface for editing inline links</a> in the visual editor. The interface detects if a user is entering a URL or attempting to search for one. The updated search uses jQuery UI Autocomplete to populate existing content as the user is typing.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/links-modal.gif\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/links-modal.gif?resize=838%2C496\" alt=\"links-modal\" class=\"aligncenter size-full wp-image-52178\" /></a></p>\n<p>This release also adds more formatting shortcuts to the existing ones for lists and headings. You can now use shortcuts for horizontal lines and code tags.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/formatting-shortcuts.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/formatting-shortcuts.png?resize=1000%2C600\" alt=\"formatting-shortcuts\" class=\"aligncenter size-full wp-image-53494\" /></a></p>\n<p>Developers who utilize the REST API infrastructure will want to take note of <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\" target=\"_blank\">a breaking change in this release</a> that could potentially cause issues with plugins that depend on the API. The changes break backwards compatibility for the sake of fixing a bug regarding slashed data.</p>\n<p>Other noteworthy updates include:</p>\n<ul>\n<li><a href=\"http://wptavern.com/wordpress-4-5-improves-comment-moderation-screens\" target=\"_blank\">Improvements to comment moderation screen</a> with visual enhancements and a maximum length for comment form fields </li>\n<li>Performance enhancements for images: Increased compression makes images <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\" target=\"_blank\">load up to 50% faster</a> with no noticeable quality loss</li>\n<li>Enhanced script loader: Better support for script header/footer dependencies, new <a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\" target=\"_blank\">wp_add_inline_script()</a> enables adding extra code to registered scripts</li>\n<li>Better embed templates: these are now split into parts and can be customized by themes using the template hierarchy</li>\n</ul>\n<p>The 4.5 release was led by Mike Schroder and deputies Mel Choyce and Adam Silverstein. Schroder coordinated the efforts of 286 volunteers who contributed to WordPress 4.5. Check out the video for a quick overview of the highlights of this release:</p>\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:\"Tue, 12 Apr 2016 19:16:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: JSON API Now Available for WordPress Wapuu Archive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53465\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/json-api-now-available-for-wordpress-wapuu-archive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3646:\"<p>Yesterday, prolific WordPress plugin developer <a href=\"https://twitter.com/miya0001\" target=\"_blank\">Takayuki Miyauchi</a> launched a <a href=\"https://github.com/jawordpressorg/wapuu-api\" target=\"_blank\">JSON API for the Wapuu archive</a> via GitHub Pages. The new API allows developers to easily build applications that fetch the wapuus with their images and details:</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\">\n[\n {\n \"name\": \"original-wapuupng\",\n \"wapuu\": {\n \"name\": \"Wapuu\",\n \"url\": \"https://ja.wordpress.org/\",\n \"repository\": \"https://github.com/jawordpressorg/wapuu\",\n \"src\": \"https://jawordpressorg.github.io/wapuu/wapuu-archive/original-wapuu.png\",\n \"mime_type\": \"image/png\"\n },\n \"author\": {\n \"name\": \"Kazuko Kaneuchi\",\n \"url\": \"https://twitter.com/mutsuking\"\n },\n \"description\": \"Original Wapuu\"\n },\n ...\n</pre>\n<p>Miyauchi said he is looking forward to seeing applications, well-designed galleries, and games that the community will build with it. The <a href=\"http://jawordpressorg.github.io/wapuu/\" target=\"_blank\">official Wapuu archive</a> is already using the new Wapuu API.</p>\n<p>Miyauchi also built a <a href=\"http://spacewapuu.com/\" target=\"_blank\">space Wapuu gallery</a> with it based on <a href=\"http://threejs.org/\" target=\"_blank\">THREE.js</a>, a library that makes WebGL (3D in the browser) easy to use. The gallery works well in <a href=\"https://www.google.com/get/cardboard/\" target=\"_blank\">Google Cardboard</a> to deliver a fun VR-type experience of the flying wapuus.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/space-wapuu.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/space-wapuu.gif?resize=1025%2C479\" alt=\"space-wapuu\" class=\"aligncenter size-full wp-image-53535\" /></a></p>\n<p>Miyauchi is part of the <a href=\"http://wptavern.com/community-translation-and-wapuu-how-japan-is-shaping-wordpress-history\" target=\"_blank\">vibrant WordPress community in Japan</a>, has three dozen <a href=\"https://profiles.wordpress.org/miyauchi/#content-plugins\" target=\"_blank\">plugins</a> to his credit on WordPress.org, and enjoys building projects with the WordPress REST API. He said that the REST API hasn’t yet caught on in Japan, but he has been working on tools to make it easier for developers to create applications. Miyauchi built a WP API client for <a href=\"https://angularjs.org/\" target=\"_blank\">AngularJS</a> and is also creating an <a href=\"https://github.com/miya0001/ionic-starter-wordpress\" target=\"_blank\">Ionic starter template</a> for WordPress + the WP API version 2.</p>\n<p>After learning about how much work it is to maintain the official Wapuu archive page, Miyauchi was inspired to use his skills to create a JSON API for cataloguing the 80+ wapuus from around the world.</p>\n<p>“If we can update the wapuu’s data via a CSV file, maintaining the archive is much easier,” he said. “The API is converted from <a href=\"https://github.com/jawordpressorg/wapuu-api/blob/master/wapuu.csv\" target=\"_blank\">a CSV of wapuus</a>.”</p>\n<p>Miyauchi worked with <a href=\"https://twitter.com/tekapo\" target=\"_blank\">Taisuke Jotaki</a>, maintainer of the archive, and <a href=\"https://twitter.com/shinichin\" target=\"_blank\">Shinichi Nishikawa</a> to create the Wapuu API. If you want to add your wapuu to the archive, you can fork the <a href=\"https://github.com/jawordpressorg/wapuu-api\" target=\"_blank\">Wapuu API repository</a>, add your wapuu information to the CSV, and send a pull request to the team.</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, 12 Apr 2016 17:18:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:45:\"Post Status: A Day of REST is going to Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=22279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://poststatus.com/day-of-rest-boston/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3963:\"<p>I’m happy to announce that Post Status is teaming up with Human Made to put on <a href=\"https://adayofrest.hm/boston-2016/\">A Day of REST Boston</a>, following the <a href=\"https://poststatus.com/a-day-of-rest-review/\">successful event in London in January</a>. This iteration of A Day of REST will include both a day long conference and workshops catered to developers interested in using the WordPress REST API.</p>\n<p>Like in London, A Day of REST Boston will have speakers from the team that is actually building the API and using it in production environments. The main event will take place <strong>October 28th, 2016</strong> at Calderwood Pavilion. Workshops will be October 27th and October 29th.</p>\n<p><strong>Organizers:</strong> A Day of REST Boston is put together by experienced industry event organizers from <a href=\"https://hmn.md/\">Human Made</a> who have organized events like WordCamp London 2013 and 2015, WordCamp Europe 2013, 2014, 2015, 2016, and A Day of REST London. The primary folks from the Human Made team are Siobhan McKeown, Petya Raykovska, and Zoe Beardmore. And Post Status will be co-organizing!</p>\n<p><strong>Speakers:</strong> Like in London, members of the WordPress REST API team itself will be speaking and participating in the event. Also, industry experts and developers who are actually using the REST API in production will be there. We’ll have a call for speakers available soon as well, as we’re seeking new and exciting examples of the REST API out in the wild, and the stories of the folks that made it happen.</p>\n<h3>Workshops</h3>\n<p>One of the things I’m most excited about for the Boston-based version of this event is that there will be <em>two days of workshops</em> in addition to the event, rather than a hack day. It was clear in London that there was demand for more hands-on activities to allow people (new and experienced with the API) to dig deeper.</p>\n<p>Attendees will have the opportunity to attend front end workshops tailored to WordPress developers, covering everything from JavaScript basics to in-depth explorations of specific technologies. A Day of REST is partnering with <a href=\"https://bocoup.com/\">Bocoup</a> (an incredible Boston based agency that loves open source technology), and perhaps a few other folks, to put on outstanding workshops.</p>\n<p>If you’re interested in the event and the workshops, please help us choose the most relevant and valuable workshop topics for you. <a href=\"https://docs.google.com/forms/d/1b8RlgPxD7JaeKVgNErsbxS7vCe_9LMQLAvVaekHiFlY/viewform?c=0&w=1\">Fill out the workshop survey</a> to have your say on what should be included. One workshop day is before the main event, and the other is the day after.</p>\n<p>There will be a special limited batch of Early Bird tickets for the conference, but you have to be <a href=\"https://adayofrest.hm/boston-2016/\">subscribe for A Day of REST Boston email notifications</a>.</p>\n<h3>Post Status involvement</h3>\n<p>At A Day of REST London, I was a general media partner, covering the event and <a href=\"https://poststatus.com/resources/category/events/a-day-of-rest/\">I’m hosting the videos as we release them</a>. This time around, I’m a co-organizer. I’ll be working with sponsors, throwing the after party, and covering the event to a greater degree.</p>\n<p>If you want to sponsor A Day of REST, please <a href=\"https://poststatus.com/contact/\">contact me</a> and check out our <a href=\"https://adayofrest.hm/content/themes/ador-boston-theme/images/ADoRBoston_SponsorPackages.pdf\">sponsorship information package</a>!</p>\n<p>There will also be an opportunity for people to buy a ticket for A Day of REST that includes a <a href=\"https://poststatus.com/club/\">Post Status Club</a> membership! I hope you’ll consider this event and <a href=\"https://adayofrest.hm/boston-2016/\">sign up for updates</a>. It’s going to be a lot of fun.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 14:02:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: Giant Wapuu Among the Attendees at WordCamp London 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:28:\"http://wptavern.com/?p=53480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/giant-wapuu-among-the-attendees-at-wordcamp-london-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:2578:\"<p>This past weekend, hundreds of people gathered at <a href=\"https://2016.london.wordcamp.org/\">WordCamp London 2016</a> to learn about WordPress. One of the attendees who made its presence known the day of the event was a giant Wapuu. From left to right is WordPress co-creator Mike Little, Wapuu, and Jenny Wong. Notice how Wapuu has its own name badge!</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/GiantWapuuatWordCampLondon.jpg\"><img class=\"size-full wp-image-53506\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/GiantWapuuatWordCampLondon.jpg?resize=1024%2C683\" alt=\"Giant Wapuu at WordCamp London\" /></a>Giant Wapuu at WordCamp London\n<p>Tim Nash, Platform Lead for <a href=\"https://www.34sp.com/\">34SP</a>, a managed WordPress hosting company and sponsor of the event, says that the company wanted to do something unique to bring smiles to attendee’s faces.</p>\n<p>“It turns out that a Wapuu is not easy to find, but once we told it how awesome an event it was going to be and how much effort the WordCamp London organizing team was putting in, it agreed to make an appearance,” Nash said.</p>\n<p>According to reports on Twitter from attendees, Wapuu is great at giving hugs, posing for selfies, and spreading cheer.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/Wapuu?src=hash\">#Wapuu</a> inside WordCamp London <a href=\"https://twitter.com/hashtag/wcldn?src=hash\">#wcldn</a> <a href=\"https://twitter.com/hashtag/opensource?src=hash\">#opensource</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/cms?src=hash\">#cms</a> <a href=\"https://t.co/9iQLifP4JN\">pic.twitter.com/9iQLifP4JN</a></p>\n<p>— Riccardo Severgnini (@rickysev) <a href=\"https://twitter.com/rickysev/status/718875567169396736\">April 9, 2016</a></p></blockquote>\n<p></p>\n<p>Although it looks like a stuffed animal, it’s actually a suit with someone inside. When asked who the person was inside, Nash replied that it was a secret. So where is Wapuu headed next?</p>\n<p>“Sadly with WordCamp London over, Wapuu has returned to roam the land near Manchester in the North of England until the next time it wants a holiday. Rumor has it, that it might be at <a href=\"https://2016.brighton.wordcamp.org/\">WordCamp Brighton</a> in July,” Nash said.</p>\n<p>Considering the size of airline seats, don’t expect to see giant Wapuu at WordPress events in the US anytime soon.</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, 12 Apr 2016 11:34:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53287&preview_id=53287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8967:\"<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>Revolution Slider Possible Cause of Data Breach</h2>\n<p>Wordfence <a href=\"https://www.wordfence.com/blog/2016/04/mossack-fonseca-breach-vulnerable-slider-revolution/\">analyzed the Mossack Fonseca website</a> and discovered that it was running a <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\">vulnerable version</a> of Revolution Slider, a popular image slider plugin for WordPress. The vulnerability allows a remote attacker to place a shell on the web server. Whether this is the point of entry for the data leak remains to be seen. While I enjoyed the article, <a href=\"https://news.ycombinator.com/item?id=11449750\">some people on Hacker News</a> ripped it apart.</p>\n<h2>State of the Woo</h2>\n<p>The second annual <a href=\"https://wooconf.com/\">WooConf</a> took place this week where Matt Mullenweg gave the State of The Woo address. Marie Dodson of Torque has <a href=\"http://torquemag.io/2016/04/state-of-the-woo-2016/\">a great post</a> with highlights from his session. The biggest take away is that Automattic plans on releasing a Jetpack like plugin for WooCommerce to handle complicated tasks like payments, shipments, taxes, and more.</p>\n<p>It’s incredible how many WooCommerce plugins are submitted to us for review. It seems like there’s a plugin that handles any nuance of WooCommerce you can think of. It’s turned into quite a cottage industry and one every product developer should consider getting into.</p>\n<h2>WordPress Importer Progress Bars</h2>\n<p>In addition to his work on the WordPress REST API, Ryan McCue is also <a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">leading the efforts</a> to improve the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress Importer</a>. A few days ago, he published an image on Twitter showing off status indicators. Click the play button to see the progress bars in action.</p>\n<p>This is a huge improvement considering it’s currently impossible to know the status of an import. What’s nice about this is that each item in the import file has its own progress bar. Also read the discussion on Twitter as the possibility of using this UI for other plugins like BuddyPress comes up.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New WordPress Importer UI, coming soon. <a href=\"https://t.co/wM6cZY6BSk\">pic.twitter.com/wM6cZY6BSk</a></p>\n<p>— Ryan McCue ⍨ (@rmccue) <a href=\"https://twitter.com/rmccue/status/717610812236410880\">April 6, 2016</a></p></blockquote>\n<p></p>\n<h2>WordPress 4.5 OMG WTF BBQ Post</h2>\n<p>Before every major WordPress release, the <a href=\"https://make.wordpress.org/support/\">support team</a> publishes a post on the support forums that contains important information users and developers need to be aware of. The <a href=\"https://make.wordpress.org/support/2016/04/4-5-omg-wtf-post/\">WordPress 4.5 edition</a> is available and is considered a work in progress. Once 4.5 is released, common issues reported by users are added to the thread like plugin and theme incompatibilities.</p>\n<h2>WP Lift is For Sale</h2>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2013/10/wpliftlogo.jpg\"><img class=\"alignright wp-image-10731 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2013/10/wpliftlogo.jpg?resize=131%2C58\" alt=\"WPLift.com Logo\" /></a><a href=\"http://wplift.com\">WPLift</a>, a site dedicated to WordPress created by Oli Dale is <a href=\"http://wplift.com/weekly-wordpress-news-wplift-sale\">up for sale</a>. According to the <a href=\"https://flippa.com/6291243-wplift-com\">listing on Flippa</a>, the bidding price has reached $55K. The auction has 13 bids with 19 days left. Dale explains why he’s selling the site:</p>\n<blockquote><p>Quite simply, I have been writing about WordPress now on WPLift since 2010 – I have posted just about every week day in that period and the site now contains over 990 posts, I have been finding it more of a struggle to keep up with running the site alongside ThemeFurnace and the addition of 2 children to my family! I would like someone fresh to takeover WPLift who can dedicate more time and fresh ideas to the site.</p></blockquote>\n<p>Over the years, I’ve linked to quite a few articles and discussions on the WPLift site. Whoever purchases the site, I hope they continue the great reputation that WPLift has established.</p>\n<h2>What Do Video Games and WordPress Development Have in Common?</h2>\n<p><a href=\"https://twitter.com/JJJ\">John James Jacoby</a> published a great series of Tweets using video game images to relate to software development. Here are a few of my favorites.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">When a great WordPress plugin doesn\'t have very many downloads or active installs: <a href=\"https://t.co/S0GF0p71Bg\">pic.twitter.com/S0GF0p71Bg</a></p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/716780629023670272\">April 4, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Open-sourcing WordPress plugins, and receiving and reading negative feedback: <a href=\"https://t.co/cakym9ATiB\">pic.twitter.com/cakym9ATiB</a></p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/716772882580447233\">April 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Oh no! My demo is showing. <a href=\"https://t.co/WVbXJZ3ULK\">pic.twitter.com/WVbXJZ3ULK</a></p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/717086881486401537\">April 4, 2016</a></p></blockquote>\n<p></p>\n<h2>Admin Theme Review</h2>\n<p>Jose Castaneda who is a volunteer on the <a href=\"https://make.wordpress.org/themes/\">Theme Review Team</a> published a YouTube video that highlights what he looks for when reviewing themes. The video should help developers consider things they may have missed before submitting it to the directory.</p>\n<div class=\"embed-wrap\"></div>\n<h2>A Small Woorld</h2>\n<p><span class=\"s1\">WooCommerce is a powerful force in the eCommerce industry and it’s reached a point where entire sites and magazines are devoted to the platform. One such digital magazine is <a href=\"https://smallwoorld.com/\">A Small Woorld</a>, a publication by the folks over at <a href=\"https://prospress.com/\">ProsPress</a>. Small Woorld features in-depth interviews with entrepreneurs using WooCommerce.<br />\n</span></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/ASmallWoorldFrontPage.png\"><img class=\"size-full wp-image-53454\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/ASmallWoorldFrontPage.png?resize=913%2C742\" alt=\"A Small Woorld Front Page\" /></a>A Small Woorld Front Page\n<p>One of my <a href=\"https://smallwoorld.com/craft-beer-cheeky-kiwis-abroad-woocommerce-honest-brew-story/\">favorite interviews</a> from their latest issue involves <a href=\"http://honestbrew.co.uk/\">Honest Brew</a>, a company that utilizes WooCommerce to deliver craft beer to people all over the world. I highly recommend subscribing to <a href=\"https://smallwoorld.com/\">A Small Woorld</a> if you want to know how every day people are using WooCommerce to run their businesses.</p>\n<h2>8-Bit Wapuu</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. This week, it’s 8-bit Wapuu by Melissa Sartor representing <a href=\"https://2016.sunshinecoast.wordcamp.org/2016/04/06/8-bit-wapuu/\">WordCamp Sunshine Coast</a> in Australia.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/EightBitWapuu.png\"><img class=\"size-full wp-image-53453\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/EightBitWapuu.png?resize=344%2C310\" alt=\"Eight Bit Wapuu\" /></a>Eight Bit Wapuu\n<p>That’s it for issue seven. 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, 08 Apr 2016 21:23:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Automattic Partners with Let’s Encrypt to Enable HTTPS on All WordPress.com Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2615:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/green-lock.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/green-lock.jpg?resize=1024%2C538\" alt=\"photo credit: Padlock - (license)\" class=\"size-full wp-image-53435\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/92818242@N00/6080622\">Padlock</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>WordPress.com <a href=\"https://en.blog.wordpress.com/2016/04/08/https-everywhere-encryption-for-all-wordpress-com-sites/\" target=\"_blank\">announced</a> today that it has turned on encryption for custom domains. The network’s subdomains have been HTTPS-enabled <a href=\"http://wptavern.com/wordpress-com-to-implement-ssl-for-all-subdomains-joins-the-fight-against-mass-surveillance\" target=\"_blank\">since 2014 as part of the Reset the Net campaign</a> against mass surveillance. Today Automattic expanded HTTPS coverage to more than one million custom domains hosted on the network.</p>\n<p>Last April the company joined Mozilla, Cisco, EFF and several other organizations to <a href=\"http://wptavern.com/automattic-sponsors-lets-encrypt-initiative\" target=\"_blank\">sponsor Let’s Encrypt</a>, a new free certificate authority for the public. The project gave WordPress.com an automated way to roll out an SSL certificate to each custom domain it hosts. Users do not need to adjust any setting – encryption has been turned on automatically, which is indicated by a green lock in the browser’s address bar.</p>\n<p>According to the <a href=\"https://www.eff.org/encrypt-the-web\" target=\"_blank\">Electronic Frontier Foundation</a>, encryption offered via the new initiative will help users defend against surveillance of their content and communications, cookie theft, account hijacking, cookie and ad injection, and other forms of internet censorship.</p>\n<p>WordPress.com representatives said sites may see a performance boost and better Google rankings as a result of the switch to HTTPS. Two years ago Google <a href=\"https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html\" target=\"_blank\">announced</a> it would begin using HTTPS as a lightweight ranking signal as an incentive for website owners to switch to HTTPS. With the help of the Let’s Encrypt initiative, many of the technical barriers to adding encryption have been removed. WordPress.com’s move to provide free HTTPS for all customers helps make the web more secure as the network powers a large chunk of the world’s websites.</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, 08 Apr 2016 20:23:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: Silk Lite: A Free WordPress Magazine Theme for Fashion Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/silk-lite-a-free-wordpress-magazine-theme-for-fashion-bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3807:\"<p>After six months in the theme review queue, <a href=\"https://wordpress.org/themes/silk-lite/\" target=\"_blank\">Silk Lite</a> was approved for the WordPress.org directory and also passed the extra requirements to be counted among the <a href=\"https://wordpress.org/themes/tags/accessibility-ready/\" target=\"_blank\">accessibility-ready themes</a>. This magazine theme was designed with fashion bloggers in mind and features a masonry style grid of posts on the homepage.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-lite.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-lite.png?resize=880%2C660\" alt=\"silk-lite\" class=\"aligncenter size-full wp-image-53408\" /></a></p>\n<p>The basic color scheme for the design is black, peach and marsala (the <a href=\"http://store.pantone.com/uk/en/marsala-2015-color-of-the-year\" target=\"_blank\">Pantone color of the year in 2015</a>). Marsala, according to Pantone’s color experts, “translates easily to fashion, beauty, industrial design, home furnishings and interiors.”</p>\n<p>Silk’s typography selections combine Google Fonts “Playfair Display” for headings and Merriweather for paragraph to create elegant, readable posts. The theme also has built-in styles for intro text, highlighted text, drop caps, and a two-column text layout.</p>\n<p>You will need to install Jetpack to take advantage of the theme’s custom logo feature, although this will need to be updated when site logos are introduced in WordPress 4.5. The theme also has support for Jetpack’s Infinite scroll module to load more posts on the homepage and archive pages via the “View More Articles” button. The unique sharing button design on single posts are powered by Jetpack’s sharing module.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-single-post.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/silk-single-post.png?resize=1025%2C749\" alt=\"silk-single-post\" class=\"aligncenter size-full wp-image-53425\" /></a></p>\n<p>Silk offers a menu location at the top of the header for adding links to your social network profiles. It also includes a custom sidebar widget for adding an “About Me” section with an image background. With Jetpack’s Subscription module active, the widget that allows visitors to subscribe to your newsletter will have a custom design to match the theme.</p>\n<p>Silk includes support for four post formats: Standard, Quote, Image, Gallery, Image. It also supports Jetpack’s tiled and slideshow galleries.</p>\n<p>The customizer offers a limited number of controls, with checkboxes to enable/disable the following:</p>\n<ul>\n<li>Display single column posts on front page and archives</li>\n<li>Display the featured image on single posts</li>\n<li>Hide search button in top header bar</li>\n</ul>\n<p>The theme is translation-ready and is also compatible with WPML. Translations for the following languages are already available: German, Spanish, French, Portuguese, Norwegian, Turkish, Hebrew, Persian and Japanese.</p>\n<p>Silk Lite was created by <a href=\"https://pixelgrade.com/\" target=\"_blank\">PixelGrade</a>, a Romania-based theme shop. The team specializes in magazine themes – in fact, the PixelGrade product portfolio has more magazine themes than any other type. Full <a href=\"http://silk-help.pixelgrade.com/support/solutions/articles/4000046908-silk-user-guide\" target=\"_blank\">documentation</a> for all the theme’s features is available on the PixelGrade website. You can download <a href=\"https://wordpress.org/themes/silk-lite/\" target=\"_blank\">Silk Lite</a> from WordPress.org or via your admin themes browser.</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, 08 Apr 2016 17:25: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: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:22:\"Matt: Culinary Houston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46412\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2016/04/culinary-houston/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"<p>The New York Times food section has decided to “proclaim Houston one of the great eating capitals of America” and <a href=\"http://www.nytimes.com/2016/04/10/travel/houston-restaurants-where-to-eat.html\">highlighted four great restaurants in town</a>. Houston is really such a great city, it’s good to see it getting some love.</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, 08 Apr 2016 16:40:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: My Apple News Publisher Experience Three Weeks Later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/my-apple-news-publisher-experience-three-weeks-later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6879:\"<p>Back in March, I <a href=\"http://wptavern.com/how-to-connect-your-wordpress-powered-site-to-apple-news-publisher\">explained how</a> to connect WordPress powers sites to Apple News. After three weeks of being in the system, here is what I experienced.</p>\n<h2>Stuck in Limbo</h2>\n<p>After configuring the plugin and successfully getting WP Tavern approved on Apple News, I thought that articles published on the site would automatically publish to Apple News. It didn’t work out that way, at least, not at first.</p>\n<p>When checking the status of those articles in the WordPress backend, the <a href=\"https://wordpress.org/plugins/publish-to-apple-news/\">Publish to Apple News</a> plugin listed articles as Pending. Apple’s News publisher also didn’t show any drafts from WordPress or published articles.</p>\n<p>Based on some Google searches, I created and published a new article within the Apple News Publisher app. Unfortunately, it didn’t show up as a published article and because it was the first one, it had to be approved by Apple News.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherFirstSubmission.png\"><img class=\"size-full wp-image-53379\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherFirstSubmission.png?resize=635%2C310\" alt=\"Apple News Publisher First Submission\" /></a>Apple News Publisher First Submission\n<p>The first article published in Apple News was on March 21st. Between March 21st and March 31st, I was stuck in limbo. I had no idea when the article would be approved or at what point in the process I was in.</p>\n<p>With the lack of communication, I started troubleshooting the Publish to Apple News plugin thinking that something was wrong. In the plugin’s settings, there’s an option to turn debugging on which sends emails to a specified email address each time an article is published, updated, or deleted with a detailed API response.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherDebugOptions.png\"><img class=\"size-full wp-image-53380\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsPublisherDebugOptions.png?resize=691%2C250\" alt=\"Apple News Publisher Debug Options\" /></a>Apple News Publisher Debug Options\n<p>I didn’t receive any emails when articles were published leading me to believe there was a potential communication issue between the Tavern and Apple News. A few days passed by when all of a sudden, I received two emails with debug information.</p>\n<p>I checked the <a href=\"https://apple.news/TQYQeeBHDRce_JL3U0PCWGw\">Tavern’s Apple News channel</a> and discovered that the first article I published using Apple’s publishing tool was approved. Had I not checked the channel, I wouldn’t have known that it was approved. I disabled debug mode in the Publish to Apple News plugin and noticed articles published on the Tavern after the approval appeared as expected.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/PublishedArticlesInApplesNewsPublisher.png\"><img class=\"size-full wp-image-53383\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/PublishedArticlesInApplesNewsPublisher.png?resize=1025%2C757\" alt=\"Published Articles In Apples News Publisher\" /></a>Published Articles In Apples News Publisher\n<p>Apple should send an email notification when the first article is approved along with details that future articles will be published automatically.</p>\n<h2>What Articles Look Like in the Apple News App</h2>\n<p>I kept the default style settings provided by the Publish to Apple News plugin. As you can see, the articles don’t look that bad with the exception of the WordCamp Central article. For some reason, the image splits up the first sentence of the post. I’m looking into why this happens but I’ve seen it on other posts as well.</p>\n\n<a href=\"http://wptavern.com/img_8464\"><img width=\"282\" height=\"500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8464.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8464\" /></a>\n<a href=\"http://wptavern.com/img_8466\"><img width=\"282\" height=\"500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8466.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8466\" /></a>\n<a href=\"http://wptavern.com/img_8468\"><img width=\"282\" height=\"500\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8468.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8468\" /></a>\n<a href=\"http://wptavern.com/img_8467\"><img width=\"282\" height=\"500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8467.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8467\" /></a>\n<a href=\"http://wptavern.com/img_8465\"><img width=\"282\" height=\"500\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8465.png?fit=282%2C500\" class=\"attachment-large size-large\" alt=\"img_8465\" /></a>\n\n<p>One thing I don’t like is that if an image is used at the beginning of an article, the Apple News App displays the HTML code of the image on the article listing page instead of article text. It would be more beneficial to readers if the listing page displayed text from the article and not HTML related to images.</p>\n<h2>Apple News Publisher Analytics</h2>\n<p>According to the analytics dashboard in Apple News Publisher, some of you have subscribed to our channel. The dashboard includes stats like, unique viewers, total views, article shares, and more.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsAnalytics.png\"><img class=\"size-full wp-image-53404\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/AppleNewsAnalytics.png?resize=1025%2C728\" alt=\"Apple News Analytics\" /></a>Apple News Analytics\n<p>You can even dive into analytics on a per post level to determine why some articles do better than others. To view stats in a different program or to back them up, Apple News publisher allows you to download up to 30 days worth of data at once in CSV format.</p>\n<h2>The Experiment Continues</h2>\n<p>There’s not enough data to determine if publishing articles to Apple News is worth the effort. Three months from now, I’ll look at the data and publish a follow-up post with our findings. It will also include reviews from readers who are subscribed to our channel to find out what they like and dislike about consuming WP Tavern’s content through Apple News.</p>\n<p>Although the process could use some improvement, especially around communication, once the approval process is complete, the system runs automatically. Let us know in the comments what your experience has been like connecting your site to Apple News Publisher.</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, 08 Apr 2016 03:51:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: AffiliateWP Passes 30K in Monthly Revenue After 2 Years in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/affiliatewp-passes-30k-in-monthly-revenue-after-2-years-in-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:4968:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/affiliatewp.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/affiliatewp.png?resize=1025%2C463\" alt=\"affiliatewp\" class=\"aligncenter size-full wp-image-53362\" /></a></p>\n<p>The team behind <a href=\"https://affiliatewp.com/\" target=\"_blank\">AffiliateWP</a> is <a href=\"https://pippinsplugins.com/affiliatewp-two-years-later/\" target=\"_blank\">celebrating its second anniversary today</a>. The plugin and its suite of add-ons has rapidly become one of the most successful products in the WordPress ecosystem under the leadership of Pippin Williamson and his team.</p>\n<p>Williamson, who is known for his yearly transparency reports, shared that AffiliateWP was the fastest of his products to reach $100,000 in annual revenue. It took just nine months for the plugin to reach that goal and in 2015 it passed $30,000 in monthly revenue.</p>\n<p>“Our first month to break $30,000 was April, 2015, when we brought in $32,904.90,” Williamson said. “Since then, we have had only 3 months that were below 30, and they were only just barely below the 30 mark.”</p>\n<p>They say that necessity is the mother of invention, and this was certainly the case with the creation of AffiliateWP. Williamson said that his customers were always asking for recommendations on affiliate plugins but at the time his team could not confidently recommend any of the existing solutions. They found most to be “unreliable, unpleasant to use, and generally not a good fit.”</p>\n<p>“After a particularly painful support ticket where it was discovered that one of our customers had paid (or not paid) thousands of dollars to the wrong people due to a bug in their affiliate tracking plugin, we decided to do something about it,” Williamson said.</p>\n<p>He worked in his spare time and late at night to develop AffiliateWP while supporting EDD and Restrict Content Pro during business hours. The product’s revenue now supports a full-time team of six people.</p>\n<p>“It humbles me to think that my little side project could go from an after-hours project to providing for the full time jobs of an entire team,” Williamson said.</p>\n<h3>AffiliateWP’s Business Model Helped it Grow Faster than EDD</h3>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a>, Williamson’s first venture, is touted as having pioneered one of the most wildly successful business models in the WordPress ecosystem, but AffiliateWP was not built on the same model. EDD offers a free base plugin with commercial add-ons available a la carte. AffiliateWP does not have an official free product and is not directly supported by commercial extensions.</p>\n<p>Pricing for the product <a href=\"https://affiliatewp.com/pricing/\" target=\"_blank\">starts at $49 and ranges up to $449</a>, with different packages that include varying levels of support and Professional add-ons.</p>\n<p>“Utilizing this business model is without any doubt one of reasons AffiliateWP accelerated at the rate it did,” Williamson said. “This model has not only been lucrative for us, I personally think it’s superior in many ways to other models common throughout the WordPress ecosystem.</p>\n<p>“I like it enough that we recently chose to migrate Restrict Content Pro to the same model,” he said. “If I had the opportunity to start over with Easy Digital Downloads, I would almost certainly opt to use the same model there as well instead of selling each add-on individually.”</p>\n<p>AffiliateWP’s total revenue for 2015 was $379,078 and Williamson projects that figure to be in the neighborhood of $420,000-$450,000 for 2016.</p>\n<p>The fact that <a href=\"https://github.com/AffiliateWP/AffiliateWP\" target=\"_blank\">AffiliateWP is also available for free on GitHub</a> has not compromised the product’s success. In fact, Williamson believes it has only enhanced it. The open source plugin has received contributions from 49 different developers.</p>\n<p>“This is a stat I’m particularly proud of considering AffiliateWP is a commercial product, a category of WordPress plugins that tends to get very little development from anyone outside of the core development team of the product,” Williamson said. “We chose to make AffiliateWP 100% open on GitHub with a public repository specifically to help facilitate contributions from other developers. I believe firmly that this was a good decision that has worked out quite well for us.”</p>\n<p>Williamson’s transparency about his plugin revenue serves as an inspiration to other entrepreneurs in the commercial plugin space. AffiliateWP’s success is an example of what’s possible in the WordPress product space with hard work, high quality code, and the right team.</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, 07 Apr 2016 20:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: WPWeekly Episode 229 – VersionPress Goes Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53277&preview_id=53277\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-229-versionpress-goes-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3127:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news of the week, including a big move for VersionPress as it transitions into an open source project. We provide an update on the development status of bbPress and BuddyPress. We also share details of a critical security vulnerability that was patched in a popular user role management plugin. Last but not least is Marcus’ plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\">VersionPress Transitions Into a Free Open Source Project</a><br />\n<a href=\"http://wptavern.com/outdated-and-vulnerable-wordpress-and-drupal-versions-may-have-contributed-to-the-panama-papers-breach\">Outdated and Vulnerable WordPress and Drupal Versions May Have Contributed to the Panama Papers Breach</a><br />\n<a href=\"http://wptavern.com/buddypress-2-6-development-kicks-off-david-cavins-to-lead-release\">BuddyPress 2.6 Development Kicks Off, David Cavins to Lead Release</a><br />\n<a href=\"http://wptavern.com/bbpress-2-6-expected-later-this-year-two-major-features-pushed-back-to-2-7\">bbPress 2.6 Expected Later This Year, Two Major Features Pushed Back to 2.7</a><br />\n<a href=\"http://wptavern.com/wp-rest-api-team-aims-for-wordpress-4-7-for-merge-proposal\">WP REST API Team Aims for WordPress 4.7 for Merge Proposal</a><br />\n<a href=\"http://wptavern.com/user-role-editor-4-25-patches-critical-security-vulnerability\">User Role Editor 4.25 Patches Critical Security Vulnerability</a><br />\n<a href=\"http://wptavern.com/europe-tops-wordcamp-growth-in-2015-with-70-increase-in-events\">Europe Tops WordCamp Growth in 2015 with 70% Increase in Events</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/query-all-the-post-types/\">Query All The Post Types</a> provides a quick and easy way to view a list of all the post types registered in a WordPress installation.</p>\n<p><a href=\"https://wordpress.org/plugins/goworks-styler/\">GoWorks Styler</a> adds new buttons to the WordPress visual editor, allowing you to enhance posts and pages with custom colors, opacity, borders, padding, and more.</p>\n<p><a href=\"https://wordpress.org/plugins/chronological-posts/\">Chronological Posts</a> reverses the default post order throughout your site to be chronological instead of reverse-chronological.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 13th 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 #229:</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, 07 Apr 2016 20:11:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: Limited Edition R2-Wapuu Will Debut at WordCamp London this Weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/limited-edition-r2-wapuu-will-debut-at-wordcamp-london-this-weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wcldn-2016-wapuu.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wcldn-2016-wapuu.png?resize=271%2C300\" alt=\"wcldn-2016-wapuu\" class=\"alignright size-medium wp-image-53327\" /></a>Last year WordCamp London introduced “Wapuunk,” its <a href=\"http://wptavern.com/scott-evans-on-designing-the-punk-wapuu-for-wordcamp-london-2015\" target=\"_blank\">1970’s punk style wapuu</a>, to the world, igniting a new wapuu craze for WordCamps held in the Western hemisphere. The 2015 event had commemorative stickers printed along with a Wapuunk-embroidered scarf for attendees. Shortly thereafter, nearly every WordCamp organization team began designing their own custom wapuu mascots.</p>\n<p>WordCamp London 2016 will take place this weekend at the London Metropolitan University. The event’s official wapuu will be printed on stickers and may be incorporated into other vintage London-inspired WordCamp swag.</p>\n<p>Wapuu collectors in attendance this weekend will want to arrive at the event early, as a <a href=\"http://gemmagarner.com/blog/illustration/meet-r2-wapuu/\" target=\"_blank\">limited edition R2-Wapuu</a> has also been designed in honor of the WordCamp. UK-based designers <a href=\"http://gemmagarner.com/\" target=\"_blank\">Gemma Garner</a> and <a href=\"http://scott.ee/\" target=\"_blank\">Scott Evans</a> collaborated on the R2-D2-inspired wapuu and printed a small batch of 100 stickers. Approximately 600 people are expected to attend this year’s event, so only the lucky few who hunt down Garner or Evans will receive an R2-wapuu sticker. An .svg file of the design will be sent to the official <a href=\"https://github.com/jawordpressorg/wapuu/tree/gh-pages/wapuu-archive\" target=\"_blank\">wapuu archive on GitHub</a> if you want to print your own.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/r2-wapuu.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/r2-wapuu.jpg?resize=500%2C333\" alt=\"r2-wapuu\" class=\"aligncenter size-large wp-image-53332\" /></a></p>\n<p>WordCamp London 2016 will kick off in less than 48 hours. A film crew will be <a href=\"https://2016.london.wordcamp.org/were-making-a-documentary-of-wordcamp-london-2016/\" target=\"_blank\">creating a documentary</a> about this year’s event, bringing the camera behind the scenes to capture footage that doesn’t usually make it to WordPress.tv’s educational archive. The event is nearly sold out. Last minute WordCampers hoping to attend should purchase their <a href=\"https://2016.london.wordcamp.org/tickets/\" target=\"_blank\">tickets</a> ASAP, because there are only 45 spots remaining.</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, 07 Apr 2016 00:03:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:112:\"WPTavern: Outdated and Vulnerable WordPress and Drupal Versions May Have Contributed to the Panama Papers Breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/outdated-and-vulnerable-wordpress-and-drupal-versions-may-have-contributed-to-the-panama-papers-breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6275:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg?resize=1024%2C514\" alt=\"photo credit: Lock - (license)\" class=\"size-full wp-image-40187\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58441544@N00/2660230441\">Lock</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Authorities have not yet identified the hacker behind the <a href=\"http://panamapapers.sueddeutsche.de/articles/56febff0a1bb8d3c3495adf4/\" target=\"_blank\">Panama Papers</a> breach, nor have they isolated the exact attack vector. It is clear that Mossack Fonseca, the Panamanian law firm that protected the assets of the rich and powerful by setting up shell companies, had employed a dangerously loose policy towards web security and communications.</p>\n<p>The firm ran its unencrypted emails through an outdated (2009) version of <a href=\"https://owa.mossfon.com/\" target=\"_blank\">Microsoft’s Outlook Web Access</a>. Outdated open source software running the frontend of the firm’s websites is also now suspected to have provided a vector for the compromise.</p>\n<p>In <a href=\"http://panamapapers.sueddeutsche.de/articles/56febff0a1bb8d3c3495adf4/\" target=\"_blank\">initial communications</a> with German newspaper the Süddeutsche Zeitung (SZ), an anonymous source offered the data with a few conditions, saying that his/her life was in danger.</p>\n<p>“How much data are we talking about?” the SZ asked.</p>\n<p>“More than anything you have ever seen,” the source said.</p>\n<p>The Panama Papers breach is the largest data leak in history by a wide margin, with 2.6 terabytes of data, 11.5 million documents, and more than 214,000 shell companies exposed.</p>\n<p>Forbes has <a href=\"http://www.forbes.com/sites/thomasbrewster/2016/04/05/panama-papers-amazon-encryption-epic-leak/#83ff3901df59\" target=\"_blank\">identified outdated WordPress and Drupal installations</a> as security holes that may have led to the data leak.</p>\n<blockquote><p>Forbes discovered the firm ran a three-month-old version of WordPress for its <a href=\"http://www.mossfon.com/\" target=\"_blank\">main site</a>, known to contain some vulnerabilities, but more worrisome was that, according to Internet records, its <a href=\"https://portal.mossfon.com/\" target=\"_blank\">portal</a> used by customers to access sensitive data was most likely run on a three-year-old version of Drupal, 7.23.</p></blockquote>\n<p>This information is partially inaccurate, however. While looking at the site today, I found that the firm’s WordPress-powered site is currently running on version 4.1 (released in December 2014), based on <a href=\"http://mossfon.com/wp-includes/js/autosave.js\" target=\"_blank\">its version of autosave.js</a>, which is identical to the <a href=\"https://github.com/WordPress/WordPress/blob/4.1-branch/wp-includes/js/autosave.js\" target=\"_blank\">autosave.js file shipped in 4.1</a>. Since that time WordPress has had numerous critical security updates.</p>\n<p>The main site is also loading a number of outdated scripts and plugins. Its active theme is <a href=\"http://www.mossfon.com/wp-content/themes/twentyten/css/style.css\" target=\"_blank\">a three-year-old version of Twenty Eleven (1.5)</a>, which oddly resides in a directory labeled for /twentyten/.</p>\n<p>The Mossack Fonseca client portal <a href=\"https://portal.mossfon.com/CHANGELOG.txt\" target=\"_blank\">changelog.txt</a> file is public, showing that its Drupal installation hasn’t been updated for three years. Since the release of version 7.23, the software has received <a href=\"https://www.cvedetails.com/version/156577/Drupal-Drupal-7.23.html\" target=\"_blank\">25 security updates</a>, which means that the version it is running includes <a href=\"https://www.drupal.org/PSA-2014-003\" target=\"_blank\">highly critical known vulnerabilities</a> that could have given the hacker access to the server. This includes a <a href=\"https://www.drupal.org/SA-CORE-2014-005\" target=\"_blank\">2014 SQL injection vulnerability</a> known in the Drupal community as “Drupalgeddon,” which affected every site running Drupal 7.31 or below.</p>\n<p>Investigators have not confirmed if the open source software vulnerabilities were used to access the data, but it is certainly plausible given the severity of the vulnerabilities in both older versions of WordPress and Drupal.</p>\n<p>“They seem to have been caught in a time warp,” Professor Alan Woodward, a computer security expert from Surrey University, told <a href=\"http://www.wired.co.uk/news/archive/2016-04/06/panama-papers-mossack-fonseca-website-security-problems\" target=\"_blank\">WIRED UK</a>. “If I were a client of theirs I’d be very concerned that they were communicating using such outdated technology.”</p>\n<p>If these open source software vulnerabilities provided the access point for this massive leak, then this company’s global fiasco was entirely preventable. Although many people welcome the uncovering of corruption and dirty money transactions of famous people and world leaders, the reality is that these kinds of exploits can also be carried out on well-meaning organizations that exist to protect people’s health records, financial data, and other sensitive information.</p>\n<p>This leak is not a measure of open source software’s reliability but rather underscores how low a priority some companies place on their tech departments and web security. With the rampant software vulnerabilities in this age, not updating software for years constitutes abject neglect of customers.</p>\n<p>The bottom line is that software needs to be updated. This kind of routine maintenance is as foundational to a company’s business as brushing teeth or showering is for one’s health. Law firms and companies with such a lax approach to security are either ignorant or unwilling to spend the money to maintain technology that they don’t fully understand. The Panama Papers serve as a reminder that having a competent, skilled tech department is critical for any company that deals in sensitive information.</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, 06 Apr 2016 19:35: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: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:66:\"WPTavern: VersionPress Transitions Into a Free Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53260\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4228:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png\"><img class=\"size-full wp-image-24643\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png?resize=650%2C200\" alt=\"Version Control Featured Image\" /></a>Version Control Featured Image\n<p><a href=\"https://twitter.com/borekb\">Borek Bernard</a> and <a href=\"https://twitter.com/JanVoracek\">Jan Voráček</a>, creators of <a href=\"http://versionpress.net/\">VersionPress</a>, <a href=\"https://blog.versionpress.net/2016/04/going-open-source/\">announced</a> that they’re transitioning the plugin into a free, open source project hosted <a href=\"https://github.com/versionpress/versionpress\">on GitHub</a>. In addition, they are releasing VersionPress 3.0 Beta, the first version released under the new model.</p>\n<h2>Open Source Is the Way Forward</h2>\n<p>In a post on the product’s site, Bernard explains that the only way for the project to be successful is to open up development to the public.</p>\n<p>“Towards the end of 2015, we started feeling it was the right time to convert the project to a fully open-sourced one,” he said.</p>\n<p>“The project started to be in good shape – had a clear direction set, most of the technical groundwork was laid, and we moved to GitHub. While we had most of WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in millions of different ways.</p>\n<p>“In the long run, the project <em>had to</em> turn into OSS should it be successful, and fortunately, in 2015, we met investors who understood this and supported our vision,” Bernard said.</p>\n<p>The transition involved quite a bit of work migrating from Bitbucket and JIRA to GitHub. Old Wiki documents and other assets were migrated as well. In addition to the migration, old issues were translated to English and <a href=\"http://danielbachhuber.com/\">Daniel Bachhuber</a>, who maintains the <a href=\"http://wp-cli.org/\">WP-CLI project</a> audited the code. The project’s website also received a facelift.</p>\n<p>By transitioning to a public development model, Bernard hopes to tap into new resources to solve challenging problems.</p>\n<p>“We’ll need your bright minds to solve some of the more difficult issues later this year, like how to integrate with complex plugins with custom DB structures,” he said.</p>\n<p>Despite being GPL licensed, free, and open source, the plugin will not be hosted in the WordPress plugin directory anytime soon.</p>\n<p>“It stays in the ‘Early Access’ phase where it works well in certain scenarios but there are still many incompatible plugins, themes and hosts,” Bernard said. “There’s no magic solution to this, unfortunately, and more and more plugins and scenarios will be supported over time.”</p>\n<h2>Early Access Program Discontinued</h2>\n<p>The Early Access Program, which provided initial funding to develop VersionPress beyond its crowdfunding campaign, is being discontinued.</p>\n<p>“EAP was of great help but couldn’t really fund the project, by far,” Bernard told the Tavern. While the team doesn’t have a replacement for the revenue provided by EAP, Bernard plans to build exceptional value around the core of VersionPress which he says will remain free forever.</p>\n<h2>How to Follow the Project</h2>\n<p>VersionPress 3.0 beta marks the first major release in more than five months. It includes <a href=\"https://github.com/versionpress/docs/blob/3.0-release-notes/content/en/09-release-notes/75-3.0.md\">bug fixes and a number of enhancements</a>. You can follow the project’s progress <a href=\"https://github.com/versionpress/versionpress\">on GitHub</a> where you can also <a href=\"https://github.com/versionpress/support\">receive support</a>, browse <a href=\"https://github.com/versionpress/docs\">documentation</a>, and find access to their <a href=\"https://gitter.im/versionpress/versionpress\">Gitter room</a> for real-time communication. Pull requests from the community are welcomed.</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, 06 Apr 2016 16:22:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:65:\"WPTavern: WordCamp Central Now Lets You Track an Event’s Status\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=53258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-central-now-lets-you-track-an-events-status\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3626:\"<p>Keeping up and monitoring the progress of <a href=\"https://central.wordcamp.org/\">WordCamps</a> in and around your area is now a lot easier thanks to a new <a href=\"https://central.wordcamp.org/application-status/\">WordCamp Application status page</a>. The page indicates a WordCamp’s city, applicant’s name, recent milestone, status, and the last time it was updated.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralStatusTracking.png\"><img class=\"size-full wp-image-53274\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralStatusTracking.png?resize=969%2C679\" alt=\"WordCamp Central Application Status Tracking\" /></a>WordCamp Central Application Status Tracking\n<p>The application status page is the result of efforts by Ian Dunn and Konstantin Kovshenin who are improving the sites and tools organizers use to coordinate events. On the Make WordPress Community blog, Andrea Middleton <a href=\"https://make.wordpress.org/community/2016/04/05/a-new-way-to-track-the-status-of-wordcamp-applications/\">explains the changes</a> and what deputies can expect.</p>\n<p>Deputies are WordCamp Central volunteers who respond to WordCamp/meetup applications, conduct organizer orientations, and mentor organizers. They work behind the scenes to ensure events are run smoothly and adhere to the <a href=\"https://plan.wordcamp.org/become-an-organizer/representing-wordpress/\">WordPress Foundation’s guidelines</a>.</p>\n<p>It’s interesting to see how WordPress is helping the team organize submissions and streamlining the process. According to Middleton, incoming applications automatically create draft listings on WordCamp Central and receive the status “Needs Vetting.”</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralApplicationProcess.png\"><img class=\"size-full wp-image-53273\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WordCampCentralApplicationProcess.png?resize=768%2C366\" alt=\"WordCamp Central Application Processing\" /></a>WordCamp Central Application Processing\n<p>As the team moves through the process of vetting, orientation, tools, budget reviews, etc, deputies make notes in the post editor which are attached to the application. The site makes use of custom post statuses which are applied based on the application’s progress. It also adds accountability by saving a change log to each WordCamp listing that indicates when the status is changed and who changed it.</p>\n<p>While this information is specific to those who work with WordCamp organizers, it provides a glimpse into the tools and processes volunteers use to coordinate events. It’s also a neat look into how handy <a href=\"https://codex.wordpress.org/Post_Status\">custom post statuses</a> are.</p>\n<p>With all of the improvements to the backend, WordCamp and event organizers should experience fewer delays in response times. If you’re a deputy or frequent browser of WordCamp Central and have a suggestion or request to improve the site, you can share it by <a href=\"https://make.wordpress.org/community/2016/04/05/a-new-way-to-track-the-status-of-wordcamp-applications/\">leaving a comment on the announcement post</a>.</p>\n<p>By the way, community deputies are an excellent way to contribute to the WordPress project without knowing how to code. To learn more about what deputies do and how you can join the program, read the <a href=\"https://make.wordpress.org/community/handbook/community-deputy-handbook/\">community deputy handbook</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, 06 Apr 2016 08:18: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 25 Apr 2016 00:44:59 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"248686\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 25 Apr 2016 00:30:14 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20160311050514\";}','no'),(1884,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1461588454','no'),(1885,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1461545254','no'),(1886,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1461588454','no'),(1887,'_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:\"Mon, 25 Apr 2016 00:41:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a: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: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:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 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: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: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:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Connect Google Analytics with your WordPress site by adding tracking code. Analyze your traffic and see 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: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"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:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"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: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:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"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: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:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user 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:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 25 Apr 2016 00:45:00 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Mon, 25 Apr 2016 01:16:44 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 25 Apr 2016 00:41:44 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20160311050514\";}','no'),(1888,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1461588454','no'),(1889,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1461545254','no'),(1890,'_transient_timeout_plugin_slugs','1461631654','no'),(1891,'_transient_plugin_slugs','a:4:{i:0;s:19:\"akismet/akismet.php\";i:1;s:56:\"elegant-themes-updater-master/elegant-themes-updater.php\";i:2;s:9:\"hello.php\";i:3;s:39:\"sponsors-carousel/sponsors-carousel.php\";}','no'),(1892,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1461588454','no'),(1893,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/04/coleman/\'>WordPress 4.5 “Coleman”</a> <span class=\"rss-date\">April 12, 2016</span><div class=\"rssSummary\">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 […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/wordpress-development-tools-draft-podcast/\'>Post Status: WordPress Development Tools — Draft Podcast</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/in-case-you-missed-it-issue-8\'>WPTavern: In Case You Missed It – Issue 8</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/facebook-news-feed-now-favors-articles-that-users-spend-a-longer-time-reading\'>WPTavern: Facebook News Feed Now Favors Articles That Users Spend a Longer Time Reading</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=7e50301ab4&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(1902,'_site_transient_timeout_browser_d1f8260ba886b3cab55ace017841db8c','1462164455','yes'),(1903,'_site_transient_browser_d1f8260ba886b3cab55ace017841db8c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"50.0.2661.75\";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'),(1904,'_site_transient_timeout_available_translations','1461571398','yes'),(1905,'_site_transient_available_translations','a:79:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-07 13:09:53\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 13:17:04\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 09:40:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-08 07:49:01\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-26 16:01:40\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-10 14:06:54\";s:12:\"english_name\";s:23:\"(Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.4.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-29 10:47:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-10 14:21:56\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-26 16:11:56\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-16 07:59:10\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-25 13:07:29\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 06:14:13\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 18:08:52\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-13 12:28:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-02 20:27:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-24 15:17:36\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-18 06:44:22\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-03 10:31:09\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-31 19:24:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-08 17:19:17\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.3\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.3/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-16 18:59:27\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-11 05:43:28\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-04 08:39:26\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-03 14:37:42\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-09 12:17:59\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-11 02:48:55\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 08:53:31\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-24 00:12:01\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 05:41:39\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 18:59:13\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-23 11:43:00\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-24 15:31:29\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.10/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-20 19:55:09\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-03 17:32:29\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-31 14:58:13\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-21 18:23:26\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-26 11:29:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-26 00:00:18\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 10:30:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-09 12:04:20\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.10\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.10/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-12 09:17:17\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(1912,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1461722245;s:7:\"checked\";a:4:{s:8:\"Flexible\";s:5:\"2.6.3\";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:0:{}s:12:\"translations\";a:0:{}}','yes'),(1913,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1461722244;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{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.10\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.3.1.10.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:39:\"sponsors-carousel/sponsors-carousel.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"27861\";s:4:\"slug\";s:17:\"sponsors-carousel\";s:6:\"plugin\";s:39:\"sponsors-carousel/sponsors-carousel.php\";s:11:\"new_version\";s:4:\"2.03\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/sponsors-carousel/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/sponsors-carousel.zip\";}}}','yes'),(1920,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.5.1-partial-0.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.1\";s:7:\"version\";s:5:\"4.5.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:3:\"4.5\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.5.1-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.1-rollback-0.zip\";}s:7:\"current\";s:5:\"4.5.1\";s:7:\"version\";s:5:\"4.5.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:3:\"4.5\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1461722241;s:15:\"version_checked\";s:3:\"4.5\";s:12:\"translations\";a:0:{}}','yes'),(1926,'_site_transient_timeout_theme_roots','1461724043','yes'),(1929,'_site_transient_theme_roots','a:4:{s:8:\"Flexible\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=775 DEFAULT CHARSET=utf8; /*!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 (2,4,'_edit_last','1'),(3,4,'_edit_lock','1449553861:1'),(4,4,'_et_position','Staff Job Title'),(5,6,'_edit_last','1'),(6,6,'_edit_lock','1449555217:1'),(7,6,'_et_position','Staff Job Title'),(8,9,'_wp_attached_file','2015/12/logo.png'),(9,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:187;s:4:\"file\";s:16:\"2015/12/logo.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:14:\"logo-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:16:\"logo-121x121.png\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:14:\"logo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:16:\"logo-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:16:\"logo-206x136.png\";s:5:\"width\";i:206;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:16:\"logo-206x170.png\";s:5:\"width\";i:206;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:15:\"logo-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:16:\"logo-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(10,9,'_wp_attachment_image_alt','Free at last'),(29,12,'_menu_item_type','custom'),(30,12,'_menu_item_menu_item_parent','0'),(31,12,'_menu_item_object_id','12'),(32,12,'_menu_item_object','custom'),(33,12,'_menu_item_target',''),(34,12,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(35,12,'_menu_item_xfn',''),(36,12,'_menu_item_url','/'),(49,15,'_edit_last','2'),(50,15,'_edit_lock','1459311151:2'),(51,15,'_wp_page_template','page-full.php'),(52,15,'_et_single_bg_image',''),(53,17,'_edit_last','2'),(54,17,'_edit_lock','1459401876:2'),(55,17,'_wp_page_template','page-full.php'),(56,17,'_et_single_bg_image',''),(57,20,'_edit_last','2'),(58,20,'_wp_page_template','page-full.php'),(59,20,'_et_single_bg_image',''),(60,20,'_edit_lock','1457623254:2'),(61,22,'_edit_last','2'),(62,22,'_edit_lock','1456247831:2'),(63,22,'_wp_page_template','page-full.php'),(64,22,'_et_single_bg_image',''),(65,24,'_edit_last','1'),(66,24,'_edit_lock','1456245945:2'),(67,24,'_wp_page_template','page-blog.php'),(68,24,'_et_single_bg_image',''),(69,26,'_edit_last','2'),(70,26,'_edit_lock','1459398116:2'),(71,26,'_wp_page_template','page-full.php'),(72,26,'_et_single_bg_image',''),(109,32,'_menu_item_type','post_type'),(110,32,'_menu_item_menu_item_parent','0'),(111,32,'_menu_item_object_id','20'),(112,32,'_menu_item_object','page'),(113,32,'_menu_item_target',''),(114,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(115,32,'_menu_item_xfn',''),(116,32,'_menu_item_url',''),(118,33,'_menu_item_type','post_type'),(119,33,'_menu_item_menu_item_parent','0'),(120,33,'_menu_item_object_id','17'),(121,33,'_menu_item_object','page'),(122,33,'_menu_item_target',''),(123,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(124,33,'_menu_item_xfn',''),(125,33,'_menu_item_url',''),(127,34,'_menu_item_type','post_type'),(128,34,'_menu_item_menu_item_parent','0'),(129,34,'_menu_item_object_id','15'),(130,34,'_menu_item_object','page'),(131,34,'_menu_item_target',''),(132,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(133,34,'_menu_item_xfn',''),(134,34,'_menu_item_url',''),(136,35,'_wp_attached_file','2015/12/staff01.png'),(137,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:270;s:4:\"file\";s:19:\"2015/12/staff01.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"staff01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:19:\"staff01-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:17:\"staff01-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:19:\"staff01-121x121.png\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:17:\"staff01-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff01-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff01-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff01-259x170.png\";s:5:\"width\";i:259;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:18:\"staff01-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff01-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(139,4,'_thumbnail_id','35'),(140,39,'_edit_last','1'),(141,39,'_edit_lock','1449554211:1'),(142,39,'_et_position','Staff Job Title'),(143,41,'_edit_last','1'),(144,41,'_edit_lock','1449554188:1'),(145,41,'_et_position','Staff Job Title'),(146,43,'_edit_last','1'),(147,43,'_edit_lock','1449554160:1'),(148,43,'_et_position','Staff Job Title'),(149,45,'_edit_last','1'),(150,45,'_edit_lock','1449556992:1'),(151,45,'_et_position','Staff Job Title'),(152,47,'_wp_attached_file','2015/12/staff06.png'),(153,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:270;s:4:\"file\";s:19:\"2015/12/staff06.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"staff06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:19:\"staff06-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:17:\"staff06-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:19:\"staff06-121x121.png\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:17:\"staff06-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff06-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff06-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff06-259x170.png\";s:5:\"width\";i:259;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:18:\"staff06-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff06-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(155,48,'_wp_attached_file','2015/12/staff05.png'),(156,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:270;s:4:\"file\";s:19:\"2015/12/staff05.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"staff05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:19:\"staff05-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:17:\"staff05-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:19:\"staff05-121x121.png\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:17:\"staff05-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff05-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff05-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff05-259x170.png\";s:5:\"width\";i:259;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:18:\"staff05-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff05-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(157,43,'_thumbnail_id','48'),(158,49,'_wp_attached_file','2015/12/staff04.png'),(159,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:270;s:4:\"file\";s:19:\"2015/12/staff04.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"staff04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:19:\"staff04-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:17:\"staff04-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:19:\"staff04-121x121.png\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:17:\"staff04-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff04-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff04-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff04-259x170.png\";s:5:\"width\";i:259;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:18:\"staff04-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff04-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(160,41,'_thumbnail_id','49'),(161,50,'_wp_attached_file','2015/12/staff03.png'),(162,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:270;s:4:\"file\";s:19:\"2015/12/staff03.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"staff03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:19:\"staff03-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:17:\"staff03-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:19:\"staff03-121x121.png\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:17:\"staff03-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff03-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff03-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff03-259x170.png\";s:5:\"width\";i:259;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:18:\"staff03-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff03-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(163,39,'_thumbnail_id','50'),(164,51,'_wp_attached_file','2015/12/staff02.png'),(165,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:270;s:4:\"file\";s:19:\"2015/12/staff02.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"staff02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:19:\"staff02-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:17:\"staff02-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:19:\"staff02-121x121.png\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:17:\"staff02-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff02-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff02-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff02-259x170.png\";s:5:\"width\";i:259;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:18:\"staff02-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"staff02-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(166,6,'_thumbnail_id','51'),(167,52,'_edit_last','2'),(168,52,'_edit_lock','1459311065:2'),(169,52,'_et_single_bg_image',''),(177,52,'_wp_old_slug','test-project'),(178,57,'_edit_last','2'),(179,57,'_edit_lock','1459311088:2'),(183,57,'_et_single_bg_image',''),(184,60,'_edit_last','1'),(185,60,'_edit_lock','1457336560:1'),(189,60,'_et_single_bg_image',''),(190,63,'_edit_last','2'),(191,63,'_edit_lock','1461561719:2'),(195,63,'_et_single_bg_image',''),(196,45,'_thumbnail_id','47'),(197,66,'_menu_item_type','custom'),(198,66,'_menu_item_menu_item_parent','0'),(199,66,'_menu_item_object_id','66'),(200,66,'_menu_item_object','custom'),(201,66,'_menu_item_target',''),(202,66,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(203,66,'_menu_item_xfn',''),(204,66,'_menu_item_url','/'),(232,73,'_wp_attached_file','2015/12/project1.jpg'),(233,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2015/12/project1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"project1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:20:\"project1-238x240.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:18:\"project1-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:20:\"project1-121x121.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:18:\"project1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:20:\"project1-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:20:\"project1-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:20:\"project1-238x170.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"project1-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"project1-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(234,74,'_wp_attached_file','2015/12/project2.jpg'),(235,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2015/12/project2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"project2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:20:\"project2-238x240.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:18:\"project2-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:20:\"project2-121x121.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:18:\"project2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:20:\"project2-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:20:\"project2-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:20:\"project2-238x170.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"project2-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"project2-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(236,75,'_wp_attached_file','2015/12/project3.jpg'),(237,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2015/12/project3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"project3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:20:\"project3-238x240.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:18:\"project3-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:20:\"project3-121x121.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:18:\"project3-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:20:\"project3-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:20:\"project3-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:20:\"project3-238x170.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"project3-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"project3-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(238,76,'_wp_attached_file','2015/12/project4-e1449644502643.jpg'),(239,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:256;s:4:\"file\";s:35:\"2015/12/project4-e1449644502643.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"project4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"et-project-thumb\";a:4:{s:4:\"file\";s:20:\"project4-238x240.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"et-testimonial-image\";a:4:{s:4:\"file\";s:18:\"project4-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"et-member-image\";a:4:{s:4:\"file\";s:20:\"project4-121x121.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-member-image-small\";a:4:{s:4:\"file\";s:18:\"project4-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:20:\"project4-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:20:\"project4-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:20:\"project4-238x170.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"project4-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"project4-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(240,60,'_thumbnail_id','75'),(242,57,'_thumbnail_id','74'),(243,52,'_thumbnail_id','73'),(244,77,'_wp_attached_file','2015/12/logo1.png'),(245,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:187;s:4:\"file\";s:17:\"2015/12/logo1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:17:\"logo1-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:17:\"logo1-206x136.png\";s:5:\"width\";i:206;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:17:\"logo1-206x170.png\";s:5:\"width\";i:206;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:16:\"logo1-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:17:\"logo1-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(270,90,'_menu_item_type','custom'),(271,90,'_menu_item_menu_item_parent','0'),(272,90,'_menu_item_object_id','90'),(273,90,'_menu_item_object','custom'),(274,90,'_menu_item_target',''),(275,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(276,90,'_menu_item_xfn',''),(277,90,'_menu_item_url','/'),(279,91,'_menu_item_type','post_type'),(280,91,'_menu_item_menu_item_parent','0'),(281,91,'_menu_item_object_id','15'),(282,91,'_menu_item_object','page'),(283,91,'_menu_item_target',''),(284,91,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(285,91,'_menu_item_xfn',''),(286,91,'_menu_item_url',''),(288,92,'_menu_item_type','post_type'),(289,92,'_menu_item_menu_item_parent','0'),(290,92,'_menu_item_object_id','17'),(291,92,'_menu_item_object','page'),(292,92,'_menu_item_target',''),(293,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(294,92,'_menu_item_xfn',''),(295,92,'_menu_item_url',''),(297,93,'_menu_item_type','post_type'),(298,93,'_menu_item_menu_item_parent','0'),(299,93,'_menu_item_object_id','20'),(300,93,'_menu_item_object','page'),(301,93,'_menu_item_target',''),(302,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(303,93,'_menu_item_xfn',''),(304,93,'_menu_item_url',''),(306,94,'_menu_item_type','post_type'),(307,94,'_menu_item_menu_item_parent','0'),(308,94,'_menu_item_object_id','24'),(309,94,'_menu_item_object','page'),(310,94,'_menu_item_target',''),(311,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(312,94,'_menu_item_xfn',''),(313,94,'_menu_item_url',''),(315,95,'_menu_item_type','post_type'),(316,95,'_menu_item_menu_item_parent','0'),(317,95,'_menu_item_object_id','26'),(318,95,'_menu_item_object','page'),(319,95,'_menu_item_target',''),(320,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(321,95,'_menu_item_xfn',''),(322,95,'_menu_item_url',''),(324,96,'_menu_item_type','post_type'),(325,96,'_menu_item_menu_item_parent','0'),(326,96,'_menu_item_object_id','22'),(327,96,'_menu_item_object','page'),(328,96,'_menu_item_target',''),(329,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(330,96,'_menu_item_xfn',''),(331,96,'_menu_item_url',''),(333,52,'_et_used_images','a:0:{}'),(334,98,'_wp_attached_file','2015/12/home_photo.jpg'),(335,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2104;s:6:\"height\";i:1178;s:4:\"file\";s:22:\"2015/12/home_photo.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"home_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:22:\"home_photo-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"home_photo-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-640x320.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-960x360.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:21:\"home_photo-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-430x283.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_photo-430x860.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(337,99,'_edit_last','2'),(338,99,'_edit_lock','1457624224:2'),(339,99,'_wp_page_template','default'),(340,76,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:238;s:6:\"height\";i:256;s:4:\"file\";s:12:\"project4.jpg\";}s:18:\"full-1449644483572\";a:3:{s:5:\"width\";i:238;s:6:\"height\";i:256;s:4:\"file\";s:27:\"project4-e1449644434806.jpg\";}s:18:\"full-1449644502643\";a:3:{s:5:\"width\";i:238;s:6:\"height\";i:256;s:4:\"file\";s:27:\"project4-e1449644483572.jpg\";}}'),(341,63,'_thumbnail_id','76'),(342,63,'_et_used_images','a:0:{}'),(343,103,'_wp_attached_file','2015/12/family.jpg'),(344,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:461;s:4:\"file\";s:18:\"2015/12/family.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"family-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:\"family-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:18:\"family-600x461.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:18:\"family-640x320.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"family-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:18:\"family-959x360.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:18:\"family-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:18:\"family-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:18:\"family-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:18:\"family-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:17:\"family-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:18:\"family-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:18:\"family-430x283.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:18:\"family-430x461.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(355,106,'_wp_attached_file','2015/12/home_banner.jpg'),(356,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:458;s:4:\"file\";s:23:\"2015/12/home_banner.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"home_banner-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:\"home_banner-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"home_banner-768x366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-600x458.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-640x320.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-960x458.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-960x360.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:22:\"home_banner-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-430x283.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"home_banner-430x458.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(359,110,'_menu_item_type','post_type'),(360,110,'_menu_item_menu_item_parent','0'),(361,110,'_menu_item_object_id','26'),(362,110,'_menu_item_object','page'),(363,110,'_menu_item_target',''),(364,110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(365,110,'_menu_item_xfn',''),(366,110,'_menu_item_url',''),(377,112,'_menu_item_type','post_type'),(378,112,'_menu_item_menu_item_parent','0'),(379,112,'_menu_item_object_id','26'),(380,112,'_menu_item_object','page'),(381,112,'_menu_item_target',''),(382,112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(383,112,'_menu_item_xfn',''),(384,112,'_menu_item_url',''),(386,113,'_menu_item_type','post_type'),(387,113,'_menu_item_menu_item_parent','0'),(388,113,'_menu_item_object_id','24'),(389,113,'_menu_item_object','page'),(390,113,'_menu_item_target',''),(391,113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(392,113,'_menu_item_xfn',''),(393,113,'_menu_item_url',''),(404,115,'_menu_item_type','post_type'),(405,115,'_menu_item_menu_item_parent','0'),(406,115,'_menu_item_object_id','20'),(407,115,'_menu_item_object','page'),(408,115,'_menu_item_target',''),(409,115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(410,115,'_menu_item_xfn',''),(411,115,'_menu_item_url',''),(413,116,'_menu_item_type','post_type'),(414,116,'_menu_item_menu_item_parent','0'),(415,116,'_menu_item_object_id','17'),(416,116,'_menu_item_object','page'),(417,116,'_menu_item_target',''),(418,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(419,116,'_menu_item_xfn',''),(420,116,'_menu_item_url',''),(422,117,'_menu_item_type','post_type'),(423,117,'_menu_item_menu_item_parent','0'),(424,117,'_menu_item_object_id','15'),(425,117,'_menu_item_object','page'),(426,117,'_menu_item_target',''),(427,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(428,117,'_menu_item_xfn',''),(429,117,'_menu_item_url',''),(431,118,'_edit_last','2'),(432,118,'_edit_lock','1456247858:2'),(433,118,'_wp_page_template','default'),(434,120,'_edit_last','2'),(435,120,'_wp_page_template','default'),(436,120,'_edit_lock','1456247122:2'),(461,24,'et_ptemplate_settings','a:4:{s:16:\"et_fullwidthpage\";i:0;s:22:\"et_ptemplate_blogstyle\";i:0;s:22:\"et_ptemplate_showthumb\";i:0;s:25:\"et_ptemplate_blog_perpage\";i:10;}'),(470,26,'et_ptemplate_settings','a:1:{s:16:\"et_fullwidthpage\";i:0;}'),(471,57,'_et_used_images','a:0:{}'),(472,60,'_et_used_images','a:0:{}'),(473,150,'_wp_attached_file','2016/01/logo_aaci.png'),(474,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:93;s:4:\"file\";s:21:\"2016/01/logo_aaci.png\";s:5:\"sizes\";a:2:{s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:20:\"logo_aaci-140x93.png\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"logo_aaci-140x93.png\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(475,151,'_wp_attached_file','2016/01/logo_api.jpg'),(476,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:255;s:6:\"height\";i:93;s:4:\"file\";s:20:\"2016/01/logo_api.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_api-150x93.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"logo_api-240x93.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_api-184x93.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_api-207x93.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_api-140x93.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_api-140x93.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(477,152,'_wp_attached_file','2016/01/logo_bsp.jpg'),(478,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:93;s:4:\"file\";s:20:\"2016/01/logo_bsp.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(479,153,'_wp_attached_file','2016/01/logo_canada.jpg'),(480,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:93;s:4:\"file\";s:23:\"2016/01/logo_canada.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_canada-150x93.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:22:\"logo_canada-140x93.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"logo_canada-140x93.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(481,154,'_wp_attached_file','2016/01/logo_cet.jpg'),(482,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:93;s:6:\"height\";i:93;s:4:\"file\";s:20:\"2016/01/logo_cet.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(483,155,'_wp_attached_file','2016/01/logo_dwc.png'),(484,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:179;s:6:\"height\";i:93;s:4:\"file\";s:20:\"2016/01/logo_dwc.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_dwc-150x93.png\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_dwc-140x93.png\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_dwc-140x93.png\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(485,156,'_wp_attached_file','2016/01/logo_mcmc.png'),(486,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:93;s:4:\"file\";s:21:\"2016/01/logo_mcmc.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo_mcmc-150x93.png\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:20:\"logo_mcmc-184x93.png\";s:5:\"width\";i:184;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:20:\"logo_mcmc-207x93.png\";s:5:\"width\";i:207;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:20:\"logo_mcmc-140x93.png\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"logo_mcmc-140x93.png\";s:5:\"width\";i:140;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(487,157,'_wp_attached_file','2016/01/logo_pcrc.png'),(488,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:134;s:6:\"height\";i:93;s:4:\"file\";s:21:\"2016/01/logo_pcrc.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(489,158,'_wp_attached_file','2016/01/logo_rwc.png'),(490,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:158;s:6:\"height\";i:79;s:4:\"file\";s:20:\"2016/01/logo_rwc.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_rwc-150x79.png\";s:5:\"width\";i:150;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_rwc-140x79.png\";s:5:\"width\";i:140;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"logo_rwc-140x79.png\";s:5:\"width\";i:140;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(491,159,'_wp_attached_file','2016/01/logo_sas.jpg'),(492,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:93;s:4:\"file\";s:20:\"2016/01/logo_sas.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(496,63,'_wp_old_slug','project-4'),(497,60,'_wp_old_slug','project-3'),(498,57,'_wp_old_slug','project-2'),(499,52,'_wp_old_slug','project-1'),(501,172,'_edit_last','2'),(502,172,'_wp_page_template','default'),(503,172,'_edit_lock','1457623489:2'),(505,174,'_wp_attached_file','2015/12/slide2.jpg'),(506,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:458;s:4:\"file\";s:18:\"2015/12/slide2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-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:\"slide2-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide2-768x366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-600x458.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-640x320.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-960x458.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-960x360.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:17:\"slide2-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-430x283.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:18:\"slide2-430x458.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(508,99,'_thumbnail_id','106'),(509,172,'_thumbnail_id','174'),(511,179,'_edit_lock','1456468917:1'),(512,179,'_edit_last','1'),(513,180,'_wp_attached_file','2016/01/fal_slide3.jpg'),(514,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:458;s:4:\"file\";s:22:\"2016/01/fal_slide3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"fal_slide3-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:\"fal_slide3-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"fal_slide3-768x366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-600x458.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-640x320.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-960x458.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-960x360.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:21:\"fal_slide3-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-430x283.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide3-430x458.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(515,179,'_thumbnail_id','180'),(516,179,'_wp_page_template','default'),(517,183,'_wp_attached_file','2016/01/fal_slide4.jpg'),(518,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:458;s:4:\"file\";s:22:\"2016/01/fal_slide4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"fal_slide4-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:\"fal_slide4-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"fal_slide4-768x366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-600x458.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-640x320.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-960x458.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-960x360.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:21:\"fal_slide4-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-430x283.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"fal_slide4-430x458.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(519,185,'_edit_lock','1459435363:2'),(520,185,'_edit_last','2'),(521,185,'_wp_page_template','default'),(522,188,'_edit_lock','1456245255:2'),(523,188,'_edit_last','2'),(524,188,'_wp_page_template','default'),(525,192,'_edit_lock','1459310847:2'),(526,192,'_edit_last','2'),(527,192,'_wp_page_template','default'),(528,198,'_wp_attached_file','2016/02/pho_gerardo.jpg'),(529,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:384;s:6:\"height\";i:392;s:4:\"file\";s:23:\"2016/02/pho_gerardo.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-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:\"pho_gerardo-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-384x320.jpg\";s:5:\"width\";i:384;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-384x360.jpg\";s:5:\"width\";i:384;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:22:\"pho_gerardo-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:23:\"pho_gerardo-384x283.jpg\";s:5:\"width\";i:384;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(530,205,'_menu_item_type','post_type'),(531,205,'_menu_item_menu_item_parent','91'),(532,205,'_menu_item_object_id','192'),(533,205,'_menu_item_object','page'),(534,205,'_menu_item_target',''),(535,205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(536,205,'_menu_item_xfn',''),(537,205,'_menu_item_url',''),(548,207,'_menu_item_type','post_type'),(549,207,'_menu_item_menu_item_parent','91'),(550,207,'_menu_item_object_id','185'),(551,207,'_menu_item_object','page'),(552,207,'_menu_item_target',''),(553,207,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(554,207,'_menu_item_xfn',''),(555,207,'_menu_item_url',''),(557,208,'_edit_lock','1456245287:2'),(558,208,'_edit_last','2'),(559,208,'_wp_page_template','default'),(560,210,'_edit_lock','1456246869:2'),(561,210,'_edit_last','2'),(562,210,'_wp_page_template','default'),(581,222,'_wp_attached_file','2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png'),(582,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:434;s:4:\"file\";s:49:\"2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-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-13-at-10.40.25-AM-300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-537x320.png\";s:5:\"width\";i:537;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-537x360.png\";s:5:\"width\";i:537;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-260x315.png\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-02-13-at-10.40.25-AM-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-430x283.png\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.40.25-AM-430x434.png\";s:5:\"width\";i:430;s:6:\"height\";i:434;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:{}}}'),(583,223,'_wp_attached_file','2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png'),(584,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:613;s:4:\"file\";s:49:\"2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-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-13-at-10.39.38-AM-300x277.png\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-640x320.png\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-665x480.png\";s:5:\"width\";i:665;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-665x360.png\";s:5:\"width\";i:665;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-260x315.png\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-02-13-at-10.39.38-AM-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-430x283.png\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.38-AM-430x613.png\";s:5:\"width\";i:430;s:6:\"height\";i:613;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:{}}}'),(585,224,'_wp_attached_file','2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png'),(586,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:236;s:6:\"height\";i:512;s:4:\"file\";s:49:\"2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-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-13-at-10.39.22-AM-138x300.png\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x480.png\";s:5:\"width\";i:236;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x320.png\";s:5:\"width\";i:236;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x480.png\";s:5:\"width\";i:236;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x240.png\";s:5:\"width\";i:236;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x360.png\";s:5:\"width\";i:236;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x170.png\";s:5:\"width\";i:236;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x315.png\";s:5:\"width\";i:236;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-02-13-at-10.39.22-AM-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-13-at-10.39.22-AM-236x283.png\";s:5:\"width\";i:236;s:6:\"height\";i:283;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:{}}}'),(589,228,'_wp_attached_file','2016/02/Casandra-Family.png'),(590,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1453;s:6:\"height\";i:2001;s:4:\"file\";s:27:\"2016/02/Casandra-Family.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-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:27:\"Casandra-Family-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Casandra-Family-768x1058.png\";s:5:\"width\";i:768;s:6:\"height\";i:1058;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Casandra-Family-744x1024.png\";s:5:\"width\";i:744;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-640x320.png\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-960x480.png\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-960x360.png\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-260x315.png\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:26:\"Casandra-Family-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-430x283.png\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:27:\"Casandra-Family-430x860.png\";s:5:\"width\";i:430;s:6:\"height\";i:860;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:{}}}'),(591,231,'_edit_lock','1461561486:2'),(592,232,'_edit_lock','1459397406:2'),(593,232,'_edit_last','2'),(598,231,'_edit_last','2'),(599,236,'_wp_attached_file','2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png'),(600,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:149;s:6:\"height\";i:117;s:4:\"file\";s:48:\"2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\";s:5:\"sizes\";a:2:{s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2016-02-13-at-3.47.07-PM-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-02-13-at-3.47.07-PM-140x117.png\";s:5:\"width\";i:140;s:6:\"height\";i:117;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:{}}}'),(611,242,'_edit_lock','1459478126:2'),(612,242,'_edit_last','2'),(617,270,'_wp_attached_file','2016/03/Screenshot-2016-03-03-15.48.05.png'),(618,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:84;s:4:\"file\";s:42:\"2016/03/Screenshot-2016-03-03-15.48.05.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Screenshot-2016-03-03-15.48.05-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:41:\"Screenshot-2016-03-03-15.48.05-140x84.png\";s:5:\"width\";i:140;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:41:\"Screenshot-2016-03-03-15.48.05-140x84.png\";s:5:\"width\";i:140;s:6:\"height\";i:84;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:{}}}'),(621,278,'_wp_attached_file','2016/03/village-house-2400px.png'),(622,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2394;s:4:\"file\";s:32:\"2016/03/village-house-2400px.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-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:32:\"village-house-2400px-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-768x766.png\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"village-house-2400px-1024x1021.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1021;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-640x320.png\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-960x480.png\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-960x360.png\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-260x315.png\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:31:\"village-house-2400px-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-430x283.png\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:32:\"village-house-2400px-430x860.png\";s:5:\"width\";i:430;s:6:\"height\";i:860;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:{}}}'),(660,317,'_wp_attached_file','2016/03/ehp_logo.png'),(661,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:249;s:6:\"height\";i:199;s:4:\"file\";s:20:\"2016/03/ehp_logo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ehp_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"ehp_logo-240x199.png\";s:5:\"width\";i:240;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:20:\"ehp_logo-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:20:\"ehp_logo-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:20:\"ehp_logo-249x170.png\";s:5:\"width\";i:249;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"ehp_logo-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"ehp_logo-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;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:{}}}'),(662,322,'_edit_lock','1458624412:2'),(663,322,'_edit_last','2'),(666,325,'_wp_attached_file','2016/03/Free-At-Last-annual-report-12-1-15.pdf'),(685,347,'_wp_attached_file','2016/03/Castellano.png'),(686,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:167;s:4:\"file\";s:22:\"2016/03/Castellano.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Castellano-e1459663450479-150x51.png\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Castellano-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-240x167.png\";s:5:\"width\";i:240;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-184x167.png\";s:5:\"width\";i:184;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-260x167.png\";s:5:\"width\";i:260;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-260x167.png\";s:5:\"width\";i:260;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:21:\"Castellano-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-140x167.png\";s:5:\"width\";i:140;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-430x167.png\";s:5:\"width\";i:430;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:22:\"Castellano-430x167.png\";s:5:\"width\";i:430;s:6:\"height\";i:167;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:{}}}'),(689,349,'_wp_attached_file','2016/03/BayAreaBlackUnitedFund.png'),(690,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:77;s:4:\"file\";s:34:\"2016/03/BayAreaBlackUnitedFund.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"BayAreaBlackUnitedFund-e1459663555986-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:33:\"BayAreaBlackUnitedFund-184x77.png\";s:5:\"width\";i:184;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:33:\"BayAreaBlackUnitedFund-207x77.png\";s:5:\"width\";i:207;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:33:\"BayAreaBlackUnitedFund-140x77.png\";s:5:\"width\";i:140;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:33:\"BayAreaBlackUnitedFund-140x77.png\";s:5:\"width\";i:140;s:6:\"height\";i:77;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:{}}}'),(691,350,'_wp_attached_file','2016/03/Kara.jpeg'),(692,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:177;s:4:\"file\";s:17:\"2016/03/Kara.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Kara-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:17:\"Kara-240x177.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:17:\"Kara-184x177.jpeg\";s:5:\"width\";i:184;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:17:\"Kara-207x136.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:17:\"Kara-260x170.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:17:\"Kara-260x177.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:16:\"Kara-140x94.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:17:\"Kara-140x170.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:170;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:{}}}'),(693,351,'_wp_attached_file','2016/03/TapRoot.png'),(694,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:50;s:4:\"file\";s:19:\"2016/03/TapRoot.png\";s:5:\"sizes\";a:2:{s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:18:\"TapRoot-140x50.png\";s:5:\"width\";i:140;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:18:\"TapRoot-140x50.png\";s:5:\"width\";i:140;s:6:\"height\";i:50;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:{}}}'),(697,353,'_wp_attached_file','2016/03/Lyngso-e1459742731848.jpeg'),(698,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:73;s:4:\"file\";s:34:\"2016/03/Lyngso-e1459742731848.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742731848-150x73.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742071596-300x80.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-240x116.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742731848-184x73.jpeg\";s:5:\"width\";i:184;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742731848-207x73.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-260x116.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-260x116.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742731848-140x73.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742731848-140x73.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-430x116.jpeg\";s:5:\"width\";i:430;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-430x116.jpeg\";s:5:\"width\";i:430;s:6:\"height\";i:116;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:{}}}'),(705,357,'_wp_attached_file','2016/03/HeritageBankOfCo.jpeg'),(706,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:68;s:4:\"file\";s:29:\"2016/03/HeritageBankOfCo.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HeritageBankOfCo-150x68.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:28:\"HeritageBankOfCo-184x68.jpeg\";s:5:\"width\";i:184;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:28:\"HeritageBankOfCo-207x68.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:28:\"HeritageBankOfCo-140x68.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:28:\"HeritageBankOfCo-140x68.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:68;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:{}}}'),(707,358,'_wp_attached_file','2016/03/wsgr.jpeg'),(708,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:61;s:4:\"file\";s:17:\"2016/03/wsgr.jpeg\";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:{}}}'),(709,359,'_wp_attached_file','2016/03/Atkinson.png'),(710,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:423;s:6:\"height\";i:87;s:4:\"file\";s:20:\"2016/03/Atkinson.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Atkinson-150x87.png\";s:5:\"width\";i:150;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Atkinson-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"Atkinson-240x87.png\";s:5:\"width\";i:240;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:19:\"Atkinson-184x87.png\";s:5:\"width\";i:184;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:19:\"Atkinson-207x87.png\";s:5:\"width\";i:207;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:19:\"Atkinson-260x87.png\";s:5:\"width\";i:260;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"Atkinson-260x87.png\";s:5:\"width\";i:260;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"Atkinson-140x87.png\";s:5:\"width\";i:140;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:19:\"Atkinson-140x87.png\";s:5:\"width\";i:140;s:6:\"height\";i:87;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:{}}}'),(713,361,'_wp_attached_file','2016/03/RebuildingTogether.jpeg'),(714,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:166;s:4:\"file\";s:31:\"2016/03/RebuildingTogether.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"RebuildingTogether-e1459662987349-150x82.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-300x164.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-240x166.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-184x166.jpeg\";s:5:\"width\";i:184;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-207x136.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-260x166.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-260x166.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:30:\"RebuildingTogether-140x94.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-140x166.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:166;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:{}}}'),(715,362,'_wp_attached_file','2016/03/PhilVenFoun.png'),(716,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:170;s:4:\"file\";s:23:\"2016/03/PhilVenFoun.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-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:23:\"PhilVenFoun-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-240x170.png\";s:5:\"width\";i:240;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-184x170.png\";s:5:\"width\";i:184;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:22:\"PhilVenFoun-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-430x170.png\";s:5:\"width\";i:430;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:23:\"PhilVenFoun-430x170.png\";s:5:\"width\";i:430;s:6:\"height\";i:170;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:{}}}'),(730,369,'_wp_attached_file','2016/04/1EPA.png.jpg'),(731,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:227;s:6:\"height\";i:145;s:4:\"file\";s:20:\"2016/04/1EPA.png.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1EPA.png-e1459663483620-150x88.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:20:\"1EPA.png-184x145.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:20:\"1EPA.png-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:19:\"1EPA.png-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:20:\"1EPA.png-140x145.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459312046\";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:{}}}'),(736,361,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"RebuildingTogether-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(737,353,'_wp_attachment_backup_sizes','a:32:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:434;s:6:\"height\";i:116;s:4:\"file\";s:11:\"Lyngso.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-150x116.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:18:\"Lyngso-300x80.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-entry-portfolio-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-240x116.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-blog-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-184x116.jpeg\";s:5:\"width\";i:184;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-gallery-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-207x116.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-portfolio-medium-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-260x116.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:44:\"et-portfolio-medium-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-260x116.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"et-portfolio-small-page-thumb-orig\";a:4:{s:4:\"file\";s:18:\"Lyngso-140x94.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"et-portfolio-small-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-140x116.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"et-portfolio-large-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-430x116.jpeg\";s:5:\"width\";i:430;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"et-portfolio-large-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Lyngso-430x116.jpeg\";s:5:\"width\";i:430;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1459663401145\";a:3:{s:5:\"width\";i:214;s:6:\"height\";i:56;s:4:\"file\";s:26:\"Lyngso-e1459663377353.jpeg\";}s:23:\"thumbnail-1459663401145\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459663377353-150x56.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-blog-page-thumb-1459663401145\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459663377353-184x56.jpeg\";s:5:\"width\";i:184;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-gallery-page-thumb-1459663401145\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459663377353-207x56.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"et-portfolio-small-page-thumb-1459663401145\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459663377353-140x56.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:52:\"et-portfolio-small-portrait-page-thumb-1459663401145\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459663377353-140x56.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"thumbnail-1459742071596\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459663415997-150x41.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"thumbnail-1459742690827\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-150x116.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1459742731848\";a:3:{s:5:\"width\";i:434;s:6:\"height\";i:116;s:4:\"file\";s:26:\"Lyngso-e1459742071596.jpeg\";}s:23:\"thumbnail-1459742731848\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742690827-150x45.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1459742731848\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742071596-300x80.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-entry-portfolio-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-240x116.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-blog-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-184x116.jpeg\";s:5:\"width\";i:184;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-gallery-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-207x116.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:44:\"et-portfolio-medium-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-260x116.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:53:\"et-portfolio-medium-portrait-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-260x116.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"et-portfolio-small-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:33:\"Lyngso-e1459742071596-140x94.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:52:\"et-portfolio-small-portrait-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-140x116.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"et-portfolio-large-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-430x116.jpeg\";s:5:\"width\";i:430;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:52:\"et-portfolio-large-portrait-page-thumb-1459742731848\";a:4:{s:4:\"file\";s:34:\"Lyngso-e1459742071596-430x116.jpeg\";s:5:\"width\";i:430;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(738,347,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"Castellano-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}'),(739,369,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"1EPA.png-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(740,349,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"BayAreaBlackUnitedFund-150x77.png\";s:5:\"width\";i:150;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}}'),(743,372,'_wp_attached_file','2016/04/San_Mateo_County_ca_seal.png'),(744,372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:36:\"2016/04/San_Mateo_County_ca_seal.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-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:36:\"San_Mateo_County_ca_seal-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-640x320.png\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-960x480.png\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-960x360.png\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-260x315.png\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:35:\"San_Mateo_County_ca_seal-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-430x283.png\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:36:\"San_Mateo_County_ca_seal-430x860.png\";s:5:\"width\";i:430;s:6:\"height\";i:860;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:{}}}'),(745,373,'_wp_attached_file','2016/04/PaloAltoMedical-e1459742303202.png'),(746,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:88;s:4:\"file\";s:42:\"2016/04/PaloAltoMedical-e1459742303202.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-240x88.png\";s:5:\"width\";i:240;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-184x88.png\";s:5:\"width\";i:184;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-207x88.png\";s:5:\"width\";i:207;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-260x88.png\";s:5:\"width\";i:260;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-260x88.png\";s:5:\"width\";i:260;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-140x88.png\";s:5:\"width\";i:140;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:41:\"PaloAltoMedical-e1459742303202-140x88.png\";s:5:\"width\";i:140;s:6:\"height\";i:88;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:{}}}'),(747,373,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:280;s:6:\"height\";i:88;s:4:\"file\";s:19:\"PaloAltoMedical.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-entry-portfolio-thumb-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-240x88.png\";s:5:\"width\";i:240;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"et-blog-page-thumb-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-184x88.png\";s:5:\"width\";i:184;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-gallery-page-thumb-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-207x88.png\";s:5:\"width\";i:207;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-portfolio-medium-page-thumb-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-260x88.png\";s:5:\"width\";i:260;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:44:\"et-portfolio-medium-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-260x88.png\";s:5:\"width\";i:260;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"et-portfolio-small-page-thumb-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-140x88.png\";s:5:\"width\";i:140;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:43:\"et-portfolio-small-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:26:\"PaloAltoMedical-140x88.png\";s:5:\"width\";i:140;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}}'),(748,374,'_wp_attached_file','2016/04/FirstNationalNorCal-e1459742373208.jpg'),(749,374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:121;s:4:\"file\";s:46:\"2016/04/FirstNationalNorCal-e1459742373208.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"FirstNationalNorCal-e1459742373208-150x121.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:46:\"FirstNationalNorCal-e1459742373208-240x121.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:46:\"FirstNationalNorCal-e1459742373208-184x121.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:46:\"FirstNationalNorCal-e1459742373208-207x121.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:45:\"FirstNationalNorCal-e1459742373208-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:46:\"FirstNationalNorCal-e1459742373208-140x121.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(750,374,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:246;s:6:\"height\";i:121;s:4:\"file\";s:23:\"FirstNationalNorCal.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"FirstNationalNorCal-150x121.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-entry-portfolio-thumb-orig\";a:4:{s:4:\"file\";s:31:\"FirstNationalNorCal-240x121.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-blog-page-thumb-orig\";a:4:{s:4:\"file\";s:31:\"FirstNationalNorCal-184x121.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-gallery-page-thumb-orig\";a:4:{s:4:\"file\";s:31:\"FirstNationalNorCal-207x121.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"et-portfolio-small-page-thumb-orig\";a:4:{s:4:\"file\";s:30:\"FirstNationalNorCal-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"et-portfolio-small-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:31:\"FirstNationalNorCal-140x121.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(751,375,'_wp_attached_file','2016/04/CityOfEPA.jpg'),(752,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:141;s:4:\"file\";s:21:\"2016/04/CityOfEPA.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"CityOfEPA-150x141.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:21:\"CityOfEPA-150x136.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:20:\"CityOfEPA-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:21:\"CityOfEPA-140x141.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:141;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:{}}}'),(755,379,'_wp_attached_file','2016/04/SHFB-Logo-Color-2014-withcounties_RGB.jpg'),(756,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:223;s:4:\"file\";s:49:\"2016/04/SHFB-Logo-Color-2014-withcounties_RGB.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"SHFB-Logo-Color-2014-withcounties_RGB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:49:\"SHFB-Logo-Color-2014-withcounties_RGB-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:49:\"SHFB-Logo-Color-2014-withcounties_RGB-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:49:\"SHFB-Logo-Color-2014-withcounties_RGB-221x170.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:48:\"SHFB-Logo-Color-2014-withcounties_RGB-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:49:\"SHFB-Logo-Color-2014-withcounties_RGB-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;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:{}}}'),(763,382,'_wp_attached_file','2016/04/hfhgsf-1-e1461560669839.jpg'),(764,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:97;s:4:\"file\";s:35:\"2016/04/hfhgsf-1-e1461560669839.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461561016728-150x56.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-240x97.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-184x97.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-207x97.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-260x97.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-260x97.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-140x97.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:97;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:{}}}'),(765,382,'_wp_attachment_backup_sizes','a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:283;s:6:\"height\";i:97;s:4:\"file\";s:12:\"hfhgsf-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-150x97.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-entry-portfolio-thumb-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-240x97.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-blog-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-184x97.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-gallery-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-207x97.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-portfolio-medium-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-260x97.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:44:\"et-portfolio-medium-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-260x97.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"et-portfolio-small-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:43:\"et-portfolio-small-portrait-page-thumb-orig\";a:4:{s:4:\"file\";s:19:\"hfhgsf-1-140x97.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"thumbnail-1461560905123\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560669839-150x97.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"thumbnail-1461561016728\";a:4:{s:4:\"file\";s:34:\"hfhgsf-1-e1461560905123-150x52.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(766,383,'_wp_attached_file','2016/04/SVCommunityFoundation.png'),(767,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:227;s:4:\"file\";s:33:\"2016/04/SVCommunityFoundation.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"SVCommunityFoundation-e1461560932893-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:32:\"SVCommunityFoundation-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-600x227.png\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-640x227.png\";s:5:\"width\";i:640;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-240x227.png\";s:5:\"width\";i:240;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-184x184.png\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-207x136.png\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-260x170.png\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-260x227.png\";s:5:\"width\";i:260;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:32:\"SVCommunityFoundation-140x94.png\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-140x170.png\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-430x227.png\";s:5:\"width\";i:430;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-430x227.png\";s:5:\"width\";i:430;s:6:\"height\";i:227;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:{}}}'),(768,383,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"SVCommunityFoundation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}'),(769,384,'_wp_attached_file','2016/04/tsff.jpg'),(770,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:16:\"2016/04/tsff.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"tsff-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:16:\"tsff-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-functions-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-500x480.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"et-entry-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-500x320.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"et-single-project-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-500x480.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"et-entry-portfolio-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"et-featured-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-500x360.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"et-blog-page-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-184x184.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-gallery-page-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-207x136.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-portfolio-medium-page-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-260x170.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:39:\"et-portfolio-medium-portrait-page-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-260x315.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-small-page-thumb\";a:4:{s:4:\"file\";s:15:\"tsff-140x94.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-small-portrait-page-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-140x170.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"et-portfolio-large-page-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-430x283.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"et-portfolio-large-portrait-page-thumb\";a:4:{s:4:\"file\";s:16:\"tsff-430x500.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:500;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:{}}}'),(771,242,'_wp_trash_meta_status','publish'),(772,242,'_wp_trash_meta_time','1461561277'); /*!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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(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=387 DEFAULT CHARSET=utf8; /*!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 (4,1,'2015-12-08 05:30:30','2015-12-08 05:30:30','Text here','Staff Name 1','','publish','open','closed','','staff-name','','','2015-12-08 05:53:16','2015-12-08 05:53:16','',0,'http://freeatlast.site/?post_type=team-member&p=4',0,'team-member','',0),(5,1,'2015-12-08 05:30:30','2015-12-08 05:30:30','\r\nText here','Staff Name','','inherit','closed','closed','','4-revision-v1','','','2015-12-08 05:30:30','2015-12-08 05:30:30','',4,'http://freeatlast.site/2015/12/08/4-revision-v1/',0,'revision','',0),(6,1,'2015-12-08 05:32:28','2015-12-08 05:32:28','','Staff Name 2','','publish','open','closed','','staff-name-2','','','2015-12-08 05:59:51','2015-12-08 05:59:51','',0,'http://freeatlast.site/?post_type=team-member&p=6',0,'team-member','',0),(7,1,'2015-12-08 05:32:28','2015-12-08 05:32:28','','Staff Name','','inherit','closed','closed','','6-revision-v1','','','2015-12-08 05:32:28','2015-12-08 05:32:28','',6,'http://freeatlast.site/2015/12/08/6-revision-v1/',0,'revision','',0),(8,1,'2015-12-08 05:34:46','2015-12-08 05:34:46','fasdfsafsadfsafsadf','Staff Name','','inherit','closed','closed','','6-revision-v1','','','2015-12-08 05:34:46','2015-12-08 05:34:46','',6,'http://freeatlast.site/2015/12/08/6-revision-v1/',0,'revision','',0),(9,1,'2015-12-08 05:37:09','2015-12-08 05:37:09','','Free at last','','inherit','open','closed','','logo','','','2015-12-08 05:37:23','2015-12-08 05:37:23','',0,'http://freeatlast.site/wp-content/uploads/2015/12/logo.png',0,'attachment','image/png',0),(12,1,'2015-12-08 05:41:39','2015-12-08 05:41:39','','Home','','publish','closed','closed','','home','','','2016-01-13 06:03:20','2016-01-13 06:03:20','',0,'http://freeatlast.site/?p=12',1,'nav_menu_item','',0),(15,1,'2015-12-08 05:44:12','2015-12-08 05:44:12','<strong>Mission Statement</strong>\r\n\r\nThe mission of Free At Last is to rebuild the community from within, reclaiming addicts and giving people who failed in the past the chance to succeed in the future. Free At Last provides community based, culturally appropriate bilingual (English/Spanish) treatment, intervention and prevention services designed to reduce the exceptionally high rates of substance abuse and HIV infection and to break the cycle of addiction, reunite and rebuild families torn apart by intergenerational addiction, provide alternatives to incarceration, and foster economic self sufficiency.\r\n\r\n<strong>History</strong>\r\n\r\nWhen drug turf wars led to the murder of 42 people in the City of East Palo Alto in 1992, the media called it “the murder capital of the U.S.” When the Urban Health Study reported that the city had the highest incidence of HIV infection among IV drug users of any city west of Chicago, another epidemic needed to be addressed.\r\n\r\nFree At Last: Community Recovery And Rehabilitation Services (Free At Last) was\r\nfounded in 1993 by a small group of community residents which decided that the community needed longterm solutions to reduce addiction and stop the spread of HIV/AIDS. They envisioned a community recovery center for substance abuse treatment, intervention and prevention services with a special focus on those affected by incarceration, HIV/AIDS, and intergenerational addiction.\r\n\r\n<strong>Our Impact</strong>\r\n\r\nFree At Last’s successful community based programs are run by members of the community within the community. Its adopted evidence based program design provides more positive results in meeting client needs than state run programs\r\n\r\nFree At Last’s recovery and rehabilitation services over the past twenty plus years have been proven to succeed. According to research that tracks individuals in treatment over extended periods, most people who get into and remain in treatment stop using drugs, decrease their criminal activity, and improve their occupational, social, and psychological functioning. Below is a list of positive impacts that local collaborating agencies and law enforcers can attribute to Free At Last’s programs and services:\r\n\r\n<strong>Qualitative Impacts/Social Return on Investment </strong>\r\n\r\nFree At Last has made a tremendous impact on the health of our local communities. Below are a few areas where our programs and services have made a difference:\r\n\r\n<strong>Our programs have helped reduce:</strong>\r\n<ul>\r\n <li>Addiction related crime and violence in neighboring cities</li>\r\n <li>Societal costs of prisons and the criminal justice system</li>\r\n <li>Homelessness</li>\r\n</ul>\r\n<strong>Our programs have helped increase:</strong>\r\n<ul>\r\n <li>Stabilization among our clients through access to much needed mental and physical health services</li>\r\n <li>Access to and participation in reentry services from incarceration</li>\r\n <li>Reunification with families and children torn apart by drug and alcohol addiction</li>\r\n <li>Access to and participation in anger management, communication and conflict resolution skill building programs</li>\r\n <li>Access to job training opportunities and placement</li>\r\n</ul>\r\n ','About Us','','publish','closed','closed','','about-us','','','2016-03-30 04:12:30','2016-03-30 04:12:30','',0,'http://freeatlast.site/?page_id=15',1,'page','',0),(16,1,'2015-12-08 05:44:12','2015-12-08 05:44:12','','About Us','','inherit','closed','closed','','15-revision-v1','','','2015-12-08 05:44:12','2015-12-08 05:44:12','',15,'http://freeatlast.site/2015/12/08/15-revision-v1/',0,'revision','',0),(17,1,'2015-12-08 05:44:48','2015-12-08 05:44:48','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />\r\n\r\nPor favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Drop-in Center</strong>: The open door way to resources which is a well established “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 3 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 3 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds). The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents six days a week.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','publish','closed','closed','','programs-and-services','','','2016-03-31 04:30:43','2016-03-31 04:30:43','',0,'http://freeatlast.site/?page_id=17',2,'page','',0),(18,1,'2015-12-08 05:44:48','2015-12-08 05:44:48','','Programs and Servics','','inherit','closed','closed','','17-revision-v1','','','2015-12-08 05:44:48','2015-12-08 05:44:48','',17,'http://freeatlast.site/2015/12/08/17-revision-v1/',0,'revision','',0),(19,1,'2015-12-08 05:44:57','2015-12-08 05:44:57','','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2015-12-08 05:44:57','2015-12-08 05:44:57','',17,'http://freeatlast.site/2015/12/08/17-revision-v1/',0,'revision','',0),(20,1,'2015-12-08 05:45:08','2015-12-08 05:45:08','To make a credit card donation you may click on the MAKE A DONATION button above (top right corner).\r\n\r\nIf you would like to make a donation using a check, please mail your gift to us at the address below:\r\n<div id=\"maintext\">\r\n\r\nFree at Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n(Please make your check payable to Free At Last.)\r\n\r\nFor information or questions regarding donations or gifts, please contact Sue Cortopassi at 650-462-6992. Thank you!\r\n\r\n</div>','Donate','','publish','closed','closed','','donate','','','2016-03-10 15:16:05','2016-03-10 15:16:05','',0,'http://freeatlast.site/?page_id=20',3,'page','',0),(21,1,'2015-12-08 05:45:08','2015-12-08 05:45:08','','Donor and Sponsors','','inherit','closed','closed','','20-revision-v1','','','2015-12-08 05:45:08','2015-12-08 05:45:08','',20,'http://freeatlast.site/2015/12/08/20-revision-v1/',0,'revision','',0),(22,1,'2015-12-08 05:45:21','2015-12-08 05:45:21','','FAQs','','draft','closed','closed','','faqs','','','2016-02-23 17:19:02','2016-02-23 17:19:02','',0,'http://freeatlast.site/?page_id=22',4,'page','',0),(23,1,'2015-12-08 05:45:21','2015-12-08 05:45:21','','FAQs','','inherit','closed','closed','','22-revision-v1','','','2015-12-08 05:45:21','2015-12-08 05:45:21','',22,'http://freeatlast.site/2015/12/08/22-revision-v1/',0,'revision','',0),(24,1,'2015-12-08 05:45:32','2015-12-08 05:45:32','','News and Events','','publish','closed','closed','','news-and-events','','','2016-01-19 01:59:43','2016-01-19 01:59:43','',0,'http://freeatlast.site/?page_id=24',5,'page','',0),(25,1,'2015-12-08 05:45:32','2015-12-08 05:45:32','','News and Events','','inherit','closed','closed','','24-revision-v1','','','2015-12-08 05:45:32','2015-12-08 05:45:32','',24,'http://freeatlast.site/2015/12/08/24-revision-v1/',0,'revision','',0),(26,1,'2015-12-08 05:45:42','2015-12-08 05:45:42','Address:\r\nFree At Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo@freeatlast.org','Contact Us','','publish','closed','closed','','contact-us','','','2016-03-31 04:24:07','2016-03-31 04:24:07','',0,'http://freeatlast.site/?page_id=26',6,'page','',0),(27,1,'2015-12-08 05:45:42','2015-12-08 05:45:42','','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2015-12-08 05:45:42','2015-12-08 05:45:42','',26,'http://freeatlast.site/2015/12/08/26-revision-v1/',0,'revision','',0),(32,1,'2015-12-08 05:49:53','2015-12-08 05:49:53','','Donate','','publish','closed','closed','','32','','','2016-01-13 06:03:20','2016-01-13 06:03:20','',0,'http://freeatlast.site/?p=32',4,'nav_menu_item','',0),(33,1,'2015-12-08 05:49:53','2015-12-08 05:49:53',' ','','','publish','closed','closed','','33','','','2016-01-13 06:03:20','2016-01-13 06:03:20','',0,'http://freeatlast.site/?p=33',3,'nav_menu_item','',0),(34,1,'2015-12-08 05:49:53','2015-12-08 05:49:53',' ','','','publish','closed','closed','','34','','','2016-01-13 06:03:20','2016-01-13 06:03:20','',0,'http://freeatlast.site/?p=34',2,'nav_menu_item','',0),(35,1,'2015-12-08 05:51:49','2015-12-08 05:51:49','','staff01','','inherit','open','closed','','staff01','','','2015-12-08 05:51:49','2015-12-08 05:51:49','',6,'http://freeatlast.site/wp-content/uploads/2015/12/staff01.png',0,'attachment','image/png',0),(36,1,'2015-12-08 05:52:35','2015-12-08 05:52:35','','Staff Name','','inherit','closed','closed','','6-revision-v1','','','2015-12-08 05:52:35','2015-12-08 05:52:35','',6,'http://freeatlast.site/2015/12/08/6-revision-v1/',0,'revision','',0),(37,1,'2015-12-08 05:52:53','2015-12-08 05:52:53','Text here','Staff Name 1','','inherit','closed','closed','','4-revision-v1','','','2015-12-08 05:52:53','2015-12-08 05:52:53','',4,'http://freeatlast.site/2015/12/08/4-revision-v1/',0,'revision','',0),(38,1,'2015-12-08 05:53:02','2015-12-08 05:53:02','','Staff Name 2','','inherit','closed','closed','','6-revision-v1','','','2015-12-08 05:53:02','2015-12-08 05:53:02','',6,'http://freeatlast.site/2015/12/08/6-revision-v1/',0,'revision','',0),(39,1,'2015-12-08 05:53:44','2015-12-08 05:53:44','','Staff Name 3','','publish','open','closed','','staff-name-3','','','2015-12-08 05:59:13','2015-12-08 05:59:13','',0,'http://freeatlast.site/?post_type=team-member&p=39',0,'team-member','',0),(40,1,'2015-12-08 05:53:44','2015-12-08 05:53:44','','Staff Name 3','','inherit','closed','closed','','39-revision-v1','','','2015-12-08 05:53:44','2015-12-08 05:53:44','',39,'http://freeatlast.site/2015/12/08/39-revision-v1/',0,'revision','',0),(41,1,'2015-12-08 05:53:56','2015-12-08 05:53:56','','Staff Name 4','','publish','open','closed','','staff-name-4','','','2015-12-08 05:58:49','2015-12-08 05:58:49','',0,'http://freeatlast.site/?post_type=team-member&p=41',0,'team-member','',0),(42,1,'2015-12-08 05:53:56','2015-12-08 05:53:56','','Staff Name 4','','inherit','closed','closed','','41-revision-v1','','','2015-12-08 05:53:56','2015-12-08 05:53:56','',41,'http://freeatlast.site/2015/12/08/41-revision-v1/',0,'revision','',0),(43,1,'2015-12-08 05:54:11','2015-12-08 05:54:11','','Staff Name 5','','publish','open','closed','','staff-name-5','','','2015-12-08 05:58:23','2015-12-08 05:58:23','',0,'http://freeatlast.site/?post_type=team-member&p=43',0,'team-member','',0),(44,1,'2015-12-08 05:54:11','2015-12-08 05:54:11','','Staff Name 5','','inherit','closed','closed','','43-revision-v1','','','2015-12-08 05:54:11','2015-12-08 05:54:11','',43,'http://freeatlast.site/2015/12/08/43-revision-v1/',0,'revision','',0),(45,1,'2015-12-08 05:55:11','2015-12-08 05:55:11','','Staff Name 6','','publish','open','closed','','staff-name-6','','','2015-12-08 06:37:57','2015-12-08 06:37:57','',0,'http://freeatlast.site/?post_type=team-member&p=45',0,'team-member','',0),(46,1,'2015-12-08 05:55:11','2015-12-08 05:55:11','','Staff Name 6','','inherit','closed','closed','','45-revision-v1','','','2015-12-08 05:55:11','2015-12-08 05:55:11','',45,'http://freeatlast.site/2015/12/08/45-revision-v1/',0,'revision','',0),(47,1,'2015-12-08 05:56:41','2015-12-08 05:56:41','','staff06','','inherit','open','closed','','staff06','','','2015-12-08 05:56:41','2015-12-08 05:56:41','',45,'http://freeatlast.site/wp-content/uploads/2015/12/staff06.png',0,'attachment','image/png',0),(48,1,'2015-12-08 05:57:23','2015-12-08 05:57:23','','staff05','','inherit','open','closed','','staff05','','','2015-12-08 05:57:23','2015-12-08 05:57:23','',43,'http://freeatlast.site/wp-content/uploads/2015/12/staff05.png',0,'attachment','image/png',0),(49,1,'2015-12-08 05:58:36','2015-12-08 05:58:36','','staff04','','inherit','open','closed','','staff04','','','2015-12-08 05:58:36','2015-12-08 05:58:36','',41,'http://freeatlast.site/wp-content/uploads/2015/12/staff04.png',0,'attachment','image/png',0),(50,1,'2015-12-08 05:59:09','2015-12-08 05:59:09','','staff03','','inherit','open','closed','','staff03','','','2015-12-08 05:59:09','2015-12-08 05:59:09','',39,'http://freeatlast.site/wp-content/uploads/2015/12/staff03.png',0,'attachment','image/png',0),(51,1,'2015-12-08 05:59:37','2015-12-08 05:59:37','','staff02','','inherit','open','closed','','staff02','','','2015-12-08 05:59:37','2015-12-08 05:59:37','',6,'http://freeatlast.site/wp-content/uploads/2015/12/staff02.png',0,'attachment','image/png',0),(52,1,'2016-02-03 06:16:58','2016-02-03 06:16:58','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">A Glimpse of Candy</span></i></h2>\r\n<b>3 Feb 2016</b><span style=\"font-weight: 400;\"> - Candy joined the FAL team in October of 2011. Since then, she has been an integral part of the Outreach and Intake team helping active addicts seek treatment. Her contributions to the betterment of FAL program attendees are in themselves a testament to FAL’s work. The following are questions with responses from Candy.</span>\r\n\r\n<b>What first brought you to attend the FAL program?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Before I came to Free At Last I was living a life filled with drugs, and I had no direction. Because of my addiction, I had lost custody of my children and became isolated from my family. </span></i><span style=\"font-weight: 400;\"> </span>\r\n\r\n<b>How does your life then compare to your life now?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Today, I live a clean and sober life. I have a relationship with all of my children and my family is very supportive of my new positive approach to my life. </span></i>\r\n\r\n<b>What is your work at FAL like?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">At Free At Last I am an Outreach Worker and the Intake Coordinator. I get to help people who are actively living the drug-filled life and are addicted, by providing information, education, community referrals and entrance into treatment.</span></i>\r\n\r\n<b>What are your thoughts when you reflect on your last eight years of clean life?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Being clean is the best gift I could have ever given myself and my family. Free At Last saved my Life and I am forever grateful.</span></i>\r\n<span style=\"font-weight: 400;\">Thank you, Candy, for sharing your success and for all your efforts at FAL.</span>','Candy','Being clean is the best gift I could have ever given myself and my family.','publish','closed','closed','','candy','','','2016-03-30 04:13:27','2016-03-30 04:13:27','',0,'http://freeatlast.site/?post_type=project&p=52',0,'project','',0),(53,1,'2015-12-08 06:16:58','2015-12-08 06:16:58','','Test Project','','inherit','closed','closed','','52-revision-v1','','','2015-12-08 06:16:58','2015-12-08 06:16:58','',52,'http://freeatlast.site/2015/12/08/52-revision-v1/',0,'revision','',0),(56,1,'2015-12-08 06:27:06','2015-12-08 06:27:06','','Project 1','','inherit','closed','closed','','52-revision-v1','','','2015-12-08 06:27:06','2015-12-08 06:27:06','',52,'http://freeatlast.site/2015/12/08/52-revision-v1/',0,'revision','',0),(57,1,'2016-02-01 06:27:41','2016-02-01 06:27:41','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">Toris’ second chance at fatherhood</span></i></h2>\r\n<b>1 Feb 2016</b><span style=\"font-weight: 400;\"> - Toris, born 1963, is a long time EPA resident and a men’s residential program mentor at FAL. He came of age during an era of change - the 70s. On a sunny but surprisingly cold day I sat down to speak with him. As he shared his life story I marveled at the depths of his struggles and the long way he has come to making an addiction-free, optimistic life for himself.</span>\r\n\r\nUntil the age of 13 Toris grew up as part of a large family with his mother, his sister, his grandmother, his several aunts, uncles and cousins as part of his daily life. Until that age, his exposure to drugs was limited to marijuana and alcohol. Although harmful to a child’s constitution, these experiments did not mitigate his inclination towards sports. Had his life remained stable at this point, with his mother’s constant love and care, his struggles with addiction may have never surfaced.\r\n\r\nHowever, the summer of ‘77, Toris bore witness to his mother’s act of self defense against an abusive boyfriend. The trauma of witnessing his mother holding a bloody knife would have, in itself, been a lot to deal with. So, when he was subsequently separated from his mother, his internal strife must have only intensified. Everything after that happened quickly. His mother was on trial and he was sent off to live with his Uncle’s family in San Jose. As his life was being overhauled, there was no one with whom he could share his anxieties, fears, insecurities and vulnerabilities - neither a family member nor a counselor. His previously “cool” uncle had now turned into a strict regimented person that he could no longer identify with. In no time, Toris ran away from home. Then while wrought with unresolved emotions and feeling little support in life, he began living with a friend. It was at this time that he first tried a drug that is illegal in all 50 states and had his first brush with law. He tried lovely - weed laced with PCP. During this trip, he broke into someone’s house and that got him sentenced to juvenile prison.\r\n\r\nThis sentencing catapulted him deeper into vulnerable territory without his mother. The sentence was revoked under the condition that he move from the San Francisco Bay Area to his father’s place on a farm on the outskirts of Oklahoma City. Soon he was sent away to a new unfamiliar place to live an unfamiliar life under the dictates of an unfamiliar person. “He believed what he believed. It was his way or the highway.” Toris says, recollecting his father’s approach to him.\r\n\r\nHis stay with his father was brief. Toris moved out of the farm and to Oklahoma City. He alternated between living with his paternal Uncle and living on his own. It is during this time of emotional strife that he began experimenting with more drugs - acid, PCP, lovely - and with selling drugs at school. The money he made financed his habit.\r\n\r\n<span style=\"font-weight: 400;\">Still just in his teens, his problems escalated further when his mother was released from prison but his father forbade him from returning home. Out of frustration and rebellion, Toris started to rob on a regular basis, convincing himself that it was to save money for his return. And yet, the money he made often went towards instant gratification - cars, clothes and drugs - but not a bus ticket home. This was the start of the internal conflict between his real desires and the compulsion of drugs. His accumulating emotional struggles with the state of his life only catalyzed this conflict by returning him over and over to the temporary relief of highly addictive drugs.</span>\r\n\r\nDuring this time, he made and lost a precious friendship that he recollects fondly even to this day. He had met a friend and well wisher that listened to him patiently. One that he could open up to. One that he, for some reason, often took advice from and listened to. Under her influence, he had quit doing drugs, he stopped selling, found a job at a fast food restaurant and began saving up to return to his mother in California. If her influence had sustained, Toris may have never seen the dimmest parts of life. But a single PCP laden trip to her place, conducted under the influence of a cousin, dissolved the friendship instantly. It took away all hopes of a new way of life for a long time to come.\r\n\r\nThis emotional jolt sent Toris promptly back to California along with his cousin. There he learned of his grandmother’s passing. The life of his early teens must have seemed unrecoverable at the point. Without a job, he soon returned to his familiar occupation - robberies. His gas station robbery MO caught up with him and he was sent to prison. This time unlike the time before, he was too old for juvenile prison. It was 1984. Toris was just 21 and yet he was imprisoned with the seasoned criminals of that time. During his stay, for the first time in his life, he was introduced to even harder drugs - cocaine and heroin. The former appealed little to him but the pull of the latter was incredible.\r\n\r\nOver the next eight years, Toris was in and out of prison, selling drugs, robbing and mugging to aid his heroin habit. His internal strife had led him to this point, but now the hold of heroin was hard to escape. He had brief stints of sobriety, but the prevalence of drugs in his neighborhood and in his social circles made it easy for him to turn the slightest inclination into an indulgence. Access to drugs within prisons allowed him to continue his habit uninterrupted. Throughout this time, his mother remained his ardent supporter. But the more she reached for him, the more he saw how much his state pained her and the more he returned to the soothing nod of heroin. The battle between his desire for a good life and the power of the drug had turned to a gruesome war within him.\r\n\r\nHis lowest low occurred in 1994, when just a few days after his release from prison he stabbed a man. He was loaded on Janet Juice, Heroine and weed. In that moment, given this opponent’s violent history, he had seen it as “him or me” situation. But when he thinks back to it now, his eyes fill with tears. “I play it back. I play it back. I don’t know where to go with it.” He says. The man’s death along with Toris’ many priors resulted in a 11 year sentence in prison. This took him away from family yet again.\r\n\r\nThe first ten of the eleven years, like most other times in prison, flew by in a haze of drug use. But in the last year, Toris received support and encouragement from an unlikely source - a fellow inmate serving life in prison. Thanks to this well-wisher’s advice, he quit relying on drugs and turned to rigorous physical exercise. Upon release he took on a job, began saving up money and stayed clean.\r\n\r\nHis motivation was, however, overrun by circumstances that tempted him with weed. When he indulged in weed, however, he began craving heroin. Soon Toris was back to using drugs despite the constant promises he made to his mother about staying out of prison and off drugs. He did not know it then, but this would be his last return to drugs.\r\n\r\nHis final pivoting point, however, came at a cruel price. Any new brush with the law could have sent Toris to prison without parole and his mother worried for him. Soon he was charged with possession but he decided to fight it as best possible. “I am not going back.” He had promised his mother. During this trial, his already sick mother finally caved to cancer. With this emotional blow he first went deeper into drug use, but soon found, in his moments of clarity, that he had little desire to inhabit the world of drugs. He just wanted to learn how to quit them. Despite losing the possession case, his change of heart was aided by a parole officer that turned him away from prison and towards a rehabilitation program. That is when he first came to FAL, a local organization he was aware of, but whose doors he had never walked through.\r\n\r\nThrough two marriages, one child, many acquaintances and friendships, Toris had not found the discipline and empathy he needed to stay clean and make a better life for himself. At a time when he most desired it, Free At Last showed him a path out of his struggle - one that carefully took him step by step through the most vulnerable stages of his life without letting the sense of isolation and unfamiliarity possess him. “Clean since March 29th, 2011” Toris shares with his eyes gleaming with pride.\r\n\r\nNow he is a father once more. He is an upstanding citizen bringing his experiences and insight to his work at FAL’s Men’s Residential Program. “I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.” He smiles, with eyes of a person that understands the values of hope, health and family.\r\n\r\nThank you, Toris, for sharing your success and for all your efforts at FAL.','Toris','I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.','publish','closed','closed','','torres','','','2016-03-30 04:13:49','2016-03-30 04:13:49','',0,'http://freeatlast.site/?post_type=project&p=57',0,'project','',0),(59,1,'2015-12-08 06:27:41','2015-12-08 06:27:41','','Project 2','','inherit','closed','closed','','57-revision-v1','','','2015-12-08 06:27:41','2015-12-08 06:27:41','',57,'http://freeatlast.site/2015/12/08/57-revision-v1/',0,'revision','',0),(60,1,'2015-12-01 06:28:01','2015-12-01 06:28:01','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','JosÉ','Testimonial coming soon','draft','closed','closed','','jose','','','2016-03-07 07:42:40','2016-03-07 07:42:40','',0,'http://freeatlast.site/?post_type=project&p=60',0,'project','',0),(62,1,'2015-12-08 06:28:01','2015-12-08 06:28:01','','Project 3','','inherit','closed','closed','','60-revision-v1','','','2015-12-08 06:28:01','2015-12-08 06:28:01','',60,'http://freeatlast.site/2015/12/08/60-revision-v1/',0,'revision','',0),(63,1,'2016-01-08 06:28:35','2016-01-08 06:28:35','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\r\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me so much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','Cassandra','I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.','publish','closed','closed','','cassandra','','','2016-04-25 05:20:47','2016-04-25 05:20:47','',0,'http://freeatlast.site/?post_type=project&p=63',0,'project','',0),(65,1,'2015-12-08 06:28:35','2015-12-08 06:28:35','','Project 4','','inherit','closed','closed','','63-revision-v1','','','2015-12-08 06:28:35','2015-12-08 06:28:35','',63,'http://freeatlast.site/2015/12/08/63-revision-v1/',0,'revision','',0),(66,1,'2015-12-08 07:39:03','2015-12-08 07:39:03','','Home','','publish','closed','closed','','home-2','','','2016-01-13 06:05:31','2016-01-13 06:05:31','',0,'http://freeatlast.site/?p=66',1,'nav_menu_item','',0),(73,1,'2015-12-08 07:58:28','2015-12-08 07:58:28','','project1','','inherit','open','closed','','project1','','','2015-12-08 07:58:28','2015-12-08 07:58:28','',60,'http://freeatlast.site/wp-content/uploads/2015/12/project1.jpg',0,'attachment','image/jpeg',0),(74,1,'2015-12-08 07:58:29','2015-12-08 07:58:29','','project2','','inherit','open','closed','','project2','','','2015-12-08 07:58:29','2015-12-08 07:58:29','',60,'http://freeatlast.site/wp-content/uploads/2015/12/project2.jpg',0,'attachment','image/jpeg',0),(75,1,'2015-12-08 07:58:29','2015-12-08 07:58:29','','project3','','inherit','open','closed','','project3','','','2015-12-08 07:58:29','2015-12-08 07:58:29','',60,'http://freeatlast.site/wp-content/uploads/2015/12/project3.jpg',0,'attachment','image/jpeg',0),(76,1,'2015-12-08 07:58:29','2015-12-08 07:58:29','','project4','','inherit','open','closed','','project4','','','2015-12-08 07:58:29','2015-12-08 07:58:29','',60,'http://freeatlast.site/wp-content/uploads/2015/12/project4.jpg',0,'attachment','image/jpeg',0),(77,1,'2015-12-09 05:32:29','2015-12-09 05:32:29','','logo','','inherit','open','closed','','logo-2','','','2015-12-09 05:32:29','2015-12-09 05:32:29','',0,'http://freeatlast.site/wp-content/uploads/2015/12/logo1.png',0,'attachment','image/png',0),(90,1,'2015-12-09 05:57:38','2015-12-09 05:57:38','','Home','','publish','closed','closed','','home-3','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',0,'http://freeatlast.site/?p=90',1,'nav_menu_item','',0),(91,1,'2015-12-09 05:57:38','2015-12-09 05:57:38',' ','','','publish','closed','closed','','91','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',0,'http://freeatlast.site/?p=91',2,'nav_menu_item','',0),(92,1,'2015-12-09 05:57:38','2015-12-09 05:57:38','','Programs & Services','','publish','closed','closed','','92','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',0,'http://freeatlast.site/?p=92',8,'nav_menu_item','',0),(93,1,'2015-12-09 05:57:38','2015-12-09 05:57:38',' ','','','publish','closed','closed','','93','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',0,'http://freeatlast.site/?p=93',9,'nav_menu_item','',0),(94,1,'2015-12-09 05:57:38','2015-12-09 05:57:38',' ','','','publish','closed','closed','','94','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',0,'http://freeatlast.site/?p=94',10,'nav_menu_item','',0),(95,1,'2015-12-09 05:58:20','2015-12-09 05:58:20',' ','','','publish','closed','closed','','95','','','2015-12-09 05:58:20','2015-12-09 05:58:20','',0,'http://freeatlast.site/?p=95',2,'nav_menu_item','',0),(96,1,'2015-12-09 05:58:20','2015-12-09 05:58:20',' ','','','publish','closed','closed','','96','','','2015-12-09 05:58:20','2015-12-09 05:58:20','',0,'http://freeatlast.site/?p=96',1,'nav_menu_item','',0),(98,1,'2015-12-09 06:33:26','2015-12-09 06:33:26','','home_photo','','inherit','open','closed','','home_photo','','','2015-12-09 06:33:26','2015-12-09 06:33:26','',0,'http://freeatlast.site/wp-content/uploads/2015/12/home_photo.jpg',0,'attachment','image/jpeg',0),(99,1,'2015-12-09 06:37:08','2015-12-09 06:37:08','<div class=\"slider-text\">\r\n\r\n\"Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality.\"\r\n<p class=\"author\">.... Martin Luther King, Jr.</p>\r\n\r\n</div>','Home Page Slide 1 - MLK Quote','','publish','closed','closed','','test','','','2016-02-23 17:20:26','2016-02-23 17:20:26','',0,'http://freeatlast.site/?page_id=99',0,'page','',0),(100,1,'2015-12-09 06:37:08','2015-12-09 06:37:08','','test','','inherit','closed','closed','','99-revision-v1','','','2015-12-09 06:37:08','2015-12-09 06:37:08','',99,'http://freeatlast.site/2015/12/09/99-revision-v1/',0,'revision','',0),(102,1,'2015-12-09 07:07:09','2015-12-09 07:07:09','','Slide1','','inherit','closed','closed','','99-revision-v1','','','2015-12-09 07:07:09','2015-12-09 07:07:09','',99,'http://freeatlast.site/2015/12/09/99-revision-v1/',0,'revision','',0),(103,1,'2015-12-09 07:07:49','2015-12-09 07:07:49','','family','','inherit','open','closed','','family','','','2015-12-09 07:07:49','2015-12-09 07:07:49','',99,'http://freeatlast.site/wp-content/uploads/2015/12/family.jpg',0,'attachment','image/jpeg',0),(106,1,'2016-01-13 05:16:48','2016-01-13 05:16:48','','home_banner','','inherit','open','closed','','home_banner','','','2016-01-13 05:16:48','2016-01-13 05:16:48','',99,'http://freeatlast.site/wp-content/uploads/2015/12/home_banner.jpg',0,'attachment','image/jpeg',0),(107,1,'2016-01-25 18:53:54','2016-01-25 18:53:54','<div class=\"slider-text\"><p>\"Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality..\"</p><p class=\"author\">.... Martin Luther King, Jr.</p></div>','Slide1','','inherit','closed','closed','','99-autosave-v1','','','2016-01-25 18:53:54','2016-01-25 18:53:54','',99,'http://freeatlast.site/99-autosave-v1/',0,'revision','',0),(108,1,'2016-01-13 05:18:17','2016-01-13 05:18:17','<div class=\"slider-text\"><p>\"Free At Last provides community-based, culturally appropriate bilingual treatment, intervention, and prevention services .\"</p>.... Priya Haji & David Lewis</div>','Slide1','','inherit','closed','closed','','99-revision-v1','','','2016-01-13 05:18:17','2016-01-13 05:18:17','',99,'http://freeatlast.site/99-revision-v1/',0,'revision','',0),(109,1,'2016-01-13 05:37:37','2016-01-13 05:37:37','<div class=\"slider-text\"><p>\"Free At Last provides community-based, culturally appropriate bilingual treatment, intervention, and prevention services .\"</p><p class=\"author\">.... Priya Haji & David Lewis</p></div>','Slide1','','inherit','closed','closed','','99-revision-v1','','','2016-01-13 05:37:37','2016-01-13 05:37:37','',99,'http://freeatlast.site/99-revision-v1/',0,'revision','',0),(110,1,'2016-01-13 05:44:32','2016-01-13 05:44:32',' ','','','publish','closed','closed','','110','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',0,'http://freeatlast.site/?p=110',11,'nav_menu_item','',0),(112,1,'2016-01-13 06:05:12','2016-01-13 06:05:12',' ','','','publish','closed','closed','','112','','','2016-01-13 06:05:31','2016-01-13 06:05:31','',0,'http://freeatlast.site/?p=112',7,'nav_menu_item','',0),(113,1,'2016-01-13 06:05:12','2016-01-13 06:05:12',' ','','','publish','closed','closed','','113','','','2016-01-13 06:05:31','2016-01-13 06:05:31','',0,'http://freeatlast.site/?p=113',5,'nav_menu_item','',0),(115,1,'2016-01-13 06:05:12','2016-01-13 06:05:12','','Donate','','publish','closed','closed','','donate','','','2016-01-13 06:05:31','2016-01-13 06:05:31','',0,'http://freeatlast.site/?p=115',4,'nav_menu_item','',0),(116,1,'2016-01-13 06:05:12','2016-01-13 06:05:12','','Programs & Services','','publish','closed','closed','','116','','','2016-01-13 06:05:31','2016-01-13 06:05:31','',0,'http://freeatlast.site/?p=116',3,'nav_menu_item','',0),(117,1,'2016-01-13 06:05:12','2016-01-13 06:05:12',' ','','','publish','closed','closed','','117','','','2016-01-13 06:05:31','2016-01-13 06:05:31','',0,'http://freeatlast.site/?p=117',2,'nav_menu_item','',0),(118,1,'2016-01-13 06:53:46','2016-01-13 06:53:46','','Sitemap','','draft','closed','closed','','sitemap','','','2016-02-23 17:17:37','2016-02-23 17:17:37','',0,'http://freeatlast.site/?page_id=118',0,'page','',0),(119,1,'2016-01-13 06:53:46','2016-01-13 06:53:46','','Sitemap','','inherit','closed','closed','','118-revision-v1','','','2016-01-13 06:53:46','2016-01-13 06:53:46','',118,'http://freeatlast.site/118-revision-v1/',0,'revision','',0),(120,1,'2016-01-13 06:53:58','2016-01-13 06:53:58','','Disclosure Statement','','draft','closed','closed','','disclosure-statement','','','2016-02-23 17:07:43','2016-02-23 17:07:43','',0,'http://freeatlast.site/?page_id=120',0,'page','',0),(121,1,'2016-01-13 06:53:58','2016-01-13 06:53:58','','Disclosure Statement','','inherit','closed','closed','','120-revision-v1','','','2016-01-13 06:53:58','2016-01-13 06:53:58','',120,'http://freeatlast.site/120-revision-v1/',0,'revision','',0),(124,1,'2016-01-19 01:21:03','2016-01-19 01:21:03','','Donate','','inherit','closed','closed','','20-revision-v1','','','2016-01-19 01:21:03','2016-01-19 01:21:03','',20,'http://dev.freeatlast.nimbusdesign.com/20-revision-v1/',0,'revision','',0),(125,1,'2016-01-19 01:44:57','2016-01-19 01:44:57','When drug turf wars led to the murder of 42 in the City of East Palo Alto in 1992, the media called it “the murder capital of the U.S.” When the Urban Health Study reported that the city had the highest incidence of HIV infection among IV drug users of any city west of Chicago, another epidemic needed to be addressed. A small group of community residents decided that the community needed long-term solutions to reduce addiction and stop the spread of HIV. They envisioned a community recovery center for substance abuse treatment, intervention and prevention services with special focus on those affected by incarceration, HIV/AIDS, and intergenerational addiction.\r\n\r\nClick on the following links to learn more about Free At Last.\r\n<ul>\r\n <li>CO-FOUNDER OF FREE AT LAST</li>\r\n <li>MISSION</li>\r\n <li>A PROGRAM OF ATTRACTION</li>\r\n <li>BY THE COMMUNITY FOR THE COMMUNITY</li>\r\n <li>DIVERSE POPULATION SERVED</li>\r\n <li>PREVENTION & INTERVENTION PROGRAMS</li>\r\n <li>TREATMENT PROGRAMS</li>\r\n <li>YOUTH SERVICES</li>\r\n <li>LONG-TERM SUCCESS PROGRAMS</li>\r\n <li>OUTCOMES</li>\r\n <li>COLLABORATIONS</li>\r\n <li>FISCAL ACCOUNTABILITY</li>\r\n</ul>','About Us','','inherit','closed','closed','','15-revision-v1','','','2016-01-19 01:44:57','2016-01-19 01:44:57','',15,'http://dev.freeatlast.nimbusdesign.com/15-revision-v1/',0,'revision','',0),(126,1,'2016-01-19 01:47:07','2016-01-19 01:47:07','Free at Last was founded in 1993 by a group of community leaders who wanted to make a difference in the community. Our mission is to rebuild the community from within, reclaiming addicts and giving people who failed in the past the chance to succeed in the future.\r\n\r\n...OVERVIEW OF SERVICES...\r\n\r\nPrevention and Street Outreach:\r\nHIV and STD Education and intervention, referrals to different services such as shelters, emergency assistance, detox, residential programs, testing, mental health, medical services, etc\r\n\r\nDrop in Center:\r\nProvides a safe place to hang out, watch TV, have some snacks, coffee or just wait for a 12 step meeting. Houses English and Spanish 12 step meeting every day of the year.\r\n\r\nIntensive Outpatient program:\r\nOur program is 6 to 8 months in duration and entails group process, individual sessions, 12 step meetings, case management and educational sessions. English program is provided in the morning and evening. Spanish program is provided at night.\r\n\r\nDUI First Offender Program:\r\nDriving under the influence program for first offenders provided in English and Spanish.\r\n\r\nResidential Treatment Program for Women and Women with Children:\r\nProvides 7-9 month residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.\r\n\r\nResidential Treatment Program for Men:\r\nProvides 7-9 month residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.\r\n\r\nTransitional Clean and Sober Living:\r\nShared supportive hosing for men, women and women with children to establish stable employment, credit and tenancy.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 01:47:07','2016-01-19 01:47:07','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(129,1,'2016-01-19 02:06:10','2016-01-19 02:06:10','If you would like to make a donation using a check, please mail your gift to us at the address below:\r\n<div id=\"maintext\">\r\n\r\nFree at Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n(please make check payable to Free At Last)\r\n\r\nOr to make a credit card donation you may click on the DONATE button below.\r\n\r\n</div>','Donate','','inherit','closed','closed','','20-revision-v1','','','2016-01-19 02:06:10','2016-01-19 02:06:10','',20,'http://dev.freeatlast.nimbusdesign.com/20-revision-v1/',0,'revision','',0),(130,1,'2016-01-19 02:11:59','2016-01-19 02:11:59','Address:\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo@freeatlast.org','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2016-01-19 02:11:59','2016-01-19 02:11:59','',26,'http://dev.freeatlast.nimbusdesign.com/26-revision-v1/',0,'revision','',0),(131,1,'2016-01-19 02:46:06','2016-01-19 02:46:06','<strong>Mission Statement</strong>\r\n\r\nThe mission of Free At Last is to rebuild the community from within, reclaiming addicts and giving people who failed in the past the chance to succeed in the future. Free At Last provides communitybased, culturally appropriate bilingual (English/Spanish) treatment, intervention and prevention services designed to reduce the exceptionally high rates of substance abuse and HIV infection and to break the cycle of addiction, reunite and rebuild families torn apart by intergenerational addiction, provide alternatives to incarceration, and foster economic selfsufficiency.\r\n\r\n<strong>Founding + Impact since</strong>\r\n\r\nWhen drug turf wars led to the murder of 42 people in the City of East Palo Alto in 1992, the media called it “the murder capital of the U.S.” When the Urban Health Study reported that the city had the highest incidence of HIV infection among IV drug users of any city west of Chicago, another epidemic needed to be addressed.\r\n\r\nFree At Last: Community Recovery And Rehabilitation Services (Free At Last) was\r\nfounded in 1993 by a small group of community residents which decided that the community needed longterm solutions to reduce addiction and stop the spread of HIV/AIDS. They envisioned a community recovery center for substance abuse treatment, intervention and prevention services with a special focus on those affected by incarceration, HIV/AIDS, and intergenerational addiction.\r\n\r\n<strong>Our Impact</strong>\r\n\r\nFree At Last’s successful community based programs are run by members of the community within the community. Its adopted evidence based program design provides more positive results in meeting client needs than staterun programs\r\n\r\nFree At Last’s recovery and rehabilitation services over the past twenty years have been proven to succeed. According to research that tracks individuals in treatment over extended periods, most people who get into and remain in treatment stop using drugs, decrease their criminal activity, and improve their occupational, social, and psychological functioning. Below is a list of positive impacts that local collaborating agencies and law enforcers can attribute to Free At Last’s programs and services:\r\n\r\n<strong>Qualitative Impacts/Social Return on Investment </strong>\r\n\r\nFree At Last has made a tremendous impact on the health of our local communities. Below are a few areas where its programs and services have made a difference:\r\n\r\n<strong>Our programs have helped reduce:</strong>\r\n<ul>\r\n <li>Addictionrelated crime and violence in neighboring cities</li>\r\n <li>Societal costs of prisons and the criminal justice system</li>\r\n <li>Homelessness</li>\r\n</ul>\r\n<strong>Our programs have helped increase:</strong>\r\n<ul>\r\n <li>Stabilization among our clients through access to much needed mental and physical health services</li>\r\n <li>Access to and participation in reentry services from incarceration</li>\r\n <li>Reunification with families and children torn apart by drug and alcohol addiction</li>\r\n <li>Access to and participation in anger management, communication and conflict resolution skillbuilding programs</li>\r\n <li>Access to job training opportunities and placement</li>\r\n</ul>\r\nTODO(sriraga): Include cumulative impact\r\n\r\nThe following content should NOT be inlined. It should be a link to a popup or something similar.\r\n\r\nOverview of our Fiscal Year (FY 1415) 201415 Outpatient Drug Free, Men’s and\r\n\r\nWomen’s Residential Programs combined data:\r\n\r\nFY 1415 in our Outpatient, Men’s and Woman’s Residential Program combined we served 120 clients in total (25 Outpatient, 40 Woman’s Residential and 55 Men’s Residential)\r\n\r\n<strong>Of the 120 clients:</strong>\r\n\r\n<strong>Gender:</strong>\r\n\r\n75 were male which is 62.5%\r\n45 were female which is 37.5%\r\n\r\n<strong>Ethnicity:</strong>\r\n\r\n37 were Hispanic or Latino which is 30.8%\r\n83 were not Hispanic or Latino which is 69.2%\r\n\r\nRace:\r\n\r\n22 were White/Caucasian which is 18.3%\r\n47 were Black/AfricanAmerican which is 39.2%\r\n7 were Asian which is 5.8%\r\n2 were Pacific Islander which is 1.7%\r\n3 were Multi Racial which is 2.5%\r\n39 were Other which is 32.5%\r\n\r\nAge:\r\n\r\n1825 were 23 which is 19.2%\r\n2635 were 47 which is 39.2%\r\n3645 were 18 which is 15%\r\n45 + were 32 which is 26.6%\r\n\r\nReferral:\r\n\r\nCriminal Court ordered were 30 which is 25%\r\nDependency Court Ordered were 1 which is .08%\r\nNot Court Ordered were 89 which is 74.2%','About Us','','inherit','closed','closed','','15-revision-v1','','','2016-01-19 02:46:06','2016-01-19 02:46:06','',15,'http://dev.freeatlast.nimbusdesign.com/15-revision-v1/',0,'revision','',0),(132,1,'2016-01-19 03:34:20','2016-01-19 03:34:20','<p>Programs and Services</p>\r\n<p>Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:</p>\r\n<p>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug <br />\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling,<br />\r\nmedical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc. </p>\r\n<p>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year. </p>\r\n<p>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions. </p>\r\n<p>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job <br />\r\n or be enrolled in job training. </p>\r\n<p>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</p>\r\n<p>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</p>\r\n<p>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds). <br />\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</p>\r\n<p>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</p>\r\n<p><br clear=\"all\" />\r\nStrong Community Partnerships Beyond Referral:</p>\r\n<p>Below is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process. </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"464\">\r\n <tr>\r\n <td width=\"155\" valign=\"top\" bgcolor=\"#666666\"><p># PARTNER YEARS </p></td>\r\n <td width=\"155\" valign=\"top\" bgcolor=\"#666666\"><p>COLLABORATING <br />\r\n BRIEF</p></td>\r\n <td width=\"155\" valign=\"top\" bgcolor=\"#666666\"><p>SYNOPSIS</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>EPA Community Counseling Ctr.</p></td>\r\n <td width=\"155\" valign=\"top\"><p>10 </p></td>\r\n <td width=\"155\" valign=\"top\"><p>Case conferencing and shared referrals</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Ravenswood Family Health Center </p></td>\r\n <td width=\"155\" valign=\"top\"><p>15</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Medical and dental meet monthly</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Palm Ave. Detox Center </p></td>\r\n <td width=\"155\" valign=\"top\"><p>21 </p></td>\r\n <td width=\"155\" valign=\"top\"><p>Detoxification – weekly communication</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Ecumenical Hunger Program </p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Food/clothes and volunteer opportunities</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>SMC Health Department Education</p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>HIV/STD Screenings on site at FAL</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>El Concilio San Mateo </p></td>\r\n <td width=\"155\" valign=\"top\"><p>17</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Emergency assistance and housing</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Job Train</p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Employment & Education Services</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>1 East Palo Alto </p></td>\r\n <td width=\"155\" valign=\"top\"><p>5</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Mental Health and Prevention Services</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>David E. Lewis Community Reentry Center </p></td>\r\n <td width=\"155\" valign=\"top\"><p>8</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Criminal Justice Reentry</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Project Read</p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Literacy Services</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>SMC Parole</p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Bimonthly visits</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>SMC Probation Department</p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Bimonthly visits</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Saint Vincent De Paul</p></td>\r\n <td width=\"155\" valign=\"top\"><p>17</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Emergency Assistance</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>InnVision Shelter Network</p></td>\r\n <td width=\"155\" valign=\"top\"><p>17</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Emergency Housing</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Second Harvest Food Bank</p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Food</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"155\" valign=\"top\"><p>Bread of Life</p></td>\r\n <td width=\"155\" valign=\"top\"><p>21</p></td>\r\n <td width=\"155\" valign=\"top\"><p>Emergency food assistance and support</p></td>\r\n </tr>\r\n</table>\r\n<p><br clear=\"all\" />\r\n</p>\r\n<p>Frequently Asked Questions:</p>\r\n<p>How to do I get signed up for the Outpatient Program?<br />\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.</p>\r\n<p>How to do I get signed up for the Men’s or Women’s Residential Program?<br />\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.</p>\r\n<p>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?<br />\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.</p>','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 03:34:20','2016-01-19 03:34:20','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(133,1,'2016-03-11 01:41:15','2016-03-11 01:41:15','<div class=\"intro\">\n<img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\n\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\n<p class=\"name\">...Gerardo</p>\n\n<div class=\"clear\"></div>\n</div>\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\n<ul>\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\n <li><strong>Dropin Center</strong>: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\n <li><strong>Outpatient Drug Free Program</strong>: A 6 to 8 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 6 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds).\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\n</ul>\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\n\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\n<p style=\"color: #fff;\">PARTNER</p>\n</td>\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\n</td>\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\n</td>\n</tr>\n<tr>\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\n<td valign=\"top\">10</td>\n<td valign=\"top\">Case conferencing and shared referrals</td>\n</tr>\n<tr>\n<td valign=\"top\">Ravenswood Family Health Center</td>\n<td valign=\"top\">15</td>\n<td valign=\"top\">Medical and dental services</td>\n</tr>\n<tr>\n<td valign=\"top\">Palm Ave. Detox Center</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Detoxification – weekly communication</td>\n</tr>\n<tr>\n<td valign=\"top\">Ecumenical Hunger Program</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\n</tr>\n<tr>\n<td valign=\"top\">SMC Health Department Education</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\n</tr>\n<tr>\n<td valign=\"top\">El Concilio San Mateo</td>\n<td valign=\"top\">17</td>\n<td valign=\"top\">Emergency assistance and housing</td>\n</tr>\n<tr>\n<td valign=\"top\">Job Train</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Employment & Education Services</td>\n</tr>\n<tr>\n<td valign=\"top\">1 East Palo Alto</td>\n<td valign=\"top\">5</td>\n<td valign=\"top\">Mental Health and Prevention Services</td>\n</tr>\n<tr>\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\n<td valign=\"top\">8</td>\n<td valign=\"top\">Criminal Justice Reentry</td>\n</tr>\n<tr>\n<td valign=\"top\">Project Read</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Literacy Services</td>\n</tr>\n<tr>\n<td valign=\"top\">SMC Parole</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Bimonthly visits</td>\n</tr>\n<tr>\n<td valign=\"top\">SMC Probation Department</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Bimonthly visits</td>\n</tr>\n<tr>\n<td valign=\"top\">Saint Vincent De Paul</td>\n<td valign=\"top\">17</td>\n<td valign=\"top\">Emergency Assistance</td>\n</tr>\n<tr>\n<td valign=\"top\">InnVision Shelter Network</td>\n<td valign=\"top\">17</td>\n<td valign=\"top\">Emergency Housing</td>\n</tr>\n<tr>\n<td valign=\"top\">Second Harvest Food Bank</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Food</td>\n</tr>\n<tr>\n<td valign=\"top\">Bread of Life</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Emergency food assistance and support</td>\n</tr>\n</tbody>\n</table>\n \n\n<strong>Frequently Asked Questions:</strong>\n\n<strong>How to do I get signed up for the Outpatient Program?</strong>\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\n\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\n\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-autosave-v1','','','2016-03-11 01:41:15','2016-03-11 01:41:15','',17,'http://dev.freeatlast.nimbusdesign.com/17-autosave-v1/',0,'revision','',0),(134,1,'2016-01-19 03:36:44','2016-01-19 03:36:44','Programs and Services\r\n\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n\r\nPrevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling,\r\nmedical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.\r\n\r\nDropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.\r\n\r\nOutpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.\r\n\r\nResidential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job\r\nor be enrolled in job training.\r\n\r\nResidential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.\r\n\r\nDUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.\r\n\r\nTransitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.\r\n\r\nThe Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.\r\n\r\n<br clear=\"all\" />Strong Community Partnerships Beyond Referral:\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table style=\"height: 1485px;\" border=\"1\" width=\"628\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" bgcolor=\"#666666\" width=\"155\"># PARTNER YEARS</td>\r\n<td valign=\"top\" bgcolor=\"#666666\" width=\"155\">COLLABORATING\r\nBRIEF</td>\r\n<td valign=\"top\" bgcolor=\"#666666\" width=\"155\">SYNOPSIS</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\" width=\"155\">10</td>\r\n<td valign=\"top\" width=\"155\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\" width=\"155\">15</td>\r\n<td valign=\"top\" width=\"155\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">SMC Health Department Education</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">El Concilio San Mateo</td>\r\n<td valign=\"top\" width=\"155\">17</td>\r\n<td valign=\"top\" width=\"155\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Job Train</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">1 East Palo Alto</td>\r\n<td valign=\"top\" width=\"155\">5</td>\r\n<td valign=\"top\" width=\"155\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\" width=\"155\">8</td>\r\n<td valign=\"top\" width=\"155\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Project Read</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">SMC Parole</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">SMC Probation Department</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Saint Vincent De Paul</td>\r\n<td valign=\"top\" width=\"155\">17</td>\r\n<td valign=\"top\" width=\"155\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">InnVision Shelter Network</td>\r\n<td valign=\"top\" width=\"155\">17</td>\r\n<td valign=\"top\" width=\"155\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Second Harvest Food Bank</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"155\">Bread of Life</td>\r\n<td valign=\"top\" width=\"155\">21</td>\r\n<td valign=\"top\" width=\"155\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\nFrequently Asked Questions:\r\n\r\nHow to do I get signed up for the Outpatient Program?\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\nHow to do I get signed up for the Men’s or Women’s Residential Program?\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\nHow to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 03:36:44','2016-01-19 03:36:44','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(135,1,'2016-01-19 03:52:19','2016-01-19 03:52:19','<p>Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:</p>\r\n<p>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug <br />\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling,<br />\r\nmedical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc. </p>\r\n<p>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year. </p>\r\n<p>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions. </p>\r\n<p>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job <br />\r\n or be enrolled in job training. </p>\r\n<p>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</p>\r\n<p>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</p>\r\n<p>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds). <br />\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</p>\r\n<p>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</p>\r\n<p><br clear=\"all\" />\r\nStrong Community Partnerships Beyond Referral:</p>\r\n<p>Below is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process. </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"4\" width=\"522\">\r\n <tr>\r\n <td width=\"197\" align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\"># PARTNER YEARS </p></td>\r\n <td width=\"143\" align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\">COLLABORATING <br />\r\n BRIEF</p></td>\r\n <td width=\"174\" align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\">SYNOPSIS</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">EPA Community Counseling Ctr.</td>\r\n <td width=\"143\" valign=\"top\">10 </td>\r\n <td width=\"174\" valign=\"top\">Case conferencing and shared referrals</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Ravenswood Family Health Center </td>\r\n <td width=\"143\" valign=\"top\">15</td>\r\n <td width=\"174\" valign=\"top\">Medical and dental meet monthly</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Palm Ave. Detox Center </td>\r\n <td width=\"143\" valign=\"top\">21 </td>\r\n <td width=\"174\" valign=\"top\">Detoxification – weekly communication</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Ecumenical Hunger Program </td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">SMC Health Department Education</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">El Concilio San Mateo </td>\r\n <td width=\"143\" valign=\"top\">17</td>\r\n <td width=\"174\" valign=\"top\">Emergency assistance and housing</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Job Train</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Employment & Education Services</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">1 East Palo Alto </td>\r\n <td width=\"143\" valign=\"top\">5</td>\r\n <td width=\"174\" valign=\"top\">Mental Health and Prevention Services</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">David E. Lewis Community Reentry Center </td>\r\n <td width=\"143\" valign=\"top\">8</td>\r\n <td width=\"174\" valign=\"top\">Criminal Justice Reentry</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Project Read</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Literacy Services</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">SMC Parole</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Bimonthly visits</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">SMC Probation Department</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Bimonthly visits</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Saint Vincent De Paul</td>\r\n <td width=\"143\" valign=\"top\">17</td>\r\n <td width=\"174\" valign=\"top\">Emergency Assistance</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">InnVision Shelter Network</td>\r\n <td width=\"143\" valign=\"top\">17</td>\r\n <td width=\"174\" valign=\"top\">Emergency Housing</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Second Harvest Food Bank</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Food</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Bread of Life</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Emergency food assistance and support</td>\r\n </tr>\r\n</table>\r\n<p><br clear=\"all\" />\r\n</p>\r\n<p>Frequently Asked Questions:</p>\r\n<p>How to do I get signed up for the Outpatient Program?<br />\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.</p>\r\n<p>How to do I get signed up for the Men’s or Women’s Residential Program?<br />\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.</p>\r\n<p>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?<br />\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.</p>','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 03:52:19','2016-01-19 03:52:19','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(136,1,'2016-01-19 03:55:12','2016-01-19 03:55:12','<p>Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:</p>\r\n<p>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug <br />\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling,<br />\r\nmedical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc. </p>\r\n<p>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year. </p>\r\n<p>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions. </p>\r\n<p>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job <br />\r\n or be enrolled in job training. </p>\r\n<p>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</p>\r\n<p>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</p>\r\n<p>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds). <br />\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</p>\r\n<p>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</p>\r\n<p><strong><br clear=\"all\" />\r\nStrong Community Partnerships Beyond Referral:</strong></p>\r\n<p>Below is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process. </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"4\" width=\"522\">\r\n <tr>\r\n <td width=\"197\" align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\"># PARTNER YEARS </p></td>\r\n <td width=\"143\" align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\">COLLABORATING <br />\r\n BRIEF</p></td>\r\n <td width=\"174\" align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\">SYNOPSIS</p></td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">EPA Community Counseling Ctr.</td>\r\n <td width=\"143\" valign=\"top\">10 </td>\r\n <td width=\"174\" valign=\"top\">Case conferencing and shared referrals</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Ravenswood Family Health Center </td>\r\n <td width=\"143\" valign=\"top\">15</td>\r\n <td width=\"174\" valign=\"top\">Medical and dental meet monthly</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Palm Ave. Detox Center </td>\r\n <td width=\"143\" valign=\"top\">21 </td>\r\n <td width=\"174\" valign=\"top\">Detoxification – weekly communication</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Ecumenical Hunger Program </td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">SMC Health Department Education</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">El Concilio San Mateo </td>\r\n <td width=\"143\" valign=\"top\">17</td>\r\n <td width=\"174\" valign=\"top\">Emergency assistance and housing</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Job Train</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Employment & Education Services</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">1 East Palo Alto </td>\r\n <td width=\"143\" valign=\"top\">5</td>\r\n <td width=\"174\" valign=\"top\">Mental Health and Prevention Services</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">David E. Lewis Community Reentry Center </td>\r\n <td width=\"143\" valign=\"top\">8</td>\r\n <td width=\"174\" valign=\"top\">Criminal Justice Reentry</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Project Read</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Literacy Services</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">SMC Parole</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Bimonthly visits</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">SMC Probation Department</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Bimonthly visits</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Saint Vincent De Paul</td>\r\n <td width=\"143\" valign=\"top\">17</td>\r\n <td width=\"174\" valign=\"top\">Emergency Assistance</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">InnVision Shelter Network</td>\r\n <td width=\"143\" valign=\"top\">17</td>\r\n <td width=\"174\" valign=\"top\">Emergency Housing</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Second Harvest Food Bank</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Food</td>\r\n </tr>\r\n <tr>\r\n <td width=\"197\" valign=\"top\">Bread of Life</td>\r\n <td width=\"143\" valign=\"top\">21</td>\r\n <td width=\"174\" valign=\"top\">Emergency food assistance and support</td>\r\n </tr>\r\n</table>\r\n<p><br clear=\"all\" />\r\n</p>\r\n<p><strong>Frequently Asked Questions:</strong></p>\r\n<p><strong>How to do I get signed up for the Outpatient Program?</strong><br />\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.</p>\r\n<p><strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong><br />\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.</p>\r\n<p><strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong><br />\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.</p>','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 03:55:12','2016-01-19 03:55:12','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(137,1,'2016-01-19 04:01:50','2016-01-19 04:01:50','Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n\r\nPrevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling,\r\nmedical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.\r\n\r\nDropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.\r\n\r\nOutpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.\r\n\r\nResidential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job\r\nor be enrolled in job training.\r\n\r\nResidential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.\r\n\r\nDUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.\r\n\r\nTransitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.\r\n\r\nThe Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.\r\n\r\n<br clear=\"all\" />Strong Community Partnerships Beyond Referral:\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"522\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\" width=\"197\">\r\n<p style=\"color: #fff;\"># PARTNER YEARS</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\" width=\"143\">\r\n<p style=\"color: #fff;\">COLLABORATING\r\nBRIEF</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\" width=\"174\">\r\n<p style=\"color: #fff;\">SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\" width=\"143\">10</td>\r\n<td valign=\"top\" width=\"174\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\" width=\"143\">15</td>\r\n<td valign=\"top\" width=\"174\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">SMC Health Department Education</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">El Concilio San Mateo</td>\r\n<td valign=\"top\" width=\"143\">17</td>\r\n<td valign=\"top\" width=\"174\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Job Train</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">1 East Palo Alto</td>\r\n<td valign=\"top\" width=\"143\">5</td>\r\n<td valign=\"top\" width=\"174\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\" width=\"143\">8</td>\r\n<td valign=\"top\" width=\"174\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Project Read</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">SMC Parole</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">SMC Probation Department</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Saint Vincent De Paul</td>\r\n<td valign=\"top\" width=\"143\">17</td>\r\n<td valign=\"top\" width=\"174\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">InnVision Shelter Network</td>\r\n<td valign=\"top\" width=\"143\">17</td>\r\n<td valign=\"top\" width=\"174\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Second Harvest Food Bank</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"197\">Bread of Life</td>\r\n<td valign=\"top\" width=\"143\">21</td>\r\n<td valign=\"top\" width=\"174\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\nFrequently Asked Questions:\r\n\r\nHow to do I get signed up for the Outpatient Program?\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\nHow to do I get signed up for the Men’s or Women’s Residential Program?\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\nHow to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 04:01:50','2016-01-19 04:01:50','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(138,1,'2016-01-19 04:04:33','2016-01-19 04:04:33','<p>Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:</p>\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug <br />\r\n (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.<br />\r\n <br />\r\n </li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.<br />\r\n <br />\r\n </li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.<br />\r\n <br />\r\n </li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.<br />\r\n <br />\r\n </li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.<br />\r\n <br />\r\n </li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.<br />\r\n <br />\r\n </li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds). <br />\r\n The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.<br />\r\n <br />\r\n </li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<p><strong><br clear=\"all\" />\r\nStrong Community Partnerships Beyond Referral:</strong></p>\r\n<p>Below is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process. </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\r\n <tr>\r\n <td align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\"># PARTNER YEARS </p></td>\r\n <td align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\">COLLABORATING <br />\r\n BRIEF</p></td>\r\n <td align=\"left\" valign=\"top\" bgcolor=\"#666666\"><p style=\"color:#FFF;\">SYNOPSIS</p></td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n <td valign=\"top\">10 </td>\r\n <td valign=\"top\">Case conferencing and shared referrals</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Ravenswood Family Health Center </td>\r\n <td valign=\"top\">15</td>\r\n <td valign=\"top\">Medical and dental meet monthly</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Palm Ave. Detox Center </td>\r\n <td valign=\"top\">21 </td>\r\n <td valign=\"top\">Detoxification – weekly communication</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Ecumenical Hunger Program </td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">SMC Health Department Education</td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">El Concilio San Mateo </td>\r\n <td valign=\"top\">17</td>\r\n <td valign=\"top\">Emergency assistance and housing</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Job Train</td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">Employment & Education Services</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">1 East Palo Alto </td>\r\n <td valign=\"top\">5</td>\r\n <td valign=\"top\">Mental Health and Prevention Services</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">David E. Lewis Community Reentry Center </td>\r\n <td valign=\"top\">8</td>\r\n <td valign=\"top\">Criminal Justice Reentry</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Project Read</td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">Literacy Services</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">SMC Parole</td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">Bimonthly visits</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">SMC Probation Department</td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">Bimonthly visits</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Saint Vincent De Paul</td>\r\n <td valign=\"top\">17</td>\r\n <td valign=\"top\">Emergency Assistance</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">InnVision Shelter Network</td>\r\n <td valign=\"top\">17</td>\r\n <td valign=\"top\">Emergency Housing</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Second Harvest Food Bank</td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">Food</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Bread of Life</td>\r\n <td valign=\"top\">21</td>\r\n <td valign=\"top\">Emergency food assistance and support</td>\r\n </tr>\r\n</table>\r\n<p><br clear=\"all\" />\r\n</p>\r\n<p><strong>Frequently Asked Questions:</strong></p>\r\n<p><strong>How to do I get signed up for the Outpatient Program?</strong><br />\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.</p>\r\n<p><strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong><br />\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.</p>\r\n<p><strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong><br />\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.</p>','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 04:04:33','2016-01-19 04:04:33','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(139,1,'2016-01-19 04:04:50','2016-01-19 04:04:50','Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\"># PARTNER YEARS</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">COLLABORATING\r\nBRIEF</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-19 04:04:50','2016-01-19 04:04:50','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(140,1,'2016-01-19 05:14:32','2016-01-19 05:14:32','Test Des','Project 1','','inherit','closed','closed','','52-autosave-v1','','','2016-01-19 05:14:32','2016-01-19 05:14:32','',52,'http://dev.freeatlast.nimbusdesign.com/52-autosave-v1/',0,'revision','',0),(141,1,'2016-01-19 05:15:28','2016-01-19 05:15:28','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 1','','inherit','closed','closed','','52-revision-v1','','','2016-01-19 05:15:28','2016-01-19 05:15:28','',52,'http://dev.freeatlast.nimbusdesign.com/52-revision-v1/',0,'revision','',0),(142,1,'2016-01-19 05:16:51','2016-01-19 05:16:51','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 2','','inherit','closed','closed','','57-revision-v1','','','2016-01-19 05:16:51','2016-01-19 05:16:51','',57,'http://dev.freeatlast.nimbusdesign.com/57-revision-v1/',0,'revision','',0),(143,1,'2016-01-19 05:16:59','2016-01-19 05:16:59','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 3','','inherit','closed','closed','','60-revision-v1','','','2016-01-19 05:16:59','2016-01-19 05:16:59','',60,'http://dev.freeatlast.nimbusdesign.com/60-revision-v1/',0,'revision','',0),(144,1,'2016-01-19 05:17:11','2016-01-19 05:17:11','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 4','','inherit','closed','closed','','63-revision-v1','','','2016-01-19 05:17:11','2016-01-19 05:17:11','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0),(145,1,'2016-01-19 06:40:42','2016-01-19 06:40:42','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 4','The quick brown fox jumps over the lazy dog','inherit','closed','closed','','63-revision-v1','','','2016-01-19 06:40:42','2016-01-19 06:40:42','',63,'http://freeatlast.site/63-revision-v1/',0,'revision','',0),(146,1,'2016-01-19 06:51:07','2016-01-19 06:51:07','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 4','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','63-revision-v1','','','2016-01-19 06:51:07','2016-01-19 06:51:07','',63,'http://freeatlast.site/63-revision-v1/',0,'revision','',0),(147,1,'2016-01-19 06:51:24','2016-01-19 06:51:24','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 3','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','60-revision-v1','','','2016-01-19 06:51:24','2016-01-19 06:51:24','',60,'http://freeatlast.site/60-revision-v1/',0,'revision','',0),(148,1,'2016-01-19 06:51:36','2016-01-19 06:51:36','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 2','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','57-revision-v1','','','2016-01-19 06:51:36','2016-01-19 06:51:36','',57,'http://freeatlast.site/57-revision-v1/',0,'revision','',0),(149,1,'2016-01-19 06:51:48','2016-01-19 06:51:48','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Project 1','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','52-revision-v1','','','2016-01-19 06:51:48','2016-01-19 06:51:48','',52,'http://freeatlast.site/52-revision-v1/',0,'revision','',0),(150,1,'2016-01-19 07:01:50','2016-01-19 07:01:50','','logo_aaci','','inherit','open','closed','','logo_aaci','','','2016-01-19 07:01:50','2016-01-19 07:01:50','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_aaci.png',0,'attachment','image/png',0),(151,1,'2016-01-19 07:01:50','2016-01-19 07:01:50','','logo_api','','inherit','open','closed','','logo_api','','','2016-01-19 07:01:50','2016-01-19 07:01:50','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_api.jpg',0,'attachment','image/jpeg',0),(152,1,'2016-01-19 07:01:50','2016-01-19 07:01:50','','logo_bsp','','inherit','open','closed','','logo_bsp','','','2016-01-19 07:01:50','2016-01-19 07:01:50','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_bsp.jpg',0,'attachment','image/jpeg',0),(153,1,'2016-01-19 07:01:51','2016-01-19 07:01:51','','logo_canada','','inherit','open','closed','','logo_canada','','','2016-01-19 07:01:51','2016-01-19 07:01:51','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_canada.jpg',0,'attachment','image/jpeg',0),(154,1,'2016-01-19 07:01:51','2016-01-19 07:01:51','','logo_cet','','inherit','open','closed','','logo_cet','','','2016-01-19 07:01:51','2016-01-19 07:01:51','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_cet.jpg',0,'attachment','image/jpeg',0),(155,1,'2016-01-19 07:01:51','2016-01-19 07:01:51','','logo_dwc','','inherit','open','closed','','logo_dwc','','','2016-01-19 07:01:51','2016-01-19 07:01:51','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_dwc.png',0,'attachment','image/png',0),(156,1,'2016-01-19 07:01:51','2016-01-19 07:01:51','','logo_mcmc','http://midpenmedia.org','inherit','open','closed','','logo_mcmc','','','2016-03-16 02:55:44','2016-03-16 02:55:44','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_mcmc.png',0,'attachment','image/png',0),(157,1,'2016-01-19 07:01:52','2016-01-19 07:01:52','','logo_pcrc','http://pcrcweb.org','inherit','open','closed','','logo_pcrc','','','2016-03-16 02:53:44','2016-03-16 02:53:44','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_pcrc.png',0,'attachment','image/png',0),(158,1,'2016-01-19 07:01:52','2016-01-19 07:01:52','','logo_rwc','http://www.rwc2020.org','inherit','open','closed','','logo_rwc','','','2016-03-16 02:52:48','2016-03-16 02:52:48','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_rwc.png',0,'attachment','image/png',0),(159,1,'2016-01-19 07:01:52','2016-01-19 07:01:52','','logo_sas','','inherit','open','closed','','logo_sas','','','2016-01-19 07:01:52','2016-01-19 07:01:52','',0,'http://freeatlast.site/wp-content/uploads/2016/01/logo_sas.jpg',0,'attachment','image/jpeg',0),(161,1,'2016-01-25 06:48:49','2016-01-25 06:48:49','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Cassandra','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','63-revision-v1','','','2016-01-25 06:48:49','2016-01-25 06:48:49','',63,'http://freeatlast.site/63-revision-v1/',0,'revision','',0),(162,1,'2016-01-25 06:50:18','2016-01-25 06:50:18','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','JosÉ','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','60-revision-v1','','','2016-01-25 06:50:18','2016-01-25 06:50:18','',60,'http://freeatlast.site/60-revision-v1/',0,'revision','',0),(163,1,'2016-01-25 06:50:51','2016-01-25 06:50:51','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Torres','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','57-revision-v1','','','2016-01-25 06:50:51','2016-01-25 06:50:51','',57,'http://freeatlast.site/57-revision-v1/',0,'revision','',0),(164,1,'2016-01-25 06:51:37','2016-01-25 06:51:37','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Candy','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','52-revision-v1','','','2016-01-25 06:51:37','2016-01-25 06:51:37','',52,'http://freeatlast.site/52-revision-v1/',0,'revision','',0),(165,1,'2016-01-25 18:54:06','2016-01-25 18:54:06','<div class=\"slider-text\"><p>\"Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality..\"</p><p class=\"author\">.... Martin Luther King, Jr.</p></div>','Slide1','','inherit','closed','closed','','99-revision-v1','','','2016-01-25 18:54:06','2016-01-25 18:54:06','',99,'http://dev.freeatlast.nimbusdesign.com/99-revision-v1/',0,'revision','',0),(166,1,'2016-01-25 18:54:53','2016-01-25 18:54:53','<div class=\"slider-text\"><p>\"Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality.\"</p><p class=\"author\">.... Martin Luther King, Jr.</p></div>','Slide1','','inherit','closed','closed','','99-revision-v1','','','2016-01-25 18:54:53','2016-01-25 18:54:53','',99,'http://dev.freeatlast.nimbusdesign.com/99-revision-v1/',0,'revision','',0),(167,1,'2016-01-26 00:29:02','2016-01-26 00:29:02','Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table width=\"70%\" border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-26 00:29:02','2016-01-26 00:29:02','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(168,1,'2016-01-26 00:29:21','2016-01-26 00:29:21','Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table width=\"80%\" border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-26 00:29:21','2016-01-26 00:29:21','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(169,1,'2016-01-26 00:30:51','2016-01-26 00:30:51','Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table width=\"85%\" border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-26 00:30:51','2016-01-26 00:30:51','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(170,1,'2016-01-26 00:32:13','2016-01-26 00:32:13','Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table width=\"85%\" border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services','','inherit','closed','closed','','17-revision-v1','','','2016-01-26 00:32:13','2016-01-26 00:32:13','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(172,1,'2016-01-26 07:11:22','2016-01-26 07:11:22','<a class=\"btn-give\" href=\"https://svgives.razoo.com/us/story/Free-At-Last-Community-Recovery-And-Rehabilitation-Services\" target=\"_blank\">Give</a>','Home Page Slide 3 - SV Gives Campaign','','publish','closed','closed','','slide2','','','2016-03-10 15:23:08','2016-03-10 15:23:08','',0,'http://freeatlast.site/?page_id=172',0,'page','',0),(173,1,'2016-01-26 07:11:22','2016-01-26 07:11:22','','Slide2','','inherit','closed','closed','','172-revision-v1','','','2016-01-26 07:11:22','2016-01-26 07:11:22','',172,'http://freeatlast.site/172-revision-v1/',0,'revision','',0),(174,1,'2016-01-26 07:38:15','2016-01-26 07:38:15','','slide2','','inherit','open','closed','','slide2-2','','','2016-01-26 07:38:15','2016-01-26 07:38:15','',99,'http://freeatlast.site/wp-content/uploads/2015/12/slide2.jpg',0,'attachment','image/jpeg',0),(175,1,'2016-01-26 07:41:34','2016-01-26 07:41:34','<a class=\"btn-give\" href=\"https://svgives.razoo.com/us/story/Free-At-Last-Community-Recovery-And-Rehabilitation-Services\" target=\"_blank\">Give</a>','Slide2','','inherit','closed','closed','','172-revision-v1','','','2016-01-26 07:41:34','2016-01-26 07:41:34','',172,'http://freeatlast.site/172-revision-v1/',0,'revision','',0),(176,1,'2016-01-26 07:53:45','2016-01-26 07:53:45','','Slide2','','inherit','closed','closed','','172-revision-v1','','','2016-01-26 07:53:45','2016-01-26 07:53:45','',172,'http://freeatlast.site/172-revision-v1/',0,'revision','',0),(177,1,'2016-01-26 07:54:01','2016-01-26 07:54:01','<a class=\"btn-give\" href=\"https://svgives.razoo.com/us/story/Free-At-Last-Community-Recovery-And-Rehabilitation-Services\" target=\"_blank\">Give</a>','Slide2','','inherit','closed','closed','','172-revision-v1','','','2016-01-26 07:54:01','2016-01-26 07:54:01','',172,'http://freeatlast.site/172-revision-v1/',0,'revision','',0),(179,1,'2016-01-29 05:28:52','2016-01-29 05:28:52','<div class=\"slider-text2\">\r\nSurrender = Recovery\r\n</div>','Home Page Slide 2 - Lady at the Beach','','publish','closed','closed','','slide-3','','','2016-02-26 06:43:07','2016-02-26 06:43:07','',0,'http://dev.freeatlast.nimbusdesign.com/?page_id=179',0,'page','',0),(180,1,'2016-01-29 05:28:44','2016-01-29 05:28:44','','fal_slide3','','inherit','open','closed','','fal_slide3','','','2016-01-29 05:28:44','2016-01-29 05:28:44','',179,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide3.jpg',0,'attachment','image/jpeg',0),(181,1,'2016-01-29 05:28:52','2016-01-29 05:28:52','','Slide 3','','inherit','closed','closed','','179-revision-v1','','','2016-01-29 05:28:52','2016-01-29 05:28:52','',179,'http://dev.freeatlast.nimbusdesign.com/179-revision-v1/',0,'revision','',0),(182,1,'2016-01-31 04:54:17','2016-01-31 04:54:17','Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table width=\"85%\" border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-01-31 04:54:17','2016-01-31 04:54:17','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(183,1,'2016-01-31 05:00:00','2016-01-31 05:00:00','','fal_slide4','','inherit','open','closed','','fal_slide4','','','2016-01-31 05:00:00','2016-01-31 05:00:00','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide4.jpg',0,'attachment','image/jpeg',0),(184,1,'2016-01-31 05:02:11','2016-01-31 05:02:11','<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide4.jpg\" rel=\"attachment wp-att-183\"><img src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide4.jpg\" alt=\"fal_slide4\" width=\"960\" height=\"458\" class=\"alignnone size-full wp-image-183\" /></a>Since its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table width=\"85%\" border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-01-31 05:02:11','2016-01-31 05:02:11','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(185,1,'2016-01-31 05:05:00','2016-01-31 05:05:00','Free At Last is governed by a Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Board is make up of community members and reflects the racial diversity of our community.\r\n\r\n<strong>The board members are: </strong>\r\n<ul>\r\n <li><strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\r\n <li><strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\r\n <li><strong>Janet Thomas</strong>, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\r\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\r\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\r\n <li><strong>Dorsey Nunn</strong>, Member (Co-Founder of Free At Last, the Executive Director of Legal Services for Prisoners with Children (LSPC) and well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\" target=\"_blank\">ban the box</a> campaign.)</li>\r\n</ul>','Board of Directors','','publish','closed','closed','','board-of-directors','','','2016-03-31 14:44:53','2016-03-31 14:44:53','',15,'http://dev.freeatlast.nimbusdesign.com/?page_id=185',1,'page','',0),(186,1,'2016-01-31 05:05:00','2016-01-31 05:05:00','','Board of Directors','','inherit','closed','closed','','185-revision-v1','','','2016-01-31 05:05:00','2016-01-31 05:05:00','',185,'http://dev.freeatlast.nimbusdesign.com/185-revision-v1/',0,'revision','',0),(187,1,'2016-02-05 04:34:02','2016-02-05 04:34:02','Free At Last is governed by a five-member Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Boards racial/ethnic make-up is 80% Black/African American and 20% Hispanic/Latino.\n\n<strong>The board members are: </strong>\n<ul>\n <li>Vicki Smothers, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s 5-member Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\n <li>Robert Hoover, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\n <li>Janet Thomas, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\n</ul>','Board of Directors','','inherit','closed','closed','','185-autosave-v1','','','2016-02-05 04:34:02','2016-02-05 04:34:02','',185,'http://dev.freeatlast.nimbusdesign.com/185-autosave-v1/',0,'revision','',0),(188,1,'2016-01-31 05:10:31','2016-01-31 05:10:31','<strong>Independent Audit:</strong>\r\n\r\nA Federal Regulation OMB133 independent audit has been completed each year since inception without correction. Our audit verifies that ninety-two percent of the funds received are used for direct services.','Fiscal Responsibility','','draft','closed','closed','','fiscal-responsibility','','','2016-02-23 16:36:36','2016-02-23 16:36:36','',15,'http://dev.freeatlast.nimbusdesign.com/?page_id=188',0,'page','',0),(189,1,'2016-01-31 05:10:31','2016-01-31 05:10:31','<strong>Independent Audit:</strong>\r\n\r\n<span style=\"font-weight: 400;\">A Federal Regulation OMB133 independent audit has been completed each year since inception without correction. </span>\r\n\r\n<span style=\"font-weight: 400;\">Our audit verifies that ninety-two percent of the funds received are used for direct services.</span>','Fiscal Responsibility','','inherit','closed','closed','','188-revision-v1','','','2016-01-31 05:10:31','2016-01-31 05:10:31','',188,'http://dev.freeatlast.nimbusdesign.com/188-revision-v1/',0,'revision','',0),(190,1,'2016-01-31 05:12:25','2016-01-31 05:12:25','<strong>Independent Audit:</strong>\r\n\r\nA Federal Regulation OMB133 independent audit has been completed each year since inception without correction. Our audit verifies that ninety-two percent of the funds received are used for direct services.','Fiscal Responsibility','','inherit','closed','closed','','188-revision-v1','','','2016-01-31 05:12:25','2016-01-31 05:12:25','',188,'http://dev.freeatlast.nimbusdesign.com/188-revision-v1/',0,'revision','',0),(192,1,'2016-01-31 05:19:59','2016-01-31 05:19:59','<strong>Free At Last’s FY 2014-15 Financial Donors</strong>\r\n<ol>\r\n <li>San Mateo County, Behavioral Health and Recovery Services</li>\r\n <li>1 East Palo Alto</li>\r\n <li>Philanthropic Ventures Foundation</li>\r\n <li>Rebuilding Together Peninsula</li>\r\n <li>Silicon Valley Community Foundation (SVCF)</li>\r\n <li>Atkinson Foundation</li>\r\n <li>Bay Area Black United Fund</li>\r\n <li>Commercial Casework, Inc.</li>\r\n <li>Wilson, Sonsini, Goodrich & Rosati</li>\r\n <li>Stanford Memorial Church and Members</li>\r\n <li>Heritage Bank of Commerce</li>\r\n <li>Palo Alto Medical Foundation</li>\r\n <li>Peery Family Fund</li>\r\n <li>Saint Joseph\'s Health System</li>\r\n <li>The Maidenherren Fund of the SVCF</li>\r\n <li>Castellano Family Foundation</li>\r\n <li>Ericsson Employee Engagement Fund of the SVCF</li>\r\n <li>Lyngso Garden Materials, Inc.</li>\r\n <li>First National Bank of Northern California</li>\r\n <li>Master Gardeners Association</li>\r\n <li>Taproot Foundation</li>\r\n <li>Kara</li>\r\n</ol>\r\n \r\n\r\n<strong>Free At Last’s FY 2014-15 Individual Donors and In-Kind Supportors</strong>\r\n<ol>\r\n <li>Frank J. Omowale Satterwhite</li>\r\n <li>Michael Edell</li>\r\n <li>Kathleen Alexander</li>\r\n <li>Owen Byrd</li>\r\n <li>Yvonne Frazier</li>\r\n <li>Jane and Clem Molony</li>\r\n <li>Reverend Mary Frazier</li>\r\n <li>Dorsey Nunn</li>\r\n <li>Duane Bay</li>\r\n <li>Rose Jacob Gibson</li>\r\n <li>Krys Giang</li>\r\n <li>Rodney Mason</li>\r\n <li>Ken Rhoads</li>\r\n <li>Joe Sweeting</li>\r\n <li>Fran Wagstaff</li>\r\n <li>Susan Martin and John Doyle</li>\r\n <li>Tom Presta</li>\r\n</ol>\r\n ','Sponsors and Partners','','publish','closed','closed','','sponsors-and-partners','','','2016-03-22 05:10:34','2016-03-22 05:10:34','',15,'http://dev.freeatlast.nimbusdesign.com/?page_id=192',0,'page','',0),(193,1,'2016-01-31 05:16:49','2016-01-31 05:16:49','Free At Last has received funding from the following supporters during our history:\r\n<strong>Foundations:</strong>\r\nAtkinson Foundation\r\nBothin Foundation\r\nCalifornia Wellness\r\nCallison Foundation\r\nCharles Schwab Family Foundation\r\nSilicon Valley Community Foundation\r\nGabilan Foundation\r\nGrousbeck Family Foundation\r\nLevi Strauss Foundation\r\nMorgridge Family Foundation\r\nMorris Stulsaft Foundation\r\nOpen Society Institute\r\nPackard Foundation\r\nPalo Alto Fund\r\nPalo Alto Weekly Fund\r\nPeninsula Community Foundation\r\nPublic Welfare Foundation\r\nSand Hill Foundation\r\nValley Foundation\r\nWells Fargo Foundation\r\n<strong>Corporations:</strong>\r\nAdaptec\r\nAdobe Systems\r\nAlza Corporation\r\nApplied Materials\r\nCisco Systems\r\nFaceBook Community Fund\r\nHewlett-Packard\r\nNetscape\r\nPacific Bell\r\nRudolph & Sletten\r\nSan Jose Mercury News\r\nSilicon Graphics\r\nSun Microsystems\r\nSynopsys','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-01-31 05:16:49','2016-01-31 05:16:49','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(194,1,'2016-01-31 05:18:32','2016-01-31 05:18:32','Free At Last has received funding from the following supporters during our history:\r\n\r\n<strong>Foundations:</strong>\r\nAtkinson Foundation\r\nBothin Foundation\r\nCalifornia Wellness\r\nCallison Foundation\r\nCharles Schwab Family Foundation\r\nSilicon Valley Community Foundation\r\nGabilan Foundation\r\nGrousbeck Family Foundation\r\nLevi Strauss Foundation\r\nMorgridge Family Foundation\r\nMorris Stulsaft Foundation\r\nOpen Society Institute\r\nPackard Foundation\r\nPalo Alto Fund\r\nPalo Alto Weekly Fund\r\nPeninsula Community Foundation\r\nPublic Welfare Foundation\r\nSand Hill Foundation\r\nValley Foundation\r\nWells Fargo Foundation\r\n\r\n<strong>Corporations:</strong>\r\nAdaptec\r\nAdobe Systems\r\nAlza Corporation\r\nApplied Materials\r\nCisco Systems\r\nFaceBook Community Fund\r\nHewlett-Packard\r\nNetscape\r\nPacific Bell\r\nRudolph & Sletten\r\nSan Jose Mercury News\r\nSilicon Graphics\r\nSun Microsystems\r\nSynopsys\r\n\r\n ','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-01-31 05:18:32','2016-01-31 05:18:32','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(196,1,'2016-01-31 05:24:39','2016-01-31 05:24:39','Free At Last is governed by a five-member Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Boards racial/ethnic make-up is 80% Black/African American and 20% Hispanic/Latino.\r\n<strong>The board members are: </strong>\r\n\r\n<strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s 5-member Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.\r\n\r\n<strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)\r\nJanet Thomas, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)\r\n\r\n<strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)\r\nJose Capistran, Member (Steel Burner, R.E. Bormann’s Steel)\r\n\r\n \r\n\r\n<strong>Free At Last has received funding from the following supporters during our history:</strong>\r\n\r\n \r\n\r\n<strong>Foundations:</strong>\r\nAtkinson Foundation\r\nBothin Foundation\r\nCalifornia Wellness\r\nCallison Foundation\r\nCharles Schwab Family Foundation\r\nSilicon Valley Community Foundation\r\nGabilan Foundation\r\nGrousbeck Family Foundation\r\nLevi Strauss Foundation\r\nMorgridge Family Foundation\r\nMorris Stulsaft Foundation\r\nOpen Society Institute\r\nPackard Foundation\r\nPalo Alto Fund\r\nPalo Alto Weekly Fund\r\nPeninsula Community Foundation\r\nPublic Welfare Foundation\r\nSand Hill Foundation\r\nValley Foundation\r\nWells Fargo Foundation\r\n\r\n<strong>Corporations:</strong>\r\nAdaptec\r\nAdobe Systems\r\nAlza Corporation\r\nApplied Materials\r\nCisco Systems\r\nFaceBook Community Fund\r\nHewlett-Packard\r\nNetscape\r\nPacific Bell\r\nRudolph & Sletten\r\nSan Jose Mercury News\r\nSilicon Graphics\r\nSun Microsystems\r\nSynopsys\r\n\r\n ','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-01-31 05:24:39','2016-01-31 05:24:39','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(197,1,'2016-02-01 03:11:45','2016-02-01 03:11:45','<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide4.jpg\" rel=\"attachment wp-att-183\"><img class=\"alignnone size-full wp-image-183\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide4.jpg\" alt=\"fal_slide4\" width=\"960\" height=\"458\" /></a>\r\n\r\n<div class=\"intro\">\r\n<p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n</p>\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n</div>\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-02-01 03:11:45','2016-02-01 03:11:45','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(198,1,'2016-02-01 03:16:32','2016-02-01 03:16:32','','pho_gerardo','','inherit','open','closed','','pho_gerardo','','','2016-02-01 03:16:32','2016-02-01 03:16:32','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg',0,'attachment','image/jpeg',0),(199,1,'2016-02-01 03:20:32','2016-02-01 03:20:32','<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide4.jpg\" rel=\"attachment wp-att-183\"><img class=\"alignnone size-full wp-image-183\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/01/fal_slide4.jpg\" alt=\"fal_slide4\" width=\"960\" height=\"458\" /></a>\r\n<div class=\"intro\">\r\n\r\n<img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />\r\n\r\n<p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.</p>\r\n\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n<p class=\"name\">...Gerardo</p>\r\n</div>\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-02-01 03:20:32','2016-02-01 03:20:32','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(200,1,'2016-02-01 03:47:18','2016-02-01 03:47:18','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" /><p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.</p>\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n<p class=\"name\">...Gerardo</p>\r\n</div>\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-02-01 03:47:18','2016-02-01 03:47:18','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(201,1,'2016-02-01 03:53:16','2016-02-01 03:53:16','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" /><p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.</p>\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n<p class=\"name\">...Gerardo</p>\r\n</div>\r\n<div class=\"clear\"></div>\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-02-01 03:53:16','2016-02-01 03:53:16','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(202,1,'2016-02-01 03:53:48','2016-02-01 03:53:48','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" /><p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.</p>\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n<p class=\"name\">...Gerardo</p>\r\n<div class=\"clear\"></div>\r\n</div>\r\n<div class=\"clear\"></div>\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-02-01 03:53:48','2016-02-01 03:53:48','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(203,1,'2016-02-01 03:53:59','2016-02-01 03:53:59','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" /><p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.</p>\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n<p class=\"name\">...Gerardo</p>\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish every day of the year.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental meet monthly</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-02-01 03:53:59','2016-02-01 03:53:59','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(205,1,'2016-02-01 07:09:55','2016-02-01 07:09:55',' ','','','publish','closed','closed','','205','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',15,'http://dev.freeatlast.nimbusdesign.com/?p=205',4,'nav_menu_item','',0),(207,1,'2016-02-01 07:09:55','2016-02-01 07:09:55',' ','','','publish','closed','closed','','207','','','2016-02-05 04:23:30','2016-02-05 04:23:30','',15,'http://dev.freeatlast.nimbusdesign.com/?p=207',5,'nav_menu_item','',0),(208,1,'2016-02-05 04:13:58','2016-02-05 04:13:58','Free At Last has a strong, ethnically diverse, professional staff and board that reflect the diversity of the community. There are 8 full-time staff and 14 part-time staff that reflect the community’s race and ethnic make-up. The vast majority of the staff is in recovery and, therefore, is particularly sensitive to the needs of our clients.\r\n<ul>\r\n <li><strong>Susan Cortopassi</strong>, Chief Executive Officer since 2013, provides leadership and diligently manages with limited financial resources by cultivating and securing in-kind resources. Under her leadership, she has ensured that all deliverables to funding sources and agencies are being met. She has assembled a team of pro bono consultants and advisors, including former East Palo Alto mayors, to provide fundraising and managerial counsel.</li>\r\n <li><strong>Gerardo Barragan</strong>, Chief Operating Officer, has served the organization for over 21 years. He and his staff team provide outstanding education, outreach and case management services to a culturally diverse multi-lingual client population.</li>\r\n <li><strong>Mele “Fane” Finau</strong>, Director of Finance</li>\r\n <li><strong>Fou Malimali</strong>, Accounts Payable/Receivable</li>\r\n <li><strong>Randy Chambers</strong>, Men’s Residential Director</li>\r\n <li><strong>Cassandra Julian</strong>, Women’s Residential Counselor</li>\r\n <li><strong>Alvin Hall</strong>, Director of Transitional Housing</li>\r\n <li><strong>Toni Jackson</strong>, Outpatient Counselor</li>\r\n <li><strong>Liz Mendoza</strong>, Program Administrator</li>\r\n <li><strong>Candy Howard & Saul Barajas</strong>, Outreach Team</li>\r\n</ul>','Staff','','draft','closed','closed','','staff','','','2016-02-23 16:37:08','2016-02-23 16:37:08','',15,'http://dev.freeatlast.nimbusdesign.com/?page_id=208',0,'page','',0),(209,1,'2016-02-05 04:13:58','2016-02-05 04:13:58','','Staff','','inherit','closed','closed','','208-revision-v1','','','2016-02-05 04:13:58','2016-02-05 04:13:58','',208,'http://dev.freeatlast.nimbusdesign.com/208-revision-v1/',0,'revision','',0),(210,1,'2016-02-05 04:15:15','2016-02-05 04:15:15','','Anniversaries and Awards','','draft','closed','closed','','anniversaries-and-awards','','','2016-02-23 17:03:31','2016-02-23 17:03:31','',0,'http://dev.freeatlast.nimbusdesign.com/?page_id=210',0,'page','',0),(211,1,'2016-02-05 04:15:15','2016-02-05 04:15:15','','Anniversaries and Awards','','inherit','closed','closed','','210-revision-v1','','','2016-02-05 04:15:15','2016-02-05 04:15:15','',210,'http://dev.freeatlast.nimbusdesign.com/210-revision-v1/',0,'revision','',0),(214,1,'2016-02-05 04:27:20','2016-02-05 04:27:20','Free At Last has a strong, ethnically diverse, professional staff and board that reflect the diversity of the community. There are 8 full-time staff and 14 part-time staff that reflect the community’s race and ethnic make-up. The vast majority of the staff is in recovery and, therefore, is particularly sensitive to the needs of our clients.','Staff','','inherit','closed','closed','','208-revision-v1','','','2016-02-05 04:27:20','2016-02-05 04:27:20','',208,'http://dev.freeatlast.nimbusdesign.com/208-revision-v1/',0,'revision','',0),(215,1,'2016-02-05 04:30:41','2016-02-05 04:30:41','Free At Last has a strong, ethnically diverse, professional staff and board that reflect the diversity of the community. There are 8 full-time staff and 14 part-time staff that reflect the community’s race and ethnic make-up. The vast majority of the staff is in recovery and, therefore, is particularly sensitive to the needs of our clients.\n<ul>\n <li><strong>Susan Cortopassi</strong>, Chief Executive Officer since 2013, provides leadership and diligently manages with limited financial resources by cultivating and securing in-kind resources. Under her leadership, she has ensured that all deliverables to funding sources and agencies are being met. She has assembled a team of pro bono consultants and advisors, including former East Palo Alto mayors, to provide fundraising and managerial counsel.</li>\n <li><strong>Gerardo Barragan</strong>, Chief Operating Officer, has served the organization for over 21 years. He and his staff team provide outstanding education, outreach and case management services to a culturally diverse multi-lingual client population.</li>\n <li><strong>Mele “Fane” Finau</strong>, Director of Finance</li>\n <li>Fou Malimali, Accounts Payable/Receivable</li>\n <li>Randy Chambers, Men’s Residential Director</li>\n <li>Cassandra Julian, Women’s Residential Counselor</li>\n <li>Alvin Hall, Director of Transitional Housing\nToni Jackson, Outpatient Counselor\nLiz Mendoza, Program Administrator\nCandy Howard & Saul Barajas, Outreach Team</li>\n</ul>','Staff','','inherit','closed','closed','','208-autosave-v1','','','2016-02-05 04:30:41','2016-02-05 04:30:41','',208,'http://dev.freeatlast.nimbusdesign.com/208-autosave-v1/',0,'revision','',0),(216,1,'2016-02-05 04:29:40','2016-02-05 04:29:40','Free At Last has a strong, ethnically diverse, professional staff and board that reflect the diversity of the community. There are 8 full-time staff and 14 part-time staff that reflect the community’s race and ethnic make-up. The vast majority of the staff is in recovery and, therefore, is particularly sensitive to the needs of our clients.\r\n<ul>\r\n <li><strong>Susan Cortopassi</strong>, Chief Executive Officer since 2013, provides leadership and diligently manages with limited financial resources by cultivating and securing in-kind resources. Under her leadership, she has ensured that all deliverables to funding sources and agencies are being met. She has assembled a team of pro bono consultants and advisors, including former East Palo Alto mayors, to provide fundraising and managerial counsel.</li>\r\n <li><strong>Gerardo Barragan</strong>, Chief Operating Officer, has served the organization for over 21 years. He and his staff team provide outstanding education, outreach and case management services to a culturally diverse multi-lingual client population.</li>\r\n <li><strong>Mele “Fane” Finau</strong>, Director of Finance</li>\r\n</ul>','Staff','','inherit','closed','closed','','208-revision-v1','','','2016-02-05 04:29:40','2016-02-05 04:29:40','',208,'http://dev.freeatlast.nimbusdesign.com/208-revision-v1/',0,'revision','',0),(217,1,'2016-02-05 04:31:26','2016-02-05 04:31:26','Free At Last has a strong, ethnically diverse, professional staff and board that reflect the diversity of the community. There are 8 full-time staff and 14 part-time staff that reflect the community’s race and ethnic make-up. The vast majority of the staff is in recovery and, therefore, is particularly sensitive to the needs of our clients.\r\n<ul>\r\n <li><strong>Susan Cortopassi</strong>, Chief Executive Officer since 2013, provides leadership and diligently manages with limited financial resources by cultivating and securing in-kind resources. Under her leadership, she has ensured that all deliverables to funding sources and agencies are being met. She has assembled a team of pro bono consultants and advisors, including former East Palo Alto mayors, to provide fundraising and managerial counsel.</li>\r\n <li><strong>Gerardo Barragan</strong>, Chief Operating Officer, has served the organization for over 21 years. He and his staff team provide outstanding education, outreach and case management services to a culturally diverse multi-lingual client population.</li>\r\n <li><strong>Mele “Fane” Finau</strong>, Director of Finance</li>\r\n <li><strong>Fou Malimali</strong>, Accounts Payable/Receivable</li>\r\n <li><strong>Randy Chambers</strong>, Men’s Residential Director</li>\r\n <li><strong>Cassandra Julian</strong>, Women’s Residential Counselor</li>\r\n <li><strong>Alvin Hall</strong>, Director of Transitional Housing</li>\r\n <li><strong>Toni Jackson</strong>, Outpatient Counselor</li>\r\n <li><strong>Liz Mendoza</strong>, Program Administrator</li>\r\n <li><strong>Candy Howard & Saul Barajas</strong>, Outreach Team</li>\r\n</ul>','Staff','','inherit','closed','closed','','208-revision-v1','','','2016-02-05 04:31:26','2016-02-05 04:31:26','',208,'http://dev.freeatlast.nimbusdesign.com/208-revision-v1/',0,'revision','',0),(218,1,'2016-02-05 04:33:01','2016-02-05 04:33:01','Free At Last is governed by a five-member Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Boards racial/ethnic make-up is 80% Black/African American and 20% Hispanic/Latino.','Board of Directors','','inherit','closed','closed','','185-revision-v1','','','2016-02-05 04:33:01','2016-02-05 04:33:01','',185,'http://dev.freeatlast.nimbusdesign.com/185-revision-v1/',0,'revision','',0),(219,1,'2016-02-05 04:34:33','2016-02-05 04:34:33','Free At Last is governed by a five-member Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Boards racial/ethnic make-up is 80% Black/African American and 20% Hispanic/Latino.\r\n\r\n<strong>The board members are: </strong>\r\n<ul>\r\n <li><strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s 5-member Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\r\n <li><strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\r\n <li><strong>Janet Thomas</strong>, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\r\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\r\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\r\n</ul>','Board of Directors','','inherit','closed','closed','','185-revision-v1','','','2016-02-05 04:34:33','2016-02-05 04:34:33','',185,'http://dev.freeatlast.nimbusdesign.com/185-revision-v1/',0,'revision','',0),(222,2,'2016-02-13 23:28:06','2016-02-13 23:28:06','','Screen Shot 2016-02-13 at 10.40.25 AM','','inherit','open','closed','','screen-shot-2016-02-13-at-10-40-25-am','','','2016-02-13 23:28:06','2016-02-13 23:28:06','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png',0,'attachment','image/png',0),(223,2,'2016-02-13 23:28:08','2016-02-13 23:28:08','','Rev Mary Faiser','','inherit','open','closed','','screen-shot-2016-02-13-at-10-39-38-am','','','2016-02-13 23:29:39','2016-02-13 23:29:39','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png',0,'attachment','image/png',0),(224,2,'2016-02-13 23:28:12','2016-02-13 23:28:12','','Dancing','','inherit','open','closed','','screen-shot-2016-02-13-at-10-39-22-am','','','2016-02-13 23:28:43','2016-02-13 23:28:43','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png',0,'attachment','image/png',0),(227,2,'2016-02-13 23:38:57','2016-02-13 23:38:57','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\n\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\n\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\n\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\n\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\n\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\n\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\n\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\n\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\n\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me soo much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\n\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','Cassandra','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','63-autosave-v1','','','2016-02-13 23:38:57','2016-02-13 23:38:57','',63,'http://dev.freeatlast.nimbusdesign.com/63-autosave-v1/',0,'revision','',0),(228,2,'2016-02-13 23:36:57','2016-02-13 23:36:57','','Casandra Family','','inherit','open','closed','','casandra-family','','','2016-02-13 23:36:57','2016-02-13 23:36:57','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png',0,'attachment','image/png',0),(229,2,'2016-02-13 23:37:54','2016-02-13 23:37:54','<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me soo much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','The Intergenerational Success Story of Cassandra and Shareika','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','63-revision-v1','','','2016-02-13 23:37:54','2016-02-13 23:37:54','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0),(230,2,'2016-02-13 23:39:12','2016-02-13 23:39:12','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\r\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me soo much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','Cassandra','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','63-revision-v1','','','2016-02-13 23:39:12','2016-02-13 23:39:12','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0),(231,2,'2016-01-20 23:42:17','2016-01-20 23:42:17','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" rel=\"attachment wp-att-236\"><img class=\"size-full wp-image-236 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" alt=\"Screen Shot 2016-02-13 at 3.47.07 PM\" width=\"149\" height=\"117\" /></a></span>\r\n\r\n<span style=\"font-weight: 400;\"><strong>19 Jan 2016</strong> - Free At Last (FAL) has a lot to look forward to in 2016. FAL has a new website and it has been made possible in part by a grant from the Community Opportunity Fund grant making strategy of </span><a href=\"http://www.siliconvalleycf.org/\"><span style=\"font-weight: 400;\">Silicon Valley Community Foundation</span></a><span style=\"font-weight: 400;\">. Diligently worked into shape by Arturo Samayoa at </span><a href=\"http://www.nimbusdesign.com/\"><span style=\"font-weight: 400;\">Nimbus Designs</span></a><span style=\"font-weight: 400;\">, the FAL website at </span><a href=\"http://freeatlast.org\"><span style=\"font-weight: 400;\">freeatlast.org</span></a><span style=\"font-weight: 400;\"> has finally received a long overdue makeover. Sue Cortopassi, FAL’s current CEO, is extremely happy with the outcome. “This new site will help us share client success stories and the good work we are doing for the under-served populations in and around East Palo Alto. It will help FAL revitalize past relationships and develop new ones.” She shares, with a gleam in her eye.</span>\r\n\r\nWhen asked why this was so important to FAL, she clarifies the need to diversify FAL’s funding base as part of long-term financial sustainability. She also highlights the need for staff development resources and her hope to pay above minimum wage to mentor her staff. In Silicon Valley today, with its highly marked up living expenses, minimum wage is indeed far from sufficient for a comfortable life.\r\n\r\n<span style=\"font-weight: 400;\">In addition to new funding and staff development efforts, FAL looks forward to additional highly anticipated </span><a href=\"http://www.dhcs.ca.gov/services/adp/Pages/default.aspx\"><span style=\"font-weight: 400;\">Drug Medi-Cal Treatment</span></a><span style=\"font-weight: 400;\"> Certifications for its residential programs. These certifications along with the already existing certifications for FAL’s Outpatient Drug Free programs will add government recognition and approval to the already powerful, successful stories coming out of FAL.</span>\r\n\r\n<span style=\"font-weight: 400;\">\r\n<span style=\"font-weight: 400;\">Last, but not least, FAL looks forward to producing many more successful batches of graduates from its rehabilitation programs this year. With graduations every other month, FAL’s clients are well on their way to achieving this!</span>\r\n</span>','Kicking off 2016 with Gusto','','publish','closed','closed','','kicking-off-2016-with-gusto','','','2016-04-25 05:19:04','2016-04-25 05:19:04','',0,'http://dev.freeatlast.nimbusdesign.com/?p=231',0,'post','',0),(232,2,'2016-02-01 23:46:09','2016-02-01 23:46:09','<span style=\"font-weight: 400;\"><strong>30 Jan 2016</strong> - Every year starting in the Fall and leading up to the Friday before Martin Luther King’s Day in January, the FAL office hums with excitement and anxiety. “Our anniversary celebrations are a big deal for us to celebrate our history and success.” Shares Sue Cortopassi, FAL’s current CEO. This year, as FAL’s 22nd anniversary neared, it was no different. There were flyers to be posted, local newspapers to be informed and the agenda to be set. But, most importantly, the 2016 David Lewis award winner had to be chosen by the FAL Board.</span>\r\n\r\n[caption id=\"attachment_224\" align=\"alignleft\" width=\"92\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\" rel=\"attachment wp-att-224\"><img class=\"wp-image-224\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM-138x300.png\" alt=\"Dancing\" width=\"92\" height=\"200\" /></a> Cultural festivities.[/caption]\r\n\r\nDavid Lewis was a nationally recognized educator and leader in the field of substance abuse recovery and prisoner rehabilitation. He co-founded FAL in 1993 in order to address the drug and violence issues in East Palo Alto in the 90s. When he passed away in 2010, he left behind a legacy of community-powered self-healing and hope. Today, FAL honors that legacy every year through the David Lewis award. Previous recipients of the award included Vicki Smothers (co-founder and board member of FAL), Robert Hoover (board member of FAL) and Priya Haji (tech entrepreneur, co-founder and first CEO of FAL). Keeping the spirit alive, the 2016 award recipient was Dorsey Nunn, the Executive Director of LSPC (Legal Services for Prisoners with Children) well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\">ban the box</a> campaign. <span style=\"font-weight: 400;\">As the award recipient, as a co-founder of FAL and as a current board member, his participation in the anniversary celebrations was eagerly anticipated.</span>\r\n\r\nThe day of the 22nd FAL anniversary celebrations was Friday the 29th of January 2016. The venue was the room usually used for 12-step meetings. It however, transformed into a beautiful large event room for a group of hundred and fifty enthusiastic people dressed for the occasion. The crowd included recent FAL program grads, alumni, partners, friends, family, FAL staff, FAL board, local officials and other well-wishers. The celebrations were kicked off with hors d\'oeuvres and several American and international dance performances by FAL clients, supporters and friends.\r\n\r\n[caption id=\"attachment_222\" align=\"alignleft\" width=\"156\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\" rel=\"attachment wp-att-222\"><img class=\"wp-image-222\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM-300x242.png\" alt=\"\" width=\"156\" height=\"126\" /></a> Dorsey Nunn[/caption]\r\n\r\n[caption id=\"attachment_223\" align=\"alignright\" width=\"146\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\" rel=\"attachment wp-att-223\"><img class=\"wp-image-223\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM-300x277.png\" alt=\"Rev Mary Faiser\" width=\"146\" height=\"135\" /></a> Rev Mary Faiser[/caption]\r\n\r\nShortly after the colorful dance routines, Rev. Mary Fraiser, the founder of East Palo Alto’s Bread of Life Worship Center addressed the crowd. A graduate of Rhema Bible training center, Rev. Mary Fraiser, founded this organization to focus on prison and hospital outreach. Soon, Dorsey Nunn took to the podium to continue the words of wisdom, inspiration and recognition of the milestones achieved by the audience and the local community. The night’s events ended with a 12 step meeting as a way to put to action the encouragement and support received from all directions.','FAL’s 22nd Anniversary Celebrations','','publish','closed','closed','','fals-22nd-anniversary-celebrations','','','2016-03-31 04:12:25','2016-03-31 04:12:25','',0,'http://dev.freeatlast.nimbusdesign.com/?p=232',0,'post','',0),(233,2,'2016-02-13 23:45:13','2016-02-13 23:45:13','<span style=\"font-weight: 400;\">Every year starting in the Fall and leading up to Martin Luther King Day in January, the FAL office hums with excitement and anxiety. “Our anniversary celebrations are a big deal for us and they are always around MLK day.” Shares Sue Cortopassi, FAL’s current CEO. This year, as FAL’s 22nd anniversary neared, it was no different. There were flyers to be posted, local newspapers to be informed, the venue to be decided on and the agenda to be set. But, most importantly, the 2016 David Lewis award winner had to be chosen by the staff and board of FAL.</span>\r\n\r\n[caption id=\"attachment_224\" align=\"alignleft\" width=\"92\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\" rel=\"attachment wp-att-224\"><img class=\"wp-image-224\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM-138x300.png\" alt=\"Dancing\" width=\"92\" height=\"200\" /></a> Cultural festivities.[/caption]\r\n\r\n<span style=\"font-weight: 400;\">David Lewis was a nationally recognized educator and leader in the field of substance abuse recovery and prisoner rehabilitation. He cofounded FAL in 1994 in order to address the drug and violence issues in East Palo Alto in the 90s. When he passed away in 2010, he left behind of a legacy of community-powered self-healing and hope. Today, FAL honors that legacy every year through the David Lewis award. Previous recipients of the award included Vicki Smothers, co-founder and board members of FAL and Priya Haji, tech entrepreneur, co-founder and first CEO of FAL. Keeping the spirit alive, the 2016 award recipient was Dorsey Nunn, the executive director of LSPC (Legal Services for Prisoners with Children) well known for his work towards the national </span><a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\"><span style=\"font-weight: 400;\">ban the box</span></a><span style=\"font-weight: 400;\"> campaign. His participation in the anniversary celebrations was eagerly anticipated.</span>\r\n\r\n[caption id=\"attachment_223\" align=\"alignright\" width=\"154\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\" rel=\"attachment wp-att-223\"><img class=\"wp-image-223\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM-300x277.png\" alt=\"\" width=\"154\" height=\"142\" /></a> Rev. Mary Fraiser[/caption]\r\n\r\nThe day of the 22nd FAL anniversary celebrations was Monday the 29th of January 2016. The venue was the room usually used for 12-step meetings. It however, transformed into a beautiful large event room for a group of hundred and fifty enthusiastic people dressed for the occasion. The crowd included recent FAL program grads, alumni, partners, friends, family, FAL staff, FAL board, local officials and other well-wishers. The celebrations were kicked off with hors d\'oeuvres and several American and international dance performances by FAL clients, supporters and friends.\r\n\r\n<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\" rel=\"attachment wp-att-222\"><img class=\"wp-image-222 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM-300x242.png\" alt=\"Screen Shot 2016-02-13 at 10.40.25 AM\" width=\"156\" height=\"126\" /></a>Shortly after the colorful dance routines, Rev. Mary Fraiser, the founder of East Palo Alto’s Bread of Life Worship Center addressed the crowd. A graduate of Rhema Bible training center she founded the organization to focus on prison and hospital outreach. Soon, Dorsey Nunn took to the podium to continue the words of wisdom, inspiration and recognition of the milestones achieved by the audience and the local community. The night’s events ended with a 12 step program session as a way to put to action the encouragement and support received from all directions.</span>','FAL’s 22nd Anniversary Celebrations','','inherit','closed','closed','','232-revision-v1','','','2016-02-13 23:45:13','2016-02-13 23:45:13','',232,'http://dev.freeatlast.nimbusdesign.com/232-revision-v1/',0,'revision','',0),(234,2,'2016-02-13 23:46:09','2016-02-13 23:46:09','<span style=\"font-weight: 400;\">Every year starting in the Fall and leading up to Martin Luther King Day in January, the FAL office hums with excitement and anxiety. “Our anniversary celebrations are a big deal for us and they are always around MLK day.” Shares Sue Cortopassi, FAL’s current CEO. This year, as FAL’s 22nd anniversary neared, it was no different. There were flyers to be posted, local newspapers to be informed, the venue to be decided on and the agenda to be set. But, most importantly, the 2016 David Lewis award winner had to be chosen by the staff and board of FAL.</span>\r\n\r\n[caption id=\"attachment_224\" align=\"alignleft\" width=\"92\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\" rel=\"attachment wp-att-224\"><img class=\"wp-image-224\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM-138x300.png\" alt=\"Dancing\" width=\"92\" height=\"200\" /></a> Cultural festivities.[/caption]\r\n\r\n<span style=\"font-weight: 400;\">David Lewis was a nationally recognized educator and leader in the field of substance abuse recovery and prisoner rehabilitation. He cofounded FAL in 1994 in order to address the drug and violence issues in East Palo Alto in the 90s. When he passed away in 2010, he left behind of a legacy of community-powered self-healing and hope. Today, FAL honors that legacy every year through the David Lewis award. Previous recipients of the award included Vicki Smothers, co-founder and board members of FAL and Priya Haji, tech entrepreneur, co-founder and first CEO of FAL. Keeping the spirit alive, the 2016 award recipient was Dorsey Nunn, the executive director of LSPC (Legal Services for Prisoners with Children) well known for his work towards the national </span><a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\"><span style=\"font-weight: 400;\">ban the box</span></a><span style=\"font-weight: 400;\"> campaign. His participation in the anniversary celebrations was eagerly anticipated.</span>\r\n\r\n[caption id=\"attachment_223\" align=\"alignright\" width=\"154\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\" rel=\"attachment wp-att-223\"><img class=\"wp-image-223\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM-300x277.png\" alt=\"\" width=\"154\" height=\"142\" /></a> Rev. Mary Fraiser[/caption]\r\n\r\nThe day of the 22nd FAL anniversary celebrations was Monday the 29th of January 2016. The venue was the room usually used for 12-step meetings. It however, transformed into a beautiful large event room for a group of hundred and fifty enthusiastic people dressed for the occasion. The crowd included recent FAL program grads, alumni, partners, friends, family, FAL staff, FAL board, local officials and other well-wishers. The celebrations were kicked off with hors d\'oeuvres and several American and international dance performances by FAL clients, supporters and friends.\r\n\r\n[caption id=\"attachment_222\" align=\"alignleft\" width=\"156\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\" rel=\"attachment wp-att-222\"><img class=\"wp-image-222\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM-300x242.png\" alt=\"\" width=\"156\" height=\"126\" /></a> Dorsey Nunn[/caption]\r\n\r\n<span style=\"font-weight: 400;\">Shortly after the colorful dance routines, Rev. Mary Fraiser, the founder of East Palo Alto’s Bread of Life Worship Center addressed the crowd. A graduate of Rhema Bible training center she founded the organization to focus on prison and hospital outreach. Soon, Dorsey Nunn took to the podium to continue the words of wisdom, inspiration and recognition of the milestones achieved by the audience and the local community. The night’s events ended with a 12 step program session as a way to put to action the encouragement and support received from all directions.</span>','FAL’s 22nd Anniversary Celebrations','','inherit','closed','closed','','232-revision-v1','','','2016-02-13 23:46:09','2016-02-13 23:46:09','',232,'http://dev.freeatlast.nimbusdesign.com/232-revision-v1/',0,'revision','',0),(235,2,'2016-03-31 04:05:19','2016-03-31 04:05:19','<span style=\"font-weight: 400;\"><strong>30 Jan 2016</strong> - Every year starting in the Fall and leading up to the Friday before Martin Luther King’s Day in January, the FAL office hums with excitement and anxiety. “Our anniversary celebrations are a big deal for us to celebrate our history and success.” Shares Sue Cortopassi, FAL’s current CEO. This year, as FAL’s 22nd anniversary neared, it was no different. There were flyers to be posted, local newspapers to be informed and the agenda to be set. But, most importantly, the 2016 David Lewis award winner had to be chosen by the FAL Board.</span>\n\n[caption id=\"attachment_224\" align=\"alignleft\" width=\"92\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\" rel=\"attachment wp-att-224\"><img class=\"wp-image-224\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM-138x300.png\" alt=\"Dancing\" width=\"92\" height=\"200\" /></a> Cultural festivities.[/caption]\n\nDavid Lewis was a nationally recognized educator and leader in the field of substance abuse recovery and prisoner rehabilitation. He co-founded FAL in 1993 in order to address the drug and violence issues in East Palo Alto in the 90s. When he passed away in 2010, he left behind a legacy of community-powered self-healing and hope. Today, FAL honors that legacy every year through the David Lewis award. Previous recipients of the award included Vicki Smothers (co-founder and board member of FAL), Robert Hoover (board member of FAL) and Priya Haji (tech entrepreneur, co-founder and first CEO of FAL). Keeping the spirit alive, the 2016 award recipient was Dorsey Nunn, the Executive Director of LSPC (Legal Services for Prisoners with Children) well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\">ban the box</a> campaign. <span style=\"font-weight: 400;\">As the award recipient, as a co-founder of FAL and as a current board member, his participation in the anniversary celebrations was eagerly anticipated.</span>\n\nThe day of the 22nd FAL anniversary celebrations was Friday the 29th of January 2016. The venue was the room usually used for 12-step meetings. It however, transformed into a beautiful large event room for a group of hundred and fifty enthusiastic people dressed for the occasion. The crowd included recent FAL program grads, alumni, partners, friends, family, FAL staff, FAL board, local officials and other well-wishers. The celebrations were kicked off with hors d\'oeuvres and several American and international dance performances by FAL clients, supporters and friends.\n\n[caption id=\"attachment_222\" align=\"alignleft\" width=\"156\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\" rel=\"attachment wp-att-222\"><img class=\"wp-image-222\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM-300x242.png\" alt=\"\" width=\"156\" height=\"126\" /></a> Dorsey Nunn[/caption]\n\n[caption id=\"attachment_223\" align=\"alignright\" width=\"146\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\" rel=\"attachment wp-att-223\"><img class=\"wp-image-223\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM-300x277.png\" alt=\"Rev Mary Faiser\" width=\"146\" height=\"135\" /></a> Rev Mary Faiser[/caption]\n\nShortly after the colorful dance routines, Rev. Mary Fraiser, the founder of East Palo Alto’s Bread of Life Worship Center addressed the crowd. A graduate of Rhema Bible training center, Rev. Mary Fraiser, founded this organization to focus on prison and hospital outreach. Soon, Dorsey Nunn took to the podium to continue the words of wisdom, inspiration and recognition of the milestones achieved by the audience and the local community. The night’s events ended with a 12 step meeting as a way to put to action the encouragement and support received from all directions.','FAL’s 22nd Anniversary Celebrations','','inherit','closed','closed','','232-autosave-v1','','','2016-03-31 04:05:19','2016-03-31 04:05:19','',232,'http://dev.freeatlast.nimbusdesign.com/232-autosave-v1/',0,'revision','',0),(236,2,'2016-02-13 23:48:28','2016-02-13 23:48:28','','Screen Shot 2016-02-13 at 3.47.07 PM','','inherit','open','closed','','screen-shot-2016-02-13-at-3-47-07-pm','','','2016-02-13 23:48:28','2016-02-13 23:48:28','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png',0,'attachment','image/png',0),(237,2,'2016-02-13 23:49:45','2016-02-13 23:49:45','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" rel=\"attachment wp-att-236\"><img class=\"size-full wp-image-236 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" alt=\"Screen Shot 2016-02-13 at 3.47.07 PM\" width=\"149\" height=\"117\" /></a><strong>20th Jan 2016</strong> - Free At Last (FAL) has a lot to look forward to in 2016. Thanks to a grant from the </span><a href=\"http://www.siliconvalleycf.org/\"><span style=\"font-weight: 400;\">Silicone Valley Community Foundation</span></a><span style=\"font-weight: 400;\"> and work by Arturo Samayoa at </span><a href=\"http://www.nimbusdesign.com/\"><span style=\"font-weight: 400;\">Nimbus Designs</span></a><span style=\"font-weight: 400;\">, the FAL website at </span><a href=\"http://freeatlast.org\"><span style=\"font-weight: 400;\">freeatlast.org</span></a><span style=\"font-weight: 400;\"> has finally received a long overdue makeover. Sue Cortopassi, FAL’s current CEO, is extremely happy with the outcome. “This new site will help us share community success stories and the good work we are doing for the underserved populations in and around East Palo Alto. It will help FAL revitalize past relationships and develop new ones.” She shares, with a gleam in her eye.</span>\r\n\r\nWhen asked why this was so important to FAL, she clarifies the need to diversify FAL’s funding base as part of long-term financial planning. She also highlights the need for staff development resources and her hope to pay above minimum wage to her staff. In Silicon Valley today, with its highly marked up living expenses, minimum wage is indeed far from sufficient for a comfortable life.\r\n\r\n<span style=\"font-weight: 400;\">In addition to changes to funding efforts and staff development, FAL looks forward to the highly anticipated </span><a href=\"http://www.dhcs.ca.gov/services/adp/Pages/default.aspx\"><span style=\"font-weight: 400;\">Drug Medi-Cal Treatment</span></a><span style=\"font-weight: 400;\"> Certification for its residential programs. These certifications will add government recognition and approval to the already powerful success stories coming out of FAL.</span>\r\n\r\n<span style=\"font-weight: 400;\">Last, but not least, FAL looks forward to producing many more successful batches of graduates from its rehabilitation programs this year. With graduations every other month, FAL is well on its way to achieving this!</span>','Kicking off 2016 with gusto','','inherit','closed','closed','','231-revision-v1','','','2016-02-13 23:49:45','2016-02-13 23:49:45','',231,'http://dev.freeatlast.nimbusdesign.com/231-revision-v1/',0,'revision','',0),(239,2,'2016-02-13 23:53:01','2016-02-13 23:53:01','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\r\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me soo much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','Cassandra','I thank FAL for showing me how to live, for not giving up on me, for tell me and helping me believe that I am somebody.','inherit','closed','closed','','63-revision-v1','','','2016-02-13 23:53:01','2016-02-13 23:53:01','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0),(240,2,'2016-02-13 23:53:58','2016-02-13 23:53:58','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\r\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me soo much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','Cassandra','I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.','inherit','closed','closed','','63-revision-v1','','','2016-02-13 23:53:58','2016-02-13 23:53:58','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0),(242,2,'2016-04-15 00:01:37','2016-04-15 00:01:37','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a><strong>15 April 2016</strong> - FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment','','trash','closed','closed','','a-glimpse-of-candy','','','2016-04-25 05:14:37','2016-04-25 05:14:37','',0,'http://dev.freeatlast.nimbusdesign.com/?p=242',0,'post','',0),(243,2,'2016-02-14 00:01:37','2016-02-14 00:01:37','<b>3 Feb 2016</b><span style=\"font-weight: 400;\"> - Candy is outreach worker and intake coordinator at Free At Last (FAL). She joined FAL in <month> of <year> and has been an integral part of <responsibilities> team. Her contributions to the betterment of FAL program attendees are in themselves a testament to FAL’s work. The following are a questions with responses from Candy.</span>\r\n\r\n<b>What first brought you to attend the FAL program?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Before I came to Free At Last I was living a life filled with drugs, and I had no direction. Because of my addiction, I had lost custody of my children and became isolated from my family. </span></i><span style=\"font-weight: 400;\"> </span>\r\n\r\n<b>How does your life then compare to your life now?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Today, I live a clean and sober life. I have a relationship with all of my children and my family is very supportive of my new positive approach to my life. </span></i>\r\n\r\n<b>What is your work at FAL like?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">At Free At Last I am an Outreach Worker and the Intake Coordinator. I get to help people who are actively living the drug-filled life and are addicted, by providing information, education, community referrals and entrance into treatment.</span></i>\r\n\r\n<b>What are your thoughts when you reflect on the last <number of years clean> of clean life?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Being clean is the best gift I ever could have given myself and my family. Free At Last saved my Life and I am forever grateful.</span></i>\r\n<span style=\"font-weight: 400;\">Thank you, Candy, for sharing your success and for all your efforts at FAL.</span>','A Glimpse of Candy','','inherit','closed','closed','','242-revision-v1','','','2016-02-14 00:01:37','2016-02-14 00:01:37','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(244,2,'2016-02-14 00:01:47','2016-02-14 00:01:47','<b>3 Feb 2016</b><span style=\"font-weight: 400;\"> - Candy is outreach worker and intake coordinator at Free At Last (FAL). She joined FAL in <month> of <year> and has been an integral part of <responsibilities> team. Her contributions to the betterment of FAL program attendees are in themselves a testament to FAL’s work. The following are a questions with responses from Candy.</span>\r\n\r\n<b>What first brought you to attend the FAL program?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Before I came to Free At Last I was living a life filled with drugs, and I had no direction. Because of my addiction, I had lost custody of my children and became isolated from my family. </span></i><span style=\"font-weight: 400;\"> </span>\r\n\r\n<b>How does your life then compare to your life now?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Today, I live a clean and sober life. I have a relationship with all of my children and my family is very supportive of my new positive approach to my life. </span></i>\r\n\r\n<b>What is your work at FAL like?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">At Free At Last I am an Outreach Worker and the Intake Coordinator. I get to help people who are actively living the drug-filled life and are addicted, by providing information, education, community referrals and entrance into treatment.</span></i>\r\n\r\n<b>What are your thoughts when you reflect on the last <number of years clean> of clean life?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Being clean is the best gift I ever could have given myself and my family. Free At Last saved my Life and I am forever grateful.</span></i>\r\n<span style=\"font-weight: 400;\">Thank you, Candy, for sharing your success and for all your efforts at FAL.</span>','A Glimpse of Candy (WIP)','','inherit','closed','closed','','242-revision-v1','','','2016-02-14 00:01:47','2016-02-14 00:01:47','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(247,2,'2016-02-23 16:37:58','2016-02-23 16:37:58','<strong>Free At Last has received funding from the following supporters during our history.</strong>\r\n\r\n<strong>Foundations:</strong>\r\n\r\nAtkinson Foundation\r\nBothin Foundation\r\nCalifornia Wellness\r\nCallison Foundation\r\nCharles Schwab Family Foundation\r\nSilicon Valley Community Foundation\r\nGabilan Foundation\r\nGrousbeck Family Foundation\r\nLevi Strauss Foundation\r\nMorgridge Family Foundation\r\nMorris Stulsaft Foundation\r\nOpen Society Institute\r\nPackard Foundation\r\nPalo Alto Fund\r\nPalo Alto Weekly Fund\r\nPeninsula Community Foundation\r\nPublic Welfare Foundation\r\nSand Hill Foundation\r\nValley Foundation\r\nWells Fargo Foundation\r\n\r\n<strong>Corporations:</strong>\r\nAdaptec\r\nAdobe Systems\r\nAlza Corporation\r\nApplied Materials\r\nCisco Systems\r\nFacebook Community Fund\r\nHewlett-Packard\r\nNetscape\r\nPacific Bell\r\nRudolph & Sletten\r\nSan Jose Mercury News\r\nSilicon Graphics\r\nSun Microsystems\r\nSynopsys\r\n\r\n ','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-02-23 16:37:58','2016-02-23 16:37:58','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(249,2,'2016-02-23 16:47:31','2016-02-23 16:47:31','If you would like to make a donation using a check, please mail your gift to us at the address below:\r\n<div id=\"maintext\">\r\n\r\nFree at Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n(please make check payable to Free At Last)\r\n\r\nOr to make a credit card donation you may click on the DONATE button above (top right corner).\r\n\r\n</div>','Donate','','inherit','closed','closed','','20-revision-v1','','','2016-02-23 16:47:31','2016-02-23 16:47:31','',20,'http://dev.freeatlast.nimbusdesign.com/20-revision-v1/',0,'revision','',0),(250,2,'2016-02-23 16:50:34','2016-02-23 16:50:34','Address:\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo [at ] freeatlast [dot] org','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2016-02-23 16:50:34','2016-02-23 16:50:34','',26,'http://dev.freeatlast.nimbusdesign.com/26-revision-v1/',0,'revision','',0),(253,2,'2016-02-23 16:58:54','2016-02-23 16:58:54','Address:\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo [at ] freeatlast [dot] org\r\n\r\n<br/>','Contact Us','','inherit','closed','closed','','26-autosave-v1','','','2016-02-23 16:58:54','2016-02-23 16:58:54','',26,'http://dev.freeatlast.nimbusdesign.com/26-autosave-v1/',0,'revision','',0),(254,2,'2016-02-23 16:58:59','2016-02-23 16:58:59','Address:\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo [at ] freeatlast [dot] org\r\n\r\n<br/>','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2016-02-23 16:58:59','2016-02-23 16:58:59','',26,'http://dev.freeatlast.nimbusdesign.com/26-revision-v1/',0,'revision','',0),(255,2,'2016-02-23 16:59:19','2016-02-23 16:59:19','Address:\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo [at ] freeatlast [dot] org','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2016-02-23 16:59:19','2016-02-23 16:59:19','',26,'http://dev.freeatlast.nimbusdesign.com/26-revision-v1/',0,'revision','',0),(256,2,'2016-02-23 17:13:50','2016-02-23 17:13:50','<strong>Mission Statement</strong>\r\n\r\nThe mission of Free At Last is to rebuild the community from within, reclaiming addicts and giving people who failed in the past the chance to succeed in the future. Free At Last provides communitybased, culturally appropriate bilingual (English/Spanish) treatment, intervention and prevention services designed to reduce the exceptionally high rates of substance abuse and HIV infection and to break the cycle of addiction, reunite and rebuild families torn apart by intergenerational addiction, provide alternatives to incarceration, and foster economic selfsufficiency.\r\n\r\n<strong>Founding + Impact since</strong>\r\n\r\nWhen drug turf wars led to the murder of 42 people in the City of East Palo Alto in 1992, the media called it “the murder capital of the U.S.” When the Urban Health Study reported that the city had the highest incidence of HIV infection among IV drug users of any city west of Chicago, another epidemic needed to be addressed.\r\n\r\nFree At Last: Community Recovery And Rehabilitation Services (Free At Last) was\r\nfounded in 1993 by a small group of community residents which decided that the community needed longterm solutions to reduce addiction and stop the spread of HIV/AIDS. They envisioned a community recovery center for substance abuse treatment, intervention and prevention services with a special focus on those affected by incarceration, HIV/AIDS, and intergenerational addiction.\r\n\r\n<strong>Our Impact</strong>\r\n\r\nFree At Last’s successful community based programs are run by members of the community within the community. Its adopted evidence based program design provides more positive results in meeting client needs than staterun programs\r\n\r\nFree At Last’s recovery and rehabilitation services over the past twenty years have been proven to succeed. According to research that tracks individuals in treatment over extended periods, most people who get into and remain in treatment stop using drugs, decrease their criminal activity, and improve their occupational, social, and psychological functioning. Below is a list of positive impacts that local collaborating agencies and law enforcers can attribute to Free At Last’s programs and services:\r\n\r\n<strong>Qualitative Impacts/Social Return on Investment </strong>\r\n\r\nFree At Last has made a tremendous impact on the health of our local communities. Below are a few areas where its programs and services have made a difference:\r\n\r\n<strong>Our programs have helped reduce:</strong>\r\n<ul>\r\n <li>Addictionrelated crime and violence in neighboring cities</li>\r\n <li>Societal costs of prisons and the criminal justice system</li>\r\n <li>Homelessness</li>\r\n</ul>\r\n<strong>Our programs have helped increase:</strong>\r\n<ul>\r\n <li>Stabilization among our clients through access to much needed mental and physical health services</li>\r\n <li>Access to and participation in reentry services from incarceration</li>\r\n <li>Reunification with families and children torn apart by drug and alcohol addiction</li>\r\n <li>Access to and participation in anger management, communication and conflict resolution skill building programs</li>\r\n <li>Access to job training opportunities and placement</li>\r\n</ul>\r\n ','About Us','','inherit','closed','closed','','15-revision-v1','','','2016-02-23 17:13:50','2016-02-23 17:13:50','',15,'http://dev.freeatlast.nimbusdesign.com/15-revision-v1/',0,'revision','',0),(257,2,'2016-02-23 17:18:18','2016-02-23 17:18:18','<div class=\"slider-text\">\r\n\r\n\"Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality.\"\r\n<p class=\"author\">.... Martin Luther King, Jr.</p>\r\n\r\n</div>','Slide1','','inherit','closed','closed','','99-revision-v1','','','2016-02-23 17:18:18','2016-02-23 17:18:18','',99,'http://dev.freeatlast.nimbusdesign.com/99-revision-v1/',0,'revision','',0),(258,2,'2016-02-23 17:20:16','2016-02-23 17:20:16','<div class=\"slider-text\">\r\n\r\n\"Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality.\"\r\n<p class=\"author\">.... Martin Luther King, Jr.</p>\r\n\r\n</div>','Slide1 - MLK Quote','','inherit','closed','closed','','99-revision-v1','','','2016-02-23 17:20:16','2016-02-23 17:20:16','',99,'http://dev.freeatlast.nimbusdesign.com/99-revision-v1/',0,'revision','',0),(259,2,'2016-02-23 17:20:26','2016-02-23 17:20:26','<div class=\"slider-text\">\r\n\r\n\"Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality.\"\r\n<p class=\"author\">.... Martin Luther King, Jr.</p>\r\n\r\n</div>','Home Page Slide 1 - MLK Quote','','inherit','closed','closed','','99-revision-v1','','','2016-02-23 17:20:26','2016-02-23 17:20:26','',99,'http://dev.freeatlast.nimbusdesign.com/99-revision-v1/',0,'revision','',0),(260,2,'2016-02-23 17:21:47','2016-02-23 17:21:47','<a class=\"btn-give\" href=\"https://svgives.razoo.com/us/story/Free-At-Last-Community-Recovery-And-Rehabilitation-Services\" target=\"_blank\">Give</a>','Home Page Slide 3 - SV Gives Campaign','','inherit','closed','closed','','172-revision-v1','','','2016-02-23 17:21:47','2016-02-23 17:21:47','',172,'http://dev.freeatlast.nimbusdesign.com/172-revision-v1/',0,'revision','',0),(261,2,'2016-02-23 17:22:23','2016-02-23 17:22:23','','Home Page Slide 2 - Lady at the Beach','','inherit','closed','closed','','179-revision-v1','','','2016-02-23 17:22:23','2016-02-23 17:22:23','',179,'http://dev.freeatlast.nimbusdesign.com/179-revision-v1/',0,'revision','',0),(263,1,'2016-02-26 06:29:52','2016-02-26 06:29:52','<div class=\"sl\">\nSuccess = Recovery\n</div>','Home Page Slide 2 - Lady at the Beach','','inherit','closed','closed','','179-autosave-v1','','','2016-02-26 06:29:52','2016-02-26 06:29:52','',179,'http://freeatlast.site/179-autosave-v1/',0,'revision','',0),(264,1,'2016-02-26 06:26:56','2016-02-26 06:26:56','<div class=\"slider-text\">\r\nSuccess = Recovery\r\n</div>','Home Page Slide 2 - Lady at the Beach','','inherit','closed','closed','','179-revision-v1','','','2016-02-26 06:26:56','2016-02-26 06:26:56','',179,'http://freeatlast.site/179-revision-v1/',0,'revision','',0),(265,1,'2016-02-26 06:30:04','2016-02-26 06:30:04','<div class=\"slider-text2\">\r\nSuccess = Recovery\r\n</div>','Home Page Slide 2 - Lady at the Beach','','inherit','closed','closed','','179-revision-v1','','','2016-02-26 06:30:04','2016-02-26 06:30:04','',179,'http://freeatlast.site/179-revision-v1/',0,'revision','',0),(266,1,'2016-02-26 06:43:07','2016-02-26 06:43:07','<div class=\"slider-text2\">\r\nSurrender = Recovery\r\n</div>','Home Page Slide 2 - Lady at the Beach','','inherit','closed','closed','','179-revision-v1','','','2016-02-26 06:43:07','2016-02-26 06:43:07','',179,'http://freeatlast.site/179-revision-v1/',0,'revision','',0),(267,1,'2016-02-29 05:31:38','2016-02-29 05:31:38','If you would like to make a donation using a check, please mail your gift to us at the address below:\n<div id=\"maintext\">\n\nFree at Last\n1796 Bay Road\nEast Palo Alto, CA 94303\n(please make check payable to Free At Last)\n\nOr to make a credit card donation you may click on the DONATE button above (top right corner).\n\n</div>\n<p><a class=\"btn\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35C322NV7FDAN\" target=\"_blank\"></a></p>','Donate','','inherit','closed','closed','','20-autosave-v1','','','2016-02-29 05:31:38','2016-02-29 05:31:38','',20,'http://freeatlast.site/20-autosave-v1/',0,'revision','',0),(268,1,'2016-02-29 05:31:42','2016-02-29 05:31:42','If you would like to make a donation using a check, please mail your gift to us at the address below:\r\n<div id=\"maintext\">\r\n\r\nFree at Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n(please make check payable to Free At Last)\r\n\r\nOr to make a credit card donation you may click on the DONATE button above (top right corner).\r\n\r\n</div>\r\n<p><a class=\"btn-donate\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35C322NV7FDAN\" target=\"_blank\"></a></p>','Donate','','inherit','closed','closed','','20-revision-v1','','','2016-02-29 05:31:42','2016-02-29 05:31:42','',20,'http://freeatlast.site/20-revision-v1/',0,'revision','',0),(269,1,'2016-02-29 05:32:09','2016-02-29 05:32:09','If you would like to make a donation using a check, please mail your gift to us at the address below:\r\n<div id=\"maintext\">\r\n\r\nFree at Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n(please make check payable to Free At Last)\r\n\r\nOr to make a credit card donation you may click on the DONATE button above (top right corner).\r\n\r\n</div>\r\n<p><a class=\"btn-donate\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35C322NV7FDAN\" target=\"_blank\">Donate</a></p>','Donate','','inherit','closed','closed','','20-revision-v1','','','2016-02-29 05:32:09','2016-02-29 05:32:09','',20,'http://freeatlast.site/20-revision-v1/',0,'revision','',0),(270,1,'2016-03-03 07:49:32','2016-03-03 07:49:32','','Screenshot 2016-03-03 15.48.05','','inherit','open','closed','','screenshot-2016-03-03-15-48-05','','','2016-03-03 07:49:32','2016-03-03 07:49:32','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Screenshot-2016-03-03-15.48.05.png',0,'attachment','image/png',0),(273,2,'2016-03-05 15:30:47','2016-03-05 15:30:47','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','JosÉ','Testimonial coming soon.','inherit','closed','closed','','60-revision-v1','','','2016-03-05 15:30:47','2016-03-05 15:30:47','',60,'http://dev.freeatlast.nimbusdesign.com/60-revision-v1/',0,'revision','',0),(274,2,'2016-03-05 15:34:32','2016-03-05 15:34:32','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','JosÉ','Testimonial coming soon','inherit','closed','closed','','60-autosave-v1','','','2016-03-05 15:34:32','2016-03-05 15:34:32','',60,'http://dev.freeatlast.nimbusdesign.com/60-autosave-v1/',0,'revision','',0),(275,2,'2016-03-05 15:34:44','2016-03-05 15:34:44','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','JosÉ','Testimonial coming soon','inherit','closed','closed','','60-revision-v1','','','2016-03-05 15:34:44','2016-03-05 15:34:44','',60,'http://dev.freeatlast.nimbusdesign.com/60-revision-v1/',0,'revision','',0),(277,2,'2016-03-08 02:45:31','2016-03-08 02:45:31','<span style=\"font-weight: 400;\">FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\n\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\n\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\n<ol>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\n</ol>\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment Now Available','','inherit','closed','closed','','242-autosave-v1','','','2016-03-08 02:45:31','2016-03-08 02:45:31','',242,'http://dev.freeatlast.nimbusdesign.com/242-autosave-v1/',0,'revision','',0),(278,2,'2016-03-08 02:45:11','2016-03-08 02:45:11','','village-house-2400px','','inherit','open','closed','','village-house-2400px','','','2016-03-08 02:45:11','2016-03-08 02:45:11','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png',0,'attachment','image/png',0),(279,2,'2016-03-08 02:45:35','2016-03-08 02:45:35','<span style=\"font-weight: 400;\">FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment Now Available','','inherit','closed','closed','','242-revision-v1','','','2016-03-08 02:45:35','2016-03-08 02:45:35','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(280,2,'2016-03-08 02:46:06','2016-03-08 02:46:06','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a>FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment Now Available','','inherit','closed','closed','','242-revision-v1','','','2016-03-08 02:46:06','2016-03-08 02:46:06','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(281,2,'2016-03-08 02:47:16','2016-03-08 02:47:16','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a>FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment Now Available','I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.','inherit','closed','closed','','242-revision-v1','','','2016-03-08 02:47:16','2016-03-08 02:47:16','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(282,2,'2016-03-08 02:47:28','2016-03-08 02:47:28','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a>FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment Now Available','','inherit','closed','closed','','242-revision-v1','','','2016-03-08 02:47:28','2016-03-08 02:47:28','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(283,2,'2016-03-08 02:49:03','2016-03-08 02:49:03','<b>1 Feb 2016</b><span style=\"font-weight: 400;\"> - Toris, born 1963, is a long time EPA resident and a men’s residential program mentor at FAL. He came of age during an era of change - the 70s. On a sunny but surprisingly cold day I sat down to speak with him. As he shared his life story I marveled at the depths of his struggles and the long way he has come to making an addiction-free, optimistic life for himself.</span>\n\nUntil the age of 13 Toris grew up as part of a large family with his mother, his sister, his grandmother, his several aunts, uncles and cousins as part of his daily life. Until that age, his exposure to drugs was limited to marijuana and alcohol. Although harmful to a child’s constitution, these experiments did not mitigate his inclination towards sports. Had his life remained stable at this point, with his mother’s constant love and care, his struggles with addiction may have never surfaced.\n\nHowever, the summer of ‘77, Toris bore witness to his mother’s act of self defense against an abusive boyfriend. The trauma of witnessing his mother holding a bloody knife would have, in itself, been a lot to deal with. So, when he was subsequently separated from his mother, his internal strife must have only intensified. Everything after that happened quickly. His mother was on trial and he was sent off to live with his Uncle’s family in San Jose. As his life was being overhauled, there was no one with whom he could share his anxieties, fears, insecurities and vulnerabilities - neither a family member nor a counselor. His previously “cool” uncle had now turned into a strict regimented person that he could no longer identify with. In no time, Toris ran away from home. Then while wrought with unresolved emotions and feeling little support in life, he began living with a friend. It was at this time that he first tried a drug that is illegal in all 50 states and had his first brush with law. He tried lovely - weed laced with PCP. During this trip, he broke into someone’s house and that got him sentenced to juvenile prison.\n\nThis sentencing catapulted him deeper into vulnerable territory without his mother. The sentence was revoked under the condition that he move from the San Francisco Bay Area to his father’s place on a farm on the outskirts of Oklahoma City. Soon he was sent away to a new unfamiliar place to live an unfamiliar life under the dictates of an unfamiliar person. “He believed what he believed. It was his way or the highway.” Toris says, recollecting his father’s approach to him.\n\n \n\n<span style=\"font-weight: 400;\">His stay with his father was brief. Toris moved out of the farm and to Oklahoma City. He alternated between living with his paternal Uncle and living on his own. It is during this time of emotional strife that he began experimenting with more drugs - acid, PCP, lovely - and with selling drugs at school. The money he made financed his habit.</span>\n\n<span style=\"font-weight: 400;\">Still just in his teens, his problems escalated further when his mother was released from prison but his father forbade him from returning home. Out of frustration and rebellion, Toris started to rob on a regular basis, convincing himself that it was to save money for his return. And yet, the money he made often went towards instant gratification - cars, clothes and drugs - but not a bus ticket home. This was the start of the internal conflict between his real desires and the compulsion of drugs. His accumulating emotional struggles with the state of his life only catalyzed this conflict by returning him over and over to the temporary relief of highly addictive drugs.</span>\n\n \n\n<span style=\"font-weight: 400;\">During this time, he made and lost a precious friendship that he recollects fondly even to this day. He had met a friend and well wisher that listened to him patiently. One that he could open up to. One that he, for some reason, often took advice from and listened to. Under her influence, he had quit doing drugs, he stopped selling, found a job at a fast food restaurant and began saving up to return to his mother in California. If her influence had sustained, Toris may have never seen the dimmest parts of life. But a single PCP laden trip to her place, conducted under the influence of a cousin, dissolved the friendship instantly. It took away all hopes of a new way of life for a long time to come.</span>\n\n \n\n<span style=\"font-weight: 400;\">This emotional jolt sent Toris promptly back to California along with his cousin. There he learned of his grandmother’s passing. The life of his early teens must have seemed unrecoverable at the point. Without a job, he soon returned to his familiar occupation - robberies. His gas station robbery MO caught up with him and he was sent to prison. This time unlike the time before, he was too old for juvenile prison. It was 1984. Toris was just 21 and yet he was imprisoned with the seasoned criminals of that time. During his stay, for the first time in his life, he was introduced to even harder drugs - cocaine and heroin. The former appealed little to him but the pull of the latter was incredible.</span>\n\n \n\n<span style=\"font-weight: 400;\">Over the next eight years, Toris was in and out of prison, selling drugs, robbing and mugging to aid his heroin habit. His internal strife had led him to this point, but now the hold of heroin was hard to escape. He had brief stints of sobriety, but the prevalence of drugs in his neighborhood and in his social circles made it easy for him to turn the slightest inclination into an indulgence. Access to drugs within prisons allowed him to continue his habit uninterrupted. Throughout this time, his mother remained his ardent supporter. But the more she reached for him, the more he saw how much his state pained her and the more he returned to the soothing nod of heroin. The battle between his desire for a good life and the power of the drug had turned to a gruesome war within him.</span>\n\n \n\n<span style=\"font-weight: 400;\">His lowest low occurred in 1994, when just a few days after his release from prison he stabbed a man. He was loaded on Janet Juice, Heroine and weed. In that moment, given this opponent’s violent history, he had seen it as “him or me” situation. But when he thinks back to it now, his eyes fill with tears. “I play it back. I play it back. I don’t know where to go with it.” He says. The man’s death along with Toris’ many priors resulted in a 11 year sentence in prison. This took him away from family yet again.</span>\n\n \n\n<span style=\"font-weight: 400;\">The first ten of the eleven years, like most other times in prison, flew by in a haze of drug use. But in the last year, Toris received support and encouragement from an unlikely source - a fellow inmate serving life in prison. Thanks to this well-wisher’s advice, he quit relying on drugs and turned to rigorous physical exercise. Upon release he took on a job, began saving up money and stayed clean.</span>\n\n \n\n<span style=\"font-weight: 400;\">His motivation was, however, overrun by circumstances that tempted him with weed. When he indulged in weed, however, he began craving heroin. Soon Toris was back to using drugs despite the constant promises he made to his mother about staying out of prison and off drugs. He did not know it then, but this would be his last return to drugs.</span>\n\n \n\n<span style=\"font-weight: 400;\">His final pivoting point, however, came at a cruel price. Any new brush with the law could have sent Toris to prison without parole and his mother worried for him. Soon he was charged with possession but he decided to fight it as best possible. “I am not going back.” He had promised his mother. During this trial, his already sick mother finally caved to cancer. With this emotional blow he first went deeper into drug use, but soon found, in his moments of clarity, that he had little desire to inhabit the world of drugs. He just wanted to learn how to quit them. Despite losing the possession case, his change of heart was aided by a parole officer that turned him away from prison and towards a rehabilitation program. That is when he first came to FAL, a local organization he was aware of, but whose doors he had never walked through.</span>\n\n \n\n<span style=\"font-weight: 400;\">Through two marriages, one child, many acquaintances and friendships, Toris had not found the discipline and empathy he needed to stay clean and make a better life for himself. At a time when he most desired it, Free At Last showed him a path out of his struggle - one that carefully took him step by step through the most vulnerable stages of his life without letting the sense of isolation and unfamiliarity possess him. “Clean since March 29th, 2011” Toris shares with his eyes gleaming with pride.</span>\n\n \n\n<span style=\"font-weight: 400;\">Now he is a father once more. He is an upstanding citizen bringing his experiences and insight to his work at FAL’s Men’s Residential Program. “I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.” He smiles, with eyes of a person that understands the values of hope, health and family.</span>','Toris’ second chance at fatherhood','I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.','inherit','closed','closed','','57-autosave-v1','','','2016-03-08 02:49:03','2016-03-08 02:49:03','',57,'http://dev.freeatlast.nimbusdesign.com/57-autosave-v1/',0,'revision','',0),(284,2,'2016-03-08 02:49:42','2016-03-08 02:49:42','<b>1 Feb 2016</b><span style=\"font-weight: 400;\"> - Toris, born 1963, is a long time EPA resident and a men’s residential program mentor at FAL. He came of age during an era of change - the 70s. On a sunny but surprisingly cold day I sat down to speak with him. As he shared his life story I marveled at the depths of his struggles and the long way he has come to making an addiction-free, optimistic life for himself.</span>\r\n\r\nUntil the age of 13 Toris grew up as part of a large family with his mother, his sister, his grandmother, his several aunts, uncles and cousins as part of his daily life. Until that age, his exposure to drugs was limited to marijuana and alcohol. Although harmful to a child’s constitution, these experiments did not mitigate his inclination towards sports. Had his life remained stable at this point, with his mother’s constant love and care, his struggles with addiction may have never surfaced.\r\n\r\nHowever, the summer of ‘77, Toris bore witness to his mother’s act of self defense against an abusive boyfriend. The trauma of witnessing his mother holding a bloody knife would have, in itself, been a lot to deal with. So, when he was subsequently separated from his mother, his internal strife must have only intensified. Everything after that happened quickly. His mother was on trial and he was sent off to live with his Uncle’s family in San Jose. As his life was being overhauled, there was no one with whom he could share his anxieties, fears, insecurities and vulnerabilities - neither a family member nor a counselor. His previously “cool” uncle had now turned into a strict regimented person that he could no longer identify with. In no time, Toris ran away from home. Then while wrought with unresolved emotions and feeling little support in life, he began living with a friend. It was at this time that he first tried a drug that is illegal in all 50 states and had his first brush with law. He tried lovely - weed laced with PCP. During this trip, he broke into someone’s house and that got him sentenced to juvenile prison.\r\n\r\nThis sentencing catapulted him deeper into vulnerable territory without his mother. The sentence was revoked under the condition that he move from the San Francisco Bay Area to his father’s place on a farm on the outskirts of Oklahoma City. Soon he was sent away to a new unfamiliar place to live an unfamiliar life under the dictates of an unfamiliar person. “He believed what he believed. It was his way or the highway.” Toris says, recollecting his father’s approach to him.\r\n\r\nHis stay with his father was brief. Toris moved out of the farm and to Oklahoma City. He alternated between living with his paternal Uncle and living on his own. It is during this time of emotional strife that he began experimenting with more drugs - acid, PCP, lovely - and with selling drugs at school. The money he made financed his habit.\r\n\r\n<span style=\"font-weight: 400;\">Still just in his teens, his problems escalated further when his mother was released from prison but his father forbade him from returning home. Out of frustration and rebellion, Toris started to rob on a regular basis, convincing himself that it was to save money for his return. And yet, the money he made often went towards instant gratification - cars, clothes and drugs - but not a bus ticket home. This was the start of the internal conflict between his real desires and the compulsion of drugs. His accumulating emotional struggles with the state of his life only catalyzed this conflict by returning him over and over to the temporary relief of highly addictive drugs.</span>\r\n\r\nDuring this time, he made and lost a precious friendship that he recollects fondly even to this day. He had met a friend and well wisher that listened to him patiently. One that he could open up to. One that he, for some reason, often took advice from and listened to. Under her influence, he had quit doing drugs, he stopped selling, found a job at a fast food restaurant and began saving up to return to his mother in California. If her influence had sustained, Toris may have never seen the dimmest parts of life. But a single PCP laden trip to her place, conducted under the influence of a cousin, dissolved the friendship instantly. It took away all hopes of a new way of life for a long time to come.\r\n\r\nThis emotional jolt sent Toris promptly back to California along with his cousin. There he learned of his grandmother’s passing. The life of his early teens must have seemed unrecoverable at the point. Without a job, he soon returned to his familiar occupation - robberies. His gas station robbery MO caught up with him and he was sent to prison. This time unlike the time before, he was too old for juvenile prison. It was 1984. Toris was just 21 and yet he was imprisoned with the seasoned criminals of that time. During his stay, for the first time in his life, he was introduced to even harder drugs - cocaine and heroin. The former appealed little to him but the pull of the latter was incredible.\r\n\r\nOver the next eight years, Toris was in and out of prison, selling drugs, robbing and mugging to aid his heroin habit. His internal strife had led him to this point, but now the hold of heroin was hard to escape. He had brief stints of sobriety, but the prevalence of drugs in his neighborhood and in his social circles made it easy for him to turn the slightest inclination into an indulgence. Access to drugs within prisons allowed him to continue his habit uninterrupted. Throughout this time, his mother remained his ardent supporter. But the more she reached for him, the more he saw how much his state pained her and the more he returned to the soothing nod of heroin. The battle between his desire for a good life and the power of the drug had turned to a gruesome war within him.\r\n\r\nHis lowest low occurred in 1994, when just a few days after his release from prison he stabbed a man. He was loaded on Janet Juice, Heroine and weed. In that moment, given this opponent’s violent history, he had seen it as “him or me” situation. But when he thinks back to it now, his eyes fill with tears. “I play it back. I play it back. I don’t know where to go with it.” He says. The man’s death along with Toris’ many priors resulted in a 11 year sentence in prison. This took him away from family yet again.\r\n\r\nThe first ten of the eleven years, like most other times in prison, flew by in a haze of drug use. But in the last year, Toris received support and encouragement from an unlikely source - a fellow inmate serving life in prison. Thanks to this well-wisher’s advice, he quit relying on drugs and turned to rigorous physical exercise. Upon release he took on a job, began saving up money and stayed clean.\r\n\r\nHis motivation was, however, overrun by circumstances that tempted him with weed. When he indulged in weed, however, he began craving heroin. Soon Toris was back to using drugs despite the constant promises he made to his mother about staying out of prison and off drugs. He did not know it then, but this would be his last return to drugs.\r\n\r\nHis final pivoting point, however, came at a cruel price. Any new brush with the law could have sent Toris to prison without parole and his mother worried for him. Soon he was charged with possession but he decided to fight it as best possible. “I am not going back.” He had promised his mother. During this trial, his already sick mother finally caved to cancer. With this emotional blow he first went deeper into drug use, but soon found, in his moments of clarity, that he had little desire to inhabit the world of drugs. He just wanted to learn how to quit them. Despite losing the possession case, his change of heart was aided by a parole officer that turned him away from prison and towards a rehabilitation program. That is when he first came to FAL, a local organization he was aware of, but whose doors he had never walked through.\r\n\r\nThrough two marriages, one child, many acquaintances and friendships, Toris had not found the discipline and empathy he needed to stay clean and make a better life for himself. At a time when he most desired it, Free At Last showed him a path out of his struggle - one that carefully took him step by step through the most vulnerable stages of his life without letting the sense of isolation and unfamiliarity possess him. “Clean since March 29th, 2011” Toris shares with his eyes gleaming with pride.\r\n\r\nNow he is a father once more. He is an upstanding citizen bringing his experiences and insight to his work at FAL’s Men’s Residential Program. “I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.” He smiles, with eyes of a person that understands the values of hope, health and family.','Toris’ second chance at fatherhood','I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.','inherit','closed','closed','','57-revision-v1','','','2016-03-08 02:49:42','2016-03-08 02:49:42','',57,'http://dev.freeatlast.nimbusdesign.com/57-revision-v1/',0,'revision','',0),(285,2,'2016-03-08 02:50:41','2016-03-08 02:50:41','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\r\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me soo much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','The Intergenerational Success Story of Cassandra and Shareika','I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.','inherit','closed','closed','','63-revision-v1','','','2016-03-08 02:50:41','2016-03-08 02:50:41','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0),(286,2,'2016-03-08 02:50:51','2016-03-08 02:50:51','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\r\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me soo much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','Cassandra','I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.','inherit','closed','closed','','63-revision-v1','','','2016-03-08 02:50:51','2016-03-08 02:50:51','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0),(287,2,'2016-03-08 02:52:35','2016-03-08 02:52:35','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">Toris’ second chance at fatherhood</span></i></h2>\r\n\r\n<b>1 Feb 2016</b><span style=\"font-weight: 400;\"> - Toris, born 1963, is a long time EPA resident and a men’s residential program mentor at FAL. He came of age during an era of change - the 70s. On a sunny but surprisingly cold day I sat down to speak with him. As he shared his life story I marveled at the depths of his struggles and the long way he has come to making an addiction-free, optimistic life for himself.</span>\r\n\r\nUntil the age of 13 Toris grew up as part of a large family with his mother, his sister, his grandmother, his several aunts, uncles and cousins as part of his daily life. Until that age, his exposure to drugs was limited to marijuana and alcohol. Although harmful to a child’s constitution, these experiments did not mitigate his inclination towards sports. Had his life remained stable at this point, with his mother’s constant love and care, his struggles with addiction may have never surfaced.\r\n\r\nHowever, the summer of ‘77, Toris bore witness to his mother’s act of self defense against an abusive boyfriend. The trauma of witnessing his mother holding a bloody knife would have, in itself, been a lot to deal with. So, when he was subsequently separated from his mother, his internal strife must have only intensified. Everything after that happened quickly. His mother was on trial and he was sent off to live with his Uncle’s family in San Jose. As his life was being overhauled, there was no one with whom he could share his anxieties, fears, insecurities and vulnerabilities - neither a family member nor a counselor. His previously “cool” uncle had now turned into a strict regimented person that he could no longer identify with. In no time, Toris ran away from home. Then while wrought with unresolved emotions and feeling little support in life, he began living with a friend. It was at this time that he first tried a drug that is illegal in all 50 states and had his first brush with law. He tried lovely - weed laced with PCP. During this trip, he broke into someone’s house and that got him sentenced to juvenile prison.\r\n\r\nThis sentencing catapulted him deeper into vulnerable territory without his mother. The sentence was revoked under the condition that he move from the San Francisco Bay Area to his father’s place on a farm on the outskirts of Oklahoma City. Soon he was sent away to a new unfamiliar place to live an unfamiliar life under the dictates of an unfamiliar person. “He believed what he believed. It was his way or the highway.” Toris says, recollecting his father’s approach to him.\r\n\r\nHis stay with his father was brief. Toris moved out of the farm and to Oklahoma City. He alternated between living with his paternal Uncle and living on his own. It is during this time of emotional strife that he began experimenting with more drugs - acid, PCP, lovely - and with selling drugs at school. The money he made financed his habit.\r\n\r\n<span style=\"font-weight: 400;\">Still just in his teens, his problems escalated further when his mother was released from prison but his father forbade him from returning home. Out of frustration and rebellion, Toris started to rob on a regular basis, convincing himself that it was to save money for his return. And yet, the money he made often went towards instant gratification - cars, clothes and drugs - but not a bus ticket home. This was the start of the internal conflict between his real desires and the compulsion of drugs. His accumulating emotional struggles with the state of his life only catalyzed this conflict by returning him over and over to the temporary relief of highly addictive drugs.</span>\r\n\r\nDuring this time, he made and lost a precious friendship that he recollects fondly even to this day. He had met a friend and well wisher that listened to him patiently. One that he could open up to. One that he, for some reason, often took advice from and listened to. Under her influence, he had quit doing drugs, he stopped selling, found a job at a fast food restaurant and began saving up to return to his mother in California. If her influence had sustained, Toris may have never seen the dimmest parts of life. But a single PCP laden trip to her place, conducted under the influence of a cousin, dissolved the friendship instantly. It took away all hopes of a new way of life for a long time to come.\r\n\r\nThis emotional jolt sent Toris promptly back to California along with his cousin. There he learned of his grandmother’s passing. The life of his early teens must have seemed unrecoverable at the point. Without a job, he soon returned to his familiar occupation - robberies. His gas station robbery MO caught up with him and he was sent to prison. This time unlike the time before, he was too old for juvenile prison. It was 1984. Toris was just 21 and yet he was imprisoned with the seasoned criminals of that time. During his stay, for the first time in his life, he was introduced to even harder drugs - cocaine and heroin. The former appealed little to him but the pull of the latter was incredible.\r\n\r\nOver the next eight years, Toris was in and out of prison, selling drugs, robbing and mugging to aid his heroin habit. His internal strife had led him to this point, but now the hold of heroin was hard to escape. He had brief stints of sobriety, but the prevalence of drugs in his neighborhood and in his social circles made it easy for him to turn the slightest inclination into an indulgence. Access to drugs within prisons allowed him to continue his habit uninterrupted. Throughout this time, his mother remained his ardent supporter. But the more she reached for him, the more he saw how much his state pained her and the more he returned to the soothing nod of heroin. The battle between his desire for a good life and the power of the drug had turned to a gruesome war within him.\r\n\r\nHis lowest low occurred in 1994, when just a few days after his release from prison he stabbed a man. He was loaded on Janet Juice, Heroine and weed. In that moment, given this opponent’s violent history, he had seen it as “him or me” situation. But when he thinks back to it now, his eyes fill with tears. “I play it back. I play it back. I don’t know where to go with it.” He says. The man’s death along with Toris’ many priors resulted in a 11 year sentence in prison. This took him away from family yet again.\r\n\r\nThe first ten of the eleven years, like most other times in prison, flew by in a haze of drug use. But in the last year, Toris received support and encouragement from an unlikely source - a fellow inmate serving life in prison. Thanks to this well-wisher’s advice, he quit relying on drugs and turned to rigorous physical exercise. Upon release he took on a job, began saving up money and stayed clean.\r\n\r\nHis motivation was, however, overrun by circumstances that tempted him with weed. When he indulged in weed, however, he began craving heroin. Soon Toris was back to using drugs despite the constant promises he made to his mother about staying out of prison and off drugs. He did not know it then, but this would be his last return to drugs.\r\n\r\nHis final pivoting point, however, came at a cruel price. Any new brush with the law could have sent Toris to prison without parole and his mother worried for him. Soon he was charged with possession but he decided to fight it as best possible. “I am not going back.” He had promised his mother. During this trial, his already sick mother finally caved to cancer. With this emotional blow he first went deeper into drug use, but soon found, in his moments of clarity, that he had little desire to inhabit the world of drugs. He just wanted to learn how to quit them. Despite losing the possession case, his change of heart was aided by a parole officer that turned him away from prison and towards a rehabilitation program. That is when he first came to FAL, a local organization he was aware of, but whose doors he had never walked through.\r\n\r\nThrough two marriages, one child, many acquaintances and friendships, Toris had not found the discipline and empathy he needed to stay clean and make a better life for himself. At a time when he most desired it, Free At Last showed him a path out of his struggle - one that carefully took him step by step through the most vulnerable stages of his life without letting the sense of isolation and unfamiliarity possess him. “Clean since March 29th, 2011” Toris shares with his eyes gleaming with pride.\r\n\r\nNow he is a father once more. He is an upstanding citizen bringing his experiences and insight to his work at FAL’s Men’s Residential Program. “I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.” He smiles, with eyes of a person that understands the values of hope, health and family.','Toris','I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.','inherit','closed','closed','','57-revision-v1','','','2016-03-08 02:52:35','2016-03-08 02:52:35','',57,'http://dev.freeatlast.nimbusdesign.com/57-revision-v1/',0,'revision','',0),(288,2,'2016-03-08 02:53:52','2016-03-08 02:53:52','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">A Glimpse of Candy</span></i></h2>\n<b>3 Feb 2016</b><span style=\"font-weight: 400;\"> - Candy joined the FAL team in October of 2011. Since then, she has been an integral part of the Outreach and Intake team helping active addicts seek treatment. Her contributions to the betterment of FAL program attendees are in themselves a testament to FAL’s work. The following are questions with responses from Candy.</span>\n\n<b>What first brought you to attend the FAL program?</b>\n\n<i><span style=\"font-weight: 400;\">Before I came to Free At Last I was living a life filled with drugs, and I had no direction. Because of my addiction, I had lost custody of my children and became isolated from my family. </span></i><span style=\"font-weight: 400;\"> </span>\n\n \n\n<b>How does your life then compare to your life now?</b>\n\n<i><span style=\"font-weight: 400;\">Today, I live a clean and sober life. I have a relationship with all of my children and my family is very supportive of my new positive approach to my life. </span></i>\n\n \n\n<b>What is your work at FAL like?</b>\n\n<i><span style=\"font-weight: 400;\">At Free At Last I am an Outreach Worker and the Intake Coordinator. I get to help people who are actively living the drug-filled life and are addicted, by providing information, education, community referrals and entrance into treatment.</span></i>\n\n<b>What are your thoughts when you reflect on your last eight years of clean life?</b>\n\n<i><span style=\"font-weight: 400;\">Being clean is the best gift I could have ever given myself and my family. Free At Last saved my Life and I am forever grateful.</span></i>\n<span style=\"font-weight: 400;\">Thank you, Candy, for sharing your success and for all your efforts at FAL.</span>','Candy','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','52-autosave-v1','','','2016-03-08 02:53:52','2016-03-08 02:53:52','',52,'http://dev.freeatlast.nimbusdesign.com/52-autosave-v1/',0,'revision','',0),(289,2,'2016-03-08 02:54:22','2016-03-08 02:54:22','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">A Glimpse of Candy</span></i></h2>\r\n<b>3 Feb 2016</b><span style=\"font-weight: 400;\"> - Candy joined the FAL team in October of 2011. Since then, she has been an integral part of the Outreach and Intake team helping active addicts seek treatment. Her contributions to the betterment of FAL program attendees are in themselves a testament to FAL’s work. The following are questions with responses from Candy.</span>\r\n\r\n<b>What first brought you to attend the FAL program?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Before I came to Free At Last I was living a life filled with drugs, and I had no direction. Because of my addiction, I had lost custody of my children and became isolated from my family. </span></i><span style=\"font-weight: 400;\"> </span>\r\n\r\n<b>How does your life then compare to your life now?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Today, I live a clean and sober life. I have a relationship with all of my children and my family is very supportive of my new positive approach to my life. </span></i>\r\n\r\n<b>What is your work at FAL like?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">At Free At Last I am an Outreach Worker and the Intake Coordinator. I get to help people who are actively living the drug-filled life and are addicted, by providing information, education, community referrals and entrance into treatment.</span></i>\r\n\r\n<b>What are your thoughts when you reflect on your last eight years of clean life?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Being clean is the best gift I could have ever given myself and my family. Free At Last saved my Life and I am forever grateful.</span></i>\r\n<span style=\"font-weight: 400;\">Thank you, Candy, for sharing your success and for all your efforts at FAL.</span>','Candy','Curabitur tincidunt augue id cursus suscipit. Integer vitae aliquam','inherit','closed','closed','','52-revision-v1','','','2016-03-08 02:54:22','2016-03-08 02:54:22','',52,'http://dev.freeatlast.nimbusdesign.com/52-revision-v1/',0,'revision','',0),(290,2,'2016-03-08 02:55:01','2016-03-08 02:55:01','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">A Glimpse of Candy</span></i></h2>\r\n<b>3 Feb 2016</b><span style=\"font-weight: 400;\"> - Candy joined the FAL team in October of 2011. Since then, she has been an integral part of the Outreach and Intake team helping active addicts seek treatment. Her contributions to the betterment of FAL program attendees are in themselves a testament to FAL’s work. The following are questions with responses from Candy.</span>\r\n\r\n<b>What first brought you to attend the FAL program?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Before I came to Free At Last I was living a life filled with drugs, and I had no direction. Because of my addiction, I had lost custody of my children and became isolated from my family. </span></i><span style=\"font-weight: 400;\"> </span>\r\n\r\n<b>How does your life then compare to your life now?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Today, I live a clean and sober life. I have a relationship with all of my children and my family is very supportive of my new positive approach to my life. </span></i>\r\n\r\n<b>What is your work at FAL like?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">At Free At Last I am an Outreach Worker and the Intake Coordinator. I get to help people who are actively living the drug-filled life and are addicted, by providing information, education, community referrals and entrance into treatment.</span></i>\r\n\r\n<b>What are your thoughts when you reflect on your last eight years of clean life?</b>\r\n\r\n<i><span style=\"font-weight: 400;\">Being clean is the best gift I could have ever given myself and my family. Free At Last saved my Life and I am forever grateful.</span></i>\r\n<span style=\"font-weight: 400;\">Thank you, Candy, for sharing your success and for all your efforts at FAL.</span>','Candy','Being clean is the best gift I could have ever given myself and my family.','inherit','closed','closed','','52-revision-v1','','','2016-03-08 02:55:01','2016-03-08 02:55:01','',52,'http://dev.freeatlast.nimbusdesign.com/52-revision-v1/',0,'revision','',0),(291,2,'2016-03-08 03:00:48','2016-03-08 03:00:48','<span style=\"font-weight: 400;\">Every year starting in the Fall and leading up to the Friday before Martin Luther King’s Day in January, the FAL office hums with excitement and anxiety. “Our anniversary celebrations are a big deal for us to celebrate our history and success.” Shares Sue Cortopassi, FAL’s current CEO. This year, as FAL’s 22nd anniversary neared, it was no different. There were flyers to be posted, local newspapers to be informed and the agenda to be set. But, most importantly, the 2016 David Lewis award winner had to be chosen by the FAL Board.</span>\r\n\r\n[caption id=\"attachment_224\" align=\"alignleft\" width=\"92\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\" rel=\"attachment wp-att-224\"><img class=\"wp-image-224\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM-138x300.png\" alt=\"Dancing\" width=\"92\" height=\"200\" /></a> Cultural festivities.[/caption]\r\n\r\nDavid Lewis was a nationally recognized educator and leader in the field of substance abuse recovery and prisoner rehabilitation. He co-founded FAL in 1993 in order to address the drug and violence issues in East Palo Alto in the 90s. When he passed away in 2010, he left behind a legacy of community-powered self-healing and hope. Today, FAL honors that legacy every year through the David Lewis award. Previous recipients of the award included Vicki Smothers (co-founder and board member of FAL), Robert Hoover (board member of FAL) and Priya Haji (tech entrepreneur, co-founder and first CEO of FAL). Keeping the spirit alive, the 2016 award recipient was Dorsey Nunn, the Executive Director of LSPC (Legal Services for Prisoners with Children) well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\">ban the box</a> campaign. His participation in the anniversary celebrations was eagerly anticipated.\r\n\r\nThe day of the 22nd FAL anniversary celebrations was Friday the 29th of January 2016. The venue was the room usually used for 12-step meetings. It however, transformed into a beautiful large event room for a group of hundred and fifty enthusiastic people dressed for the occasion. The crowd included recent FAL program grads, alumni, partners, friends, family, FAL staff, FAL board, local officials and other well-wishers. The celebrations were kicked off with hors d\'oeuvres and several American and international dance performances by FAL clients, supporters and friends.\r\n\r\n[caption id=\"attachment_222\" align=\"alignleft\" width=\"156\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\" rel=\"attachment wp-att-222\"><img class=\"wp-image-222\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM-300x242.png\" alt=\"\" width=\"156\" height=\"126\" /></a> Dorsey Nunn[/caption]\r\n\r\n[caption id=\"attachment_223\" align=\"alignright\" width=\"146\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\" rel=\"attachment wp-att-223\"><img class=\"wp-image-223\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM-300x277.png\" alt=\"Rev Mary Faiser\" width=\"146\" height=\"135\" /></a> Rev Mary Faiser[/caption]\r\n\r\nShortly after the colorful dance routines, Rev. Mary Fraiser, the founder of East Palo Alto’s Bread of Life Worship Center addressed the crowd. A graduate of Rhema Bible training center, Rev. Mary Fraiser, founded this organization to focus on prison and hospital outreach. Soon, Dorsey Nunn took to the podium to continue the words of wisdom, inspiration and recognition of the milestones achieved by the audience and the local community. The night’s events ended with a 12 step meeting as a way to put to action the encouragement and support received from all directions.','FAL’s 22nd Anniversary Celebrations','','inherit','closed','closed','','232-revision-v1','','','2016-03-08 03:00:48','2016-03-08 03:00:48','',232,'http://dev.freeatlast.nimbusdesign.com/232-revision-v1/',0,'revision','',0),(292,2,'2016-03-08 03:01:51','2016-03-08 03:01:51','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" rel=\"attachment wp-att-236\"><img class=\"size-full wp-image-236 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" alt=\"Screen Shot 2016-02-13 at 3.47.07 PM\" width=\"149\" height=\"117\" /></a></span>\r\n\r\n<span style=\"font-weight: 400;\"><strong>19 Jan 2015</strong> - Free At Last (FAL) has a lot to look forward to in 2016. FAL has a new website and it has been made possible in part by a grant from the Community Opportunity Fund grant making strategy of </span><a href=\"http://www.siliconvalleycf.org/\"><span style=\"font-weight: 400;\">Silicon Valley Community Foundation</span></a><span style=\"font-weight: 400;\">. Diligently worked into shape by Arturo Samayoa at </span><a href=\"http://www.nimbusdesign.com/\"><span style=\"font-weight: 400;\">Nimbus Designs</span></a><span style=\"font-weight: 400;\">, the FAL website at </span><a href=\"http://freeatlast.org\"><span style=\"font-weight: 400;\">freeatlast.org</span></a><span style=\"font-weight: 400;\"> has finally received a long overdue makeover. Sue Cortopassi, FAL’s current CEO, is extremely happy with the outcome. “This new site will help us share client success stories and the good work we are doing for the underserved populations in and around East Palo Alto. It will help FAL revitalize past relationships and develop new ones.” She shares, with a gleam in her eye.</span>\r\n\r\nWhen asked why this was so important to FAL, she clarifies the need to diversify FAL’s funding base as part of long-term financial sustainability. She also highlights the need for staff development resources and her hope to pay above minimum wage to mentor her staff. In Silicon Valley today, with its highly marked up living expenses, minimum wage is indeed far from sufficient for a comfortable life.\r\n\r\n<span style=\"font-weight: 400;\">In addition to new funding and staff development efforts, FAL looks forward to additional highly anticipated </span><a href=\"http://www.dhcs.ca.gov/services/adp/Pages/default.aspx\"><span style=\"font-weight: 400;\">Drug Medi-Cal Treatment</span></a><span style=\"font-weight: 400;\"> Certifications for its residential programs. These certifications along with the already existing certifications for FAL’s Outpatient Drug Free programs will add government recognition and approval to the already powerful, successful stories coming out of FAL.</span>\r\n\r\n<span style=\"font-weight: 400;\">\r\n<span style=\"font-weight: 400;\">Last, but not least, FAL looks forward to producing many more successful batches of graduates from its rehabilitation programs this year. With graduations every other month, FAL’s clients are well on their way to achieving this!</span>\r\n</span>','Kicking off 2016 with gusto','','inherit','closed','closed','','231-revision-v1','','','2016-03-08 03:01:51','2016-03-08 03:01:51','',231,'http://dev.freeatlast.nimbusdesign.com/231-revision-v1/',0,'revision','',0),(293,2,'2016-03-08 03:02:47','2016-03-08 03:02:47','<span style=\"font-weight: 400;\"><strong>30 Jan 2016</strong> - Every year starting in the Fall and leading up to the Friday before Martin Luther King’s Day in January, the FAL office hums with excitement and anxiety. “Our anniversary celebrations are a big deal for us to celebrate our history and success.” Shares Sue Cortopassi, FAL’s current CEO. This year, as FAL’s 22nd anniversary neared, it was no different. There were flyers to be posted, local newspapers to be informed and the agenda to be set. But, most importantly, the 2016 David Lewis award winner had to be chosen by the FAL Board.</span>\r\n\r\n[caption id=\"attachment_224\" align=\"alignleft\" width=\"92\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\" rel=\"attachment wp-att-224\"><img class=\"wp-image-224\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM-138x300.png\" alt=\"Dancing\" width=\"92\" height=\"200\" /></a> Cultural festivities.[/caption]\r\n\r\nDavid Lewis was a nationally recognized educator and leader in the field of substance abuse recovery and prisoner rehabilitation. He co-founded FAL in 1993 in order to address the drug and violence issues in East Palo Alto in the 90s. When he passed away in 2010, he left behind a legacy of community-powered self-healing and hope. Today, FAL honors that legacy every year through the David Lewis award. Previous recipients of the award included Vicki Smothers (co-founder and board member of FAL), Robert Hoover (board member of FAL) and Priya Haji (tech entrepreneur, co-founder and first CEO of FAL). Keeping the spirit alive, the 2016 award recipient was Dorsey Nunn, the Executive Director of LSPC (Legal Services for Prisoners with Children) well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\">ban the box</a> campaign. His participation in the anniversary celebrations was eagerly anticipated.\r\n\r\nThe day of the 22nd FAL anniversary celebrations was Friday the 29th of January 2016. The venue was the room usually used for 12-step meetings. It however, transformed into a beautiful large event room for a group of hundred and fifty enthusiastic people dressed for the occasion. The crowd included recent FAL program grads, alumni, partners, friends, family, FAL staff, FAL board, local officials and other well-wishers. The celebrations were kicked off with hors d\'oeuvres and several American and international dance performances by FAL clients, supporters and friends.\r\n\r\n[caption id=\"attachment_222\" align=\"alignleft\" width=\"156\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\" rel=\"attachment wp-att-222\"><img class=\"wp-image-222\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM-300x242.png\" alt=\"\" width=\"156\" height=\"126\" /></a> Dorsey Nunn[/caption]\r\n\r\n[caption id=\"attachment_223\" align=\"alignright\" width=\"146\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\" rel=\"attachment wp-att-223\"><img class=\"wp-image-223\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM-300x277.png\" alt=\"Rev Mary Faiser\" width=\"146\" height=\"135\" /></a> Rev Mary Faiser[/caption]\r\n\r\nShortly after the colorful dance routines, Rev. Mary Fraiser, the founder of East Palo Alto’s Bread of Life Worship Center addressed the crowd. A graduate of Rhema Bible training center, Rev. Mary Fraiser, founded this organization to focus on prison and hospital outreach. Soon, Dorsey Nunn took to the podium to continue the words of wisdom, inspiration and recognition of the milestones achieved by the audience and the local community. The night’s events ended with a 12 step meeting as a way to put to action the encouragement and support received from all directions.','FAL’s 22nd Anniversary Celebrations','','inherit','closed','closed','','232-revision-v1','','','2016-03-08 03:02:47','2016-03-08 03:02:47','',232,'http://dev.freeatlast.nimbusdesign.com/232-revision-v1/',0,'revision','',0),(294,2,'2016-03-08 03:03:13','2016-03-08 03:03:13','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a><strong>14 Feb 2016</strong> - FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment Now Available','','inherit','closed','closed','','242-revision-v1','','','2016-03-08 03:03:13','2016-03-08 03:03:13','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(295,2,'2016-03-08 03:03:34','2016-03-08 03:03:34','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" rel=\"attachment wp-att-236\"><img class=\"size-full wp-image-236 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" alt=\"Screen Shot 2016-02-13 at 3.47.07 PM\" width=\"149\" height=\"117\" /></a></span>\r\n\r\n<span style=\"font-weight: 400;\"><strong>19 Jan 2016</strong> - Free At Last (FAL) has a lot to look forward to in 2016. FAL has a new website and it has been made possible in part by a grant from the Community Opportunity Fund grant making strategy of </span><a href=\"http://www.siliconvalleycf.org/\"><span style=\"font-weight: 400;\">Silicon Valley Community Foundation</span></a><span style=\"font-weight: 400;\">. Diligently worked into shape by Arturo Samayoa at </span><a href=\"http://www.nimbusdesign.com/\"><span style=\"font-weight: 400;\">Nimbus Designs</span></a><span style=\"font-weight: 400;\">, the FAL website at </span><a href=\"http://freeatlast.org\"><span style=\"font-weight: 400;\">freeatlast.org</span></a><span style=\"font-weight: 400;\"> has finally received a long overdue makeover. Sue Cortopassi, FAL’s current CEO, is extremely happy with the outcome. “This new site will help us share client success stories and the good work we are doing for the underserved populations in and around East Palo Alto. It will help FAL revitalize past relationships and develop new ones.” She shares, with a gleam in her eye.</span>\r\n\r\nWhen asked why this was so important to FAL, she clarifies the need to diversify FAL’s funding base as part of long-term financial sustainability. She also highlights the need for staff development resources and her hope to pay above minimum wage to mentor her staff. In Silicon Valley today, with its highly marked up living expenses, minimum wage is indeed far from sufficient for a comfortable life.\r\n\r\n<span style=\"font-weight: 400;\">In addition to new funding and staff development efforts, FAL looks forward to additional highly anticipated </span><a href=\"http://www.dhcs.ca.gov/services/adp/Pages/default.aspx\"><span style=\"font-weight: 400;\">Drug Medi-Cal Treatment</span></a><span style=\"font-weight: 400;\"> Certifications for its residential programs. These certifications along with the already existing certifications for FAL’s Outpatient Drug Free programs will add government recognition and approval to the already powerful, successful stories coming out of FAL.</span>\r\n\r\n<span style=\"font-weight: 400;\">\r\n<span style=\"font-weight: 400;\">Last, but not least, FAL looks forward to producing many more successful batches of graduates from its rehabilitation programs this year. With graduations every other month, FAL’s clients are well on their way to achieving this!</span>\r\n</span>','Kicking off 2016 with gusto','','inherit','closed','closed','','231-revision-v1','','','2016-03-08 03:03:34','2016-03-08 03:03:34','',231,'http://dev.freeatlast.nimbusdesign.com/231-revision-v1/',0,'revision','',0),(296,2,'2016-03-08 03:03:49','2016-03-08 03:03:49','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" rel=\"attachment wp-att-236\"><img class=\"size-full wp-image-236 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" alt=\"Screen Shot 2016-02-13 at 3.47.07 PM\" width=\"149\" height=\"117\" /></a></span>\r\n\r\n<span style=\"font-weight: 400;\"><strong>19 Jan 2016</strong> - Free At Last (FAL) has a lot to look forward to in 2016. FAL has a new website and it has been made possible in part by a grant from the Community Opportunity Fund grant making strategy of </span><a href=\"http://www.siliconvalleycf.org/\"><span style=\"font-weight: 400;\">Silicon Valley Community Foundation</span></a><span style=\"font-weight: 400;\">. Diligently worked into shape by Arturo Samayoa at </span><a href=\"http://www.nimbusdesign.com/\"><span style=\"font-weight: 400;\">Nimbus Designs</span></a><span style=\"font-weight: 400;\">, the FAL website at </span><a href=\"http://freeatlast.org\"><span style=\"font-weight: 400;\">freeatlast.org</span></a><span style=\"font-weight: 400;\"> has finally received a long overdue makeover. Sue Cortopassi, FAL’s current CEO, is extremely happy with the outcome. “This new site will help us share client success stories and the good work we are doing for the underserved populations in and around East Palo Alto. It will help FAL revitalize past relationships and develop new ones.” She shares, with a gleam in her eye.</span>\r\n\r\nWhen asked why this was so important to FAL, she clarifies the need to diversify FAL’s funding base as part of long-term financial sustainability. She also highlights the need for staff development resources and her hope to pay above minimum wage to mentor her staff. In Silicon Valley today, with its highly marked up living expenses, minimum wage is indeed far from sufficient for a comfortable life.\r\n\r\n<span style=\"font-weight: 400;\">In addition to new funding and staff development efforts, FAL looks forward to additional highly anticipated </span><a href=\"http://www.dhcs.ca.gov/services/adp/Pages/default.aspx\"><span style=\"font-weight: 400;\">Drug Medi-Cal Treatment</span></a><span style=\"font-weight: 400;\"> Certifications for its residential programs. These certifications along with the already existing certifications for FAL’s Outpatient Drug Free programs will add government recognition and approval to the already powerful, successful stories coming out of FAL.</span>\r\n\r\n<span style=\"font-weight: 400;\">\r\n<span style=\"font-weight: 400;\">Last, but not least, FAL looks forward to producing many more successful batches of graduates from its rehabilitation programs this year. With graduations every other month, FAL’s clients are well on their way to achieving this!</span>\r\n</span>','Kicking off 2016 with Gusto','','inherit','closed','closed','','231-revision-v1','','','2016-03-08 03:03:49','2016-03-08 03:03:49','',231,'http://dev.freeatlast.nimbusdesign.com/231-revision-v1/',0,'revision','',0),(297,2,'2016-03-08 03:05:13','2016-03-08 03:05:13','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a><strong>14 Feb 2016</strong> - FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment','','inherit','closed','closed','','242-revision-v1','','','2016-03-08 03:05:13','2016-03-08 03:05:13','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(298,2,'2016-03-10 03:05:32','2016-03-10 03:05:32','To make a credit card donation you may click on the MAKE A DONATION button above (top right corner).\n\nIf you would like to make a donation using a check, please mail your gift to us at the address below:\n<div id=\"maintext\">\n\nFree at Last\n1796 Bay Road\nEast Palo Alto, CA 94303\n(Please make your check payable to Free At Last.)\n\nFor information or questions regarding donations or gifts, please contact our CEO at 650\n\n</div>','Donate','','inherit','closed','closed','','20-autosave-v1','','','2016-03-10 03:05:32','2016-03-10 03:05:32','',20,'http://dev.freeatlast.nimbusdesign.com/20-autosave-v1/',0,'revision','',0),(299,2,'2016-03-10 03:05:56','2016-03-10 03:05:56','To make a credit card donation you may click on the MAKE A DONATION button above (top right corner).\r\n\r\nIf you would like to make a donation using a check, please mail your gift to us at the address below:\r\n<div id=\"maintext\">\r\n\r\nFree at Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n(Please make your check payable to Free At Last.)\r\n\r\nFor information or questions regarding donations or gifts, please contact our CEO at 650-462-6992. Thank you!\r\n\r\n</div>','Donate','','inherit','closed','closed','','20-revision-v1','','','2016-03-10 03:05:56','2016-03-10 03:05:56','',20,'http://dev.freeatlast.nimbusdesign.com/20-revision-v1/',0,'revision','',0),(300,2,'2016-03-31 04:21:49','2016-03-31 04:21:49','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\n\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\n<p class=\"name\">...Gerardo</p>\n\n<div class=\"clear\"></div>\n</div>\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\n<ul>\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\n <li><strong>Drop-in Center</strong>: The open door way to resources which is a well established “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\n <li><strong>Outpatient Drug Free Program</strong>: A 3 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 3 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds). The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents six days a week.</li>\n</ul>\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\n\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\n<p style=\"color: #fff;\">PARTNER</p>\n</td>\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\n</td>\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\n</td>\n</tr>\n<tr>\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\n<td valign=\"top\">10</td>\n<td valign=\"top\">Case conferencing and shared referrals</td>\n</tr>\n<tr>\n<td valign=\"top\">Ravenswood Family Health Center</td>\n<td valign=\"top\">15</td>\n<td valign=\"top\">Medical and dental services</td>\n</tr>\n<tr>\n<td valign=\"top\">Palm Ave. Detox Center</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Detoxification – weekly communication</td>\n</tr>\n<tr>\n<td valign=\"top\">Ecumenical Hunger Program</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\n</tr>\n<tr>\n<td valign=\"top\">SMC Health Department Education</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\n</tr>\n<tr>\n<td valign=\"top\">El Concilio San Mateo</td>\n<td valign=\"top\">17</td>\n<td valign=\"top\">Emergency assistance and housing</td>\n</tr>\n<tr>\n<td valign=\"top\">Job Train</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Employment & Education Services</td>\n</tr>\n<tr>\n<td valign=\"top\">1 East Palo Alto</td>\n<td valign=\"top\">5</td>\n<td valign=\"top\">Mental Health and Prevention Services</td>\n</tr>\n<tr>\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\n<td valign=\"top\">8</td>\n<td valign=\"top\">Criminal Justice Reentry</td>\n</tr>\n<tr>\n<td valign=\"top\">Project Read</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Literacy Services</td>\n</tr>\n<tr>\n<td valign=\"top\">SMC Parole</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Bimonthly visits</td>\n</tr>\n<tr>\n<td valign=\"top\">SMC Probation Department</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Bimonthly visits</td>\n</tr>\n<tr>\n<td valign=\"top\">Saint Vincent De Paul</td>\n<td valign=\"top\">17</td>\n<td valign=\"top\">Emergency Assistance</td>\n</tr>\n<tr>\n<td valign=\"top\">InnVision Shelter Network</td>\n<td valign=\"top\">17</td>\n<td valign=\"top\">Emergency Housing</td>\n</tr>\n<tr>\n<td valign=\"top\">Second Harvest Food Bank</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Food</td>\n</tr>\n<tr>\n<td valign=\"top\">Bread of Life</td>\n<td valign=\"top\">21</td>\n<td valign=\"top\">Emergency food assistance and support</td>\n</tr>\n</tbody>\n</table>\n \n\n<strong>Frequently Asked Questions:</strong>\n\n<strong>How to do I get signed up for the Outpatient Program?</strong>\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\n\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\n\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-autosave-v1','','','2016-03-31 04:21:49','2016-03-31 04:21:49','',17,'http://dev.freeatlast.nimbusdesign.com/17-autosave-v1/',0,'revision','',0),(301,2,'2016-03-10 14:52:27','2016-03-10 14:52:27','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince its inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li>Prevention and Street Outreach Program: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li>Dropin Center: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to publicagency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li>Outpatient Drug Free Program: A 68 month bilingual program in English or Spanish involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li>Residential Treatment Program for Women & Women with Children: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>Residential Treatment Program for Men: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li>DUI First Offender Program: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li>Transitional Clean and Sober Living: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li>The Community’s Main Meeting Hall – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-10 14:52:27','2016-03-10 14:52:27','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(302,2,'2016-03-10 14:53:18','2016-03-10 14:53:18','Address:\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo@freeatlast.org','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2016-03-10 14:53:18','2016-03-10 14:53:18','',26,'http://dev.freeatlast.nimbusdesign.com/26-revision-v1/',0,'revision','',0),(303,2,'2016-03-10 15:13:09','2016-03-10 15:13:09','<div class=\"intro\">\r\n\r\n<img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Dropin Center</strong>: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A six to eight month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18bed men’s residential substance abuse treatment program. The program provides 6months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-10 15:13:09','2016-03-10 15:13:09','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(304,2,'2016-03-10 15:16:05','2016-03-10 15:16:05','To make a credit card donation you may click on the MAKE A DONATION button above (top right corner).\r\n\r\nIf you would like to make a donation using a check, please mail your gift to us at the address below:\r\n<div id=\"maintext\">\r\n\r\nFree at Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n(Please make your check payable to Free At Last.)\r\n\r\nFor information or questions regarding donations or gifts, please contact Sue Cortopassi at 650-462-6992. Thank you!\r\n\r\n</div>','Donate','','inherit','closed','closed','','20-revision-v1','','','2016-03-10 15:16:05','2016-03-10 15:16:05','',20,'http://dev.freeatlast.nimbusdesign.com/20-revision-v1/',0,'revision','',0),(305,2,'2016-03-10 15:30:59','2016-03-10 15:30:59','<div class=\"intro\">\r\n\r\n<img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Dropin Center</strong>: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 6 to 8 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 6 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-10 15:30:59','2016-03-10 15:30:59','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(306,2,'2016-03-22 05:09:46','2016-03-22 05:09:46','<strong>Free At Last’s FY 2014-15 Financial Donors</strong>\n<ol>\n <li>San Mateo County, Behavioral Health and Recovery Services</li>\n <li>1 East Palo Alto</li>\n <li>Philanthropic Ventures Foundation</li>\n <li>Rebuilding Together Peninsula</li>\n <li>Silicon Valley Community Foundation (SVCF)</li>\n <li>Atkinson Foundation</li>\n <li>Bay Area Black United Fund</li>\n <li>Commercial Casework, Inc.</li>\n <li>Wilson, Sonsini, Goodrich & Rosati</li>\n <li>Stanford Memorial Church and Members</li>\n <li>Heritage Bank of Commerce</li>\n <li>Palo Alto Medical Foundation</li>\n <li>Peery Family Fund</li>\n <li>Saint Joseph\'s Health System</li>\n <li>The Maidenherren Fund of the SVCF</li>\n <li>Castellano Family Foundation</li>\n <li>Ericsson Employee Engagement Fund of the SVCF</li>\n <li>Lyngso Garden Materials, Inc.</li>\n <li>First National Bank of Northern California</li>\n <li>Master Gardeners Association</li>\n <li>Taproot Foundation</li>\n <li>Kara</li>\n</ol>\n \n\n<strong>Free At Last’s FY 2014-15 Individual and In-Kind Donors</strong>\n<ol>\n <li>Frank J. Omowale Satterwhite</li>\n <li>Michael Edell</li>\n <li>Kathleen Alexander</li>\n <li>Owen Byrd</li>\n <li>Yvonne Frazier</li>\n <li>Jane and Clem Molony</li>\n <li>Reverend Mary Frazier</li>\n <li>Dorsey Nunn</li>\n <li>Duane Bay</li>\n <li>Rose Jacob Gibson\n\nKrys Giang\n\nRodney Mason\n\nKen Rhoads\n\nJoe Sweeting\n\nFran Wagstaff\n\nSusan Martin and John Doyle\n\nTom Presta</li>\n</ol>\n ','Sponsors and Partners','','inherit','closed','closed','','192-autosave-v1','','','2016-03-22 05:09:46','2016-03-22 05:09:46','',192,'http://dev.freeatlast.nimbusdesign.com/192-autosave-v1/',0,'revision','',0),(307,2,'2016-03-10 15:36:28','2016-03-10 15:36:28','<strong>Free At Last’s FY 2014-15 Financial Donors</strong>\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Free At Last’s Board of Directors</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">County of San Mateo – Behavioral Health & Recovery Services</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Atkinson Foundation</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">1 East Palo Alto</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Philanthropic Ventures Foundation</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Behavioral Health And Recovery/Mental Health Contractors Association of San Mateo County</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Bay Area Black United</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Maidenherren Fund</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Silicon Valley Community Foundation</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Perry Family Fund</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Individual Donors (Not individually listed)</span></li>\r\n</ol>\r\n \r\n\r\n<strong>Free At Last’s FY 2014-15 In-Kind Donors</strong>\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Rebuilding Together Peninsula</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Commercial Casework Inc.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Heritage Bank of Commerce</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Wilson Sonsini Goodrich & Rosati</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Master Gardeners</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Dorsey Nunn</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Ravenswood Family Health Clinic</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Reverend Fraizer</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Kara</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Taproot Foundation</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Frank J.Omowale Satterwhite</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Joe Sweeting</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Ken Rhoads</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Michael Edell</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Duane Bay</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Owen Byrd</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Jane and Clem Molony</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Krys Giang</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Many Other Champions of FAL</span></li>\r\n</ol>\r\n ','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-03-10 15:36:28','2016-03-10 15:36:28','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(308,2,'2016-03-10 15:37:30','2016-03-10 15:37:30','<strong>Free At Last’s FY 2014-15 Financial Donors</strong>\r\n<ol>\r\n <li><span style=\"font-weight: 400;\">Free At Last’s Board of Directors</span></li>\r\n <li><span style=\"font-weight: 400;\">County of San Mateo – Behavioral Health & Recovery Services</span></li>\r\n <li><span style=\"font-weight: 400;\">Atkinson Foundation</span></li>\r\n <li><span style=\"font-weight: 400;\">1 East Palo Alto</span></li>\r\n <li><span style=\"font-weight: 400;\">Philanthropic Ventures Foundation</span></li>\r\n <li><span style=\"font-weight: 400;\">Behavioral Health And Recovery/Mental Health Contractors Association of San Mateo County</span></li>\r\n <li><span style=\"font-weight: 400;\">Bay Area Black United</span></li>\r\n <li><span style=\"font-weight: 400;\">Maidenherren Fund</span></li>\r\n <li><span style=\"font-weight: 400;\">Silicon Valley Community Foundation</span></li>\r\n <li><span style=\"font-weight: 400;\">Perry Family Fund</span></li>\r\n <li><span style=\"font-weight: 400;\">Individual Donors (Not individually listed)</span></li>\r\n</ol>\r\n \r\n\r\n<strong>Free At Last’s FY 2014-15 In-Kind Donors</strong>\r\n<ol>\r\n <li><span style=\"font-weight: 400;\">Rebuilding Together Peninsula</span></li>\r\n <li><span style=\"font-weight: 400;\">Commercial Casework Inc.</span></li>\r\n <li><span style=\"font-weight: 400;\">Heritage Bank of Commerce</span></li>\r\n <li><span style=\"font-weight: 400;\">Wilson Sonsini Goodrich & Rosati</span></li>\r\n <li><span style=\"font-weight: 400;\">Master Gardeners</span></li>\r\n <li><span style=\"font-weight: 400;\">Dorsey Nunn</span></li>\r\n <li><span style=\"font-weight: 400;\">Ravenswood Family Health Clinic</span></li>\r\n <li><span style=\"font-weight: 400;\">Reverend Fraizer</span></li>\r\n <li><span style=\"font-weight: 400;\">Kara</span></li>\r\n <li><span style=\"font-weight: 400;\">Taproot Foundation</span></li>\r\n <li><span style=\"font-weight: 400;\">Frank J.Omowale Satterwhite</span></li>\r\n <li><span style=\"font-weight: 400;\">Joe Sweeting</span></li>\r\n <li><span style=\"font-weight: 400;\">Ken Rhoads</span></li>\r\n <li><span style=\"font-weight: 400;\">Michael Edell</span></li>\r\n <li><span style=\"font-weight: 400;\">Duane Bay</span></li>\r\n <li><span style=\"font-weight: 400;\">Owen Byrd</span></li>\r\n <li><span style=\"font-weight: 400;\">Jane and Clem Molony</span></li>\r\n <li><span style=\"font-weight: 400;\">Krys Giang</span></li>\r\n <li><span style=\"font-weight: 400;\">Many Other Champions of FAL</span></li>\r\n</ol>\r\n ','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-03-10 15:37:30','2016-03-10 15:37:30','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(312,1,'2016-03-11 01:41:56','2016-03-11 01:41:56','<div class=\"intro\">\r\n<img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />\r\n<p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.</p>\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Dropin Center</strong>: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 6 to 8 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 6 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-11 01:41:56','2016-03-11 01:41:56','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(313,1,'2016-03-11 01:42:20','2016-03-11 01:42:20','<div class=\"intro\">\r\n<img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" /><p>Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.</p>\r\n<p>Our programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.</p>\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug\r\n(AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Dropin Center</strong>: The open door way to resources which is a wellestablished “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 6 to 8 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 6 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds).\r\nThe program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-11 01:42:20','2016-03-11 01:42:20','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(315,2,'2016-03-31 14:44:45','2016-03-31 14:44:45','Free At Last is governed by a Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Board is make up of community members and reflects the racial diversity of our community.\n\n<strong>The board members are: </strong>\n<ul>\n <li><strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\n <li><strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\n <li><strong>Janet Thomas</strong>, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\n <li><strong>Dorsey Nunn</strong>, Member (Co-Founder of Free At Last, the Executive Director of Legal Services for Prisoners with Children (LSPC) and well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\" target=\"_blank\">ban the box</a> campaign.)</li>\n</ul>','Board of Directors','','inherit','closed','closed','','185-autosave-v1','','','2016-03-31 14:44:45','2016-03-31 14:44:45','',185,'http://dev.freeatlast.nimbusdesign.com/185-autosave-v1/',0,'revision','',0),(316,2,'2016-03-15 14:11:20','2016-03-15 14:11:20','Free At Last is governed by a Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Boards racial/ethnic make-up is 80% Black/African American and 20% Hispanic/Latino.\r\n\r\n<strong>The board members are: </strong>\r\n<ul>\r\n <li><strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\r\n <li><strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\r\n <li><strong>Janet Thomas</strong>, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\r\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\r\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\r\n <li><b>Dorsey Nunn</b>, Member (Co-Founder of Free At Last, the Executive Director of Legal Services for Prisoners with Children (LSPC) and well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\" target=\"_blank\">ban the box</a> campaign.)</li>\r\n</ul>','Board of Directors','','inherit','closed','closed','','185-revision-v1','','','2016-03-15 14:11:20','2016-03-15 14:11:20','',185,'http://dev.freeatlast.nimbusdesign.com/185-revision-v1/',0,'revision','',0),(317,2,'2016-03-15 14:48:08','2016-03-15 14:48:08','','ehp_logo','','inherit','closed','closed','','ehp_logo','','','2016-03-15 14:48:08','2016-03-15 14:48:08','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/ehp_logo.png',0,'attachment','image/png',0),(320,2,'2016-03-22 05:08:38','2016-03-22 05:08:38','<strong>Free At Last’s FY 2014-15 Financial Donors</strong>\r\n<ol>\r\n <li>San Mateo County, Behavioral Health and Recovery Services</li>\r\n <li>1 East Palo Alto</li>\r\n <li>Philanthropic Ventures Foundation</li>\r\n <li>Rebuilding Together Peninsula</li>\r\n <li>Silicon Valley Community Foundation (SVCF)</li>\r\n <li>Atkinson Foundation</li>\r\n <li>Bay Area Black United Fund</li>\r\n <li>Commercial Casework, Inc.</li>\r\n <li>Wilson, Sonsini, Goodrich & Rosati</li>\r\n <li>Stanford Memorial Church and Members</li>\r\n <li>Heritage Bank of Commerce</li>\r\n <li>Palo Alto Medical Foundation</li>\r\n <li>Peery Family Fund</li>\r\n <li>Saint Joseph\'s Health System</li>\r\n <li>The Maidenherren Fund of the SVCF</li>\r\n <li>Castellano Family Foundation</li>\r\n <li>Ericsson Employee Engagement Fund of the SVCF</li>\r\n <li>Lyngso Garden Materials, Inc.</li>\r\n <li>First National Bank of Northern California</li>\r\n <li>Master Gardeners Association</li>\r\n <li>Taproot Foundation</li>\r\n <li>Kara</li>\r\n</ol>\r\n \r\n\r\n<strong>Free At Last’s FY 2014-15 In-Kind Donors</strong>\r\n<ol>\r\n <li><span style=\"font-weight: 400;\">Rebuilding Together Peninsula</span></li>\r\n <li><span style=\"font-weight: 400;\">Commercial Casework Inc.</span></li>\r\n <li><span style=\"font-weight: 400;\">Heritage Bank of Commerce</span></li>\r\n <li><span style=\"font-weight: 400;\">Wilson Sonsini Goodrich & Rosati</span></li>\r\n <li><span style=\"font-weight: 400;\">Master Gardeners</span></li>\r\n <li><span style=\"font-weight: 400;\">Dorsey Nunn</span></li>\r\n <li><span style=\"font-weight: 400;\">Ravenswood Family Health Clinic</span></li>\r\n <li><span style=\"font-weight: 400;\">Reverend Fraizer</span></li>\r\n <li><span style=\"font-weight: 400;\">Kara</span></li>\r\n <li><span style=\"font-weight: 400;\">Taproot Foundation</span></li>\r\n <li><span style=\"font-weight: 400;\">Frank J.Omowale Satterwhite</span></li>\r\n <li><span style=\"font-weight: 400;\">Joe Sweeting</span></li>\r\n <li><span style=\"font-weight: 400;\">Ken Rhoads</span></li>\r\n <li><span style=\"font-weight: 400;\">Michael Edell</span></li>\r\n <li><span style=\"font-weight: 400;\">Duane Bay</span></li>\r\n <li><span style=\"font-weight: 400;\">Owen Byrd</span></li>\r\n <li><span style=\"font-weight: 400;\">Jane and Clem Molony</span></li>\r\n <li><span style=\"font-weight: 400;\">Krys Giang</span></li>\r\n <li><span style=\"font-weight: 400;\">Many Other Champions of FAL</span></li>\r\n</ol>\r\n ','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-03-22 05:08:38','2016-03-22 05:08:38','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(321,2,'2016-03-22 05:10:34','2016-03-22 05:10:34','<strong>Free At Last’s FY 2014-15 Financial Donors</strong>\r\n<ol>\r\n <li>San Mateo County, Behavioral Health and Recovery Services</li>\r\n <li>1 East Palo Alto</li>\r\n <li>Philanthropic Ventures Foundation</li>\r\n <li>Rebuilding Together Peninsula</li>\r\n <li>Silicon Valley Community Foundation (SVCF)</li>\r\n <li>Atkinson Foundation</li>\r\n <li>Bay Area Black United Fund</li>\r\n <li>Commercial Casework, Inc.</li>\r\n <li>Wilson, Sonsini, Goodrich & Rosati</li>\r\n <li>Stanford Memorial Church and Members</li>\r\n <li>Heritage Bank of Commerce</li>\r\n <li>Palo Alto Medical Foundation</li>\r\n <li>Peery Family Fund</li>\r\n <li>Saint Joseph\'s Health System</li>\r\n <li>The Maidenherren Fund of the SVCF</li>\r\n <li>Castellano Family Foundation</li>\r\n <li>Ericsson Employee Engagement Fund of the SVCF</li>\r\n <li>Lyngso Garden Materials, Inc.</li>\r\n <li>First National Bank of Northern California</li>\r\n <li>Master Gardeners Association</li>\r\n <li>Taproot Foundation</li>\r\n <li>Kara</li>\r\n</ol>\r\n \r\n\r\n<strong>Free At Last’s FY 2014-15 Individual Donors and In-Kind Supportors</strong>\r\n<ol>\r\n <li>Frank J. Omowale Satterwhite</li>\r\n <li>Michael Edell</li>\r\n <li>Kathleen Alexander</li>\r\n <li>Owen Byrd</li>\r\n <li>Yvonne Frazier</li>\r\n <li>Jane and Clem Molony</li>\r\n <li>Reverend Mary Frazier</li>\r\n <li>Dorsey Nunn</li>\r\n <li>Duane Bay</li>\r\n <li>Rose Jacob Gibson</li>\r\n <li>Krys Giang</li>\r\n <li>Rodney Mason</li>\r\n <li>Ken Rhoads</li>\r\n <li>Joe Sweeting</li>\r\n <li>Fran Wagstaff</li>\r\n <li>Susan Martin and John Doyle</li>\r\n <li>Tom Presta</li>\r\n</ol>\r\n ','Sponsors and Partners','','inherit','closed','closed','','192-revision-v1','','','2016-03-22 05:10:34','2016-03-22 05:10:34','',192,'http://dev.freeatlast.nimbusdesign.com/192-revision-v1/',0,'revision','',0),(322,2,'2015-12-17 05:21:13','2015-12-17 05:21:13','<strong>17 Dec 2015</strong> - Free At Last’s 2015 annual report is now available. Here are a few numbers from this year’s report:\r\n<ul>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Over 6,750 people signed in on the drop-in center’s daily sign-in sheet</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">1,919 individuals received information, education, and/or referrals as part of our prevention and street outreach</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">31 men and women participated in the out patient program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">86 individuals completed the DUI first offender program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">50 women (plus 6 children) participated in the residential program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">75 men participated in the residential program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">22 individuals were living successfully in our transitional clean and sober housing</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">10,400 men and women attended our AA and NA (Alcoholics & Narcotics Anonymous) meetings</span></li>\r\n</ul>\r\nFor full details see our <a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Free-At-Last-annual-report-12-1-15.pdf\" rel=\"\">Free At Last annual report 12-1-15</a>.','Fiscal Year 2014-15 in Review (Annual Report)','','publish','closed','open','','fiscal-year-2014-15-in-review-annual-report','','','2016-03-22 05:25:53','2016-03-22 05:25:53','',0,'http://dev.freeatlast.nimbusdesign.com/?p=322',0,'post','',0),(323,2,'2016-03-22 05:22:22','2016-03-22 05:22:22','<strong>17 Dec 2015</strong> - Free At Last’s 2015 annual report is now available. Here are a few numbers from this year’s report:\r\n<ul>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Over 6,750 people signed in on the drop-in center’s daily sign-in sheet</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">1,919 individuals received information, education, and/or referrals as part of our prevention and street outreach</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">31 men and women participated in the out patient program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">86 individuals completed the DUI first offender program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">50 women (plus 6 children) participated in the residential program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">75 men participated in the residential program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">22 individuals were living successfully in our transitional clean and sober housing</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">10,400 men and women attended our AA and NA (Alcoholics & Narcotics Anonymous) meetings</span></li>\r\n</ul>','Fiscal Year 2014-15 in Review (Annual Report)','','inherit','closed','closed','','322-revision-v1','','','2016-03-22 05:22:22','2016-03-22 05:22:22','',322,'http://dev.freeatlast.nimbusdesign.com/322-revision-v1/',0,'revision','',0),(324,2,'2016-03-22 05:24:40','2016-03-22 05:24:40','<strong>17 Dec 2015</strong> - Free At Last’s 2015 annual report is now available. Here are a few numbers from this year’s report:\n<ul>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Over 6,750 people signed in on the drop-in center’s daily sign-in sheet</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">1,919 individuals received information, education, and/or referrals as part of our prevention and street outreach</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">31 men and women participated in the out patient program</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">86 individuals completed the DUI first offender program</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">50 women (plus 6 children) participated in the residential program</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">75 men participated in the residential program</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">22 individuals were living successfully in our transitional clean and sober housing</span></li>\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">10,400 men and women attended our AA and NA (Alcoholics & Narcotics Anonymous) meetings</span></li>\n</ul>\nFor full details see our annual report.','Fiscal Year 2014-15 in Review (Annual Report)','','inherit','closed','closed','','322-autosave-v1','','','2016-03-22 05:24:40','2016-03-22 05:24:40','',322,'http://dev.freeatlast.nimbusdesign.com/322-autosave-v1/',0,'revision','',0),(325,2,'2016-03-22 05:25:04','2016-03-22 05:25:04','','Free At Last annual report 12-1-15','','inherit','closed','closed','','free-at-last-annual-report-12-1-15','','','2016-03-22 05:25:04','2016-03-22 05:25:04','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Free-At-Last-annual-report-12-1-15.pdf',0,'attachment','application/pdf',0),(326,2,'2016-03-22 05:25:53','2016-03-22 05:25:53','<strong>17 Dec 2015</strong> - Free At Last’s 2015 annual report is now available. Here are a few numbers from this year’s report:\r\n<ul>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Over 6,750 people signed in on the drop-in center’s daily sign-in sheet</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">1,919 individuals received information, education, and/or referrals as part of our prevention and street outreach</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">31 men and women participated in the out patient program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">86 individuals completed the DUI first offender program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">50 women (plus 6 children) participated in the residential program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">75 men participated in the residential program</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">22 individuals were living successfully in our transitional clean and sober housing</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">10,400 men and women attended our AA and NA (Alcoholics & Narcotics Anonymous) meetings</span></li>\r\n</ul>\r\nFor full details see our <a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Free-At-Last-annual-report-12-1-15.pdf\" rel=\"\">Free At Last annual report 12-1-15</a>.','Fiscal Year 2014-15 in Review (Annual Report)','','inherit','closed','closed','','322-revision-v1','','','2016-03-22 05:25:53','2016-03-22 05:25:53','',322,'http://dev.freeatlast.nimbusdesign.com/322-revision-v1/',0,'revision','',0),(328,2,'2016-03-30 04:01:12','2016-03-30 04:01:12','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a><strong>29 March 2016</strong> - FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment','','inherit','closed','closed','','242-revision-v1','','','2016-03-30 04:01:12','2016-03-30 04:01:12','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(329,2,'2016-03-30 04:08:30','2016-03-30 04:08:30','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Drop-in Center</strong>: The open door way to resources which is a well established “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 6 to 8 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 6 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds). The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-30 04:08:30','2016-03-30 04:08:30','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(330,2,'2016-03-30 04:12:00','2016-03-30 04:12:00','<strong>Mission Statement</strong>\n\nThe mission of Free At Last is to rebuild the community from within, reclaiming addicts and giving people who failed in the past the chance to succeed in the future. Free At Last provides community based, culturally appropriate bilingual (English/Spanish) treatment, intervention and prevention services designed to reduce the exceptionally high rates of substance abuse and HIV infection and to break the cycle of addiction, reunite and rebuild families torn apart by intergenerational addiction, provide alternatives to incarceration, and foster economic self sufficiency.\n\n<strong>History</strong>\n\nWhen drug turf wars led to the murder of 42 people in the City of East Palo Alto in 1992, the media called it “the murder capital of the U.S.” When the Urban Health Study reported that the city had the highest incidence of HIV infection among IV drug users of any city west of Chicago, another epidemic needed to be addressed.\n\nFree At Last: Community Recovery And Rehabilitation Services (Free At Last) was\nfounded in 1993 by a small group of community residents which decided that the community needed longterm solutions to reduce addiction and stop the spread of HIV/AIDS. They envisioned a community recovery center for substance abuse treatment, intervention and prevention services with a special focus on those affected by incarceration, HIV/AIDS, and intergenerational addiction.\n\n<strong>Our Impact</strong>\n\nFree At Last’s successful community based programs are run by members of the community within the community. Its adopted evidence based program design provides more positive results in meeting client needs than state run programs\n\nFree At Last’s recovery and rehabilitation services over the past twenty plus years have been proven to succeed. According to research that tracks individuals in treatment over extended periods, most people who get into and remain in treatment stop using drugs, decrease their criminal activity, and improve their occupational, social, and psychological functioning. Below is a list of positive impacts that local collaborating agencies and law enforcers can attribute to Free At Last’s programs and services:\n\n<strong>Qualitative Impacts/Social Return on Investment </strong>\n\nFree At Last has made a tremendous impact on the health of our local communities. Below are a few areas where ou programs and services have made a difference:\n\n<strong>Our programs have helped reduce:</strong>\n<ul>\n <li>Addictionrelated crime and violence in neighboring cities</li>\n <li>Societal costs of prisons and the criminal justice system</li>\n <li>Homelessness</li>\n</ul>\n<strong>Our programs have helped increase:</strong>\n<ul>\n <li>Stabilization among our clients through access to much needed mental and physical health services</li>\n <li>Access to and participation in reentry services from incarceration</li>\n <li>Reunification with families and children torn apart by drug and alcohol addiction</li>\n <li>Access to and participation in anger management, communication and conflict resolution skill building programs</li>\n <li>Access to job training opportunities and placement</li>\n</ul>\n ','About Us','','inherit','closed','closed','','15-autosave-v1','','','2016-03-30 04:12:00','2016-03-30 04:12:00','',15,'http://dev.freeatlast.nimbusdesign.com/15-autosave-v1/',0,'revision','',0),(331,2,'2016-03-30 04:12:30','2016-03-30 04:12:30','<strong>Mission Statement</strong>\r\n\r\nThe mission of Free At Last is to rebuild the community from within, reclaiming addicts and giving people who failed in the past the chance to succeed in the future. Free At Last provides community based, culturally appropriate bilingual (English/Spanish) treatment, intervention and prevention services designed to reduce the exceptionally high rates of substance abuse and HIV infection and to break the cycle of addiction, reunite and rebuild families torn apart by intergenerational addiction, provide alternatives to incarceration, and foster economic self sufficiency.\r\n\r\n<strong>History</strong>\r\n\r\nWhen drug turf wars led to the murder of 42 people in the City of East Palo Alto in 1992, the media called it “the murder capital of the U.S.” When the Urban Health Study reported that the city had the highest incidence of HIV infection among IV drug users of any city west of Chicago, another epidemic needed to be addressed.\r\n\r\nFree At Last: Community Recovery And Rehabilitation Services (Free At Last) was\r\nfounded in 1993 by a small group of community residents which decided that the community needed longterm solutions to reduce addiction and stop the spread of HIV/AIDS. They envisioned a community recovery center for substance abuse treatment, intervention and prevention services with a special focus on those affected by incarceration, HIV/AIDS, and intergenerational addiction.\r\n\r\n<strong>Our Impact</strong>\r\n\r\nFree At Last’s successful community based programs are run by members of the community within the community. Its adopted evidence based program design provides more positive results in meeting client needs than state run programs\r\n\r\nFree At Last’s recovery and rehabilitation services over the past twenty plus years have been proven to succeed. According to research that tracks individuals in treatment over extended periods, most people who get into and remain in treatment stop using drugs, decrease their criminal activity, and improve their occupational, social, and psychological functioning. Below is a list of positive impacts that local collaborating agencies and law enforcers can attribute to Free At Last’s programs and services:\r\n\r\n<strong>Qualitative Impacts/Social Return on Investment </strong>\r\n\r\nFree At Last has made a tremendous impact on the health of our local communities. Below are a few areas where our programs and services have made a difference:\r\n\r\n<strong>Our programs have helped reduce:</strong>\r\n<ul>\r\n <li>Addiction related crime and violence in neighboring cities</li>\r\n <li>Societal costs of prisons and the criminal justice system</li>\r\n <li>Homelessness</li>\r\n</ul>\r\n<strong>Our programs have helped increase:</strong>\r\n<ul>\r\n <li>Stabilization among our clients through access to much needed mental and physical health services</li>\r\n <li>Access to and participation in reentry services from incarceration</li>\r\n <li>Reunification with families and children torn apart by drug and alcohol addiction</li>\r\n <li>Access to and participation in anger management, communication and conflict resolution skill building programs</li>\r\n <li>Access to job training opportunities and placement</li>\r\n</ul>\r\n ','About Us','','inherit','closed','closed','','15-revision-v1','','','2016-03-30 04:12:30','2016-03-30 04:12:30','',15,'http://dev.freeatlast.nimbusdesign.com/15-revision-v1/',0,'revision','',0),(332,2,'2016-03-30 04:13:49','2016-03-30 04:13:49','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">Toris’ second chance at fatherhood</span></i></h2>\r\n<b>1 Feb 2016</b><span style=\"font-weight: 400;\"> - Toris, born 1963, is a long time EPA resident and a men’s residential program mentor at FAL. He came of age during an era of change - the 70s. On a sunny but surprisingly cold day I sat down to speak with him. As he shared his life story I marveled at the depths of his struggles and the long way he has come to making an addiction-free, optimistic life for himself.</span>\r\n\r\nUntil the age of 13 Toris grew up as part of a large family with his mother, his sister, his grandmother, his several aunts, uncles and cousins as part of his daily life. Until that age, his exposure to drugs was limited to marijuana and alcohol. Although harmful to a child’s constitution, these experiments did not mitigate his inclination towards sports. Had his life remained stable at this point, with his mother’s constant love and care, his struggles with addiction may have never surfaced.\r\n\r\nHowever, the summer of ‘77, Toris bore witness to his mother’s act of self defense against an abusive boyfriend. The trauma of witnessing his mother holding a bloody knife would have, in itself, been a lot to deal with. So, when he was subsequently separated from his mother, his internal strife must have only intensified. Everything after that happened quickly. His mother was on trial and he was sent off to live with his Uncle’s family in San Jose. As his life was being overhauled, there was no one with whom he could share his anxieties, fears, insecurities and vulnerabilities - neither a family member nor a counselor. His previously “cool” uncle had now turned into a strict regimented person that he could no longer identify with. In no time, Toris ran away from home. Then while wrought with unresolved emotions and feeling little support in life, he began living with a friend. It was at this time that he first tried a drug that is illegal in all 50 states and had his first brush with law. He tried lovely - weed laced with PCP. During this trip, he broke into someone’s house and that got him sentenced to juvenile prison.\r\n\r\nThis sentencing catapulted him deeper into vulnerable territory without his mother. The sentence was revoked under the condition that he move from the San Francisco Bay Area to his father’s place on a farm on the outskirts of Oklahoma City. Soon he was sent away to a new unfamiliar place to live an unfamiliar life under the dictates of an unfamiliar person. “He believed what he believed. It was his way or the highway.” Toris says, recollecting his father’s approach to him.\r\n\r\nHis stay with his father was brief. Toris moved out of the farm and to Oklahoma City. He alternated between living with his paternal Uncle and living on his own. It is during this time of emotional strife that he began experimenting with more drugs - acid, PCP, lovely - and with selling drugs at school. The money he made financed his habit.\r\n\r\n<span style=\"font-weight: 400;\">Still just in his teens, his problems escalated further when his mother was released from prison but his father forbade him from returning home. Out of frustration and rebellion, Toris started to rob on a regular basis, convincing himself that it was to save money for his return. And yet, the money he made often went towards instant gratification - cars, clothes and drugs - but not a bus ticket home. This was the start of the internal conflict between his real desires and the compulsion of drugs. His accumulating emotional struggles with the state of his life only catalyzed this conflict by returning him over and over to the temporary relief of highly addictive drugs.</span>\r\n\r\nDuring this time, he made and lost a precious friendship that he recollects fondly even to this day. He had met a friend and well wisher that listened to him patiently. One that he could open up to. One that he, for some reason, often took advice from and listened to. Under her influence, he had quit doing drugs, he stopped selling, found a job at a fast food restaurant and began saving up to return to his mother in California. If her influence had sustained, Toris may have never seen the dimmest parts of life. But a single PCP laden trip to her place, conducted under the influence of a cousin, dissolved the friendship instantly. It took away all hopes of a new way of life for a long time to come.\r\n\r\nThis emotional jolt sent Toris promptly back to California along with his cousin. There he learned of his grandmother’s passing. The life of his early teens must have seemed unrecoverable at the point. Without a job, he soon returned to his familiar occupation - robberies. His gas station robbery MO caught up with him and he was sent to prison. This time unlike the time before, he was too old for juvenile prison. It was 1984. Toris was just 21 and yet he was imprisoned with the seasoned criminals of that time. During his stay, for the first time in his life, he was introduced to even harder drugs - cocaine and heroin. The former appealed little to him but the pull of the latter was incredible.\r\n\r\nOver the next eight years, Toris was in and out of prison, selling drugs, robbing and mugging to aid his heroin habit. His internal strife had led him to this point, but now the hold of heroin was hard to escape. He had brief stints of sobriety, but the prevalence of drugs in his neighborhood and in his social circles made it easy for him to turn the slightest inclination into an indulgence. Access to drugs within prisons allowed him to continue his habit uninterrupted. Throughout this time, his mother remained his ardent supporter. But the more she reached for him, the more he saw how much his state pained her and the more he returned to the soothing nod of heroin. The battle between his desire for a good life and the power of the drug had turned to a gruesome war within him.\r\n\r\nHis lowest low occurred in 1994, when just a few days after his release from prison he stabbed a man. He was loaded on Janet Juice, Heroine and weed. In that moment, given this opponent’s violent history, he had seen it as “him or me” situation. But when he thinks back to it now, his eyes fill with tears. “I play it back. I play it back. I don’t know where to go with it.” He says. The man’s death along with Toris’ many priors resulted in a 11 year sentence in prison. This took him away from family yet again.\r\n\r\nThe first ten of the eleven years, like most other times in prison, flew by in a haze of drug use. But in the last year, Toris received support and encouragement from an unlikely source - a fellow inmate serving life in prison. Thanks to this well-wisher’s advice, he quit relying on drugs and turned to rigorous physical exercise. Upon release he took on a job, began saving up money and stayed clean.\r\n\r\nHis motivation was, however, overrun by circumstances that tempted him with weed. When he indulged in weed, however, he began craving heroin. Soon Toris was back to using drugs despite the constant promises he made to his mother about staying out of prison and off drugs. He did not know it then, but this would be his last return to drugs.\r\n\r\nHis final pivoting point, however, came at a cruel price. Any new brush with the law could have sent Toris to prison without parole and his mother worried for him. Soon he was charged with possession but he decided to fight it as best possible. “I am not going back.” He had promised his mother. During this trial, his already sick mother finally caved to cancer. With this emotional blow he first went deeper into drug use, but soon found, in his moments of clarity, that he had little desire to inhabit the world of drugs. He just wanted to learn how to quit them. Despite losing the possession case, his change of heart was aided by a parole officer that turned him away from prison and towards a rehabilitation program. That is when he first came to FAL, a local organization he was aware of, but whose doors he had never walked through.\r\n\r\nThrough two marriages, one child, many acquaintances and friendships, Toris had not found the discipline and empathy he needed to stay clean and make a better life for himself. At a time when he most desired it, Free At Last showed him a path out of his struggle - one that carefully took him step by step through the most vulnerable stages of his life without letting the sense of isolation and unfamiliarity possess him. “Clean since March 29th, 2011” Toris shares with his eyes gleaming with pride.\r\n\r\nNow he is a father once more. He is an upstanding citizen bringing his experiences and insight to his work at FAL’s Men’s Residential Program. “I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.” He smiles, with eyes of a person that understands the values of hope, health and family.\r\n\r\nThank you, Toris, for sharing your success and for all your efforts at FAL.','Toris','I wasn’t a father to my oldest daughter. God is funny, God gave me a reprieve to be a father again.','inherit','closed','closed','','57-revision-v1','','','2016-03-30 04:13:49','2016-03-30 04:13:49','',57,'http://dev.freeatlast.nimbusdesign.com/57-revision-v1/',0,'revision','',0),(338,2,'2016-03-31 04:05:26','2016-03-31 04:05:26','<span style=\"font-weight: 400;\"><strong>30 Jan 2016</strong> - Every year starting in the Fall and leading up to the Friday before Martin Luther King’s Day in January, the FAL office hums with excitement and anxiety. “Our anniversary celebrations are a big deal for us to celebrate our history and success.” Shares Sue Cortopassi, FAL’s current CEO. This year, as FAL’s 22nd anniversary neared, it was no different. There were flyers to be posted, local newspapers to be informed and the agenda to be set. But, most importantly, the 2016 David Lewis award winner had to be chosen by the FAL Board.</span>\r\n\r\n[caption id=\"attachment_224\" align=\"alignleft\" width=\"92\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM.png\" rel=\"attachment wp-att-224\"><img class=\"wp-image-224\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.22-AM-138x300.png\" alt=\"Dancing\" width=\"92\" height=\"200\" /></a> Cultural festivities.[/caption]\r\n\r\nDavid Lewis was a nationally recognized educator and leader in the field of substance abuse recovery and prisoner rehabilitation. He co-founded FAL in 1993 in order to address the drug and violence issues in East Palo Alto in the 90s. When he passed away in 2010, he left behind a legacy of community-powered self-healing and hope. Today, FAL honors that legacy every year through the David Lewis award. Previous recipients of the award included Vicki Smothers (co-founder and board member of FAL), Robert Hoover (board member of FAL) and Priya Haji (tech entrepreneur, co-founder and first CEO of FAL). Keeping the spirit alive, the 2016 award recipient was Dorsey Nunn, the Executive Director of LSPC (Legal Services for Prisoners with Children) well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\">ban the box</a> campaign. <span style=\"font-weight: 400;\">As the award recipient, as a co-founder of FAL and as a current board member, his participation in the anniversary celebrations was eagerly anticipated.</span>\r\n\r\nThe day of the 22nd FAL anniversary celebrations was Friday the 29th of January 2016. The venue was the room usually used for 12-step meetings. It however, transformed into a beautiful large event room for a group of hundred and fifty enthusiastic people dressed for the occasion. The crowd included recent FAL program grads, alumni, partners, friends, family, FAL staff, FAL board, local officials and other well-wishers. The celebrations were kicked off with hors d\'oeuvres and several American and international dance performances by FAL clients, supporters and friends.\r\n\r\n[caption id=\"attachment_222\" align=\"alignleft\" width=\"156\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM.png\" rel=\"attachment wp-att-222\"><img class=\"wp-image-222\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.40.25-AM-300x242.png\" alt=\"\" width=\"156\" height=\"126\" /></a> Dorsey Nunn[/caption]\r\n\r\n[caption id=\"attachment_223\" align=\"alignright\" width=\"146\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM.png\" rel=\"attachment wp-att-223\"><img class=\"wp-image-223\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-10.39.38-AM-300x277.png\" alt=\"Rev Mary Faiser\" width=\"146\" height=\"135\" /></a> Rev Mary Faiser[/caption]\r\n\r\nShortly after the colorful dance routines, Rev. Mary Fraiser, the founder of East Palo Alto’s Bread of Life Worship Center addressed the crowd. A graduate of Rhema Bible training center, Rev. Mary Fraiser, founded this organization to focus on prison and hospital outreach. Soon, Dorsey Nunn took to the podium to continue the words of wisdom, inspiration and recognition of the milestones achieved by the audience and the local community. The night’s events ended with a 12 step meeting as a way to put to action the encouragement and support received from all directions.','FAL’s 22nd Anniversary Celebrations','','inherit','closed','closed','','232-revision-v1','','','2016-03-31 04:05:26','2016-03-31 04:05:26','',232,'http://dev.freeatlast.nimbusdesign.com/232-revision-v1/',0,'revision','',0),(339,2,'2016-03-31 04:13:20','2016-03-31 04:13:20','Free At Last is governed by a Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Boards racial/ethnic make-up is 80% Black/African American and 20% Hispanic/Latino.\r\n\r\n<strong>The board members are: </strong>\r\n<ul>\r\n <li><strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\r\n <li><strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\r\n <li><strong>Janet Thomas</strong>, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\r\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\r\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\r\n <li><strong>Dorsey Nunn</strong>, Member (Co-Founder of Free At Last, the Executive Director of Legal Services for Prisoners with Children (LSPC) and well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\" target=\"_blank\">ban the box</a> campaign.)</li>\r\n</ul>','Board of Directors','','inherit','closed','closed','','185-revision-v1','','','2016-03-31 04:13:20','2016-03-31 04:13:20','',185,'http://dev.freeatlast.nimbusdesign.com/185-revision-v1/',0,'revision','',0),(340,2,'2016-03-31 04:17:45','2016-03-31 04:17:45','Free At Last is governed by a Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Boards racial/ethnic make-up is 83% Black/African American and 17% Hispanic/Latino.\r\n\r\n<strong>The board members are: </strong>\r\n<ul>\r\n <li><strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\r\n <li><strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\r\n <li><strong>Janet Thomas</strong>, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\r\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\r\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\r\n <li><strong>Dorsey Nunn</strong>, Member (Co-Founder of Free At Last, the Executive Director of Legal Services for Prisoners with Children (LSPC) and well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\" target=\"_blank\">ban the box</a> campaign.)</li>\r\n</ul>','Board of Directors','','inherit','closed','closed','','185-revision-v1','','','2016-03-31 04:17:45','2016-03-31 04:17:45','',185,'http://dev.freeatlast.nimbusdesign.com/185-revision-v1/',0,'revision','',0),(341,2,'2016-03-31 04:20:46','2016-03-31 04:20:46','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Drop-in Center</strong>: The open door way to resources which is a well established “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 3 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 3 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds). The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents every day of the year.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-31 04:20:46','2016-03-31 04:20:46','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(342,2,'2016-03-31 04:22:07','2016-03-31 04:22:07','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Drop-in Center</strong>: The open door way to resources which is a well established “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 3 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 3 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds). The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents six days a week.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How to do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How to do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-31 04:22:07','2016-03-31 04:22:07','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(343,2,'2016-03-31 04:23:16','2016-03-31 04:23:16','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />Por favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Drop-in Center</strong>: The open door way to resources which is a well established “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 3 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 3 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds). The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents six days a week.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-31 04:23:16','2016-03-31 04:23:16','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(344,2,'2016-03-31 04:24:07','2016-03-31 04:24:07','Address:\r\nFree At Last\r\n1796 Bay Road\r\nEast Palo Alto, CA 94303\r\n\r\nPhone:\r\n(650) 462-6999\r\n\r\nFax:\r\n(650) 462-1055\r\n\r\nEmail:\r\ninfo@freeatlast.org','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2016-03-31 04:24:07','2016-03-31 04:24:07','',26,'http://dev.freeatlast.nimbusdesign.com/26-revision-v1/',0,'revision','',0),(345,2,'2016-03-31 04:30:43','2016-03-31 04:30:43','<div class=\"intro\"><img class=\"alignnone size-full wp-image-198\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/pho_gerardo.jpg\" alt=\"pho_gerardo\" width=\"384\" height=\"392\" />\r\n\r\nPor favor llame al teléfono 650.462.6999 y pregunte por alguien que hable español para informarse acerca de los programas y servicios que proveemos.\r\n\r\nOur programs and services are bilingual (English/Spanish) please call our main number and ask for assistance in either language at 650.462.6999.\r\n<p class=\"name\">...Gerardo</p>\r\n\r\n<div class=\"clear\"></div>\r\n</div>\r\nSince our inception, Free At Last has remained true to its concept of providing programs based on its model of social immersion – addicts in recovery helping addicts seeking recovery. The following programs were developed to meet the needs of the community affected by alcohol and/or drug addiction:\r\n<ul>\r\n <li><strong>Prevention and Street Outreach Program</strong>: Staff provides Alcohol and Other Drug (AOD) education and prevention information, HIV/AIDS, Hepatitis C and sexually transmitted diseases (STD) education and intervention, referrals to local community agencies for referrals to detoxification centers, mental health counseling, medical services, shelters, basic needs and emergency assistance, other AOD programs, health screening, etc.</li>\r\n <li><strong>Drop-in Center</strong>: The open door way to resources which is a well established “living room” for the community, current and prospective clients to socialize, have some fresh fruit and/or snacks, coffee; receive referrals to public-agency resources and further treatment opportunities, etc. The Center provides a safe place to wait for 12 step meetings in English and Spanish six days a week.</li>\r\n <li><strong>Outpatient Drug Free Program</strong>: A 3 month program in involving group process, individual counseling sessions, 12 step meetings, case management and educational sessions.</li>\r\n <li><strong>Residential Treatment Program for Women & Women with Children</strong>: A 14 bed women’s residential substance abuse treatment program (4 of the beds are for the women’s children which must be age 6 and under). The program provides 3 months of residential treatment for women and women with children. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>Residential Treatment Program for Men</strong>: An 18 bed men’s residential substance abuse treatment program. The program provides 3 months of residential treatment for men. To graduate, clients must complete treatment goals, secure housing and have a job or be enrolled in job training.</li>\r\n <li><strong>DUI First Offender Program</strong>: A Driving Under the Influence (DUI) program for first offenders is offered in English and Spanish.</li>\r\n <li><strong>Transitional Clean and Sober Living</strong>: 3 transitional housing programs (18 beds). The program provides shared supportive clean and sober housing for adult men and women to establish stable employment, credit and tenancy.</li>\r\n <li><strong>The Community’s Main Meeting Hall</strong> – Meeting space for collaborating organizations to convene and address community challenges; provide educational programs; job networking forums for clients; and where client graduations are held; bilingual (English and Spanish) Alcoholics Anonymous (AA) and Narcotics Anonymous (NA) meetings are held to support thousands of San Mateo County residents six days a week.</li>\r\n</ul>\r\n<strong><br clear=\"all\" />Strong Community Partnerships Beyond Referral:</strong>\r\n\r\nBelow is a list of our sixteen cornerstone community partnerships which encompass beyond the referral process. The list has the partners name, years of collaboration and a brief synopsis of the relationship beyond the referral process.\r\n<table border=\"1\" width=\"85%\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"30%\">\r\n<p style=\"color: #fff;\">PARTNER</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"20%\">\r\n<p style=\"color: #fff;\">YEARS COLLABORATING</p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#666666\" width=\"35%\">\r\n<p style=\"color: #fff;\">BRIEF SYNOPSIS</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">EPA Community Counseling Ctr.</td>\r\n<td valign=\"top\">10</td>\r\n<td valign=\"top\">Case conferencing and shared referrals</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ravenswood Family Health Center</td>\r\n<td valign=\"top\">15</td>\r\n<td valign=\"top\">Medical and dental services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Palm Ave. Detox Center</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Detoxification – weekly communication</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Ecumenical Hunger Program</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food/clothes and volunteer opportunities</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Health Department Education</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">HIV/STD Screenings on site at FAL</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">El Concilio San Mateo</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency assistance and housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Job Train</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Employment & Education Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1 East Palo Alto</td>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">Mental Health and Prevention Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">David E. Lewis Community Reentry Center</td>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Criminal Justice Reentry</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Project Read</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Literacy Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Parole</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">SMC Probation Department</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Bimonthly visits</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Saint Vincent De Paul</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Assistance</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">InnVision Shelter Network</td>\r\n<td valign=\"top\">17</td>\r\n<td valign=\"top\">Emergency Housing</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Second Harvest Food Bank</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Food</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Bread of Life</td>\r\n<td valign=\"top\">21</td>\r\n<td valign=\"top\">Emergency food assistance and support</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<strong>Frequently Asked Questions:</strong>\r\n\r\n<strong>How do I get signed up for the Outpatient Program?</strong>\r\nCall our Outpatient Counselor Monday – Friday between 8:30am and 12pm at 650.462.6999.\r\n\r\n<strong>How do I get signed up for the Men’s or Women’s Residential Program?</strong>\r\nCall our Intake Coordinator Monday – Friday between 3:30pm and 8pm at 650.462.6999.\r\n\r\n<strong>How do I get signed up for the Driving Under the Influence (DUI) First Offender Program?</strong>\r\nCall our front desk Monday – Friday between 9:00am and 5pm at 650.462.6999 and ask for Gerardo or Liz.','Programs and Services - Programas y Servicios','','inherit','closed','closed','','17-revision-v1','','','2016-03-31 04:30:43','2016-03-31 04:30:43','',17,'http://dev.freeatlast.nimbusdesign.com/17-revision-v1/',0,'revision','',0),(346,2,'2016-03-31 14:44:53','2016-03-31 14:44:53','Free At Last is governed by a Board of Directors with diverse professional and social backgrounds. The Board of Directors establishes the agency\'s policies and employs a Chief Executive Officer who is responsible for the day-to-day operations. Our Board is make up of community members and reflects the racial diversity of our community.\r\n\r\n<strong>The board members are: </strong>\r\n<ul>\r\n <li><strong>Vicki Smothers</strong>, President and Co-Founder (Community Program Specialist, Prenatal Advantage, Black Infant Health Project, San Mateo County Health System/Family Health Services). Ms. Smothers, a longtime resident of East Palo Alto, brings extensive knowledge of community dynamics and resources to the organization’s Board table. Ms. Smothers is a co-founder of Free At Last and the East Palo Alto AIDS Task Force, and provides expertise in women’s recovery.</li>\r\n <li><strong>Robert Hoover</strong>, Vice President (Director, The David Lewis Community Re-Entry Center)</li>\r\n <li><strong>Janet Thomas</strong>, Secretary (Job Coach, Kainos Home and Training; Night Manager, Hope House; and Business Owner, Alpine Home)</li>\r\n <li><strong>Jerome Walker</strong>, Treasurer (Protective Service Worker, Adult Protective Services, Human Services Agency, City and County of San Francisco)</li>\r\n <li><strong>Jose Capistran</strong>, Member (Steel Burner, R.E. Bormann’s Steel)</li>\r\n <li><strong>Dorsey Nunn</strong>, Member (Co-Founder of Free At Last, the Executive Director of Legal Services for Prisoners with Children (LSPC) and well known for his work towards the national <a href=\"http://www.prisonerswithchildren.org/our-projects/allofus-or-none/ban-the-box-campaign/\" target=\"_blank\">ban the box</a> campaign.)</li>\r\n</ul>','Board of Directors','','inherit','closed','closed','','185-revision-v1','','','2016-03-31 14:44:53','2016-03-31 14:44:53','',185,'http://dev.freeatlast.nimbusdesign.com/185-revision-v1/',0,'revision','',0),(347,2,'2016-03-31 14:52:02','2016-03-31 14:52:02','','Castellano','http://castellano-ff.org/','inherit','closed','closed','','castellano','','','2016-04-01 03:24:33','2016-04-01 03:24:33','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Castellano.png',0,'attachment','image/png',0),(349,2,'2016-03-31 14:52:04','2016-03-31 14:52:04','','BayAreaBlackUnitedFund','http://www.babuf.org/','inherit','closed','closed','','bayareablackunitedfund','','','2016-04-01 03:37:17','2016-04-01 03:37:17','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/BayAreaBlackUnitedFund.png',0,'attachment','image/png',0),(350,2,'2016-03-31 14:52:05','2016-03-31 14:52:05','','Kara','','inherit','closed','closed','','kara','','','2016-03-31 14:52:05','2016-03-31 14:52:05','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Kara.jpeg',0,'attachment','image/jpeg',0),(351,2,'2016-03-31 14:52:05','2016-03-31 14:52:05','','TapRoot','','inherit','closed','closed','','taproot','','','2016-03-31 14:52:05','2016-03-31 14:52:05','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/TapRoot.png',0,'attachment','image/png',0),(353,2,'2016-03-31 14:52:06','2016-03-31 14:52:06','','Lyngso','lyngsogarden.com','inherit','closed','closed','','lyngso','','','2016-04-01 03:23:43','2016-04-01 03:23:43','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Lyngso.jpeg',0,'attachment','image/jpeg',0),(357,2,'2016-03-31 14:52:10','2016-03-31 14:52:10','','HeritageBankOfCo','','inherit','closed','closed','','heritagebankofco','','','2016-03-31 14:52:10','2016-03-31 14:52:10','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/HeritageBankOfCo.jpeg',0,'attachment','image/jpeg',0),(358,2,'2016-03-31 14:52:10','2016-03-31 14:52:10','','wsgr','','inherit','closed','closed','','wsgr','','','2016-03-31 14:52:10','2016-03-31 14:52:10','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/wsgr.jpeg',0,'attachment','image/jpeg',0),(359,2,'2016-03-31 14:52:11','2016-03-31 14:52:11','','Atkinson','','inherit','closed','closed','','atkinson','','','2016-03-31 14:52:11','2016-03-31 14:52:11','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/Atkinson.png',0,'attachment','image/png',0),(361,2,'2016-03-31 14:52:12','2016-03-31 14:52:12','','RebuildingTogether','http://www.rebuildingtogetherpeninsula.org/','inherit','closed','closed','','rebuildingtogether','','','2016-03-31 14:53:13','2016-03-31 14:53:13','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/RebuildingTogether.jpeg',0,'attachment','image/jpeg',0),(362,2,'2016-03-31 14:52:13','2016-03-31 14:52:13','','PhilVenFoun','','inherit','closed','closed','','philvenfoun','','','2016-03-31 14:52:13','2016-03-31 14:52:13','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/PhilVenFoun.png',0,'attachment','image/png',0),(367,2,'2016-03-31 15:31:24','2016-03-31 15:31:24','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px.png\" rel=\"attachment wp-att-278\"><img class=\"size-medium wp-image-278 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/03/village-house-2400px-300x300.png\" alt=\"village-house-2400px\" width=\"300\" height=\"300\" /></a><strong>15 April 2016</strong> - FAL is now offering women’s shared housing in a sober living environment for FAL affiliates and non-affiliates alike. This rental is located in East Palo Alto, a town from which nearly every part of Silicon Valley is easily accessible.</span>\r\n\r\nThe rental is in a nearly new four bedroom two story home in a quiet, safe and private cul-de-sac with a spacious backyard. The per room rent is $1200/month with a security deposit of $1500. Individuals can share a room for half of the above rent based on availability. All tenants share utility bills equally.\r\n\r\nFAL is offering this space at such competitive rates in order to foster sober living environments around EPA. The following are general requirements to apply to be a resident:\r\n<ol>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be an adult female who is working or is a student. She must have the ability to pay the security deposit, pay all required monthly fees and complete required paperwork on time.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must be clean and sober from drugs and alcohol for at least one year and must maintain sobriety.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must not plan to bring along any pets.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must only smoke in designated areas outside the house. No smoking allowed within the house.</span></li>\r\n <li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Resident must provide 3 references (one of these must be a previous rental reference) regarding rental history and character.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">For more information on becoming a resident or joining the waiting list please contact: Sue by phone at (650) 462 6992 or by email at sue@freeatlast.org.</span>','Adult Women’s Shared Housing in a Sober Living Environment','','inherit','closed','closed','','242-revision-v1','','','2016-03-31 15:31:24','2016-03-31 15:31:24','',242,'http://dev.freeatlast.nimbusdesign.com/242-revision-v1/',0,'revision','',0),(369,2,'2016-04-01 03:33:19','2016-04-01 03:33:19','','1EPA.png','http://www.oneepa.org/','inherit','closed','closed','','1epa-png','','','2016-04-01 03:36:37','2016-04-01 03:36:37','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/1EPA.png.jpg',0,'attachment','image/jpeg',0),(372,2,'2016-04-04 03:52:14','2016-04-04 03:52:14','','San_Mateo_County_ca_seal','http://smchealth.org/bhrs','inherit','closed','closed','','san_mateo_county_ca_seal','','','2016-04-04 03:52:25','2016-04-04 03:52:25','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/San_Mateo_County_ca_seal.png',0,'attachment','image/png',0),(373,2,'2016-04-04 03:58:08','2016-04-04 03:58:08','','PaloAltoMedical','http://www.pamf.org/','inherit','closed','closed','','paloaltomedical','','','2016-04-04 04:00:33','2016-04-04 04:00:33','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/PaloAltoMedical.png',0,'attachment','image/png',0),(374,2,'2016-04-04 03:58:44','2016-04-04 03:58:44','','FirstNationalNorCal','https://www.fnbnorcal.com/','inherit','closed','closed','','firstnationalnorcal','','','2016-04-04 03:59:09','2016-04-04 03:59:09','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/FirstNationalNorCal.jpg',0,'attachment','image/jpeg',0),(375,2,'2016-04-04 04:02:55','2016-04-04 04:02:55','','CityOfEPA','http://www.ci.east-palo-alto.ca.us/','inherit','closed','closed','','cityofepa','','','2016-04-04 04:03:23','2016-04-04 04:03:23','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/CityOfEPA.jpg',0,'attachment','image/jpeg',0),(376,1,'2016-04-22 22:34:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2016-04-22 22:34:55','0000-00-00 00:00:00','',0,'http://dev.freeatlast.nimbusdesign.com/?p=376',0,'post','',0),(377,1,'2016-04-22 22:51:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2016-04-22 22:51:55','0000-00-00 00:00:00','',0,'http://dev.freeatlast.nimbusdesign.com/?post_type=project&p=377',0,'project','',0),(378,2,'2016-04-25 04:47:35','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2016-04-25 04:47:35','0000-00-00 00:00:00','',0,'http://dev.freeatlast.nimbusdesign.com/?p=378',0,'post','',0),(379,2,'2016-04-25 04:50:35','2016-04-25 04:50:35','','SHFB-Logo-Color-2014-withcounties_RGB','http://www.shfb.org/','inherit','closed','closed','','shfb-logo-color-2014-withcounties_rgb','','','2016-04-25 04:51:05','2016-04-25 04:51:05','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/SHFB-Logo-Color-2014-withcounties_RGB.jpg',0,'attachment','image/jpeg',0),(382,2,'2016-04-25 05:03:35','2016-04-25 05:03:35','','hfhgsf','https://www.habitatgsf.org/','inherit','closed','closed','','hfhgsf-2','','','2016-04-25 05:04:08','2016-04-25 05:04:08','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/hfhgsf-1.jpg',0,'attachment','image/jpeg',0),(383,2,'2016-04-25 05:06:15','2016-04-25 05:06:15','','SVCommunityFoundation','http://www.siliconvalleycf.org/','inherit','closed','closed','','svcommunityfoundation','','','2016-04-25 05:06:23','2016-04-25 05:06:23','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/SVCommunityFoundation.png',0,'attachment','image/png',0),(384,2,'2016-04-25 05:12:53','2016-04-25 05:12:53','','tsff','http://sff.org/','inherit','closed','closed','','tsff','','','2016-04-25 05:13:02','2016-04-25 05:13:02','',0,'http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/04/tsff.jpg',0,'attachment','image/jpeg',0),(385,2,'2016-04-25 05:19:04','2016-04-25 05:19:04','<span style=\"font-weight: 400;\"><a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" rel=\"attachment wp-att-236\"><img class=\"size-full wp-image-236 alignleft\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-13-at-3.47.07-PM.png\" alt=\"Screen Shot 2016-02-13 at 3.47.07 PM\" width=\"149\" height=\"117\" /></a></span>\r\n\r\n<span style=\"font-weight: 400;\"><strong>19 Jan 2016</strong> - Free At Last (FAL) has a lot to look forward to in 2016. FAL has a new website and it has been made possible in part by a grant from the Community Opportunity Fund grant making strategy of </span><a href=\"http://www.siliconvalleycf.org/\"><span style=\"font-weight: 400;\">Silicon Valley Community Foundation</span></a><span style=\"font-weight: 400;\">. Diligently worked into shape by Arturo Samayoa at </span><a href=\"http://www.nimbusdesign.com/\"><span style=\"font-weight: 400;\">Nimbus Designs</span></a><span style=\"font-weight: 400;\">, the FAL website at </span><a href=\"http://freeatlast.org\"><span style=\"font-weight: 400;\">freeatlast.org</span></a><span style=\"font-weight: 400;\"> has finally received a long overdue makeover. Sue Cortopassi, FAL’s current CEO, is extremely happy with the outcome. “This new site will help us share client success stories and the good work we are doing for the under-served populations in and around East Palo Alto. It will help FAL revitalize past relationships and develop new ones.” She shares, with a gleam in her eye.</span>\r\n\r\nWhen asked why this was so important to FAL, she clarifies the need to diversify FAL’s funding base as part of long-term financial sustainability. She also highlights the need for staff development resources and her hope to pay above minimum wage to mentor her staff. In Silicon Valley today, with its highly marked up living expenses, minimum wage is indeed far from sufficient for a comfortable life.\r\n\r\n<span style=\"font-weight: 400;\">In addition to new funding and staff development efforts, FAL looks forward to additional highly anticipated </span><a href=\"http://www.dhcs.ca.gov/services/adp/Pages/default.aspx\"><span style=\"font-weight: 400;\">Drug Medi-Cal Treatment</span></a><span style=\"font-weight: 400;\"> Certifications for its residential programs. These certifications along with the already existing certifications for FAL’s Outpatient Drug Free programs will add government recognition and approval to the already powerful, successful stories coming out of FAL.</span>\r\n\r\n<span style=\"font-weight: 400;\">\r\n<span style=\"font-weight: 400;\">Last, but not least, FAL looks forward to producing many more successful batches of graduates from its rehabilitation programs this year. With graduations every other month, FAL’s clients are well on their way to achieving this!</span>\r\n</span>','Kicking off 2016 with Gusto','','inherit','closed','closed','','231-revision-v1','','','2016-04-25 05:19:04','2016-04-25 05:19:04','',231,'http://dev.freeatlast.nimbusdesign.com/231-revision-v1/',0,'revision','',0),(386,2,'2016-04-25 05:20:47','2016-04-25 05:20:47','<h2 style=\"text-align: center;\"><i><span style=\"font-weight: 400;\">The Intergenerational Success Story of Cassandra and Shareika</span></i></h2>\r\n<b>31 Jan 2016 </b>- Cassandra Julian is an important part of Free At Last’s everyday operations. As a Women’s Residential Counselor, she directly impacts and motivates women currently part of FAL’s treatment programs. She is an inspiration to the residents, to her children, to her grandchildren and to our community as a whole. Today, Cassandra is happy and at peace. But, it was not always the case.\r\n\r\nTwo decades ago, she was in the thick of substance abuse. “I lied, stole and cheated to get what I wanted.” She says referring to that time period.\r\n\r\nShe went in and out of jail. In moments of clarity she made promises to her family that she would get better and that they would be together. But in reality, she was consumed by the fear that there was no redemption from the bad choices she had already made. This returned her over and over again to the false yet familiar reassurances of the drug. As this went on, her two younger boys were taken by the foster care system and her daughter began living with Cassandra’s mother. The disease had wrecked havoc on her life and her family, providing only temporary relief before bringing her crashing down to a reality marked by estrangement, painful isolation and hopelessness.\r\n\r\nThe event that finally shook Cassandra out of this cycle and towards seeking help was the threat of losing all parental rights to her daughter and two sons if she didn’t. The possibility that her children could be forever lost to her struck her hard. “I had (nearly) lost everything before I entered treatment (at FAL) back in March of ‘98.” She recollects.\r\n\r\nOver time, during and since attending the FAL program, Cassandra has rebuilt her family and her life bit by bit. Now more than ever, she understands what her mother had meant when she had said “I just want my daughter back.” Today she is back, she is present and she is respected by the very community she had once harmed.\r\n\r\nWhen asked about FAL, she says, without hesitation, that she is a mother, a daughter, a grandmother, an aunt, a wife and a friend because of FAL. “I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.” This gratitude resonates through her every day work at FAL. When asked what advice she had for those struggling with substance abuse, she had this to say:\r\n\r\n“(You may think) that your struggle is different from mine and (that) this can’t happen to you; I’m here to tell you that’s a lie. There is goodness in all of us, we just have to be willing to change.”\r\n\r\n[caption id=\"attachment_228\" align=\"alignleft\" width=\"218\"]<a href=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family.png\" rel=\"attachment wp-att-228\"><img class=\"wp-image-228 size-medium\" src=\"http://dev.freeatlast.nimbusdesign.com/wp-content/uploads/2016/02/Casandra-Family-218x300.png\" alt=\"\" width=\"218\" height=\"300\" /></a> Cassandra\'s Children and Granddaughter[/caption]\r\n\r\nCassandra’s impact does not end with her work at FAL. Through the years, she has inspired her daughter, Shareika Robinson to contribute to FAL as well. As a mentor at the Women’s Residential Program, Shareika provides the much needed perspective of the child of a former addict. A mother herself, she connects with the residents on many levels. As an employee of the Special Education Department in Ravenswood School District and as a student pursuing her Masters in Education to become a Language/Arts teacher, Shareika is a beacon of success that helps reassure residents that hope for their children is far from lost. Her presence and her perspective help the residents grapple with their life decisions and the harm they may have brought to others through their substance abuse. This is an integral part of recovery that Cassandra and Shareika are very familiar with.\r\n\r\nWhen asked about her mother, Shareika acknowledges Cassandra’s past ordeals and shares her admiration for her mother. “My mother’s struggles molded her into a beautiful human being who taught me so much through the years.” When asked about FAL, Shareika tells us with infectious optimism that “Free At Last gave me my mother back and I hope to help give many more mothers back.”\r\n\r\nThank you, Cassandra and Shareika, for sharing your successes and for all your efforts at FAL.','Cassandra','I thank FAL for showing me how to live, for not giving up on me, for telling me and helping me believe that I am somebody.','inherit','closed','closed','','63-revision-v1','','','2016-04-25 05:20:47','2016-04-25 05:20:47','',63,'http://dev.freeatlast.nimbusdesign.com/63-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!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=utf8; /*!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 (12,2,0),(32,2,0),(33,2,0),(34,2,0),(52,8,0),(57,8,0),(63,8,0),(66,3,0),(90,4,0),(91,4,0),(92,4,0),(93,4,0),(94,4,0),(95,5,0),(96,5,0),(110,4,0),(112,3,0),(113,3,0),(115,3,0),(116,3,0),(117,3,0),(205,4,0),(207,4,0),(231,1,0),(232,1,0),(242,1,0),(322,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!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) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; /*!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,3),(2,2,'nav_menu','',0,4),(3,3,'nav_menu','',0,6),(4,4,'nav_menu','',0,8),(5,5,'nav_menu','',0,2),(6,6,'nav_menu','',0,0),(7,7,'category','',0,0),(8,8,'project_category','',0,3),(9,9,'category','',0,0); /*!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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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) NOT NULL DEFAULT '', `slug` varchar(200) 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=10 DEFAULT CHARSET=utf8; /*!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,'News','news',0),(2,'Main','main',0),(3,'Footer Menu','footer-menu',0),(4,'Main (Flexible)','main-flexible',0),(5,'Utility Menu','utility-menu',0),(6,'Footer Utility Menu','footer-utility-menu',0),(7,'Events','events',0),(8,'Testimonials','testimonials',0),(9,'Newsletters','newsletters',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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8; /*!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','nimbus-arturo'),(2,1,'first_name','Arturo'),(3,1,'last_name','Samayoa'),(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,'show_welcome_panel','1'),(15,1,'wp_dashboard_quick_press_last_post_id','376'),(16,1,'wp_user-settings','editor=html&libraryContent=browse&imgsize=full&mfold=o'),(17,1,'wp_user-settings-time','1456467897'),(18,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(19,1,'metaboxhidden_nav-menus','a:5:{i:0;s:11:\"add-project\";i:1;s:15:\"add-team-member\";i:2;s:15:\"add-testimonial\";i:3;s:12:\"add-post_tag\";i:4;s:20:\"add-project_category\";}'),(20,1,'nav_menu_recently_edited','4'),(21,1,'closedpostboxes_post','a:0:{}'),(22,1,'metaboxhidden_post','a:4:{i:0;s:13:\"trackbacksdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(23,2,'nickname','sriraga'),(24,2,'first_name','Sri'),(25,2,'last_name','Velagapudi'),(26,2,'description',''),(27,2,'rich_editing','true'),(28,2,'comment_shortcuts','false'),(29,2,'admin_color','fresh'),(30,2,'use_ssl','0'),(31,2,'show_admin_bar_front','true'),(32,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(33,2,'wp_user_level','10'),(34,2,'dismissed_wp_pointers',''),(36,1,'closedpostboxes_page','a:0:{}'),(37,1,'metaboxhidden_page','a:5:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(39,2,'session_tokens','a:3:{s:64:\"dee7c1d4bf885ae6644e7e913bae48b6fc94abdb63e78b4d80a24a2995a17273\";a:4:{s:10:\"expiration\";i:1461732454;s:2:\"ip\";s:12:\"172.5.126.70\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";s:5:\"login\";i:1461559654;}s:64:\"1ba9b5f1172bd8a9babbd53af5464a86f4e58a2a1fcfefd7db6e7dd78577ca0b\";a:4:{s:10:\"expiration\";i:1461734812;s:2:\"ip\";s:12:\"172.5.126.70\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";s:5:\"login\";i:1461562012;}s:64:\"f2c67687ad7bb12da2655d5cf68db850e59fae355d6f35381ac7a01bf1482feb\";a:4:{s:10:\"expiration\";i:1461734851;s:2:\"ip\";s:12:\"172.5.126.70\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";s:5:\"login\";i:1461562051;}}'),(40,2,'wp_dashboard_quick_press_last_post_id','378'),(41,2,'wp_user-settings','libraryContent=browse&editor=tinymce'),(42,2,'wp_user-settings-time','1459438247'),(43,2,'closedpostboxes_project','a:0:{}'),(44,2,'metaboxhidden_project','a:4:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";}'),(45,2,'nav_menu_recently_edited','3'),(46,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(47,2,'metaboxhidden_nav-menus','a:3:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:20:\"add-project_category\";}'),(50,2,'closedpostboxes_post','a:0:{}'),(51,2,'metaboxhidden_post','a:0:{}'),(53,1,'session_tokens','a:1:{s:64:\"490146246b9f2b22a2578adb4620d7f35a875ec9fbd2fec3320bb0afbaa4d30c\";a:4:{s:10:\"expiration\";i:1461718047;s:2:\"ip\";s:12:\"222.127.94.4\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17\";s:5:\"login\";i:1461545247;}}'); /*!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) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!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,'nimbus-arturo','$P$B4GY3Re.7ouSLij0up2GeTW1npkjCE0','nimbus-arturo','arturo@nimbusdesign.com','http://www.nimbusdesign.com','2015-12-08 01:41:19','',0,'Arturo'),(2,'sriraga','$P$BQwh9ye7jbuZhfjLQaOobA8RTAX.E5.','sriraga','sriraga@google.com','','2016-01-25 01:23:45','',0,'Sri'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_032d884_1' -- /*!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 2016-04-26 22:02:45
© 2017 -
ZeroByte.ID
.