-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Oct 14, 2019 at 09:41 AM
-- Server version: 5.6.45
-- PHP Version: 7.2.7

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `ramacpac_wordpress0`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_cimy_uef_data`
--

CREATE TABLE `wp_cimy_uef_data` (
  `ID` bigint(20) NOT NULL,
  `USER_ID` bigint(20) NOT NULL,
  `FIELD_ID` bigint(20) NOT NULL,
  `VALUE` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_cimy_uef_fields`
--

CREATE TABLE `wp_cimy_uef_fields` (
  `ID` bigint(20) NOT NULL,
  `F_ORDER` bigint(20) NOT NULL,
  `FIELDSET` bigint(20) NOT NULL DEFAULT '0',
  `NAME` varchar(20) DEFAULT NULL,
  `LABEL` text,
  `DESCRIPTION` text,
  `TYPE` varchar(20) DEFAULT NULL,
  `RULES` text,
  `VALUE` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_cimy_uef_wp_fields`
--

CREATE TABLE `wp_cimy_uef_wp_fields` (
  `ID` bigint(20) NOT NULL,
  `F_ORDER` bigint(20) NOT NULL,
  `NAME` varchar(20) DEFAULT NULL,
  `LABEL` text,
  `DESCRIPTION` text,
  `TYPE` varchar(20) DEFAULT NULL,
  `RULES` text,
  `VALUE` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2013-11-14 04:41:45', '2013-11-14 04:41:45', 'Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://ramacpa.com/wordpress', 'yes'),
(2, 'blogname', 'RAMACPA.COM', 'yes'),
(3, 'blogdescription', 'Practive Solutions', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'webmaster@ramacpa.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.ramacpa.com', 'yes'),
(14, 'mailserver_login', 'webmaster@ramacpa.com', 'yes'),
(15, 'mailserver_pass', 'bhasker00', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'closed', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '1', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'F j, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 'comment_moderation', '', 'yes'),
(29, 'moderation_notify', '', 'yes'),
(30, 'permalink_structure', '/clients', 'yes'),
(31, 'gzipcompression', '0', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:6:{i:0;s:49:\"cimy-user-extra-fields/cimy_user_extra_fields.php\";i:1;s:44:\"sp-client-document-manager-premium/index.php\";i:2;s:33:\"sp-client-document-manager/cu.php\";i:3;s:33:\"theme-my-login/theme-my-login.php\";i:4;s:47:\"wp-document-revisions/wp-document-revisions.php\";i:5;s:19:\"wp-smtp/wp-smtp.php\";}', 'yes'),
(36, 'home', 'http://ramacpa.com/wordpress', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(39, 'advanced_edit', '0', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '0', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', 'a:5:{i:0;s:89:\"/hsphere/local/home/ramacpac0/ramacpa.com/wordpress/wp-content/themes/alexandria/style.css\";i:1;s:114:\"/hsphere/local/home/ramacpac0/ramacpa.com/wordpress/wp-content/plugins/sp-client-document-manager-premium/index.php\";i:2;s:92:\"/hsphere/local/home/ramacpac0/ramacpa.com/wordpress/wp-content/themes/alexandria/comments.php\";i:3;s:93:\"/hsphere/local/home/ramacpac0/ramacpa.com/wordpress/wp-content/themes/alexandria/functions.php\";i:4;s:97:\"/hsphere/local/home/ramacpac0/ramacpa.com/wordpress/wp-content/themes/alexandria/content-aside.php\";}', 'no'),
(44, 'template', 'alexandria', 'yes'),
(45, 'stylesheet', 'alexandria', 'yes'),
(46, 'comment_whitelist', '', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '1', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '30133', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '1', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'page', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(83, 'widget_text', 'a:0:{}', 'yes'),
(84, 'widget_rss', 'a:0:{}', 'yes'),
(85, 'uninstall_plugins', 'a:2:{s:33:\"theme-my-login/theme-my-login.php\";a:2:{i:0;s:20:\"Theme_My_Login_Admin\";i:1;s:9:\"uninstall\";}s:26:\"oasis-workflow/oasiswf.php\";a:2:{i:0;s:16:\"FCInitialization\";i:1;s:17:\"oasiswf_uninstall\";}}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '0', 'yes'),
(88, 'page_on_front', '39', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),
(91, 'initial_db_version', '25824', 'yes'),
(92, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:83:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:16:\"manage_userfiles\";b:1;s:25:\"manage_userfiles_settings\";b:1;s:14:\"edit_documents\";b:1;s:21:\"edit_others_documents\";b:1;s:22:\"edit_private_documents\";b:1;s:24:\"edit_published_documents\";b:1;s:14:\"read_documents\";b:1;s:23:\"read_document_revisions\";b:1;s:22:\"read_private_documents\";b:1;s:16:\"delete_documents\";b:1;s:23:\"delete_others_documents\";b:1;s:24:\"delete_private_documents\";b:1;s:26:\"delete_published_documents\";b:1;s:17:\"publish_documents\";b:1;s:22:\"override_document_lock\";b:1;s:6:\"sp_cdm\";b:1;s:14:\"sp_cdm_vendors\";b:1;s:15:\"sp_cdm_settings\";b:1;s:15:\"sp_cdm_projects\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:22:\"view_cimy_extra_fields\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:47:{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:14:\"edit_documents\";b:1;s:21:\"edit_others_documents\";b:1;s:22:\"edit_private_documents\";b:1;s:24:\"edit_published_documents\";b:1;s:14:\"read_documents\";b:1;s:23:\"read_document_revisions\";b:1;s:22:\"read_private_documents\";b:1;s:16:\"delete_documents\";b:1;s:23:\"delete_others_documents\";b:1;s:24:\"delete_private_documents\";b:1;s:26:\"delete_published_documents\";b:1;s:17:\"publish_documents\";b:1;s:22:\"override_document_lock\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:23:{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:14:\"edit_documents\";b:1;s:21:\"edit_others_documents\";b:0;s:22:\"edit_private_documents\";b:0;s:24:\"edit_published_documents\";b:1;s:14:\"read_documents\";b:1;s:23:\"read_document_revisions\";b:1;s:22:\"read_private_documents\";b:0;s:16:\"delete_documents\";b:1;s:23:\"delete_others_documents\";b:0;s:24:\"delete_private_documents\";b:0;s:26:\"delete_published_documents\";b:1;s:17:\"publish_documents\";b:1;s:22:\"override_document_lock\";b:0;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:18:{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:14:\"edit_documents\";b:1;s:21:\"edit_others_documents\";b:0;s:22:\"edit_private_documents\";b:0;s:24:\"edit_published_documents\";b:0;s:14:\"read_documents\";b:1;s:23:\"read_document_revisions\";b:1;s:22:\"read_private_documents\";b:0;s:16:\"delete_documents\";b:1;s:23:\"delete_others_documents\";b:0;s:24:\"delete_private_documents\";b:0;s:26:\"delete_published_documents\";b:0;s:17:\"publish_documents\";b:0;s:22:\"override_document_lock\";b:0;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:15:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:14:\"edit_documents\";b:0;s:21:\"edit_others_documents\";b:0;s:22:\"edit_private_documents\";b:0;s:24:\"edit_published_documents\";b:0;s:14:\"read_documents\";b:1;s:23:\"read_document_revisions\";b:0;s:22:\"read_private_documents\";b:0;s:16:\"delete_documents\";b:0;s:23:\"delete_others_documents\";b:0;s:24:\"delete_private_documents\";b:0;s:26:\"delete_published_documents\";b:0;s:17:\"publish_documents\";b:0;s:22:\"override_document_lock\";b:0;}}}', 'yes'),
(93, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(169, 'theme_mods_alexandria', 'a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"background_color\";s:6:\"ebeef1\";s:16:\"background_image\";s:93:\"http://ramacpa.com/wordpress/wp-content/themes/alexandria/skins/images/alexandria/page_bg.png\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";}', 'yes'),
(96, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:11:\"footer-left\";a:0:{}s:13:\"footer-center\";a:0:{}s:12:\"footer-right\";N;s:13:\"array_version\";i:3;}', 'yes'),
(99, 'cron', 'a:5:{i:1571081400;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1571096214;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:1571096244;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1571096655;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(107, '_transient_random_seed', '4e2359b059f43db84a21338f98d37173', 'yes'),
(595, 'sp_cu_jqueryui_theme', '', 'yes'),
(596, 'sp_cu_enable_tags', '1', 'yes'),
(597, 'sp_cu_user_projects_thumbs', '1', 'yes'),
(598, 'sp_cu_image_magick_path', '', 'yes'),
(599, 'sp_cu_cat_text', '', 'yes'),
(600, 'sp_cu_file_delete', '', 'yes'),
(589, 'sp_client_upload_premium', '3.0.4.5', 'yes'),
(32395, '_site_transient_timeout_theme_roots', '1571055470', 'yes'),
(32396, '_site_transient_theme_roots', 'a:8:{s:10:\"alexandria\";s:7:\"/themes\";s:7:\"classic\";s:7:\"/themes\";s:7:\"default\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:8:\"zeefocus\";s:7:\"/themes\";}', 'yes'),
(152, 'zeefocus_options', 'a:15:{s:21:\"themeZee_general_logo\";s:0:\"\";s:24:\"themeZee_general_tagline\";s:4:\"true\";s:28:\"themeZee_general_page_header\";s:17:\"Blog: Latest News\";s:25:\"themeZee_general_sidebars\";s:5:\"right\";s:23:\"themeZee_general_footer\";s:30:\"Place your Footer Content here\";s:20:\"themeZee_general_css\";s:0:\"\";s:21:\"themeZee_color_scheme\";s:7:\"default\";s:27:\"themeZee_frontpage_activate\";s:5:\"false\";s:31:\"themeZee_frontpage_image_source\";s:6:\"header\";s:31:\"themeZee_frontpage_image_upload\";s:0:\"\";s:30:\"themeZee_frontpage_page_header\";s:0:\"\";s:29:\"themeZee_frontpage_intro_text\";s:0:\"\";s:30:\"themeZee_frontpage_button_text\";s:0:\"\";s:37:\"themeZee_frontpage_button_destination\";s:0:\"\";s:31:\"themeZee_frontpage_widgets_info\";s:0:\"\";}', 'yes'),
(108, 'auth_key', '#aw9pckC80HzQ]8:%HP-JCz]<Tf_*iA^)R|WTTeOE<H<cHy7~&=2=__+rAPb*RRs', 'yes'),
(109, 'auth_salt', '=1B%,WMSx0GP2wnMOG+}H?T9Q10kJb<H]H@91NFd?ohvLj 9Sd6**/ZtP tY9_fS', 'yes'),
(110, 'logged_in_key', 'F/q=`X,/f9E*zb#l#`#y~@auWEd8DLvEFLvYy;><e-YYoO=fnjH*+_$f@5|D:iC}', 'yes'),
(111, 'logged_in_salt', '=K6P(,Q h7&9kbioA[qv^B7;9_4%U<:1Q*Z%?WiU-0|ZOM/_(uZY!en@2;r7=2FA', 'yes'),
(112, 'nonce_key', ']UNUY|vTQY7<2gbmrGTEgB:M5=bK:YP0J-K~ke6`ev>Ha~V|/}o5?(E1xR=(-]N:', 'yes'),
(113, 'nonce_salt', 'Z{,RN>lCnI2X9Zt>0`>.@URG8fF.oIC[R`}7?jWsFngAIel5R5gJc~pgK@Ep$P}4', 'yes'),
(116, 'dashboard_widget_options', 'a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:28:\"http://ramacpa.com/wordpress\";s:4:\"link\";s:104:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://ramacpa.com/wordpress/\";s:3:\"url\";s:137:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://ramacpa.com/wordpress/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}', 'yes'),
(1581, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:21:\"webmaster@ramacpa.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484647877;}', 'yes'),
(217, 'category_children', 'a:0:{}', 'yes'),
(257, 'recently_activated', 'a:0:{}', 'yes'),
(25896, '_site_transient_timeout_browser_0ac1f9240df96b3586c220faef490724', '1548387840', 'yes'),
(25897, '_site_transient_browser_0ac1f9240df96b3586c220faef490724', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.98\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'yes'),
(31391, '_site_transient_timeout_browser_91f970b8d7ace318c57980da25f647be', '1568063670', 'yes'),
(31392, '_site_transient_browser_91f970b8d7ace318c57980da25f647be', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:7:\"2.0.0.6\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}', 'yes'),
(360, 'sp_client_upload', '2.0.3', 'yes'),
(361, 'sp_client_upload_page', 'Please enter the page', 'yes'),
(363, 'sp_cu_company_name', 'RamaCPA.COM', 'yes'),
(364, 'sp_cu_filename_format', ' %u-%y-%m-%d-%t-', 'yes'),
(365, 'sp_cu_thankyou', 'Thanks for the upload.  RamaCPA Client Support staff will be notified promptly.', 'yes'),
(366, 'sp_cu_delete', '', 'yes'),
(367, 'sp_cu_user_delete_disable', '1', 'yes'),
(368, 'sp_cu_folder_name_single', '', 'yes'),
(369, 'sp_cu_folder_name_plural', '', 'yes'),
(370, 'sp_cu_form_instructions', 'Please upload files', 'yes'),
(371, 'save_options', 'Save Options', 'yes'),
(372, 'sp_cu_additional_user_emails', 'ramarao@ramacpa.com', 'yes'),
(373, 'sp_cu_admin_email_subject', '[file] - [user]', 'yes'),
(374, 'sp_cu_admin_email', '[file] has been upload by the user [user]', 'yes'),
(375, 'sp_cu_additional_admin_emails', 'bdevimani@gmail.com', 'yes'),
(376, 'sp_cu_user_email_subject', '', 'yes'),
(377, 'sp_cu_user_email', '', 'yes'),
(378, 'sp_cu_overide_upload_path', '', 'yes'),
(379, 'sp_cu_overide_upload_url', '', 'yes'),
(380, 'sp_cu_wp_folder', '', 'yes'),
(381, 'sp_cu_user_projects', '1', 'yes'),
(382, 'sp_cu_user_projects_required', '1', 'yes'),
(383, 'sp_cu_js_redirect', '0', 'yes'),
(384, 'sp_cu_user_uploads_disable', '0', 'yes'),
(385, 'sp_cu_hide_project', '0', 'yes'),
(386, 'sp_cu_user_require_login_download', '1', 'yes'),
(387, 'sp_cu_user_projects_modify', '1', 'yes'),
(4144, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:14:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.3.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-5.2.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.3\";s:7:\"version\";s:5:\"5.2.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.3.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-5.2.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.3\";s:7:\"version\";s:5:\"5.2.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.2\";s:7:\"version\";s:5:\"5.1.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.6.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-5.0.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.6\";s:7:\"version\";s:5:\"5.0.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.11\";s:7:\"version\";s:6:\"4.9.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.10\";s:7:\"version\";s:6:\"4.8.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.14\";s:7:\"version\";s:6:\"4.7.14\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.15\";s:7:\"version\";s:6:\"4.6.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.18\";s:7:\"version\";s:6:\"4.5.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.19.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.19.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.19-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.19-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.19\";s:7:\"version\";s:6:\"4.4.19\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.20.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.20.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.20-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.20-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.20\";s:7:\"version\";s:6:\"4.3.20\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.24.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.24.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.24-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.24-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.2.24\";s:7:\"version\";s:6:\"4.2.24\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.27.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.27.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.27-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.27-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.1.27-partial-0.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.27-rollback-0.zip\";}s:7:\"current\";s:6:\"4.1.27\";s:7:\"version\";s:6:\"4.1.27\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:3:\"4.1\";s:9:\"new_files\";s:0:\"\";}i:13;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.3.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-5.2.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:0:\"\";s:7:\"version\";s:0:\"\";s:11:\"php_version\";s:3:\"4.3\";s:13:\"mysql_version\";s:5:\"4.1.2\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1571053667;s:15:\"version_checked\";s:3:\"4.1\";s:12:\"translations\";a:0:{}}', 'yes'),
(8536, '_site_transient_timeout_browser_2c1eb1d7db60a6595e3c7b3982b5caa2', '1460601961', 'yes'),
(8537, '_site_transient_browser_2c1eb1d7db60a6595e3c7b3982b5caa2', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"46.0.2486.0\";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'),
(4119, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1418994074', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4120, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Concept Image Shows Redesign of Drupal.org User Profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=36012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/concept-image-shows-redesign-of-drupal-org-user-profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3275:\"<p>Open source projects rely on contributions from both paid and non-paid volunteers. As a project gets larger, there are more ways to contribute. Displaying a user&#8217;s contributions is a great way to show off a person&#8217;s impact to the project.</p>\n<p>Like WordPress, <a title=\"https://www.drupal.org/\" href=\"https://www.drupal.org/\">Drupal.org</a> provides a profile page for registered users. During the December 17th <a title=\"https://assoc.drupal.org/about/meet\" href=\"https://assoc.drupal.org/about/meet\">Drupal Association meeting</a>, the team announced it&#8217;s going to redesign Drupal.org user profiles and released a concept image.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/DrupalUserProfileConcept.png\" rel=\"prettyphoto[36012]\"><img class=\"size-full wp-image-36014\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/DrupalUserProfileConcept.png?resize=1025%2C1321\" alt=\"Drupal User Profile Page Redesign Concept\" /></a>Drupal User Profile Page Redesign Concept\n<p>The proposed design will change slightly as members of the community <a title=\"https://www.drupal.org/node/2281763\" href=\"https://www.drupal.org/node/2281763\">continue to work on it</a>, but I like what I see so far. It&#8217;s clean, uses colors, and does a good job of organizing a lot of information.</p>\n<p>Meanwhile, the WordPress.org user profiles which are <strong>also</strong> a work in progress, don&#8217;t show nearly as much information. Activity, Plugins, and Favorites are split into sections. However, the main profile page looks nice, uses color, and contains badges.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressorgOttoProfile.png\" rel=\"prettyphoto[36012]\"><img class=\"size-full wp-image-36016\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressorgOttoProfile.png?resize=991%2C537\" alt=\"WordPress.org User Profile Pages\" /></a>WordPress.org User Profile Pages\n<h2>Difference in Approach</h2>\n<p>One of the differences between WordPress and Drupal is that <a title=\"https://www.drupal.org/node/2281763\" href=\"https://www.drupal.org/node/2281763\">the ticket</a> dedicated to redesigning Drupal user profile pages is filled with discussion and contributions. On the other hand, WordPress uses a <a title=\"https://meta.trac.wordpress.org/query?status=!closed&component=Profiles\" href=\"https://meta.trac.wordpress.org/query?status=!closed&component=Profiles\">mixture of tickets</a>, <a title=\"https://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/\" href=\"https://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/\">posts on the Make Community P2 website</a>, and comments to decide how to redesign the profile pages. I&#8217;m a fan of keeping information about a specific feature in a central location as it&#8217;s easier to reference.</p>\n<p>User profiles are a common item shared between two large, open source projects. It&#8217;s interesting to see the approach each has taken towards improving the design and showcasing a user&#8217;s contributions to the project.</p>\n<p>What do you think of the concept image and is there anything in the design you think would work well for WordPress.org user profiles?</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, 19 Dec 2014 00:39:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Critical Git Vulnerability Patched: Update Your Git Clients Immediately\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/critical-git-vulnerability-patched-update-your-git-clients-immediately\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2605:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/git-logo.png\" rel=\"prettyphoto[35990]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/git-logo.png?resize=910%2C380\" alt=\"photo credit: git - the simple guide\" class=\"size-full wp-image-14763\" /></a>photo credit: <a href=\"http://rogerdudler.github.io/git-guide/\" target=\"_blank\">git &#8211; the simple guide</a>\n<p>Git just announced <a href=\"http://git-blame.blogspot.com.es/2014/12/git-1856-195-205-214-and-221-and.html\" target=\"_blank\">version 2.2.1</a>, a maintenance release that includes a security fix for a critical vulnerability that affects those using Windows and Mac OS X Git clients. This update also includes new releases with the same security fix for older Git versions.</p>\n<p>GitHub <a href=\"https://github.com/blog/1938-vulnerability-announced-update-your-git-clients\" target=\"_blank\">confirmed</a> that GitHub for Windows and GitHub for Mac are both affected and should be updated immediately. The GitHub engineering team explains how attackers might exploit the vulnerability:</p>\n<blockquote><p>The vulnerability concerns Git and Git-compatible clients that access Git repositories in a case-insensitive or case-normalizing filesystem. An attacker can craft a malicious Git tree that will cause Git to ovewrite its own .git/config file when cloning or checking out a repository, leading to arbitrary command execution in the client machine. Git clients running on OS X (HFS+) or any version of Microsoft Windows (NTFS, FAT) are exploitable through this vulnerability. Linux clients are not affected if they run in a case-sensitive filesystem.</p></blockquote>\n<p>If you&#8217;re using GitHub&#8217;s client for <a href=\"https://windows.github.com/\" target=\"_blank\">Windows</a> or <a href=\"https://mac.github.com/\" target=\"_blank\">Mac</a>, the security issue has been patched and is ready for download. This includes an update to both the desktop application and the bundled version of the Git command-line client. If you&#8217;re using any other kind of Git client or software that connects to Git repositories, you&#8217;ll want to update immediately.</p>\n<p>Although the issue should not affect Linux users, the release announcement encourages those who operate hosting services with users that fetch from Windows or Mac OS X machines to update in order to protect users with older versions of Git. Check out the <a href=\"https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.2.1.txt\" target=\"_blank\">2.2.1 release notes</a> for further information on the security fixes.</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, 18 Dec 2014 22:03:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Export Your WordPress Blog to Jekyll with One Click\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/export-your-wordpress-blog-to-jekyll-with-one-click\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4380:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jekyll.png\" rel=\"prettyphoto[35497]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jekyll.png?resize=909%2C440\" alt=\"jekyll\" class=\"aligncenter size-full wp-image-35937\" /></a></p>\n<p><a href=\"http://jekyllrb.com/\" target=\"_blank\">Jekyll</a> fans are fond of the Ruby-powered static blogging software due to its ease of use and support for <a href=\"http://daringfireball.net/projects/markdown/\" target=\"_blank\">Markdown</a> and the <a href=\"https://github.com/Shopify/liquid/wiki\" target=\"_blank\">Liquid</a> templating engine. With no database to maintain and no comments to moderate, Jekyll radically simplifies blogging. It&#8217;s also the software that powers blogging on <a href=\"https://pages.github.com/\" target=\"_blank\">Github Pages</a>.</p>\n<p>Moving content from WordPress to Jekyll is super easy, thanks to the <a href=\"https://wordpress.org/plugins/jekyll-exporter/\" target=\"_blank\">Jekyll Exporter</a> plugin created by <a href=\"https://twitter.com/BenBalter\" target=\"_blank\">Ben Balter</a>. His Jekyll-powered blog is hosted on <a href=\"http://ben.balter.com/\" target=\"_blank\">GitHub</a>, along with his <a href=\"https://github.com/benbalter/wordpress-to-jekyll-exporter\" target=\"_blank\">exporter plugin</a>, which has been in development for more than a year. It was recently updated to be even easier to use and is now available on WordPress.org.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Want to move from <a href=\"https://twitter.com/WordPress\">@WordPress</a> to <a href=\"https://twitter.com/jekyllrb\">@jekyllrb</a>? The native, one-click exporter got a big refresh; now in plugin directory <a href=\"https://t.co/tUWrOe9Tn4\">https://t.co/tUWrOe9Tn4</a></p>\n<p>&mdash; Ben Balter (@BenBalter) <a href=\"https://twitter.com/BenBalter/status/543442743197179904\">December 12, 2014</a></p></blockquote>\n<p></p>\n<p>The one-click plugin converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML, which can be dropped right into Jekyll.</p>\n<h3>Who Needs a Jekyll Exporter?</h3>\n<p>I think WordPress is best blogging software out there, but there are some bloggers who don&#8217;t want the hassle of comment moderation and all the maintenance that WordPress requires. This plugin is perfect for conveniently transitioning to Jekyll.</p>\n<p>It&#8217;s also useful if you have created a bunch of documentation for a project on your WordPress site but decide to move the docs to a freely hosted Jekyll-powered site on GitHub Pages. This allows you to manage your documentation with version control and makes it easy for others to contribute.</p>\n<p>I have not found Jekyll terribly easy to set up when I&#8217;ve worked with it in the past. That&#8217;s why this exporter plugin is a huge time saver &#8211; it basically does everything for you:</p>\n<ul>\n<li>Converts all posts, pages, and settings from WordPress for use in Jekyll</li>\n<li>Export what your users see, not what the database stores (runs post content through the_content filter prior to export, allowing third-party plugins to modify the output)</li>\n<li>Converts all post_content to Markdown Extra (using Markdownify)</li>\n<li>Converts all post_meta and fields within the wp_posts table to YAML front matter for parsing by Jekyll</li>\n<li>Generates a _config.yml with all settings in the wp_options table</li>\n<li>Outputs a single zip file with _config.yml, pages, and _posts folder containing .md files for each post in the proper Jekyll naming convention</li>\n</ul>\n<p>The Jekyll Exporter plugin has no settings to configure. Just click the button and you&#8217;ll have all your content exported into the correct format for Jekyll and organized into the right structure.</p>\n<p>If you&#8217;re having trouble with your server timing out on the export, Balter has ensured that the plugin is compatible with WP-CLI. You can run this command, which also has support for sites where wp-content isn&#8217;t in the traditional location:</p>\n<p><code>wp jekyll-export > export.zip</code></p>\n<p>Currently, the <a href=\"https://wordpress.org/plugins/jekyll-exporter/\" target=\"_blank\">Jekyll Exporter</a> is the only one of its kind in the WordPress.org plugin directory. Fortunately, it was created by a reputable developer who knows the ins and outs of using Jekyll after WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 21:33:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:39:\"Post Status: WordPress 4.1, “Dinah”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://www.poststat.us/wordpress-4-1-dinah/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7656:\"<p><img src=\"http://www.poststat.us/wp-content/uploads/2014/12/wordpress-4-1-752x300.jpg\" alt=\"wordpress-4-1\" width=\"627\" height=\"250\" class=\"aligncenter size-large wp-image-7247\" /><br />\nWordPress 4.1, &#8220;Dinah&#8221;, <a href=\"https://wordpress.org/news/2014/12/dinah/\">has just been released</a>. WordPress 4.1 is the result of months of work and includes a number of excellent new features.</p>\n<p>WordPress 4.1 was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, who did an outstanding job. Two hundred and eighty three contributors were part of WordPress 4.1, which Matt Mullenweg states is a new high.</p>\n<p>Here are some of the new features.</p>\n<h3>Persistent Distraction-free Writing</h3>\n<p>I must begin with the new persistent Distraction-free Writing feature, as I&#8217;m using it to write this very post. We&#8217;ve had Distraction-free Writing since 2011, with the <a href=\"https://wordpress.org/news/2011/07/gershwin/\">release of WordPress 3.2</a>. However, it&#8217;s always been a single-experience decision. You hit the button to enter distraction free mode, and you utilize it for a single writing session.<span id=\"more-7245\"></span></p>\n<p>Now, the button itself is persistent, and the experience of writing distraction free doesn&#8217;t enter a new screen, but rather fade away the distractions of the default editor.</p>\n<p><a href=\"https://cloudup.com/cqbFU6CSqm2\"><img src=\"https://cldup.com/Gya2WLi5yP-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"585\" /></a></p>\n<p>The left admin seamlessly floats away, as do the metaboxes to the right of and below the editor. The editor itself remains, versus using a modified editor like before.</p>\n<p>When you update to WordPress 4.1, you are triggered with a note about Distraction-free Writing, and now that it&#8217;s a decision you only have to make once, I think this feature will finally get the broad use it deserves. It really is much more pleasant to write without everything else around you, to be lost in your thoughts as they make their way to the editor.</p>\n<h3>Twenty Fifteen theme</h3>\n<p><a href=\"https://cloudup.com/cgjoFpPJvYk\"><img src=\"https://cldup.com/RA_QnzIQ8P-2000x2000.png\" alt=\"Screen Shot\" width=\"877\" height=\"651\" /></a></p>\n<p>The Twenty Fifteen theme is the finest work I&#8217;ve seen yet of the default theme team. A blogging, and personal, theme &#8212; Twenty Fifteen is simple, with beautiful typography, and capable of showcasing blog posts of any format with poise.</p>\n<p>Twenty Fifteen comes in six base color schemes: default (light), dark, yellow, ping, purple, and blue. It also supports WordPress&#8217; background and header image features, and allows you to customize colors from your base selection; Twenty Fifteen can be as quirky as you are.</p>\n<p><a href=\"https://cloudup.com/cFEI4yyaDmU\"><img src=\"https://cldup.com/fRQdHcxeXD-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"555\" /></a></p>\n<p>Here&#8217;s a link to the <a href=\"http://twentyfifteendemo.wordpress.com/\">default theme demo</a>, as well as it&#8217;s <a href=\"https://wordpress.org/themes/twentyfifteen\">new page on WordPress.org</a>.</p>\n<h3>Dozens of languages, available any time</h3>\n<p><a href=\"https://cloudup.com/ckbOnTY71Gq\"><img src=\"https://cldup.com/UqYmETHq8L-900x900.png\" alt=\"Screen Shot\" width=\"901\" height=\"733\" /></a></p>\n<p>WordPress has made tremendous progress for non-English speaking users in the past few releases. With WordPress 4.0, you could choose a language on installation, whereas before it required many more steps. Now the team has gone a step further, so that language can be changed at any time, right from WordPress&#8217; general settings page.</p>\n<p>Given that <a href=\"http://www.poststat.us/understand-wordpress-internationalization-translation/\">a third of WordPress installs are non-English</a> (and if I recall correctly half of new downloads are non-English now), this change further reduces the barrier of language in publishing software, and is an excellent move for the progression of the platform across the world.</p>\n<h3>Recommended plugins</h3>\n<p><a href=\"https://cloudup.com/cQi9LX744H8\"><img src=\"https://cldup.com/r3jaQ2VeCP-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"674\" /></a></p>\n<p>I believe recommended plugins is probably the most controversial feature in WordPress 4.1, though it is not without precedent. &#8220;Featured&#8221; themes have been in the WordPress dashboard for a while now. But with a tab for recommended plugins, now users can see plugin recommendations based on plugins already installed and plugins other sites have installed.</p>\n<p>Recommended plugins are replacing the former popular plugins tab, and is mostly a change in the underlying API for showing the plugins themselves. Since it&#8217;s not a manual recommendation, I think this is a good change, and will more accurately help folks find relevant plugins than just listing the most popular plugins in the directory.</p>\n<h3>New template tags and theming tools</h3>\n<p>I&#8217;m really looking forward to using some of the new template tags introduced in WordPress 4.1.</p>\n<p>My favorite is <code>get_the_archive_title()</code>. Themers out there all know about the big blob of conditionals in most theme archive templates to spit out the right string based on which archive template it is. Now, there&#8217;s a function for that, and it&#8217;s fully filterable to boot.</p>\n<p>Descriptions of the new title functions, some new pagination functions, and some particularly nice body class assignment enhancements are well described on <a href=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\">this Make WordPress post</a> by Konstantin Obenland. There&#8217;s also a post about adding theme support to <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">let WordPress handle title tags</a>, which is a handy thing.</p>\n<h3>Log out from anywhere</h3>\n<p>A relatively small but nice security feature is the new ability to log out of all installs from a single location. WordPress uses cookies to keep you logged into your install for a period of time. Well, if you ever leave yourself logged in on a computer you don&#8217;t trust, you can now log out of all instances easily, from your profile page on an install.</p>\n<p>There is a new button that says &#8220;Log Out of All Other Sessions,&#8221; and also tells you if you are logged in at more than one location.</p>\n<h3>More improvements to queries</h3>\n<p>I love how much progress has been made on the WordPress query tools in the last couple of years. WordPress 4.1 introduces the ability for a nested query syntax, which makes more complex queries possible for <code>WP_Tax_Query</code>, <code>WP_Date_Query</code>, and <code>WP_Meta_Query</code>. I don&#8217;t often call out single individual&#8217;s work on something, but Boone Georges <a href=\"https://core.trac.wordpress.org/ticket/29822\">really</a> <a href=\"https://core.trac.wordpress.org/ticket/29738\">slayed</a> <a href=\"https://core.trac.wordpress.org/ticket/29642\">it</a> with the nested queries work. He wrote about it <a href=\"http://teleogistic.net/2014/12/wordpress-4-1-and-me/\">on his blog in detail</a>.</p>\n<h3>More under the hood</h3>\n<p>WordPress 4.1 includes many other under the hood features you should check out on the <a href=\"http://codex.wordpress.org/Version_4.1\">Codex page about the release</a>.</p>\n<h3>More excellent progress for WordPress</h3>\n<p>WordPress is better than ever, and hundreds (or thousands) of people make it so. Great job everyone. Now, go download WordPress 4.1.</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, 18 Dec 2014 19:12:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: WordPress 4.1 “Dinah” 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:28:\"http://wptavern.com/?p=35700\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wptavern.com/wordpress-4-1-dinah-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:7416:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/dinah.jpg\" rel=\"prettyphoto[35700]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/dinah.jpg?resize=1025%2C502\" alt=\"photo credit: Michael Ochs Archives/Getty Image\" class=\"size-full wp-image-35977\" /></a>photo credit: Michael Ochs Archives/Getty Image\n<p>After nearly four months of development, WordPress 4.1 &#8220;Dinah&#8221; is <a title=\"https://wordpress.org/news/2014/12/wordpress-4-1-dinah/\" href=\"https://wordpress.org/news/2014/12/wordpress-4-1-dinah/\">available for download</a>. Led by<a href=\"http://wptavern.com/meet-john-blackbourn-wordpress-4-1-release-lead\"> John Blackbourn</a>, 4.1 contains several improvements such as a new default theme, an improved distraction free writing experience, and plugin recommendations.</p>\n<h2>Twenty Fifteen</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TwentyFifteenDefaultTheme.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35706\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TwentyFifteenDefaultTheme.png?resize=830%2C518\" alt=\"New Default Theme For 2015\" /></a>New Default Theme For 2015\n<p>Twenty Fifteen is a two-column theme with a focus on content. In sharp contrast to <a title=\"https://wordpress.org/themes/twentyfourteen\" href=\"https://wordpress.org/themes/twentyfourteen\">Twenty Fourteen</a>, Twenty Fifteen is light in color with a left hand sidebar and content in the right column. It&#8217;s designed with a mobile first approach and looks great on various screen sizes. Twenty Fifteen looks best when using large, featured images. It also ships with five different color schemes, ranging from dark to pink that are accessible from within the theme customizer.</p>\n<h2>Plugin Recommendations</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>When you browse to the Add New plugins screen, you&#8217;ll see a new Recommended tab. Recommendations are based on data from thousands of WordPress sites about plugins that are commonly used together. It&#8217;s similar to an online store&#8217;s &#8220;people who bought this also bought this&#8221; feature.  Because of the strict data set used, plugins that are 3-4 years old or older won&#8217;t be recommended.</p>\n<h2>Improved Distraction Free Writing</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35707\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png?resize=1025%2C501\" alt=\"Distraction Free Writing in WordPress 4.1\" /></a>Distraction Free Writing in WordPress 4.1\n<p>When you enable Distraction Free Writing mode, the surrounding interface disappears as you type leaving important actions and menu items just a mouse movement away. This mode minimizes distractions without having to go through a clunky transition to access the admin menu or meta boxes. To bring back the menu and meta boxes, move the mouse cursor to the left or right of the editor.</p>\n<h2>Log Out of Every Session With One Button</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressSessionUI.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35708\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressSessionUI.png?resize=982%2C357\" alt=\"WordPress Session UI\" /></a>WordPress Session UI\n<p>WordPress 4.1 includes a new Session UI. The UI shows up on the profile page when WordPress detects more than one active session. When pressed, the button logs out of every session except for the active one. This is useful for those times when users might have forgotten to log off from a laptop, phone, or public computer.</p>\n<h2>Inline Image Editing</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InlineImageEditing.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35709\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InlineImageEditing.png?resize=681%2C386\" alt=\"Inline Image Editing Tools\" /></a>Inline Image Editing Tools\n<p>When editing an image using the Visual editor, a set of inline editing tools appear above the image. These tools provide a quick and easy way to align an image or access additional editing options.</p>\n<h2>oEmbed Support Added For Vine</h2>\n<p>WordPress 4.1 has<a title=\"http://codex.wordpress.org/Embeds\" href=\"http://codex.wordpress.org/Embeds\"> oEmbed support</a> for <a title=\"https://vine.co\" href=\"https://vine.co\">Vine</a> which hosts short videos that continuously loop. Sharing a Vine is now as easy as copying and pasting the URL into the Visual editor.</p>\n<h2>Choose a Different Language at Any Time</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/SiteLanguageWordPress4.1.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35711\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/SiteLanguageWordPress4.1.png?resize=637%2C450\" alt=\"Site Language Picker in WordPress 4.1\" /></a>Site Language Picker in WordPress 4.1\n<p>You can now choose a language for your site at any time by visiting the General Settings screen. Choosing a different language installs the required <a title=\"http://codex.wordpress.org/WordPress_in_Your_Language\" href=\"http://codex.wordpress.org/WordPress_in_Your_Language\">language pack</a>.</p>\n<h2>Developer Items</h2>\n<p>Metadata, date, and term queries now support <a title=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\" href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">advanced conditional logic</a>, like nested clauses and multiple operators. There are a couple of <a title=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\" href=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\">new Template tags</a> and a major improvement with <a title=\"http://wptavern.com/wordpress-4-1-to-introduce-theme-support-for-the-title-tag\" href=\"http://wptavern.com/wordpress-4-1-to-introduce-theme-support-for-the-title-tag\">Title Tags</a> in 4.1. There have also been several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels, sections, and JavaScript templates for controls.</p>\n<h2>4.1 Represents Continued Improvement</h2>\n<p>WordPress 4.1 is the product of dedicated developers and 283 contributors. The ability to choose a language without having to touch a line of code is a great improvement. The default theme is refreshing compared to Twenty Fourteen and users have an entire year to manipulate the design. While some users will see the new Distraction Free Writing mode as a distraction, others will enjoy its convenience.</p>\n<p>What do you think of the new default theme and will you try out the new Distraction Free Writing mode? Let us know what you think of 4.1 in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 18:37:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: Intergalactic: A Bold Free WordPress Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/intergalactic-a-bold-free-wordpress-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2905:\"<p>Despite a global <a href=\"http://rt.com/news/global-space-spending-shrinks-001/\" target=\"_blank\">decrease in public funding for space programs</a>, humans are still reaching for the last frontier through <a href=\"http://www.space.com/24848-science-fiction-space-movies-2014-countdown.html\" target=\"_blank\">film</a>, <a href=\"http://www.radiotimes.com/news/2012-10-24/nasas-voyager-probes-at-35-listen-to-the-music-of-the-planets\" target=\"_blank\">music</a>, and even design. Automattic&#8217;s latest free theme release on WordPress.org is a bold new take on the space motif.</p>\n<p><a href=\"https://wordpress.org/themes/intergalactic\" target=\"_blank\">Intergalactic</a> features strong typography with post titles overlaying full-width featured images. The one-column layout is well-suited to a personal blog and the theme has support for all the standard post formats.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-theme.jpg\" rel=\"prettyphoto[35880]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-theme.jpg?resize=660%2C928\" alt=\"intergalactic-theme\" class=\"aligncenter size-full wp-image-35903\" /></a></p>\n<p>Intergalactic also includes support for custom headers, custom backgrounds, and a social links menu. The theme keeps navigation out of sight via a high-contrast slideout menu. The sidebar is 530px wide with plenty of space for longer page titles and wider widgets.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-slide-out-menu.png\" rel=\"prettyphoto[35880]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-slide-out-menu.png?resize=1025%2C357\" alt=\"intergalactic-slide-out-menu\" class=\"aligncenter size-full wp-image-35916\" /></a></p>\n<p>The theme also has built-in styles for right-aligned, left-aligned, and centered pullquotes, which can be easily set in the text editor.</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\">&lt;blockquote class=\"alignleft\"&gt;\n   This is a left-aligned blockquote.\n&lt;/blockquote&gt;</pre>\n<p>Intergalactic&#8217;s bold design takes you back to the glory days when space photography was brand new and manned missions put explorers on the moon. It&#8217;s been more than 40 years since the Apollo 17 astronauts&#8217; last visit to the lunar surface in 1972, but the idea of space travel remains firmly stuck in the public imagination.</p>\n<p>If you need a new look for your blog and you&#8217;re aiming to publish at the speed of light in 2015, the Intergalactic theme is a powerful motivator. Check out the <a href=\"http://intergalacticdemo.wordpress.com/\" target=\"_blank\">live demo</a> on WordPress.com to see it in action. Intergalactic is now available to <a href=\"https://wordpress.org/themes/intergalactic\" target=\"_blank\">download</a> for free from the WordPress.org Themes Directory.</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, 18 Dec 2014 06:19:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: How to Take Control of The WordPress Heartbeat 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=35865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-take-control-of-the-wordpress-heartbeat-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:8187:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlFeaturedImage.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35888\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlFeaturedImage.png?resize=638%2C271\" alt=\"Heartbeat Control Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/osseous/11865341393/\">osseous</a> &#8211; <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>The WordPress <a title=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\" href=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\">Heartbeat API, introduced in WordPress 3.6, </a>simulates a pulse and is responsible for revision tracking, session management, and more. The pulse is around 98 Bytes in size, but it can cause performance issues in certain situations.</p>\n<p>If you&#8217;ve been notified by your webhost that your account is using too many resources and cite <code>POST /wp-admin/admin-ajax.php</code> as the cause, it&#8217;s likely due to the Heartbeat API.</p>\n<h2>How The Heartbeat API Works</h2>\n<p>Inmotion Hosting has an <a title=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action\" href=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action\">excellent article</a> that explains how the Heartbeat API works. If you monitor server requests while in the post editor, you&#8217;ll see <code>POST /wp-admin/admin-ajax.php \"http://example.com/wp-admin/index.php</code> appear every 15 seconds. This is the pulse generated by the API.</p>\n<p>The pulse makes sure you have a persistent connection to the web server and provides a way for developers to trigger events. For example, if the pulse takes 30 seconds or longer to process, WordPress displays a connection error and attempts to reconnect to the server.</p>\n<h2>The Problem</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/PulseExecutionTime.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35883\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/PulseExecutionTime.png?resize=221%2C183\" alt=\"Execution Time\" /></a>Execution Time\n<p>There are several situations in which a pulse is generated either automatically, or by a user. Most of the time pulses are harmless and don&#8217;t do anything.</p>\n<p>Each pulse (POST request) executes a PHP script equating to CPU time on the server. In an experiment, InMotion Hosting left the dashboard open for a half hour and noticed <strong>25</strong> PHP script executions that used <strong>5.77</strong> CPU seconds. The small amount of CPU time was used to do nothing.</p>\n<p>The problem is compounded by the fact that each user who has access to the backend of WordPress generates a pulse. As the number of users navigating the WordPress backend simultaneously increases, so does the number of pulses generated from the API.</p>\n<p>If a webhosting provider has strict limits on the number of processes or resources used, you could easily go over the limit.</p>\n<h2>How to Control The Heartbeat API</h2>\n<p><a title=\"https://wordpress.org/plugins/heartbeat-control/\" href=\"https://wordpress.org/plugins/heartbeat-control/\">Heartbeat Control</a>, developed by <a title=\"http://jeffmatson.net/\" href=\"http://jeffmatson.net/\">Jeff Matson</a>, is a new plugin that enables you to control the interval of pulses. After activating the plugin, you&#8217;ll find the settings located in <strong>Tools&gt;Heartbeat Control</strong>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlSettings.png\" rel=\"prettyphoto[35865]\"><img class=\"wp-image-35885 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlSettings.png?resize=502%2C258\" alt=\"Heartbeat Control Settings\" /></a>Heartbeat Control Settings\n<p>You can choose to disable the API entirely, only on the dashboard page, or allow it only on the post editing screen. You can also choose the interval when pulses are sent. The choices range from 15-60 seconds with 5 second intervals in between.</p>\n<p>By changing the interval to 60 seconds, pulses are less likely to impact server performance. Several <a title=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#comments\" href=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#comments\">HostGator customers</a> who use the plugin report they no longer experience suspensions for using too many resources.</p>\n<h2>Why InMotion Hosting Doesn&#8217;t Throttle The API by Default</h2>\n<p>If increasing the pulse interval from 15 to 60 seconds increases server performance, why doesn&#8217;t InMotion Hosting throttle the API on every webhosting server?</p>\n<p>Matson, who works for InMotion Hosting, says a one size fits all approach doesn&#8217;t work. &#8220;The reason we don&#8217;t do that is because there are some users that require it at the default rate or an even higher frequency. When making server-wide changes, you have to be extremely careful that you do not impact a customer&#8217;s site.&#8221;</p>\n<p>Matson goes on to say that, &#8220;As a host, the number one goal is making customers happy and restricting the normal operation of a user&#8217;s site is unacceptable.&#8221;</p>\n<h2>How HostGator Almost Deleted WP Tavern</h2>\n<p>I sympathize with those who use HostGator as they have a strict <a title=\"http://support.hostgator.com/articles/pre-sales-policies/rules-terms-of-service/cpu-resource-restriction\" href=\"http://support.hostgator.com/articles/pre-sales-policies/rules-terms-of-service/cpu-resource-restriction\">CPU resource restriction</a>. If pulses from the Heartbeat API cause the CPU to become busy or cause a backup in processes, using 25% of the CPU longer than 90 seconds is easy to do.</p>\n<p>HostGator&#8217;s policy for using too many resources is to suspend the account. This makes it impossible to troubleshoot the problem. If you exceed the resource allotment more than five times, the site is removed from the server and your account is banned.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HostGatorResourcePolicy.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35886\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HostGatorResourcePolicy.png?resize=503%2C107\" alt=\"HostGator Resource Policy\" /></a>HostGator Resource Policy\n<p>In late 2013, when WP Tavern used HostGator, I experienced first-hand what it&#8217;s like to have a website suspended. When I upgraded the Tavern to WordPress 3.6, which introduced the Heartbeat API, I <a title=\"http://wptavern.com/my-wordpress-is-denying-itself-service\" href=\"http://wptavern.com/my-wordpress-is-denying-itself-service\">started to experience problems</a>. The site would routinely lock up and when I viewed the processes tab in cPanel, it looked like a simple process repeated itself, leading to a denial of service.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/06/siteoffline.jpg\" rel=\"prettyphoto[35865]\"><img class=\"aligncenter size-full wp-image-7554\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/06/siteoffline.jpg?resize=741%2C644\" alt=\"Site Offline Errors\" /></a>I can&#8217;t confirm if the Heartbeat API was the culprit but it&#8217;s high on my list of suspicions. After suspending the Tavern twice, HostGator informed me that if the site was suspended again, it would be removed from the server without giving me a chance to back it up. Needless to say, I switched hosts immediately.</p>\n<h2>Don&#8217;t End Up in a Similar Situation</h2>\n<p>If you&#8217;re using a webhosting service with strict resource limits, consider installing Heartbeat Control to limit the number of pulses. Not only will it mean fewer calls to the server, but it may lead to a performance increase as well. Keep a close eye on the resources used and if you come close to maxing out, it&#8217;s a sign you need to upgrade to a better plan. Don&#8217;t end up in a position where you may lose your site!</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, 18 Dec 2014 02:19:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Atlanta WordPress Coders Guild: A New Meetup for Designers and Programmers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35847\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/atlanta-wordpress-coders-guild-a-new-meetup-for-designers-and-programmers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7496:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/atlanta.jpg\" rel=\"prettyphoto[35847]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/atlanta.jpg?resize=1022%2C496\" alt=\"photo credit: FrenchKheldar - cc\" class=\"size-full wp-image-35874\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/frenchkheldar/3322197028/\">FrenchKheldar</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>The Atlanta metro area will soon be getting a new type of WordPress meetup, targeted towards programmers and designers. Local organizers <a href=\"http://mikeschinkel.com/\" target=\"_blank\">Mike Schinkel</a> and <a href=\"http://micahwood.me/\" target=\"_blank\">Micah Wood</a> announced the <a href=\"http://www.meetup.com/atlanta-wordpress-coders-guild/\" target=\"_blank\">Atlanta WordPress Coders Guild</a> on Meetup.com and have already attracted 55 members who identify themselves as coders.</p>\n<p>Due to the group&#8217;s unique requirements, it is not affiliated with the WordPress Foundation-sponsored <a href=\"https://make.wordpress.org/community/meetups/\" target=\"_blank\">community meetups</a>. In order to become a member, one must be interested in working with technologies such as PHP, MySQL, Apache, Javascript, jQuery, Git, Backbone, Vagrant, Gulp, Grunt, SASS, and of the WordPress API.</p>\n<p>&#8220;We are not affiliated with the WordPress Foundation&#8217;s Community Meetups initiative because we are not open to WordPress end-users,&#8221; Schinkel emphasizes in the meetup&#8217;s description. &#8220;We are instead a group for serious professionals with a goal of raising the bar for WordPress coder talent in the Southeast and to make it more viable for the major project funders to choose WordPress instead of closed source solutions.&#8221;</p>\n<p>Official community meetups have a requirement to have membership open to &#8220;all who wish to join, regardless of ability, skill, financial status or any other criteria.&#8221; Since the Atlanta WordPress Coders Guild isn&#8217;t open to all skill levels, it is running independently. The organizers plan to host workshops centered around best practices expected by clients who spend $100k+ on projects that demand a high level of performance and security.</p>\n<h3>Atlanta&#8217;s Fragmented WordPress Community</h3>\n<p>Schinkel has lived in the Atlanta area for several decades and has <a href=\"http://mikeschinkel.com/blog/25-best-practices-for-meetup-organizers/\" target=\"_blank\">organized professional meetups</a> for the past eight years. He&#8217;s an accidental connector who became acquainted with many people in the area and has a unique perspective on the Atlanta tech and WordPress communities.</p>\n<p>&#8220;We have a really strong tech community backed by education like Georgia Tech and ~10 Fortune 500 companies in the Atlanta area, and tons on technology meetups,&#8221; he said. &#8220;Lots of Java, .NET, Ruby, Javascript and PHP, and at least 10 large digital agencies with probably up to 1000 agencies if you count the small ones.&#8221;</p>\n<p>The startup community is also thriving in the area and Atlanta is experiencing growth across various sectors, including financial, health tech, IT security, and more. Unfortunately, this has not directly translated into a strong WordPress community.</p>\n<p>&#8220;The WordPress community, however, is fragmented because of metro Atlanta’s expansive geography, lack of any natural geographic boundaries and no single entity with the clout to really organize a cohesive community,&#8221; Schinkel explained. The area has 10 different meetups, many of which fail to attract more than a handful of members on a regular basis.</p>\n<p>The <a href=\"http://www.meetup.com/wordpress-atlanta/\" target=\"_blank\">Atlanta WordPress Users Group</a>, organized by Judi Knight, is the most successful with approximately 1600 members, but Schinkel says those are primarily people willing to travel to a meetup in town. Outer metro Atlanta residents are reluctant to attend.</p>\n<p>&#8220;Also, from the perspective of a professional WordPress PHP, MySQL and jQuery coder, those meetups are characterized by really novice end-users,&#8221; he said. &#8220;Rarely, if ever, is there any significant WordPress coding talent in attendance, and intermediate to advanced topics are never announced or covered.&#8221;</p>\n<h3>The Need for More Workshops Focused on Advanced Topics</h3>\n<p>Schinkel believes that the Atlanta WordPress community needs the opportunity to have more advanced workshops and developer-focused meetups. &#8220;As far as I can tell the existing successful WordPress meetups all focus on the needs of end-users,&#8221; he said. &#8220;That’s great, it is what in part has driven the success but WordPress, but it also means that there are no local meetups to help WordPress coders to grow their skills.&#8221;</p>\n<p>Schinkel used the term &#8220;coder&#8221; in the meetup name specifically to filter out those he would classify as developers.</p>\n<blockquote><p>Many people think of themselves as &#8216;WordPress Developers&#8217; when what they do is install WordPress; select, install and configure a theme; select, install and configure plugins; maybe tweak CSS; and add some page templates with a bit if loop and template tag coding. So we think of those people as &#8216;Site Builders&#8217; and think the term &#8216;developer&#8217; is too broadly adopted to have any communicable distinction in the context of WordPress people.</p></blockquote>\n<p>There are a myriad of meetups in Atlanta for WordPress end users who want to learn about using themes and plugins, but virtually no meetups for coders who want to expand their skills. This is why the organizers are spearheading a WordPress coders guild in Atlanta.</p>\n<p>&#8220;First and foremost we want to see more Atlanta agencies and internal terms in the larger Atlanta organizations choosing WordPress for their projects,&#8221; Schinkel said. &#8220;For that to happen there has to be a stronger talent base in Atlanta who are knowledgeable and experienced in WordPress best practices, at least as far as they relate to agency use of WordPress.&#8221;</p>\n<p>He anticipates that the group will probably have its first &#8220;get to know each other&#8221; meetup in January and then start workshops in February. With advanced topics in the spotlight every week, Schinkel hopes that agencies and internal teams that rarely come out to network will be more motivated to attend.</p>\n<p>&#8220;We want to create a stronger WP coder community than we currently have in Atlanta, and the one we currently have is really lacking,&#8221; he said. &#8220;Put it another way, Drupal has a far stronger developer community in Atlanta because of their Drupal meetup and yet Drupal has ~1/10th the marketshare of WordPress. Now that is really sad, don’t you think?&#8221;</p>\n<p>Schinkel and Wood have identified a common problem with many community meetups where the topics focus on end user education. While connecting with people of all skill levels is important, more advanced WordPress professionals often become less motivated to attend meetups that don&#8217;t include topics that challenge them and help them become better at their work. The <a href=\"http://www.meetup.com/atlanta-wordpress-coders-guild/\" target=\"_blank\">Atlanta WordPress Coders Guild</a> aims to solve this problem with an alternative, non-traditional WordPress meetup.</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, 17 Dec 2014 23:34: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: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:97:\"WPTavern: VVV-Dashboard Provides an Interface for Managing Varying Vagrant Vagrants Installations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wptavern.com/vvv-dashboard-provides-an-interface-for-managing-varying-vagrant-vagrants-installations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p><a href=\"https://github.com/leogopal/VVV-Dashboard\" target=\"_blank\">VVV-Dashboard</a> is a new tool that provides an interface for managing your <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> installations. Inspired by <a href=\"http://wptavern.com/variable-vvv-a-new-vvv-site-creation-wizard-for-wordpress\" target=\"_blank\">Variable VVV</a>, a script that makes it easy to create and delete sites, <a href=\"https://twitter.com/leogopal\" target=\"_blank\">Leo Gopal</a> made VVV-Dashboard to complement it.</p>\n<p>Gopal is a WordPress developer from Cape Town, South Africa. &#8220;I installed my first WordPress site seven years ago while in high school and started creating sites for clients ever since. Only recently, after Matt&#8217;s <a href=\"http://ma.tt/2014/09/five-for-the-future/\" target=\"_blank\">Five for the Future</a> speech, did I decide to come out and offer what I have to everyone, more freely,&#8221; he said. VVV-Dashboard is one of his first public contributions.</p>\n<p>The tool was designed to work with Variable VVV but can be used without it. &#8220;Because VVV is very terminal oriented, it&#8217;s easy to forget commands when you need them. For example, you might forget to &#8216;vagrant up &#8211;provision&#8217; when working with Variable VVV (and other site creators),&#8221; Gopal said. VVV-Dashboard adds a quick reference page inside your vvv.dev site for commands and includes a list of all your Vagrant installs.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/vvv-dashboard.png\" rel=\"prettyphoto[35807]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/vvv-dashboard.png?resize=1025%2C472\" alt=\"vvv-dashboard\" class=\"aligncenter size-full wp-image-35817\" /></a></p>\n<p>The title of the page displays how many VVV sites you have installed on your machine. Each site and its admin are linked, along with a <a href=\"http://www.xdebug.org/docs/profiler\" target=\"_blank\">profiler</a> button that offers a quick overview. In order for the profiler to work, you must have Xdebug turned on.</p>\n<p>Many developers end up with a long list of dev sites, and it can be difficult to remember what sites are active and where they are located. The VVV-Dashboard interface saves you time with a convenient list and might even inspire you to perform a cleanup of sites no longer in use.</p>\n<p>In the next few releases, Gopal plans to include more basic site info in the dashboard, such as whether or not WP_Debug is enabled, an indicator for if Xdebug is on/off, the current active theme, etc. Variable VVV recently added a blueprints feature, which allows you to set up different plugins, themes, mu-plugins, options, or constants that will be installed to a new site you create. Gopal plans to create a few blueprint examples and add them to VVV-Dashboard.</p>\n<p>VVV-Dashboard is licensed under the GPL V2. It adds a friendly layer between you and your VVV sites to make management more convenient and efficient. Check out the project on <a href=\"https://github.com/leogopal/VVV-Dashboard\" target=\"_blank\">GitHub</a> where you&#8217;ll find complete installation instructions. If you have any tips on how to improve the project, make sure to <a href=\"https://github.com/leogopal/VVV-Dashboard/issues/new\" target=\"_blank\">leave your feedback</a> for the developer.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2014 20:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"WPTavern: ManageWP Releases Plugin Discovery Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35747\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wptavern.com/managewp-releases-plugin-discovery-tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5361:\"<p>The <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> has nearly 35k plugins and discovering new ones that have been tested and downloaded a few thousand times is difficult. Users can browse the directory for newest, recently updated, most popular, and highest rated plugins. With the exception of the <a title=\"https://wordpress.org/plugins/browse/updated/\" href=\"https://wordpress.org/plugins/browse/updated/\">recently updated</a> category, there&#8217;s no way to discover plugins in the middle of the pack. A new <a title=\"https://managewp.org/plugins/best\" href=\"https://managewp.org/plugins/best\">plugin discovery tool</a> by ManageWP, attempts to solve the problem.</p>\n<h2>Algorithm Based</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPBestNewPlugins.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35794\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPBestNewPlugins.png?resize=925%2C663\" alt=\"Best New Plugins\" /></a>Best New Plugins Page\n<p>The front page of <a title=\"https://managewp.org/plugins/best\" href=\"https://managewp.org/plugins/best\">ManageWP.org/plugins</a> displays the best new plugins under 100k downloads. The plugins are determined using an algorithm that takes into account plugin quality and acceleration of growth. A plugin&#8217;s quality is determined using seven metrics:</p>\n<ul>\n<li>Last Updated</li>\n<li>WordPress Compatibility</li>\n<li>Support</li>\n<li>Rating</li>\n<li>Plugin Popularity</li>\n<li>Author Popularity</li>\n<li>Other plugins from the same author</li>\n</ul>\n<p>Using a combination of metrics, ManageWP is able to display a constantly evolving list of <a title=\"https://managewp.org/plugins/rising\" href=\"https://managewp.org/plugins/rising\"><em>rising stars</em></a>. Placing emphasis on a plugin&#8217;s compatibility with WordPress and when it was last updated might motivate plugin authors to keep these fields updated.</p>\n<h2>Comparing Plugins</h2>\n<p>If you&#8217;re curious to see how plugins compare to each other, check out the <a title=\"https://managewp.org/#comparePlugins\" href=\"https://managewp.org/#comparePlugins\">plugin comparison section</a> of the site. Simply choose two different plugins and hit the compare button. The comparison displays each plugin&#8217;s statistics with a download chart at the bottom. At the moment, you&#8217;re limited to comparing only two plugins at the same time, but there are plans to allow for more in the future.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPPluginComparison.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35793\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPPluginComparison.png?resize=915%2C493\" alt=\"Plugin Comparisons\" /></a>Plugin Comparisons\n<h2>Plugin Awards</h2>\n<p>Awards are a quick way to determine how well a plugin is doing in specific categories. For example, <a title=\"https://managewp.org/plugins/details/wordpress-seo\" href=\"https://managewp.org/plugins/details/wordpress-seo\">WordPress SEO</a> by Team Yoast, has a number of awards for being the most downloaded and highest rated in multiple categories. I think it would be beneficial if this area was extended to highlight more ranks like top ten, top five, and number one.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/PluginAwards.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35797\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/PluginAwards.png?resize=599%2C559\" alt=\"ManageWP Plugin Awards\" /></a>ManageWP Plugin Awards\n<h2>Future Improvements</h2>\n<p>ManageWP founder, Vladimir Prelovac, says he&#8217;s not finished with the site. In <a title=\"https://managewp.com/blog\" href=\"https://managewp.com/blog\">the announcement</a>, he shares a couple of ideas on what he&#8217;d like to see in the next iteration.</p>\n<ul>\n<li>Simpler plugin comparison, allow multiple plugins compared at once.</li>\n<li>Include <a href=\"https://wpvulndb.com/\">WP Vulnerability Database</a> security data to plugin details page and Plugin Quality score.</li>\n<li>Allow plugin authors to ‘claim’ their pages. This will allow all sorts of activity like adding the links to their premium support, answering Q&amp;A</li>\n<li>Open everything via an API so everyone can use the engine and its data</li>\n</ul>\n<p>The WP Vulnerability Database will be a nice enhancement, especially if you can see how many vulnerability reports a plugin has. Something to keep in mind is that ManageWP/Plugins is utilizing the <a title=\"http://codex.wordpress.org/WordPress.org_API\" href=\"http://codex.wordpress.org/WordPress.org_API\">WordPress.org Plugins API,</a> which limits the types of data it&#8217;s able to work with.</p>\n<h2>A Plugin Directory Without The Plugins</h2>\n<p>I love the idea behind <a title=\"https://managewp.org/plugins\" href=\"https://managewp.org/plugins\">ManageWP/Plugins</a> because it fills a void created by the plugin directory. It&#8217;s essentially a sub-section of the directory without the plugins. When I look for plugins to review, the directory leaves me little choice between one that&#8217;s popular or brand new. ManageWP/Plugins gives me an opportunity to discover them before they reach global popularity.</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, 17 Dec 2014 05: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: WordPress Accessibility Team Is Mobilizing to Make Accessibility Required for WordPress.org Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://wptavern.com/wordpress-accessibility-team-is-mobilizing-to-make-accessibility-required-for-wordpress-org-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4365:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg\" rel=\"prettyphoto[35570]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg?resize=900%2C421\" alt=\"guided-road\" class=\"aligncenter size-full wp-image-22575\" /></a></p>\n<p>Throughout the first half of this month, the WordPress Accessibility team has been working together with the Theme Review Team to discuss the <a href=\"https://make.wordpress.org/accessibility/2014/12/04/theme-accessibility-meeting-notes/\" target=\"_blank\">possibility of requiring the accessibility-ready tag</a> for themes hosted on WordPress.org. The team will need to create an official proposal to submit to the Theme Review Team in order to make this happen.</p>\n<p>In preparation, the Accessibility team is increasing efforts to educate theme authors on accessibility best practices. Joe Dolson published a post with <a href=\"https://make.wordpress.org/themes/2014/12/15/three-easy-tips-for-accessible-theming/\" target=\"_blank\">tips for making WordPress themes accessible</a>, which includes basic instructions for making themes work with a keyboard, creating event triggers as accessible controls, and adding supporting text for images.</p>\n<p>The Accessibility team also created a <a href=\"https://github.com/wpaccessibility/\" target=\"_blank\">GitHub repository</a> for sharing WordPress-specific code examples for accessibility and plans to add resources in the near future. The theme handbook and reviewer&#8217;s handbook will potentially need to be reworked in order to account for the new guidelines. &#8220;The goal is for those documents to explicitly correlate to the theme accessibility guidelines, so that theme authors have specific guidance on what to do to meet those requirements,&#8221; Dolson said at a recent meeting.</p>\n<p>The Accessibility team hopes to announcing new guidelines for theme developers in April 2015, which would then be required as of November 2015. Once the guidelines are finalized for both required and recommended items, the Accessibility team will also need to train the Theme Review Team on reviewing for accessibility.</p>\n<p>For most traditional WordPress sites, the active theme is the face of the website, and accessibility-ready themes undoubtedly improve the experience of WordPress for users with disabilities. However, making accessibility required for themes is a long and difficult path. The possibility of the requirement already has opposition among Theme Review Team administrators.</p>\n<p>When we <a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\" target=\"_blank\">published</a> about WordPress.org&#8217;s newest requirement for themes to be translation-ready, several readers chimed in on the comments to advocate for accessibility to be required. Justin Tadlock, a TRT admin, <a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready#comment-61697\" target=\"_blank\">replied</a>, &#8220;As an admin of TRT, full compliance with our current accessibility guidelines is something I’d fight to not make a requirement.</p>\n<p>&#8220;Unfortunately, making a theme accessible can sometimes mean not respecting a designer’s artistic vision. This is particularly an issue with color contrasts. Anything that would hinder design decisions like this is not something I would support. That’s beyond the scope of what TRT’s role is.&#8221;</p>\n<p>Even with more education for theme authors, additional guidelines pose another hurdle to overcome in the rigorous review process. Tadlock believes it would stifle submissions from new theme authors. &#8220;Requiring accessibility-ready themes would be such a huge barrier to entry for new theme authors that it would be detrimental to the system.&#8221;</p>\n<p>The Accessibility team is highly motivated to push for this new requirement and is currently working on a precise proposal that will be voted on by the Theme Review Team. &#8220;The important thing with the proposal is clarity,&#8221; Dolson said, recognizing that it could blocked if the two teams are unable to communicate effectively about the issues at stake. The decisions made in the first part of 2015 will determine the immediate future of theme accessibility in the WordPress.org Themes Directory.</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, 16 Dec 2014 21:24: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: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:38:\"Post Status: Let’s WordSesh together\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.poststat.us/lets-wordsesh-together/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1513:\"<p><img class=\"aligncenter size-large wp-image-7233\" src=\"http://www.poststat.us/wp-content/uploads/2014/12/wordsesh-3-752x317.png\" alt=\"wordsesh-3\" width=\"627\" height=\"264\" /></p>\n<p>This weekend, <a href=\"http://wordsesh.org/\">WordSesh</a> 3 will begin. WordSesh is 24 straight hours of live streamed presentations and discussions from a variety of intelligent folks in the WordPress world.</p>\n<p>It starts at 0:00 UTC Saturday, which really means 7:00 p.m. Eastern time on Friday for those of us in America. It&#8217;ll run through Saturday evening.</p>\n<p>The <a href=\"http://wordsesh.org/#schedule\">lineup</a> for WordSesh is as good as any WordCamp, and the chat around the past events has been fantastic. Scott Basgaard and his team of volunteers do a great job.</p>\n<p>I&#8217;ll be on a WordPress news roundtable at the tail end of WordSesh. On Friday, I&#8217;m going to have some news that will help explain my radio silence of late, and will probably spice up the conversation I&#8217;m to have with Jeff Chandler (of WP Tavern), Dre Armeda and Brad Williams (of DradCast) and Doc Pop (of Torquemag). I hope you&#8217;ll watch.</p>\n<p>Check out all the information on the <a href=\"http://wordsesh.org/\">WordSesh</a> website, follow <a href=\"https://twitter.com/wordsesh\">@WordSesh</a> on Twitter, and RSVP if you&#8217;d like to attend. There are already over 600 people signed up. It&#8217;s completely free and community supported. I love this event and I&#8217;m glad to see it happen again.</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, 16 Dec 2014 19:43: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: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: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:96:\"WPTavern: Jetpack 3.3 Introduces New Centralized Dashboard for Managing Multiple WordPress 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=35724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-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:3553:\"<p>Jetpack 3.3 is now available. The highlight of this release is the new centralized site dashboard feature that allows users to manage multiple Jetpack-connected WordPress sites and WordPress.com sites from one location in WordPress.com.</p>\n<p>The new dashboard is mobile friendly and includes the <a href=\"http://wptavern.com/jetpack-3-2-introduces-centralized-posting-from-wordpress-com\" target=\"_blank\">centralized posting feature that was introduced in Jetpack 3.2</a>. It also allows users to see all of their sites listed together and perform a number of housekeeping actions:</p>\n<ul>\n<li><strong>Plugin management:</strong> Turn plugins on or off with one click — per site or in bulk.</li>\n<li><strong>Initiate plugin updates:</strong> Update plugins for a single site or all sites in bulk.</li>\n<li><strong>Automatic updates:</strong> Turn on auto-updates for any plugin on a per-site basis or in bulk.</li>\n</ul>\n<p>Jetpack 3.3 is required in order to use the plugin management features, so you&#8217;ll need to update at least one of your sites to check it out. You also need to activate Jetpack&#8217;s JSON API feature and ensure that the &#8220;Allow remote actions&#8221; setting is enabled.</p>\n<p>To view all the plugins you have installed, visit <a href=\"https://wordpress.com/plugins\" target=\"_blank\">WordPress.com/Plugins</a>. When you click through a plugin, you&#8217;ll find a short description of it and a list of the sites where you have it installed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jetpack-plugin-management.jpg\" rel=\"prettyphoto[35724]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jetpack-plugin-management.jpg?resize=980%2C482\" alt=\"jetpack-plugin-management\" class=\"aligncenter size-full wp-image-35735\" /></a></p>\n<p>WordPress.com&#8217;s one dashboard to rule them all is now in direct competition with services like <a href=\"https://managewp.com/\" target=\"_blank\">ManageWP</a>, <a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a>, <a href=\"http://infinitewp.com/\" target=\"_blank\">InfiniteWP</a>, and several others that provide centralized site management.</p>\n<p>As WordPress has become an increasingly popular solution for building websites, developers are often responsible for more sites than they can safely keep track of for updates. Centralized dashboard management is critical for scaling maintenance capabilities. It comes as no surprise that WordPress.com is getting its hook into self-hosted sites by moving to support centralized site management via Jetpack.</p>\n<p>In addition to the new centralized dashboard, Jetpack 3.3 also brings many other enhancements to the plugin:</p>\n<ul>\n<li>Adds responsive video support to BuddyPress</li>\n<li>Custom Content Types: Added &#8216;order&#8217; and &#8216;orderby&#8217; options to portfolio shortcode</li>\n<li>Display notice when Jetpack Development Mode is on</li>\n<li>Compatibility with Twenty Fifteen</li>\n<li>Likes: Updated the code to accept arbitrary CPTs</li>\n<li>Related Posts: Allow filter by post_format</li>\n<li>Sharing: add new jetpack_sharing_counts filter for option to turn off sharing counts</li>\n<li>Sharing: Use the Site Logo Theme Tool and the Site Icon as fallbacks for image tags</li>\n</ul>\n<p>The 3.3 release also adds several filters that allow developers to further customize Jetpack&#8217;s behavior. Check out the <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> for the full list of enhancements and improvements.</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, 16 Dec 2014 18:24:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:97:\"WPTavern: 100,000+ WordPress Sites Compromised Using the Slider Revolution Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35668\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3280:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg\" rel=\"prettyphoto[35668]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg?resize=1024%2C487\" alt=\"photo credit: Ravages - cc\" class=\"size-full wp-image-27206\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/ravages/6731739485/\">Ravages</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Over the weekend, the security team at Sucuri <a href=\"http://blog.sucuri.net/2014/12/soaksoak-malware-compromises-100000-wordpress-websites.html\" target=\"_blank\">discovered</a> that more than 100,000 WordPress sites have been hit with the SoakSoak.ru malware campaign. This campaign has resulted in more than 11,000 domains being blacklisted by Google.</p>\n<p>SoakSoak modifies the wp-includes/template-loader.php file in order to inject Javascript, which contains the malware, into every page on compromised sites. You can check to see if your site is affected by using Sucuri&#8217;s free <a href=\"http://sitecheck.sucuri.net/\" target=\"_blank\">SiteCheck scanner</a>.</p>\n<p>After researching the compromised sites, Sucuri found that SoakSoak&#8217;s vehicle of attack is the <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\" target=\"_blank\">critical security vulnerability that was discovered in the Slider Revolution plugin</a> and made public in September. At that time, Envato identified more than <a href=\"http://wptavern.com/1000-wordpress-themes-on-envato-market-potentially-affected-by-revolution-slider-security-vulnerability\" target=\"_blank\">1,000 themes sold through its marketplace that were potentially affected</a> by this particular vulnerability.</p>\n<p>The Slider Revolution issue, though silently patched in February, has been actively exploited since its disclosure. Many WordPress site administrators have not updated their copies of the Slider Revolution plugin to the patched version, leaving their sites open to compromise. Since the plugin is packaged with many themes sold through Themeforest, site owners are not always aware that they are vulnerable.</p>\n<p>According to the report from Sucuri, the SoakSoak attack first scans sites to locate the vulnerable file within the Slider Revolution plugin in order to gain access to the wp-config.php file. If successful, the intruder then attempts to upload a malicious theme to the site, followed by injecting the <a href=\"http://labs.sucuri.net/db/malware/backdoor-phpfilesman02\" target=\"_blank\">Filesman backdoor</a> into the website. The attacker then injects another backdoor in order to modify the swfobject.js file to inject malware that redirects visitors to soaksoak.ru.</p>\n<p>This malware attack is particularly difficult to clean up after. If your site has been compromised, you cannot simply remove the infected files. The backdoors will also need to be addressed, as well as the Slider Revolution vulnerabilities. Sucuri advises stopping malicious attacks through a firewall. If your site or one of your clients&#8217; sites is using the Slider Revolution plugin, it is imperative that you check to see if you are affected and update your site and plugins immediately.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 22:42: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Pippin Williamson on Building a Community Around Your Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/pippin-williamson-on-building-a-community-around-your-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10938:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/pippin-williamson.jpg\" rel=\"prettyphoto[35573]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/pippin-williamson.jpg?resize=800%2C393\" alt=\"photo credit: inQbation\" class=\"size-full wp-image-35588\" /></a>photo credit: <a href=\"http://www.inqbation.com/photos-of-wordpress-wordcamp-miami-2014/\">inQbation</a>\n<p>When <a href=\"https://twitter.com/pippinsplugins\" target=\"_blank\">Pippin Williamson</a> launched <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> in early 2012, he could not have predicted the success that the open source project is experiencing today. The core plugin is approaching half a million downloads and recently passed 100 <a href=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/graphs/contributors\" target=\"_blank\">contributors</a> on GitHub. It provides the foundation for a profitable commercial marketplace of more than 190 extensions authored by the EDD community.</p>\n<h3>The Birth of Easy Digital Downloads</h3>\n<p>As is the case with many entrepreneurs, Williamson discovered one of his best ideas while solving one of his own problems. He had become an avid plugin developer long before EDD was in the picture. &#8220;I wanted a better way to sell WordPress plugins I was creating through my own site,&#8221; he said. &#8220;I had been using the Code Canyon marketplace from Envato for a while and had toyed with a few of the other e-commerce plugins, but I wanted something a bit different.&#8221; Williamson had no idea that EDD would soon become his full-time job.</p>\n<blockquote><p>When a project starts out that way, it&#8217;s really hard to guesstimate what the future holds for it. As I continued building on the plugin and making more generalized features that had a wider audience than just my site, it became apparent pretty quickly that others were looking for some of the same things. The project was started in March and by November of the same year, I really started to consider the prospect of it becoming a full-time job for me.</p></blockquote>\n<p>Williamson was inspired by Jigoshop&#8217;s and WooCommerce&#8217;s successes with the &#8220;extensions marketplace&#8221; business model. &#8220;As an outsider, it seemed as though the extensions model was working well for them, so I thought, &#8216;Why not?&#8217; It seemed like a good fit. Early on though I had no idea that we would reach more than 150 extensions in so short a time.&#8221;</p>\n<p>He built the first couple of extensions for himself, including the Stripe integration. &#8220;Those first extensions were really the ones that proved building a marketplace around EDD wasn&#8217;t an utterly insane idea. Mostly insane but plausible.&#8221;</p>\n<h3>Extensibility Has a Direct Correlation to Profitability</h3>\n<p>Easy Digital Downloads is well known for having a codebase that is easy to extend and friendly to developers. Williamson built this into the project out of principle from the early days of EDD, not knowing how vital extensibility would become further down the road.</p>\n<p>&#8220;It definitely started as a core philosophy but became a fundamental requirement as the project grew. EDD wouldn&#8217;t be even half as successful as it is now if it weren&#8217;t for the extensibility,&#8221; he said. &#8220;There are still severe pain points in terms of our extensibility, but they are being worked on for future releases. A commitment to always making the plugin more and more extensible is one of the things that has really helped us along the way.&#8221;</p>\n<p>Extensibility is the backbone of the EDD marketplace, and it&#8217;s paying off for Williamson and the project as a whole. On an average day, the core EDD plugin sees 400-1000 downloads. &#8220;The revenue of the project has grown consistently since first launching two and a half years ago,&#8221; Williamson said. &#8220;In its first year, we saw steady growth, but nothing amazing by any means. It was enough to tell me there was potential for much, much more.&#8221;</p>\n<p>In 2012, Williamson reports that the project pulled in $25,000 in extension sales, with one fifth of this paid out to third party developers for extension sales. Over the course of 2013, EDD grew its monthly revenue from ~$2,000 per month up to nearly $16,000 per month. Williamson finished that year with ~$190,000 in sales and paid out nearly $64,000 in commissions to third party developers.</p>\n<p>&#8220;And now, just as we are wrapping up 2014, we have seen more than $456,000 in sales and have generated more than $200,000 in commissions for third party developers,&#8221; Williamson said. &#8220;In 2015 these numbers are expected to grow, just as they have for the last two years. To say we&#8217;re excited for the future would be to put it lightly.&#8221;</p>\n<h3>Attracting and Keeping a Community of Contributors</h3>\n<p>Without EDD&#8217;s large community of contributors, the project&#8217;s success would have been severely limited. EDD seems to have an organic way of attracting and keeping contributors. Williamson attributes this to three key aspects of the community surrounding the project:</p>\n<ul>\n<li><strong>We work hard to always try and make new contributors few welcome.</strong> No one should ever be told (even indirectly) to go away when they are trying to give back to a project. By being open to criticism and suggestions from the community, and working to ensure the community feels encouraged to speak up, we have gained a lot of long-time contributors, simply because they didn&#8217;t feel like their suggestions were lost in a dark abyss of nothingness or intentionally ignored. When people feel welcomed, they tend to stick around.</li>\n<li><strong>Every suggestion gets an answer of some kind. Period.</strong> We strive to never leave a support ticket or github issue unanswered. Even if the answer is &#8220;no&#8221;, we still answer it. When people are ignored, they leave, so we never ignore anyone. Period.</li>\n<li><strong>We have actively asked people to help out on the project.</strong> There are tons of people out there ready, willing, and wanting to help; sometimes all it takes is an invitation.</li>\n</ul>\n<p>Williamson doesn&#8217;t think that any of these efforts are unique to EDD, but they have been the most important factors for growing and keeping a large contributor base. He aims to make sure every single contributor gets an answer to their suggestions, no matter how small the contribution or bug report. &#8220;If someone that is brand new to the project feels they have been ignored, how likely are they to ever come back? I think we see this a lot with WordPress core contributors,&#8221; he said.</p>\n<p>&#8220;There are hundreds of tickets on trac that have gone unanswered from new contributors, and I suspect a huge percentage of those people have decided to move on and not contribute since they felt ignored. <strong>It doesn&#8217;t matter if someone is actually ignored; it matters that they feel they were ignored.</strong>&#8221;</p>\n<p>In order to maintain a good follow-up process, Williamson has streamlined development of the core plugin through its GitHub repository. New contributors who want to get involved with extension or theme development also have access to a private Trello board where they can connect with other developers.</p>\n<h3>Advice for New Open Source Project Leaders</h3>\n<p>When reflecting on the early days of EDD, Williamson has a few regrets and encourages developers to think about the future when it comes to plugin architecture. &#8220;There is one major architectural change I would make, and that is the use of custom tables for storing data,&#8221; he said.</p>\n<p>&#8220;We opted out of using custom tables from day one, and that was a mistake. Not properly leveraging custom tables that had the exact database schema that we needed actually made it dramatically more work for us in the long run. We&#8217;ve had to jump through a lot of hoops to build advanced queries for solid store reporting.&#8221;</p>\n<p>This mistake has made it difficult to build EDD in a way that will scale the plugin up to a larger user base on larger websites, as needed. Williamson and contributors continue to find ways to deal with it but it is still costing the team a great deal more effort.</p>\n<p>On the community aspect of the project, he has a few simple tips for open source project leaders who want to attract a decent base of contributors.</p>\n<ul>\n<li>Be nice.</li>\n<li>Respond to everyone.</li>\n<li>Make it publicly known that you want contributions.</li>\n<li>Do what you can to make it easy (hint: asking people to email patches is not making it easy.)</li>\n<li>Be very open to criticism.</li>\n<li>Work hard to build an awesome product, as that alone will attract a certain number of interested in contributors.</li>\n</ul>\n<p>Holding to these principles has made Easy Digital Downloads a resounding success, as well as an inspirational example for WordPress plugin developers. Williamson hopes to expand operations to include a hosted version of the plugin, but doesn&#8217;t yet have a roadmap for how that will play out.</p>\n<p>&#8220;I would like to see a hosted version be available within the next year or two. We haven&#8217;t officially decided if we will offer one or if we will seek partnering with an agency or other group, but I&#8217;d love to see it come about,&#8221; he said. If he&#8217;s able to launch a hosted version, Williamson will have the opportunity to tap into a whole new demographic of customers, many of whom are likely not developers.</p>\n<p>&#8220;I&#8217;ve never run a hosted service before so it will be a whole new experience for me with a whole new set of challenges,&#8221; he said. Williamson counts the strong EDD community as one of his assets in pursuing this new venture:</p>\n<blockquote><p>One advantage that I feel we will have, however, is the rapid development pace that having a strong community of contributors affords us. As we iterate quickly on the self-hosted version, those same changes will be able to be applied to a hosted version. It will also be able to go in reverse: as we test out new features in a hosted version, we can apply those same changes upstream to the self-hosted version. Much like WordPress.org and WordPress.com.</p></blockquote>\n<p>With a large number of people building extensions for the project, and a regular stream of contributions and bug fixes, Williamson and EDD are uniquely prepared to support a hosted version. The success of <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> demonstrates the value of building a strong community around your open source project. With the right cultivation and a healthy community, any quality project can become more profitable and prepared for the future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 20:19: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:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: The Majority of Shark Tank Contestants Use WordPress and 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35540\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-majority-of-shark-tank-contestants-use-wordpress-and-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2055:\"<p>Have you ever wondered what CMS and eCommerce system <a title=\"http://en.wikipedia.org/wiki/Shark_Tank\" href=\"http://en.wikipedia.org/wiki/Shark_Tank\">Shark Tank</a> contestants use? WP Engine used <a title=\"http://builtwith.com/\" href=\"http://builtwith.com/\">BuiltWith</a> and <a title=\"http://wpengine.com/2014/12/03/shark-tank-cms-infographic/\" href=\"http://wpengine.com/2014/12/03/shark-tank-cms-infographic/\">looked at the websites</a> of each contestant appearing on the show between seasons 1-5. They also manually investigated each site to determine some of the more complex setups. Factors WP Engine looked for include: if the site was still active, site-wide SSL implementation, and what kind of eCommerce solutions are being used. Here are a few highlights from the infographic.</p>\n<p>WordPress is the most popular platform, followed by Shopify and Magento. One of the most disappointing discoveries is that out of 341 websites, only 39 have SSL support. SSL is important because it provides a level of encryption between you and the server. It also protects customer information which is extremely important if you&#8217;re going to sell things online.</p>\n<p>For over a year, Magento was the eCommerce system of choice, but it&#8217;s now in second place. WooCommerce is now the most popular eCommerce system used by Shark Tank contestants. This makes sense since WordPress is the most popular platform and WooCommere is built to be used with WordPress.</p>\n<p>Check out the rest of the data in the image below and let us know if any of the data surprises you. The image is over 1mb in size so it might take a little while to load.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WPEngine_SharkTank_Infographic-V2.png\" rel=\"prettyphoto[35540]\"><img class=\"wp-image-35639 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WPEngine_SharkTank_Infographic-V2.png?resize=1025%2C7993\" alt=\"WPEngine Shark Tank Infographic\" /></a>Infographic Created By <a href=\"http://www.wpengine.com\">WP Engine</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 20:15:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: Google Earth API to Retire December 12th, 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/google-earth-api-to-retire-december-12th-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2380:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleEarthAPIFeaturedImage.png\" rel=\"prettyphoto[35615]\"><img class=\"size-full wp-image-35621\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleEarthAPIFeaturedImage.png?resize=634%2C211\" alt=\"Google Earth API Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/21177199@N03/2567692977/\">Ludovico Cera</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>For over six years, the <a title=\"https://developers.google.com/earth/documentation/index\" href=\"https://developers.google.com/earth/documentation/index\">Google Earth API</a> has enabled countless developers to build 3D mapping applications in the browser. Those days are over as Google <a title=\"http://googlegeodevelopers.blogspot.com/2014/12/announcing-deprecation-of-google-earth.html\" href=\"http://googlegeodevelopers.blogspot.com/2014/12/announcing-deprecation-of-google-earth.html\">announced on its developer blog</a> that the API is deprecated and will officially retire December 12th, 2015.</p>\n<p>The Google Earth API is built on the <a href=\"http://en.wikipedia.org/wiki/NPAPI\">NPAPI plugin framework</a> which <a title=\"http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html\" href=\"http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html\">Chrome</a> and <a title=\"https://blog.mozilla.org/security/2014/02/28/update-on-plugin-activation/\" href=\"https://blog.mozilla.org/security/2014/02/28/update-on-plugin-activation/\">Firefox</a> no longer support due to security reasons. Over the past six years, the API has experienced dwindling support across multiple platforms, especially on mobile. It&#8217;s worth noting that Google Earth is not going away; only its API is being retired.</p>\n<p>A <a title=\"https://wordpress.org/plugins/search.php?q=google+earth\" href=\"https://wordpress.org/plugins/search.php?q=google+earth\">quick search</a> of the WordPress plugin directory for Google Earth shows at least three pages of results. However, several of the plugins look like they use Google Maps instead of Google Earth. If using an external API, most authors put the information in the plugin&#8217;s description. If you&#8217;re using a plugin that uses the API, please get in touch with the author and let them know it&#8217;s no longer supported.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 18:33: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: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:85:\"WPTavern: BuddyPress, bbPress, and GlotPress Development Campaign is Now Fully Funded\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4263:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg\" rel=\"prettyphoto[34940]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg?resize=1025%2C499\" alt=\"jjj\" class=\"aligncenter size-full wp-image-33407\" /></a></p>\n<p>John James Jacoby&#8217;s crowd-funding <a href=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development#home\" target=\"_blank\">campaign for development on WordPress&#8217; sister projects</a> is now closed and fully funded at $51,500. For the first six months of 2015, he will be working full-time to push the BuddyPress, bbPress, and GlotPress projects forward.</p>\n<p>Jacoby is essentially pioneering a new way of working as an open source developer funded by the community. There&#8217;s no prescription for how to tackle each project&#8217;s goals, but working remotely in the past has uniquely prepared him for this opportunity.</p>\n<p>&#8220;Previous experience working mostly independently and remotely certainly doesn&#8217;t hurt, particularly for things like consistent communication and maintaining momentum,&#8221; he said. &#8220;It will be nice to get back into the swing of posting public status updates and more strictly planning out my days and weeks again. I appreciate the freedom I&#8217;ve had since July, but being completely without structure can be risky, too.&#8221;</p>\n<p>Jacoby anticipates splitting his time equally between BuddyPress, bbPress, and GlotPress. &#8220;In my imagination, fairly evenly in priority order for a few of the long standing issues that have been prohibiting enhancements to WordPress.org, specifically for the Rosetta sites,&#8221; he said. &#8220;GlotPress will require a little more time for me to start being helpful, so I&#8217;ll likely try to focus on the BuddyPress and bbPress queue first.&#8221;</p>\n<p>What will a typical day look like for Jacoby when he starts working full-time on the sister projects? He plans to be involved in every aspect, from writing code to mentoring to adding codex contributions.</p>\n<blockquote><p>I think a typical day will look like a cup of coffee, reading Trac and Slack, providing feedback and mentorship, and shepherding as much activity as I can. That might mean committing patches and doing feature development, increasing unit test coverage and working on the codex, or helping with tools to enable others to contribute easier. There is no shortage of things to do, and I&#8217;ll be looking at ways to multiply my efforts to get the maximum value out of the time I have.</p></blockquote>\n<p>If the development project is successful, other developers may be inspired to create similar campaigns. Jacoby isn&#8217;t the only one with the capability to make a strong impact on these projects. He believes that there are many others who would be able to do that same.</p>\n<blockquote><p>I really hope people look at this campaign as something they can try, too. Stephen Edgar has been absolutely killing it all across .org, so removing that barrier for him is a priority of mine. Mathieu Viet keeps putting out comprehensive BuddyPress concepts that could make their way into core with just a bit more free time and focus. Ryan McCue already volunteers a huge amount of time; imagine if he was 100% focused. </p>\n<p>Matt Gross (currently at 10up) is such a fast learner and can really crank stuff out quickly. Alison Barrett (also currently at 10up) is the same way; crazy fast at learning and implementing new things. I&#8217;d love to work with either of them on the bb&#8217;s again. A few of these individuals may not require outside funding, but it&#8217;s an interesting idea to use it as an option to reduce an employer&#8217;s monetary burden.</p></blockquote>\n<p>Working full-time on open source community projects without distraction, while still paying the bills, is a rare opportunity that Jacoby intends to maximize. If all goes as planned, the first half of 2015 will bring about the removal of the projects&#8217; most pressing hindrances. The success of Jacoby&#8217;s campaign demonstrates that the WordPress community believes in the potential of BuddyPress, bbPress, and GlotPress enough to invest in a trustworthy developer to make dedicated improvements.</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, 12 Dec 2014 22:01:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"WPTavern: A Newbie’s Guide to bbPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35431\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://wptavern.com/a-newbies-guide-to-bbpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7392:\"<p>If you&#8217;re brand new to <a title=\"http://bbpress.org/\" href=\"http://bbpress.org/\">bbPress</a>, you may not know about some of the ways it can be extended beyond being a simple forum. Additional functionality can be added with plugins, its output can be manipulated through CSS, and development is easy to keep up with. Even though bbPress has a <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">getting started</a> guide available, I came up with my own mini guide. Here are some tips to get you started on building a bbPress forum.</p>\n<h2>Where to Find Plugins</h2>\n<p>bbPress is a plugin that was designed to be extended by other plugins. Once installed and configured, simply browse the plugin directory from the backend of WordPress and search for bbPress. There are at least 314 plugins that show up in the search results, not including the ones hosted on Github.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressPlugins.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35455\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressPlugins.png?resize=1025%2C526\" alt=\"bbPress Plugins in The WordPress Plugin Directory\" /></a>bbPress Plugins in The WordPress Plugin Directory\n<p>Even though bbPress.org has a <a title=\"https://bbpress.org/plugins/\" href=\"https://bbpress.org/plugins/\">section dedicated to plugins</a>, it&#8217;s essentially an alternative to browsing the WordPress plugin directory. Instead of being able to view all of the plugins available, the pages only list bbPress specific plugins.</p>\n<p>Similar to WordPress, bbPress <a title=\"http://codex.bbpress.org/feature-plugins-tracking/\" href=\"http://codex.bbpress.org/feature-plugins-tracking/\">has a list of feature plugins</a> that may one day, be merged into core. The list contains plugins that offer features found in most forum software out of the box, so it&#8217;s a good place to start when adding features. Pay close attention to the <strong>Last Updated:</strong> information as I encountered a lot of plugins that haven&#8217;t been updated in over 2 years.</p>\n<h2>Altering The Look and Feel</h2>\n<p>bbPress comes with built-in theme support where all required elements such as front-end editing are included. If a WordPress theme doesn&#8217;t have support for the various elements that make up bbPress, you&#8217;ll still be able to use it. The built-in support makes it compatible with nearly every WordPress theme. However, I strongly encourage you to use a theme that is bbPress compatible as it almost always looks better than the default.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressCompatibleThemes.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35467\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressCompatibleThemes.png?resize=1025%2C810\" alt=\"Free bbPress Compatible Themes\" /></a>Free bbPress Compatible Themes\n<p>A <a title=\"https://wordpress.org/themes/search.php?q=bbPress\" href=\"https://wordpress.org/themes/search.php?q=bbPress\">search of the theme directory</a> indicates four pages of free WordPress themes that are explicitly compatible with bbPress. If you&#8217;d simply like to override the default markup to give it a custom look, check out <a title=\"https://codex.bbpress.org/theme-compatibility/\" href=\"https://codex.bbpress.org/theme-compatibility/\">this Codex article</a>.</p>\n<h2>How to Keep up With Development</h2>\n<p>While WordPress releases three major versions a year, bbPress averages two a year. So far in 2014, there have been no major versions released. Compared to WordPress, bbPress development occurs at a slower pace due to a smaller number of people contributing and spending time on the project. Not only does this make it easy to keep up with changes, it increases the opportunity to influence the project.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressDevelopment.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35469\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressDevelopment.png?resize=946%2C691\" alt=\"bbPress Development\" /></a>bbPress Development\n<p>bbPress uses <a title=\"https://bbpress.trac.wordpress.org/timeline\" href=\"https://bbpress.trac.wordpress.org/timeline\">Trac for development</a> where user&#8217;s can submit bug reports and patches. If you use <a title=\"https://slack.com/\" href=\"https://slack.com/\">Slack</a>, you can join the #bbPress channel where core developers and contributors hang out. This is a great way to get in touch with people and communicate in real-time.</p>\n<h2>Where to Get Support</h2>\n<p>The best way to get support is through the official <a title=\"https://bbpress.org/forums/\" href=\"https://bbpress.org/forums/\">bbPress forum</a>. While not as active as the WordPress support forum, there&#8217;s still a good amount of activity that takes place. It&#8217;s also monitored by all of the core developers.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressSupport.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35517\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressSupport.png?resize=986%2C575\" alt=\"bbPress Support Forum\" /></a>bbPress Support Forum\n<p>The bbPress support forums follow the same rules and guidelines set forth by the WordPress support forums. There are two documents you should read to familiarize yourself to how it works. <a href=\"https://codex.wordpress.org/Using_the_Support_Forums\">Using the Support Forum</a> and the <a href=\"https://codex.wordpress.org/Forum_Welcome\">Forum Welcome message</a>.</p>\n<h2>bbPress Nomenclature</h2>\n<p>bbPress has a set of nomenclature that is different from forum software you may have used in the past. This small guide explains what each term means.</p>\n<ul>\n<li><strong>Forums</strong> – Are segments of the main forum similar to categories.</li>\n<li><strong>Topics</strong> – Topics are created within forums, they are the issues that are being discussed.</li>\n<li><strong>Replies</strong> – Replies are made to topics, this is the actual discussion.</li>\n<li><strong>Voices</strong> &#8211; Voices represent the number of individuals participating in a conversation</li>\n</ul>\n<h2>The Next Six Months</h2>\n<p>Although development has come to a crawl in recent months, it&#8217;s encouraging that John James Jacoby <a title=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development\" href=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development\">successfully reached his crowd funding goal</a> as bbPress will likely experience a surge in development and community based contributions over the next six months. Hopefully, the next six months are among the project&#8217;s brightest.</p>\n<h2>Codex Volunteer</h2>\n<p>The documentation and organization of documents on the bbPress.org website leaves a lot to be desired. Several links point to placeholders or the incorrect pages. I&#8217;m working with the team as a Codex volunteer to try to clean up the mess so others can benefit by finding the information they need.</p>\n<p>This guide is a Cliff’s Notes version of what&#8217;s available on bbPress.org. I hope it helps you as it did me when putting it together.</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, 12 Dec 2014 20:32:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Variable VVV: A New VVV Site Creation Wizard 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=35501\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/variable-vvv-a-new-vvv-site-creation-wizard-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:4804:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/vagrant.png\" rel=\"prettyphoto[35501]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/vagrant.png?resize=1025%2C463\" alt=\"vagrant\" class=\"aligncenter size-full wp-image-21435\" /></a></p>\n<p><a href=\"http://bradparbs.com/\" target=\"_blank\">Brad Parbs</a> and his colleagues at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> have created a new tool for the thousands of developers out there who utilize <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> for WordPress development. As Vagrant development environments are a daily staple of work life at WDS, the team needed a faster way for setting up new WordPress sites with VVV.</p>\n<p><a href=\"https://github.com/bradp/vv\" target=\"_blank\">Variable VVV</a> is their solution, a script that automates the creation and deletion of new WordPress sites using VVV. The script is based on Alison Barrett&#8217;s <a href=\"http://wptavern.com/vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-sites\" target=\"_blank\">VVV Site Wizard</a>.</p>\n<p>&#8220;The original site wizard hasn&#8217;t been updated in about half a year. I&#8217;ve designed this to be a drop-in replacement,&#8221; Parbs told the Tavern. &#8220;All the flags and commands from vvv-site-wizard function 100% the same, so you can just install this and start using it exactly the same.&#8221; Anyone who has used the VVV Site Wizard in the past will be comfortable using Variable VVV right away.</p>\n<p>The new script has a few additional features beyond the original VVV Site Wizard, including the following:</p>\n<ul>\n<li>The ability to pass vagrant command through to VVV</li>\n<li>An easier way to set your VVV installation path</li>\n<li>The ability to clone a git-repo as wp-content</li>\n<li>The ability to set more installation options</li>\n</ul>\n<p>While creating the script, Parbs went through the issues list at the vvv-site-wizard repository and fixed a number of issues. He sees Variable VVV as the spiritual successor to the original tool and has designed it to be a bit easier to use. He noted that it takes just 1/3 the time to type the commands and the command results have also been vastly improved. &#8220;One example is the <code>list</code> command to show you all sites. With vvv-site-wizard, it is a plain list of site names. <code>vv list</code> will show you a colorized output, along with URLs and marking VVV defaults,&#8221; Parbs explained.</p>\n<p>The WebDevStudios team has an extensive roadmap of features for future implementation. Parbs is most excited about the idea of &#8220;blueprints,&#8221; which would offer the ability to install themes and plugins while setting up a new site.</p>\n<blockquote><p>A blueprint would define a list of plugins, themes, mu-plugins, and various site options. When installing, you could grab that blueprint and it would set it all up. I&#8217;m planning on letting you grab from Github, WP.org, a zip file link, etc. I&#8217;ve <a href=\"https://github.com/bradp/vv/issues/5\" target=\"_blank\">outlined the idea</a> on GitHub. You&#8217;d setup multiple blueprints, and when you do an install, you could grab a blueprint and use that. For example, an &#8216;ecommerce&#8217; blueprint might install WooCommerce, some other plugins, and _s, or whatever you like.</p></blockquote>\n<p>As the VVV Site Wizard doesn&#8217;t seem to be maintained anymore, Parbs plans to keep Variable VVV going and has also outlined a number of other enhancements in the project&#8217;s <a href=\"https://github.com/bradp/vv/issues\" target=\"_blank\">issues queue</a>:</p>\n<ul>\n<li>Enable vv to auto-update itself</li>\n<li>Add deployment capability</li>\n<li>Delete site database during removal</li>\n<li>Add option to add dummy content when creating site</li>\n<li>Allow overriding of /htdocs install location</li>\n</ul>\n<p>Parbs plans to add anything that will make developers&#8217; lives easier at WebDevStudios, but he is also open to suggestions. &#8220;I&#8217;ve built the script to be extremely easy to add new functionality, so implementing features people request will be as easy as possible,&#8221; he said.</p>\n<p>The script is now ready for public use. &#8220;Over the past few days, a few people here at WebDevStudios have been beta-testing it, and its really solid,&#8221; Parbs said. <a href=\"https://github.com/bradp/vv\" target=\"_blank\">Variable VVV</a> is now publicly available on GitHub for anyone who wants to use it or contribute back to the project. If you test the script, make sure to leave your feedback and suggestions in the project&#8217;s issues list, as WebDevStudios plans to consistently maintain and extend the tool to make it better.</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, 12 Dec 2014 19:47:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:77:\"WPTavern: Idea Factory: A Frontend Submission and Voting System 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=35416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/idea-factory-a-frontend-submission-and-voting-system-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:4173:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-factory.jpg\" rel=\"prettyphoto[35416]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-factory.jpg?resize=631%2C300\" alt=\"idea-factory\" class=\"aligncenter size-full wp-image-35420\" /></a></p>\n<p>One of the oldest and simplest ways of accessing public opinion is through an up/down voting system. When offered in a controlled setting where everyone has the chance to vote, the system causes the best ideas to float to the top.</p>\n<p><a href=\"https://wordpress.org/plugins/idea-factory/\" target=\"_blank\">Idea Factory</a> is a plugin designed to make it easy for WordPress administrators to set up a voting system where users can submit new ideas from the frontend. The plugin was created by <a href=\"http://nickhaskins.co/\" target=\"_blank\">Nick Haskins</a>, author of the <a href=\"https://wordpress.org/plugins/aesop-story-engine/\" target=\"_blank\">Aesop Story Engine</a>.</p>\n<p><strong>&#8220;Idea Factory was born out of necessity, and the frustration of the lack of plugins that did exactly what I wanted it to do,&#8221;</strong> Haskins wrote in the plugin&#8217;s description. His implementation is simple but built to be extensible, offering developers a number of <a href=\"https://github.com/bearded-avenger/idea-factory/wiki\" target=\"_blank\">filters, hooks, and actions</a>. Idea Factory features the following:</p>\n<ul>\n<li>AJAX powered front-end submission and voting</li>\n<li>Voting is limited to logged-in users</li>\n<li>1 vote allowed per user per idea</li>\n<li>Emails the admin with notification of a new submission</li>\n<li>Extensible with hooks and actions on events</li>\n<li>More ideas loaded with AJAX on front-end</li>\n<li>Mobile friendly</li>\n</ul>\n<p>Logged-in users can enter new ideas via a modal submission box. The plugin creates an Idea custom post type and data is stored in post_meta and user_meta tables.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-submit.png\" rel=\"prettyphoto[35416]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-submit.png?resize=900%2C783\" alt=\"idea-submit\" class=\"aligncenter size-full wp-image-35452\" /></a></p>\n<p>Ideas are displayed at yoursite.com/ideas. Users can only vote once on each idea before they are locked out. Up votes push ideas to the top and down votes send ideas further down the list.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/ideas.png\" rel=\"prettyphoto[35416]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/ideas.png?resize=1025%2C537\" alt=\"ideas\" class=\"aligncenter size-full wp-image-35432\" /></a></p>\n<p>The design is generic enough to drop nicely into any theme, but you can further customize it by copying the file from the plugin&#8217;s /template-ideas/ directory into your theme. Idea Factory&#8217;s settings also allow you to disable the core CSS file from loading so that you can take full control.</p>\n<p>Each idea and its description can be edited in the admin. If you have a highly active voting board, you may want to turn off email notifications for new submissions. The settings also include an option to hold all new ideas as drafts to be approved before publishing.</p>\n<p>After testing Idea Factory, I was impressed with how easy it was to set up and use. Both idea creation and voting are anonymous, but it might be nice to have an option to display users for each. However, one of the best things about Idea Factory is that it maintains a limited set of features in favor of keeping the plugin lean and extensible.</p>\n<p>An idea voting system can help community managers or developers get a better idea of where to invest their time and how to prioritize new features. It&#8217;s a quick way to take the temperature of your user base, because it allows them to freely express their ideas and participate in voting up the best ones. It&#8217;s also far less time-consuming than conducting a survey. Check out <a href=\"https://wordpress.org/plugins/idea-factory/\" target=\"_blank\">Idea Factory on WordPress.org</a> for a solid, simple way to bring new ideas to light.</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, 12 Dec 2014 07:03:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WPWeekly Episode 174 – What Would it Take to Lose The Throne?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35424&preview_id=35424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-174-what-would-it-take-to-lose-the-throne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3205:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss what it would take for WordPress to lose its dominant market share position. We both agree that WordPress isn&#8217;t going anywhere soon but it&#8217;s something to be mindful of.</p>\n<p>We share our thoughts on the recommended plugins tab coming in WordPress 4.1 and whether or not it will help users discover new plugins. Last but not least, we discuss Google&#8217;s attempt to simplify reCAPTCHAs by replacing distorted text with a check box.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\" title=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\">What Would it Take For WordPress to Lose its Dominance?</a><br />\n<a href=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\" title=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\">Google’s New reCAPTCHA API Replaces Distorted Text with a Checkbox</a><br />\n<a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\" title=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 To Introduce Plugin Recommendations</a><br />\n<a href=\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\" title=\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\">nRelate Will Shutdown Its Service December 31st</a><br />\n<a href=\"http://wptavern.com/manage-multiple-wordpress-sites-with-wpdash-now-in-beta\" title=\"http://wptavern.com/manage-multiple-wordpress-sites-with-wpdash-now-in-beta\">Manage Multiple WordPress Sites with WPDASH, Now in Beta</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"http://storyftw.com/\" title=\"http://storyftw.com/\">StoryFTW</a> by Patrick Shanahan, is a simple swipe based story engine that allows you to use any kind of media imaginable to create your own dynamic slide by slide story. The review is based on an Alpha copy as the plugin is not publicly available yet.</p>\n<p><a href=\"https://wordpress.org/plugins/test-user-role/\" title=\"https://wordpress.org/plugins/test-user-role/\">Test User Role</a> allows you to quickly test other user roles from a super admin account to see what other users experience.</p>\n<p><a href=\"https://wordpress.org/plugins/grid/\" title=\"https://wordpress.org/plugins/grid/\">Grid</a> is a container based landing page editor.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 17th 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 #174:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 21:13:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:52:\"Akismet: Akismet 3.0.4 Plugin for WordPress Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1750\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://blog.akismet.com/2014/12/11/akismet-3-0-4-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:1113:\"<p>Version 3.0.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update adds better compatibility with Apache 2.4, allows <code>https</code> author URLs to be removed from comments, removes the &#8220;Check for Spam&#8221; button from the &#8220;Trash&#8221; and &#8220;Approved&#8221; queues, and allows for automatic API key configuration when Jetpack is installed and connected to a WordPress.com account.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1750/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1750/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1750&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 18:44: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:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"WPTavern: WordPress Themes Directory Now Requires All Themes to be Translation-Ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4048:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg\" rel=\"prettyphoto[35363]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg?resize=1024%2C499\" alt=\"photo credit: . Entrer dans le rêve - cc\" class=\"size-full wp-image-29134\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tranbina/4765484383/\">. Entrer dans le rêve</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>WordPress made great strides in 2014 towards improving internationalization for the global community. <a href=\"http://wptavern.com/wordpress-4-0-benny-now-available-for-download\" target=\"_blank\">WordPress 4.0</a> streamlined language management in the admin and brought language selection to the installation process.</p>\n<p>In the <a href=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\" target=\"_blank\">State of the Word</a> address this year, Matt Mullenweg highlighted the importance of internationalization to the project when he said, <strong>“If WordPress is going to be truly global, truly inclusive, it has to be fully available for other languages.&#8221;</strong> He also announced that fully localized plugin and theme directories will be available in the admin as of 4.1.</p>\n<p>This week the WordPress Theme Review Team <a href=\"https://make.wordpress.org/themes/2014/12/09/theme-review-team-weekly-notes-the-logs-are-3/\" target=\"_blank\">updated its guidelines</a> to require all new theme submissions to be translation-ready. Theme authors submitting new themes to the official directory must ensure that all text strings are translatable. This also applies to any updates to existing themes.</p>\n<h3>Tips for Making Your Theme Translation-Ready</h3>\n<p>The WordPress Theme Review Handbook doesn&#8217;t yet contain a section with information about preparing themes for translation. However, you can find all the basics on <a href=\"https://developer.wordpress.org/themes/functionality/internationalization/\" target=\"_blank\">how to internationalize a theme</a> in the WordPress Theme Developer Handbook, which is still a work in progress.</p>\n<p>The internationalization section also links to a number of videos and tutorials in its resources section. Many of these will be helpful in walking theme developers through the process of preparing themes for translation:</p>\n<ul>\n<li><a href=\"http://www.gnu.org/software/gettext/manual/html_node/\" target=\"_blank\">GNU gettext utilities</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=fJfqgrzjEis\" target=\"_blank\">i18n: Preparing Your WordPress Theme for the World</a></li>\n<li><a href=\"http://wordpress.tv/2014/02/26/samuel-otto-wood-on-internationalization-plugins-and-themes-for-the-whole-world/\" target=\"_blank\">Samuel “Otto” Wood: On Internationalization: Plugins and Themes for the Whole World</a></li>\n<li><a href=\"https://pippinsplugins.com/use-wp_localize_script-it-is-awesome/\" target=\"_blank\">Use wp_localize_script, It Is Awesome</a></li>\n<li><a href=\"http://wordpress.tv/2009/11/14/ze-fontainhas-i18n-nyc09/\" target=\"_blank\">Zé Fontainhas: Lost in Translation—i18n and WordPress</a></li>\n<li><a href=\"http://ottopress.com/2012/internationalization-youre-probably-doing-it-wrong/\" target=\"_blank\">Internationalization: You’re Probably Doing It Wrong</a></li>\n</ul>\n<p>If a WordPress theme isn&#8217;t translatable, then the site it is running on is limited to the theme author&#8217;s language. If you invest your time and hard work into creating a WordPress theme, why not make sure that it&#8217;s able to be used all over the world?</p>\n<p>The new requirement from the Theme Review team is a major milestone in expanding WordPress&#8217; global reach. The official themes directory is often the first place that self-hosted WordPress users look when shopping for themes. The new translation-ready requirement will help ensure that WordPress.org&#8217;s vast library of themes are ready for global use.</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, 11 Dec 2014 18:34:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: A New User’s Experience Installing and Using bbPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/a-new-users-experience-installing-and-using-bbpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8214:\"<p>bbPress is a <a title=\"https://bbpress.org/about/the-story/\" href=\"https://bbpress.org/about/the-story/\">10 year old project</a> that&#8217;s supposed to make it easy to attach a forum to WordPress. On the day after Christmas in 2004, Matt Mullenweg spent an entire weekend coding an alternative to <a title=\"http://minibb.net/\" href=\"http://minibb.net/\">miniBB</a>, from the ground up that at the time, powered the WordPress support forums. bbPress was stand-alone software until 2011, when the <a title=\"http://wptavern.com/bbpress-2-0-stable-now-available\" href=\"http://wptavern.com/bbpress-2-0-stable-now-available\">release of 2.0</a> transformed it into a WordPress plugin,</p>\n<p>Over the years, I&#8217;ve kept a close eye on bbPress but I&#8217;ve never used it for a project of my own. Since I&#8217;m only a new user once, I decided to document my experience of configuring and using it for the first time.</p>\n<h2>Activation and Configuration</h2>\n<p>Locating bbPress is easy as it usually shows up as a Featured Plugin on the Add New plugin screen. Once activated, a welcome screen displays information on what&#8217;s new, credits, and a link at the bottom to visit the forum settings.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressActivated.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35359\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressActivated.png?resize=1025%2C697\" alt=\"bbPress Welcome Screen After Activation\" /></a>bbPress Welcome Screen After Activation\n<p>When visiting the forum settings screen, I&#8217;m presented with a list of options with checkboxes and numbers. While there are not a lot of things to configure, I think a better presentation of the various options would be to split each major section into a tab of its own. Although it was my choice to visit the forum settings from the Welcome screen, I think the Welcome screen is a good place to use Admin Pointers to help new users create a new topic, forum, etc. I don&#8217;t understand why the Welcome screen has a link to forum settings since a new install won&#8217;t have anything to configure.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressOptions.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35360\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressOptions.png?resize=765%2C888\" alt=\"bbPress Forum Settings Screen\" /></a>bbPress Forum Settings Screen\n<p>While on the forum settings screen, I&#8217;m not sure what it is I&#8217;m supposed to configure in order for the forum to display on the frontend. At this point, I visit the <a title=\"http://codex.bbpress.org/\" href=\"http://codex.bbpress.org/\">Documentation section</a> of bbPress.org and locate a <a title=\"https://codex.bbpress.org/getting-started/\" href=\"https://codex.bbpress.org/getting-started/\">Getting Started</a> guide. It turns out, the guide is of no use to me or anyone else for that matter.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GettingStartedToNowhere.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35361\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GettingStartedToNowhere.png?resize=986%2C499\" alt=\"Getting Started To Nowhere\" /></a>Getting Started To Nowhere\n<p>The left hand sidebar has a list of related links which point to several different articles on user roles, conditional tags, and functions. It took some effort on my part, but I finally found the article on <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">Getting Started with bbPress</a>. This page should be linked to from the <a title=\"http://codex.bbpress.org/\" href=\"http://codex.bbpress.org/\">Documentation main page</a> for the Getting Started link. This simple change will save users time and frustration.</p>\n<h2>Creating Forums</h2>\n<p>Using the Getting Started guide, I created my first forum. Since forums are Custom Post Types, the forum editor looks similar to the Post Editor. It would be nice if hints displayed above each field so users understand which part of the forum they&#8217;re connected to. For example, the title field should have a hint that says &#8220;Name of the forum&#8221; and above the editor, text that says, &#8220;A description of the forum&#8221;. Some of the items on the Forum creation screen make sense but it shouldn&#8217;t be assumed the user knows what each field corresponds to.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/CreatingAForumInbbPress.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35362\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/CreatingAForumInbbPress.png?resize=889%2C584\" alt=\"Creating a Forum in bbPress\" /></a>Creating a Forum in bbPress\n<p>There are two different types of forums, <strong>forum</strong> and <strong>category</strong>. Forums contain topics and can be the parent of other forums. Categories can only contain forums and are primarily used as a method of organization. The nomenclature used is enough to make anyone&#8217;s head spin.</p>\n<h2>Creating Topics</h2>\n<p>After creating a forum, I moved on to create a topic. Topics are similar to typical forum posts. Topics are one of the three <a title=\"https://codex.wordpress.org/Post_Types#Custom_Types\" href=\"https://codex.wordpress.org/Post_Types#Custom_Types\">Custom Post Types </a>created by bbPress, which means the Topic editor uses the same interface you&#8217;d see when writing a post. Similar to creating forums, I&#8217;d like to see the fields labeled for consistency. Creating topics from the backend of WordPress is fairly easy after creating the first forum.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressTopicCreated.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35365\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressTopicCreated.png?resize=898%2C668\" alt=\"bbPress Topic Created From The Backend of WordPress\" /></a>bbPress Topic Created From The Backend of WordPress\n<p>&nbsp;</p>\n<h2>The Frontend of bbPress</h2>\n<p>Everything up to this point has been managed from the backend of WordPress. I&#8217;ve created a category, forum, and topic. It&#8217;s time to see how bbPress works on the frontend. Replying to a topic is straight forward. A form is supplied with quick tag support so visitors can easily style text. After hitting the submit button, the page reloads and the reply is shown. Sometimes, replies don&#8217;t show up immediately because they&#8217;re moderated by Akismet.</p>\n<p>&nbsp;</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ReplyingToATopic.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35368\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ReplyingToATopic.png?resize=684%2C795\" alt=\"Replying to a Topic on The Frontend of bbPress\" /></a>Replying to a Topic on The Frontend of bbPress\n<p>Once I got a handle for how bbPress is structured and what categories, forums, topics, and replies look like, I went back to the Forum Settings page.</p>\n<h2>Not Easy Enough</h2>\n<p>bbPress is a plugin, and because of that, I expect to be able to turn it on and have everything ready to go. As you can see from my experience, it doesn&#8217;t always work out that way, especially when using a theme that doesn&#8217;t support it out of the box. The <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">Getting Started</a> guide is important information on understanding how to configure bbPress. Without it, I&#8217;d be lost in the dark.</p>\n<p>My initial experience is rough around the edges and at times frustrating, as I couldn&#8217;t easily find the help I needed. I can only imagine how many others have gone through the same experience. Hopefully, a few changes will be made to bbPress and its website to create a smoother new user experience.</p>\n<p>If you&#8217;ve recently installed or used bbPress for the first time, tell us about your experience in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 04:52:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Change Post Types with the Post Type Switcher 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=35093\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/change-post-types-with-the-post-type-switcher-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:4408:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/train-switch.jpg\" rel=\"prettyphoto[35093]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/train-switch.jpg?resize=1024%2C492\" alt=\"photo credit: contemplative imaging - cc\" class=\"size-full wp-image-35340\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/thomas-merton/4334175428/\">contemplative imaging</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>When WordPress 3.0 introduced the ability for developers to register their own <a href=\"http://codex.wordpress.org/Post_Types#Custom_Post_Types\" target=\"_blank\">custom post types</a>, the software became far more flexible for use as a content management system. This was a major turning point for WordPress, as it gave developers a standard way to structure custom content with core-supported features.</p>\n<p>Four years later, custom post types are so commonly used that folks occasionally need a way to switch a post from one type to another. A site admin may want to change how content is structured and presented, and switching content to a new post type can be a huge time saver in some instances.</p>\n<p>The <a href=\"https://wordpress.org/plugins/post-type-switcher/\" target=\"_blank\">Post Type Switcher</a> plugin, authored by <a href=\"http://jaco.by/\" target=\"_blank\">John James Jacoby</a>, was created for exactly this purpose. It&#8217;s one of those plugins that you may not have ever known about until you&#8217;re on the hunt to find a way to convert a post from one type to another.</p>\n<p>The plugin adds a simple post type dropdown to the post editor, which allows you to reassign any post to a new post type.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/post-type-switcher.jpg\" rel=\"prettyphoto[35093]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/post-type-switcher.jpg?resize=772%2C250\" alt=\"post-type-switcher\" class=\"aligncenter size-full wp-image-35321\" /></a></p>\n<p>The handy thing is that Post Type Switcher can convert nearly every combination of posts, pages, attachments, custom post types, etc:</p>\n<ul>\n<li>Page to Post</li>\n<li>Post to Page</li>\n<li>Page to Attachment</li>\n<li>Post to Custom</li>\n</ul>\n<p>What happens when you change a post to a different type? Only the <code>\'post_type\'</code> property of a post is changed. Categories, tags, and custom taxonomies all remain untouched. Featured images remain in place. The post&#8217;s URL will change to whatever the new post type uses. For example, if you change a regular post to a testimonial post type that uses /testimonial/ in the URL, your newly converted post will follow the pattern of its new post type.</p>\n<p>The old post URL should 404 so that you can use a plugin to redirect to the new URL or add some custom rewrite rules to your .htaccess file. While testing the plugin with different post types, I only encountered one instance where a plugin didn&#8217;t properly 404 the original post, but most of the time you won&#8217;t have an issue with this.</p>\n<p>Jacoby has purposely excluded invisible post types, such as revisions, menus, etc., but you can filter <code>\'pts_post_type_filter\'</code> to change how this works if you need access to more post types.</p>\n<p><a href=\"https://profiles.wordpress.org/beatpanda/\" target=\"_blank\">Matthew Gerring</a>, a contributor to the plugin, helped to add bulk editing so that you can select all posts in a certain type and convert them to a new type with one quick action.</p>\n<p>Post Type Switcher is very useful if you started out putting content in regular posts but now want to move it into a portfolio plugin or testimonial plugin. Or perhaps you&#8217;ve been running bbPress on your site and want to extract a few of the most active posts to become regular blog posts instead. Another common use might be to convert a bunch of posts to pages in order to create a static reference section for your site. This plugin makes all of that possible.</p>\n<p>If you&#8217;re planning to use the plugin, make sure to test your post type switches in a development environment first. It&#8217;s also a good idea to backup your live site before making drastic changes to content. You can find <a href=\"https://wordpress.org/plugins/post-type-switcher/\" target=\"_blank\">Post Type Switcher</a> in the WordPress.org Plugin Directory.</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, 10 Dec 2014 22:13:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: BuddyPress 2.2 to Add Custom Post Type Support to the Activity Stream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-2-2-to-add-custom-post-type-support-to-the-activity-stream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3692:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg\" rel=\"prettyphoto[35081]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg?resize=1018%2C458\" alt=\"buddypress-wall\" class=\"aligncenter size-full wp-image-20901\" /></a></p>\n<p>BuddyPress 2.2 is shaping up to be an exciting release, packed full of new features for developers. <a href=\"http://wptavern.com/buddypress-2-2-will-add-support-for-composer\" target=\"_blank\">Support for Composer</a> will be included in 2.2, as well as <a href=\"http://wptavern.com/buddypress-2-2-on-track-to-provide-a-basic-member-type-api\" target=\"_blank\">a basic member type API</a>, which will allow developers to create different user types.</p>\n<p>The upcoming 2.2 release will also introduce the ability for new activity items to be generated when content is created by registered post types. This is a feature that already exists within the BuddyPress&#8217; blogs component and will be extended to include custom post types that declare support for it. Developers will be able to add support for CPTs with one simple line of code:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_post_type_support( \'book\', \'buddypress-activity\' );</pre>\n<p>This will publish updates to the activity stream for the post type that you specify, using generic strings. The BuddyPress <a href=\"https://codex.buddypress.org/plugindev/post-types-activities/#adding-the-buddypress-support-and-specific-labels-at-post-type-registration\" target=\"_blank\">codex</a> has already been updated to show examples for how you can get more control over the activity attributes when you register the post type.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png\" rel=\"prettyphoto[35081]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png?resize=1025%2C326\" alt=\"cpt-activity\" class=\"aligncenter size-full wp-image-35302\" /></a></p>\n<p>&#8220;This update is about the <a href=\"https://buddypress.trac.wordpress.org/ticket/5669\" target=\"_blank\">first step</a> of it: ease the implementation of tracking the published post type items into the Activity stream,&#8221; BuddyPress core developer Mathieu Viet explained in the <a href=\"https://bpdevel.wordpress.com/2014/12/04/about-post-types-and-buddypress-activities/\" target=\"_blank\">announcement</a> on the BP development blog.</p>\n<p>When post type support is added to the activity stream, you will also be able to sort the new items via the activity dropdown filters. This filter is available on the frontend and in the backend.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png\" rel=\"prettyphoto[35081]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png?resize=1025%2C366\" alt=\"activity-dropdown\" class=\"aligncenter size-full wp-image-35299\" /></a></p>\n<p>These improvements are all recent additions to BuddyPress trunk. If you want to test 2.2 alpha, <a href=\"https://buddypress.org/download/\" target=\"_blank\">checkout BuddyPress trunk</a> via SVN or <a href=\"https://buddypress.trac.wordpress.org/browser/trunk\" target=\"_blank\">download the zip file</a>. Activate it and then add support for a custom post type that is active on your BuddyPress test site.</p>\n<p>The <a href=\"https://buddypress.trac.wordpress.org/ticket/3460\" target=\"_blank\">ticket</a> that houses the discussion on this issue has been open for three years. BuddyPress 2.2 finally answers this request and gives plugin developers a beautifully simple implementation for adding post type support to the activity stream.</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, 10 Dec 2014 07:28:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:109:\"WPTavern: New Plugin Adds Google’s No CAPTCHA reCAPTCHA to WordPress Login, Comment, and Registration Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"http://wptavern.com/new-plugin-adds-googles-no-captcha-recaptcha-to-wordpress-login-comment-and-registration-forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3643:\"<p>Several plugins are starting to spring up in the WordPress Plugin Directory to bring Google&#8217;s new No Captcha reCAPTCHA to WordPress forms. With public hatred for CAPTCHAs at an all-time high, Google finally put its efforts into redesigning the experience, <a href=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\" target=\"_blank\">replacing the distorted text with a simple checkbox</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/nocaptcha.gif\" rel=\"prettyphoto[35201]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/nocaptcha.gif?resize=616%2C164\" alt=\"photo credit: Google Online Security Blog\" class=\"size-full wp-image-34870\" /></a>photo credit: <a href=\"http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html\">Google Online Security Blog</a>\n<p>WordPress developers have been quick to take advantage of the new No CAPTCHA API to add it to WordPress forms. So far, the <a href=\"https://wordpress.org/plugins/no-captcha-recaptcha/\" target=\"_blank\">No CAPTCHA reCAPTCHA</a> plugin, created by Nigerian web developer <a href=\"http://w3guy.com/\" target=\"_blank\">Agbonghama Collins</a>, provides the most flexibility for specifying the forms where you want to add the protection.</p>\n<ul>\n<li>Option to activate CAPTCHA in either login, registration, comment or combination of two or all</li>\n<li>Choose a theme for the CAPTCHA (light or dark)</li>\n<li>Auto-detects the user&#8217;s language</li>\n</ul>\n<p>Once activated and configured, you&#8217;ll see the new reCAPTCHA added on the frontend:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-frontend.png\" rel=\"prettyphoto[35201]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-frontend.png?resize=359%2C459\" alt=\"recaptcha-frontend\" class=\"aligncenter size-full wp-image-35276\" /></a></p>\n<p>The plugin is easy to configure &#8211; simply paste in your Google reCAPTCHA keys on the settings page:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-keys.png\" rel=\"prettyphoto[35201]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-keys.png?resize=665%2C365\" alt=\"recaptcha-keys\" class=\"aligncenter size-full wp-image-35272\" /></a></p>\n<p>Select the login, registration, or comment forms, or any combination thereof, for adding No Captcha reCAPTCHA protection.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/select-form.png\" rel=\"prettyphoto[35201]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/select-form.png?resize=725%2C324\" alt=\"select-form\" class=\"aligncenter size-full wp-image-35275\" /></a></p>\n<p>Further down the page you have the option to force the plugin to use a specific language via a dropdown, or leave it on auto-detect. You can also set a custom error message for when the user fails to solve the CAPTCHA and select a theme for the CAPTCHA display.</p>\n<p>I tested the plugin and it works as advertised to add the new No Captcha reCAPTCHA. I discovered that it is not compatible with the Jetpack Comment module, so you&#8217;ll want to uncheck that box for comments if you&#8217;re using it. The <a href=\"https://wordpress.org/plugins/no-captcha-recaptcha/\" target=\"_blank\">No CAPTCHA reCAPTCHA</a> plugin is available for free from WordPress.org. It&#8217;s not yet known whether Google will create an official implementation for WordPress, but in the meantime, this plugin makes it easy to add reCAPTCHA to the WordPress forms that are the most vulnerable to spam.</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, 09 Dec 2014 23:09:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: Barry Kooij Adopts The Download Monitor Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35263\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/barry-kooji-adopts-the-download-monitor-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1987:\"<p>Developed by <a title=\"http://mikejolley.com/\" href=\"http://mikejolley.com/\">Mike Jolley</a>, <a title=\"https://wordpress.org/plugins/download-monitor/\" href=\"https://wordpress.org/plugins/download-monitor/\">Download Monitor</a> is an eight year old plugin with over 600k downloads. Download Monitor provides an interface for uploading and managing downloadable files including support for multiple versions, inserting download links into posts, and logging downloads.</p>\n<blockquote><p>It has been rewritten 4 times, seen well over 100 releases, and been downloaded 600,000 times. The latest ‘v1’ reboot has been praised and I often receive nice comments from users even though development has slowed of late.</p></blockquote>\n<p>Due to time constraints, Jolley placed Download Monitor up for adoption. <a title=\"http://www.barrykooij.com/\" href=\"http://www.barrykooij.com\">Barry Kooij</a>, a coworker of Jolley&#8217;s, adopted the plugin. Kooij is already working on the next version and users should see an update soon. Regarding the plugin&#8217;s future, Jolley states, &#8220;I’m really excited about its future and I’m happy that Download Monitor is in safe hands.&#8221;</p>\n<h2>How to Put a Plugin up For Adoption</h2>\n<p>The Download Monitor plugin has a happy ending but there are several plugins that are abandoned every year. If you&#8217;re thinking about abandoning your plugin, consider <a title=\"http://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\" href=\"http://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\">putting it up for adoption</a> instead.</p>\n<p>When a plugin author adds the &#8216;<a title=\"https://wordpress.org/plugins/tags/adopt-me\" href=\"https://wordpress.org/plugins/tags/adopt-me\">adopt-me</a>&#8216; tag, it shows up in a list of other plugins using the same tag. Currently, there are 19 plugins available for adoption. Simply get in touch with the author and ask if you can take over development.</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, 09 Dec 2014 22:36: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: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:57:\"WPTavern: Coen Jacobs on Using The Right Tool For The Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35239\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/coen-jacobs-on-using-the-right-tool-for-the-job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1397:\"<p>Coen Jacobs, who works as a backend developer, published a short video explaining why he doesn&#8217;t <a title=\"http://coenjacobs.me/why-not-full-time-wordpress-anymore/\" href=\"http://coenjacobs.me/why-not-full-time-wordpress-anymore/\">work with WordPress</a> full-time anymore. It&#8217;s not that he doesn&#8217;t like the project but rather, he&#8217;s gained a fresh perspective since stepping outside of the WordPress bubble.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<blockquote><p>WordPress used to be the holy grail for me, I made everything with WordPress, even things that weren&#8217;t really suitable to be built on WordPress. I was an absolute fanboy who used WordPress for everything.</p></blockquote>\n<p>WordPress <a title=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\" href=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\">isn&#8217;t going away anytime soon</a> but it&#8217;s a risky move to place all your eggs in one basket.</p>\n<p>Instead of using WordPress for everything, he&#8217;s now using the best framework or tool for the job. I think this is a key lesson that a lot of WordPress developers need to be reminded of from time to time. WordPress is capable of handling a lot of different types of websites but it&#8217;s not suitable for every project.<em> Use the right tool for the job.<br />\n</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2014 21:14:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WP Stagecoach to Bring 1-Click Staging Sites to WordPress in 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=32476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-stagecoach-to-bring-1-click-staging-sites-to-wordpress-in-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3816:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-stagecoach.jpg\" rel=\"prettyphoto[32476]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-stagecoach.jpg?resize=683%2C298\" alt=\"wp-stagecoach\" class=\"aligncenter size-full wp-image-35226\" /></a></p>\n<p><a href=\"https://wpstagecoach.com\" target=\"_blank\">WP Stagecoach</a> has been in beta for the past few months and the team behind it is busy planning for an official launch in early 2015. The startup, created by Jonathan Kay, came in second, behind <a href=\"http://wpcurve.com/\" title=\"WP Curve\" target=\"_blank\">WP Curve</a>, in the first round of <a href=\"http://mattreport.com/episode-1-wordpress-startup-challenge/\" target=\"_blank\">Matt Report&#8217;s WordPress Startup Challenge</a>.</p>\n<p>The new service aims to create the most convenient way to stage a WordPress site, with 1-click copying from production to staging and 1-click to merge the changes back into the live site. WP Stagecoach offers a plugin that hooks your site up to the service with an API key. Staging sites are hosted on WP Stagecoach&#8217;s servers.</p>\n<p>The beta version of the service currently includes the following features:</p>\n<ul>\n<li>Create a staging copy of your live site with one click.</li>\n<li>Copy changes from your staging site back to your live site.</li>\n<li>Choose which changes to import. You can import some or all of your file changes, and/or your database changes.</li>\n<li>Password-protect your staging site.</li>\n<li>Staging site runs on WP Stagecoach&#8217;s server – no need to set up hosting for your staging site.</li>\n<li>Revert file changes if importing from your staging site doesn’t go as expected.</li>\n<li>Staging sites can be accessed via SSL-encryption</li>\n</ul>\n<p>After testing the beta on a simple blog, I found that the build process took several minutes. Once the site is created, you&#8217;ll be given SFTP/FTP login credentials and URL for your staging site. The site that WP Stagecoach creates is instantly public, which has me worried about duplicate content. If you use the service, you&#8217;ll want to log in and install a maintenance plugin to hide the staging site from the public.</p>\n<p>If an import gets interrupted, the plugin can pick up where it left off, which is helpful for larger sites. It also includes an advanced debug mode for tracking down problems.</p>\n<p>All of the staging sites are hosted on a standard LAMP stack, and users will not be able to reproduce their exact hosting environment with the service when it launches. For many people, the stack will be similar enough to their host and will cause no issues. However, if you are running on a more customized hosting environment, WP Stagecoach will likely not be suitable for creating your staging site.</p>\n<p>WP Stagecoach has plans to make it possible for users to create a staging site on their own servers, but this feature will be further down the road. When the team is able to add this, it will make the product a much more versatile tool for WordPress developers.</p>\n<p>At the moment, the service is very promising and offers a highly convenient way to create a staging site for a simple WordPress site on a standard LAMP stack. Those with a more customized server environment will have to look elsewhere for the time being. If the tool adapts to become more flexible, it will be better positioned to reach a larger audience with a wide range of hosting environments.</p>\n<p>WP Stagecoach pricing will be $12/month or $99/year for basic support. The beta is free and the team plans to add a few updates before the official launch. If you want to test the service, sign up on <a href=\"http://wptavern.com/ https://wpstagecoach.com/pricing/\" target=\"_blank\">wpstagecoach.com</a> to download the plugin.</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, 09 Dec 2014 18:48: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:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: CEO and Envato Co-founder Collis Ta’eed On The First 6 Months of Envato\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/ceo-and-envato-co-founder-collis-taeed-on-the-first-6-months-of-envato\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2233:\"<p>Earlier this year, CEO and <a title=\"http://www.envato.com/\" href=\"http://www.envato.com/\">Envato</a> Co-founder, Collis Ta&#8217;eed, spoke at <a title=\"http://thesunrise.co/\" href=\"http://thesunrise.co/\">The Sunrise conference</a> in Sydney, Australia. The Sunrise is a conference where founders of Australia&#8217;s iconic startups describe the early years of their business. The presentation is 15 minutes in length with 30 minutes dedicated to questions.</p>\n<p>There&#8217;s a lot of great information in the presentation, especially if you&#8217;re running a bootstrapped business. I also admire Ta&#8217;eed&#8217;s delivery as he comes off as a straight shooter. He reminds me of myself when I tried to launch a business several years ago.</p>\n<h2>Presentation Highlights</h2>\n<p>Envato began as a stock Flash template marketplace called Flash Den. Flash Den was eventually renamed to Active Den due to Adobe owning the trademarks associated with Flash.</p>\n<p>Envato started with $30k and is still a bootstrapped company. Ta&#8217;eed receives numerous offers every year from venture capitalists looking to invest in Envato. So far, he has not accepted any outside funding.</p>\n<p><a title=\"http://appstorm.net/\" href=\"http://appstorm.net/\">AppStorm</a> was the precursor to the Apple App Store. Before Ta&#8217;eed could turn AppStorm into an app marketplace, Apple released the App Store crushing his idea.</p>\n<p>At 32:26, Ta&#8217;eed is asked how he came up with the name Envato. He bought it from <a title=\"https://www.brandbucket.com/\" href=\"https://www.brandbucket.com/\">Brandbucket</a> for $1k.</p>\n<p>At 38:50, Ta&#8217;eed is asked to describe how massive the Envato marketplace is. His response, &#8220;We sell something every 6 seconds, we sell a million WordPress theme per year, and we have the largest stock music marketplace by volume with a million tracks licensed each year.&#8221;</p>\n<p>At 42:52, Ta&#8217;eed is asked about Envato&#8217;s relationship to WordPress. He admits to the licensing challenges and mentions that, when Envato started selling WordPress themes, he didn&#8217;t know what the GPL was. He describes the relationship as symbiotic.</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2014 02:35:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Manage Multiple WordPress Sites with WPDASH, Now in 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=27624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/manage-multiple-wordpress-sites-with-wpdash-now-in-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:2721:\"<p><a href=\"http://en.wpdash.io/\" target=\"_blank\">WPDASH</a> is a new service that launched in beta today, created by a group of WordPress developers in Poland. It joins the ranks of <a href=\"https://managewp.com/\" target=\"_blank\">ManageWP</a>, <a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a>, <a href=\"http://infinitewp.com/\" target=\"_blank\">InfiniteWP</a>, and a handful of others that provide a centralized WordPress dashboard for managing multiple sites.</p>\n<p>With the popularity of WordPress on the rise, many users have more than one site in operation. Those who work in development often have hundreds, if not thousands, of WordPress sites to look after, all of which require regular plugin and theme updates.</p>\n<p>The automatic background updates introduced in <a href=\"http://wptavern.com/wordpress-3-7-released-wordpress-now-updates-itself\" target=\"_blank\">WordPress 3.7</a> certainly ease the burden of maintenance for many WordPress agencies, but centralized dashboards are becoming critical for successfully managing backups, site uptime, and updates to themes and plugins for multiple installations.</p>\n<p>WPDASH is entering beta with an impressive array of features for managing sites, including the following:</p>\n<ul>\n<li>Add and modify posts and comments</li>\n<li>Install themes and plugins</li>\n<li>One-click updates</li>\n<li>Generate reports</li>\n<li>Create manual and automatic backups</li>\n<li>Monitor server uptime and user browsing habits</li>\n<li>Monitor accessibility of linked pages and inbound link statistics</li>\n<li>Two-factor authentication with Rublon</li>\n</ul>\n<p>Here&#8217;s a look at an example WPDASH overview of activity across all of your WordPress sites:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-dash.jpg\" rel=\"prettyphoto[27624]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-dash.jpg?resize=720%2C772\" alt=\"wp-dash\" class=\"aligncenter size-full wp-image-35166\" /></a></p>\n<p>WPDASH also includes a number of advanced SEO-related features, such as integration with third-party tools for keyword monitoring and analytics services.</p>\n<p>Since the beta period is just now starting, we&#8217;ll be monitoring users&#8217; experiences to see how reliable the service is. WPDASH has not yet detailed its pricing, because the team is still ironing out features that will be added before launch. Beta testers have the opportunity to vote from the Features tab in the dashboard for new features that will be implemented.</p>\n<p>If you&#8217;re curious about the new service and want to join in the testing period, you can sign up for free at <a href=\"http://en.wpdash.io/\" target=\"_blank\">WPDASH.io</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Dec 2014 21:29: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: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:56:\"WPTavern: Add an Auto Reply to Your Jetpack Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/add-an-auto-reply-to-your-jetpack-contact-form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4227:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/paper-airplaine.jpg\" rel=\"prettyphoto[35098]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/paper-airplaine.jpg?resize=1025%2C495\" alt=\"paper-airplaine\" class=\"aligncenter size-full wp-image-35147\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a> has been downloaded more than 13 million times. The <a href=\"http://jetpack.me/support/contact-form/\" target=\"_blank\">Contact Form</a> module is one of its most popular features, as nearly every site requires a way for visitors to get in touch. The module is reliable and easy to use but fairly basic in terms of features.</p>\n<p>Fortunately, Jetpack makes it easy for you to extend its features with a plugin. <a href=\"http://www.hughlashbrooke.com/\" target=\"_blank\">Hugh Lashbrooke</a>, who has authored more than a dozen plugins hosted on WordPress.org, has just released <a href=\"https://wordpress.org/plugins/jetpack-contact-form-auto-reply/\" target=\"_blank\">Jetpack Contact Form Auto Reply</a> to make it easy for site admins to issue an automatic message in response to a contact form submission.</p>\n<p>The plugin adds a new Auto Reply sub-menu item under the Jetpack menu, with settings for two useful features:</p>\n<ul>\n<li>Craft a custom reply message using the WordPress WYSIWYG editor</li>\n<li>Set a unique from name and address for auto replies</li>\n</ul>\n<p>You can even add rich text or images to the custom reply message, which makes it easy to brand your communications for your company or organization.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply.png\" rel=\"prettyphoto[35098]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply.png?resize=1025%2C401\" alt=\"auto-reply\" class=\"aligncenter size-full wp-image-35107\" /></a></p>\n<p>The auto reply message could be something as simple as &#8220;We have received your request and will contact you shortly.&#8221; Or perhaps it&#8217;s a holiday and you want to update the auto reply to notify people of any delays in response time, i.e. &#8220;We will be out of the office until January 3, 2015.&#8221; This plugin provides an easy way to do that in the WordPress admin, without having to set up an auto-responder in your email.</p>\n<p>Lashbrooke originally created the plugin for his own use, because he was receiving numerous messages from people asking for support for his plugins hosted on WordPress.org and WooThemes.com. His custom auto reply message is designed to help point people to the appropriate forum, in case they contacted him for support-related questions.</p>\n<p>After testing the plugin, I can confirm that it works as advertised. The only tricky part is the last setting on the page, which calls for the label of the field in the contact form that contains the email address to use for the auto reply. You have to correctly identify this label or it won&#8217;t send. In my case the label was &#8216;Email,&#8217; which is likely to be a common one.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply-email-settings.png\" rel=\"prettyphoto[35098]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply-email-settings.png?resize=1025%2C279\" alt=\"auto-reply-email-settings\" class=\"aligncenter size-full wp-image-35108\" /></a></p>\n<p>While an auto reply might seem redundant, since Jetpack already displays a confirmation of the message sending successfully, that extra note in your visitor&#8217;s inbox can be reassuring, especially since it allows them to reply to the email if necessary. You can never underestimate the importance of communication in a customer&#8217;s decision-making process.</p>\n<p>Jetpack Contact Form Auto Reply is a handy add-on for the millions of Jetpack users out there who use the Contact Form module. <a href=\"https://wordpress.org/plugins/jetpack-contact-form-auto-reply/\" target=\"_blank\">Download</a> it from WordPress.org. If you&#8217;d like to contribute to make it better, feel free to fork the plugin on <a href=\"https://github.com/hlashbrooke/Jetpack-Contact-Form-Auto-Reply\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Dec 2014 18:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: What Would it Take For WordPress to Lose its Dominance?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=35076\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3448:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ThroneFeaturedImage.png\" rel=\"prettyphoto[35076]\"><img class=\"size-full wp-image-35085\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ThroneFeaturedImage.png?resize=634%2C285\" alt=\"Throne Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/pasukaru76/9223676618/\">pasukaru76</a> &#8211; <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>WordPress is 11 years old and used on over 20% of the web. Its popularity is made up of many facets including, the community, themes and plugins. In the realm of open source content management systems, nothing comes close to what WordPress has accomplished. Although it&#8217;s the market leader, its dominance won&#8217;t last forever.</p>\n<p>Mike Johnston of CMS Critic asks, &#8220;<a title=\"http://www.cmscritic.com/what-it-will-take-to-dethrone-wordpress/\" href=\"http://www.cmscritic.com/what-it-will-take-to-dethrone-wordpress/\">What It Will Take to Dethrone WordPress?</a>&#8221; In the article, Johnston explains why WordPress is on top and why Ghost is on the right path to possibly achieving similar success.</p>\n<blockquote><p>We&#8217;ve seen some successful upstarts come out of the wood work to try to take a piece of the pie and some are doing quite well in gaining momentum. One particular contender that comes to mind is Ghost.</p></blockquote>\n<p>While Ghost is doing well in its own right, <a title=\"http://wptavern.com/why-wordpress-doesnt-need-to-fear-ghost-yet\" href=\"http://wptavern.com/why-wordpress-doesnt-need-to-fear-ghost-yet\">I don&#8217;t think</a> it will knock on WordPress&#8217; door anytime soon. Johnston lists four things contenders must do in order to dethrone WordPress.</p>\n<ol>\n<li>Focus on marketing to developers</li>\n<li>Offer a migration path</li>\n<li>Offer hosted and self hosted options</li>\n<li>Build up a community</li>\n</ol>\n<p>The four steps he lists are a good start, but it&#8217;s going to take a lot more than that to take a chunk out of WordPress&#8217; market share. In 2009, I <a title=\"http://wptavern.com/six-ways-in-which-wordpress-could-die\" href=\"http://wptavern.com/six-ways-in-which-wordpress-could-die\">outlined six ways</a> WordPress could die and named <a title=\"http://www.habariproject.org/en/\" href=\"http://www.habariproject.org/en/\">Habari</a> as a viable competitor. Five years later, WordPress is bigger than ever and no one seems to remember the Habari project.</p>\n<h2>A Combination of Factors</h2>\n<p>I don&#8217;t think any <em>one thing</em> will put WordPress in second place. Instead, a combination of factors would likely need to take place. In no particular order, here are a couple of things that might lead to the project&#8217;s demise.</p>\n<ol>\n<li>Project leadership routinely ignores the majority.</li>\n<li>It becomes a large, bloated, legacy project that blocks innovation.</li>\n<li>A competing CMS comes along that does everything WordPress does, except better.</li>\n<li>The community in mass disappears or loses interest in favor of a competing product.</li>\n<li>A huge scandal takes place involving Automattic, the WordPress Foundation and those close to the project.</li>\n</ol>\n<p>I doubt any of these things will happen and WordPress will continue to be the market leader for at least the next 10 years. What risks or series of events do you think would lead to WordPress losing its dominance?</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, 06 Dec 2014 05:35: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: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:66:\"WPTavern: Minnow: A Free Minimalist Blogging Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=34709\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/minnow-a-free-minimalist-blogging-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2517:\"<p><a href=\"https://wordpress.org/themes/minnow\" title=\"Minnow\" target=\"_blank\">Minnow</a> is a beautiful, ultra-minimalist blogging theme from Automattic that just landed in the WordPress.org directory this week, bringing the company&#8217;s total free theme contributions to 54. It was designed by <a href=\"http://choycedesign.com/\" target=\"_blank\">Mel Choyce</a>, co-author of the popular <a href=\"http://wptavern.com/flounder-a-free-wordpress-theme-with-colorful-post-formats\" target=\"_blank\">Flounder</a> theme.</p>\n<p>Minnow features a single-column blog homepage, with a prominent social links menu at the top. The theme has support for all the standard post formats, with unique grey icons for each. The post meta design is tastefully simple and understated so that your content stays in focus.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/minnow.png\" rel=\"prettyphoto[34709]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/minnow.png?resize=1025%2C993\" alt=\"minnow\" class=\"aligncenter size-full wp-image-34912\" /></a></p>\n<p>Quotes, galleries, asides, etc. are all uniquely represented with subtle variations. Minnow also includes matching styles for threaded comments.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/quote.jpg\" rel=\"prettyphoto[34709]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/quote.jpg?resize=860%2C340\" alt=\"quote\" class=\"aligncenter size-full wp-image-35063\" /></a></p>\n<p>The theme has just a handful of customization options for changing the background image and/or color. It&#8217;s the type of theme that you can activate and have it looking like the demo in under two minutes.</p>\n<p>The theme is mobile friendly, and the 660px main content area sizes down gracefully for mobile devices. Minnow also includes a slide-out sidebar widget area. The primary navigation menu is pinned to the top of the sidebar, above any widgets.</p>\n<p>Check out the <a href=\"http://minnowdemo.wordpress.com/\" target=\"_blank\">live demo</a> to see Minnow in action. You&#8217;ll have to install the theme on your site in order to see the slide-out sidebar and navigation menu, as it is currently omitted in the demo.</p>\n<p>If you&#8217;re looking to jump start your blog for the upcoming new year, Minnow is an excellent choice. The clean design offers visitors a pleasant reading experience. <a href=\"https://wordpress.org/themes/minnow\" target=\"_blank\">Download</a> it for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Dec 2014 21:41: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:82:\"WPTavern: Roots Starter Theme for WordPress Will Become Framework Agnostic in 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/roots-starter-theme-for-wordpress-will-become-framework-agnostic-in-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4399:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/roots.jpg\" rel=\"prettyphoto[35007]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/roots.jpg?resize=1024%2C477\" alt=\"photo credit: Buzz Hoffman - cc\" class=\"size-full wp-image-35036\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/buzzhoffman/3673683967/\">Buzz Hoffman</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Major changes are coming to the <a href=\"http://roots.io/\" target=\"_blank\">Roots</a> starter theme for WordPress. Roots has appealed mainly to developers, because it incorporates modern build tools into its workflow. The theme  was first released in 2011 and now counts more than 70 contributors to the project.</p>\n<p>Roots currently utilizes HTML5 Boilerplate, Bootstrap, Grunt, and Bower in the starter theme but will will soon be moving to Gulp. The project&#8217;s GitHub repo has a <a href=\"https://github.com/roots/roots/pull/1138\" target=\"_blank\">Gulp branch</a> with the relevant discussion and commits.</p>\n<p><strong>&#8220;Gulp is faster, has nicer configuration files, allows us to easily compile both Less and Sass to the same stylesheet, and more,&#8221;</strong> Roots creator <a href=\"http://benword.com/\" target=\"_blank\">Ben Word</a> said, regarding the upcoming changes.</p>\n<p>This will also include an update to Roots&#8217; asset pipeline, which will allow theme developers to take CSS and JS from WordPress plugins and have it compiled into the single CSS and single JS files that the theme builds. The <a href=\"https://github.com/roots/roots/pull/1215\" target=\"_blank\">new asset pipeline</a> brings changes to project folders, removes differences between dev and production tasks, and adds a JSON-based asset pipeline.</p>\n<h3>Build a Roots-based Theme Using Any Framework</h3>\n<p>Additionally, the starter theme will be moving away from including <a href=\"http://getbootstrap.com/\" target=\"_blank\">Bootstrap</a> in order to become framework agnostic. &#8220;We&#8217;re going to have a Yeoman generator that will allow you to build a Roots based theme however you want,&#8221; Word said. &#8220;You&#8217;ll be able to pick from any framework, Bootstrap, Bootstrap Sass, Foundation, and more.&#8221;</p>\n<p>While Bootstrap still has a very large user base, the Roots community has shown more interest in other frameworks such as <a href=\"http://semantic-ui.com/\" target=\"_blank\">Semantic UI</a> and <a href=\"https://developers.google.com/web/starter-kit/\" target=\"_blank\">Google&#8217;s Web Starter Kit</a>.</p>\n<p>&#8220;A lot of people over the years have expressed that they like Roots, but don’t like Bootstrap,&#8221; Word explained. &#8220;We&#8217;ve even seen some forks pop up (Roots Foundation, for instance) to accommodate other frameworks. By becoming framework agnostic, the starter theme should be able to appeal to a wider audience.&#8221;</p>\n<p>Word and his team plan to have the generator ready for the public in the first quarter of 2015 and are currently working to incorporate work from other Yeoman generators.</p>\n<p>Last year, the Roots community introduced <a href=\"http://roots.io/wordpress-stack/\" target=\"_blank\">Bedrock</a>, a modern WordPress stack that uses Composer for managing WordPress along with Capistrano for deployment. Bedrock can be used with any theme. Since its launch, the project has struggled with branding issues. When all the new changes are merged into Roots&#8217; master branch, Word plans to rename the starter theme and keep Roots as the organization name.</p>\n<p>The Roots starter theme has always had a somewhat narrow audience due to the fact that it has a steeper learning curve than other starter themes. Making the change to be platform agnostic should open it up for more theme developers, but it will continue to cater primarily to those who are interested in using build scripts.</p>\n<p>&#8220;Roots has been at a point where you can’t use it if you’re not using npm, Bower, and Grunt, and we&#8217;ve completely stopped supporting users who don’t want to adapt to the better workflow we’ve created,&#8221; Word said. &#8220;I struggled in the past with choosing to support the average Joe WordPress developer or to push for WordPress devs to learn tools that make them better at their job. Workflow efficiency is definitely the ultimate goal.&#8221;</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, 05 Dec 2014 18:06:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPTavern: nRelate Will Shutdown Its Service December 31st\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3942:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/03/QikShutdownFeaturedImage.png\" rel=\"prettyphoto[34995]\"><img class=\"size-full wp-image-19708\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/03/QikShutdownFeaturedImage.png?resize=639%2C200\" alt=\"Qik Shuts Down Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/slimjim/2772087916/\">slimmer_jimmer</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>The content recommendation service <a title=\"http://nrelate.com\" href=\"http://nrelate.com\">nRelate</a>, <a title=\"http://nrelate.com/content/2014/12/01/farewell/\" href=\"http://nrelate.com/content/2014/12/01/farewell/\">announced</a> it will shut down its service December 31st. Launched in 2009, nRelate has provided billions of recommendations to over 100k sites. The service is shifting its assets to support its internal reference-style content properties. If you use nRelate, there is a <a title=\"http://nrelate.com/farewell-faqs/\" href=\"http://nrelate.com/farewell-faqs/\">farewell FAQ</a> available which has instructions on what to do.</p>\n<h2>YARPP and Jetpack Related Posts as Alternatives</h2>\n<p>There are three alternatives that come to mind with regards to related posts, <a title=\"https://wordpress.org/plugins/yet-another-related-posts-plugin/\" href=\"https://wordpress.org/plugins/yet-another-related-posts-plugin/\">YARPP</a>, <a title=\"https://wordpress.org/plugins/related-posts-for-wp/\" href=\"https://wordpress.org/plugins/related-posts-for-wp/\">Related Posts for WordPress</a>, and <a title=\"http://jetpack.me/support/related-posts/\" href=\"http://jetpack.me/support/related-posts/\">Jetpack Related Posts</a>. For several years, I used YARPP on WP Tavern to handle related posts and it performed flawlessly. However, at one point, it gave me performance problems because of the resources used on a shared webhosting server. The webhosting provider at the time pointed out that YARPP was taking up too many resources on the server. If you have a limited amount of posts or a beefy server, YARPP is a great alternative because it offers a variety of ways to display related posts.</p>\n<p>After encountering performance problems, I decided to go without related posts. <a title=\"http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module\" href=\"http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module\">Jetpack 2.9</a> released in early 2014, contained a new module called <a title=\"http://jetpack.me/support/related-posts/\" href=\"http://jetpack.me/support/related-posts/\">related posts</a>. Unlike YARPP, all of the processing and server resources were used on Automattic&#8217;s servers instead of my own and eliminated my performance issues with related posts. Keep in mind that when you use the Jetpack Related Posts module, the content is mirrored on WordPress.com for indexing and processing.</p>\n<p>Another thing to keep in mind is that the module will use the featured image attached to a post in the module. If a featured image is not detected, it uses the first image in the post which may or may not be optimal. You might also see a mix of related posts with and without images.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/JetpackRelatedPostsWithoutAnImage.png\" rel=\"prettyphoto[34995]\"><img class=\"size-full wp-image-34999\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/JetpackRelatedPostsWithoutAnImage.png?resize=679%2C266\" alt=\"Related Post Without an Image\" /></a>Related Post Without an Image\n<p>I&#8217;m of the mindset that if you can offload the processing required to determine post relationships, then do it. We&#8217;ve used the Jetpack Related Posts module on the Tavern for some time and haven&#8217;t experienced any issues. It&#8217;s also pretty good at being somewhat relevant. What do you use to handle related posts?</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, 05 Dec 2014 07:52:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: Easily Show When WooCommerce Items Are New, On Sale, or Sold Out With Woo Stickers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/easily-show-when-woocommerce-items-are-new-on-sale-or-sold-out-with-woo-stickers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1706:\"<p>If you run a WooCommerce store with a lot of products and want a nice way to tell customers whether an item is new, on sale, or sold out, check out the <a title=\"https://wordpress.org/plugins/woo-stickers-by-webline/\" href=\"https://wordpress.org/plugins/woo-stickers-by-webline/\">Woo Stickers</a> plugin by Webline. Created by <a title=\"http://www.weblineindia.com/\" href=\"http://www.weblineindia.com/\">Webline India</a>, Woo Stickers makes it easy to provide visual cues on products. Stickers indicate whether a product is new, for sale, or sold out and comes in two styles, ribbon and round.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/StickerStyles.png\" rel=\"prettyphoto[34989]\"><img class=\"size-full wp-image-34990\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/StickerStyles.png?resize=779%2C484\" alt=\"Notification Stickers and Styles\" /></a>Notification Stickers and Styles\n<p>The plugin&#8217;s settings are modular in that you can configure stickers to display for some products while not appearing for others.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WooStickersSettings.png\" rel=\"prettyphoto[34989]\"><img class=\"size-full wp-image-34991\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WooStickersSettings.png?resize=1025%2C361\" alt=\"Woo Sticker Settings\" /></a>Woo Sticker Settings\n<p>Woo Stickers uses image sprites so they should look fine for most WooCommerce store designs. Perhaps in the future, the plugin author can provide the ability to control the sprite and font colors for maximum theme compatibility. I tested the plugin in WordPress 4.0.1 and WooCommerce 2.2.8 and experienced no problems.</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, 05 Dec 2014 04:44:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: Five Beers: A Free AJAX-Powered Child Theme for Twenty Fifteen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/five-beers-an-ajax-powered-child-theme-for-twenty-fifteen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4184:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/five-beers-featured.jpg\" rel=\"prettyphoto[34677]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/five-beers-featured.jpg?resize=1024%2C505\" alt=\"photo credit: rchlnwnhm - cc\" class=\"size-full wp-image-34985\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/68442586@N02/13240338454/\">rchlnwnhm</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>WordPress 4.1 hasn&#8217;t yet been officially released, but child themes for the new <a href=\"http://twentyfifteendemo.wordpress.com/\" title=\"Twenty Fifteen demo\" target=\"_blank\">Twenty Fifteen</a> default theme are already popping up. The minimalist, blog-focused theme has so far been well received and users are already eagerly testing it out.</p>\n<p>WordPress developer <a href=\"https://github.com/chrismccoy\" target=\"_blank\">Chris McCoy</a> has created a Twenty Fifteen child theme with a unique twist. At first glance, <a href=\"https://github.com/chrismccoy/fivebeers\" target=\"_blank\">Five Beers</a> appears to be a colorless variation of the default theme, but under the hood you&#8217;ll find a set of powerful AJAX additions.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/five-beers.jpg\" rel=\"prettyphoto[34677]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/five-beers.jpg?resize=971%2C468\" alt=\"five-beers\" class=\"aligncenter size-full wp-image-34711\" /></a></p>\n<p>One of the most impressive features is the way Five Beers handles media display. It incorporates the <a href=\"http://stripjs.com/\" target=\"_blank\">Strip.js</a> lightbox to slide images and videos out from the side of the page. You can see a live example of it on the <a href=\"http://fivebeers.net/\" target=\"_blank\">Five Beers demo site</a>.</p>\n<p>The child theme includes all of the customization options of Twenty Fifteen plus several extra features:</p>\n<ul>\n<li>AJAX Live Search (still working out the bugs)</li>\n<li>AJAX comments</li>\n<li>AJAX archives</li>\n<li>AJAX A-Z Alphabet post loading</li>\n<li>AJAX infinite scrolling with SEO as a factor</li>\n<li>Custom tag page listed by letter</li>\n<li>Lightbox to adapt to galleries and video oEmbeds</li>\n<li>Unlimited widget area creation</li>\n</ul>\n<p>Additionally, when you publish a YouTube or Vimeo link, the theme will use the cover image (click to play) as the featured image. If no featured image is set, Five Beers will use a default click to play thumbnail.</p>\n<p>Building all of this functionality into the theme is a bit unorthodox, as most theme authors would opt to put these items into separate plugins. I asked McCoy why he opted to do it this way. &#8220;I’m trying to keep all functionality as the theme, because I prefer not to use a plugin if I don’t need to,&#8221; he said. If you use the theme, you could opt to use McCoy&#8217;s <a href=\"https://github.com/chrismccoy/strip\" target=\"_blank\">Strip Lightbox plugin</a> instead and then simply remove the include in the functions file for the lightbox.php file.</p>\n<p>Ultimately, it&#8217;s a theme McCoy built for himself one night while having five different brands of beer, hence the unique name. I&#8217;d like to see each piece of functionality pulled out and supported as a separate plugin, but this isn&#8217;t something he intends to do. McCoy originally planned to create it just for himself but will be adding more features next week.</p>\n<p>This child theme is particularly useful if you want to highlight your archived content by including alphabetical sorting and live search, making it easy for users to discover content as they are typing.</p>\n<p>Five Beers currently requires WordPress 4.1 Beta 1+ to use until 4.1 is officially released. The WordPress 4.1 project schedule has the release targeted for the week of December 8. McCoy does not plan to add the theme to WordPress.org, as the <a href=\"http://stripjs.com/license\" target=\"_blank\">Strip.js licensing</a> is not supported in the official directory.  You can download the Five Beers theme for free on <a href=\"https://github.com/chrismccoy/fivebeers\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Dec 2014 22:48: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:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: How to Find the Number of Feedly Subscribers to 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=34466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/how-to-find-the-number-of-feedly-subscribers-to-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5050:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly.jpg\" rel=\"prettyphoto[34466]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly.jpg?resize=1025%2C443\" alt=\"feedly\" class=\"aligncenter size-full wp-image-34964\" /></a></p>\n<p>When Google Reader was laid to rest on July 1, 2013, many users flocked to <a href=\"http://feedly.com/\" target=\"_blank\">Feedly</a>, one of the most popular alternatives. Even if you don&#8217;t use Feedly, it&#8217;s likely that many of your blog&#8217;s readers do. Therefore, if you want a true picture of the number of your RSS subscribers, digging into Feedly&#8217;s numbers should be part of your research.</p>\n<h3>Find Your Feedly Subscriber Count on Mobile</h3>\n<p>Feedly&#8217;s UI is notorious for being less than intuitive and <a href=\"http://blog.feedly.com/feedly-tutorial-v1/\" target=\"_blank\">confusing to navigate</a>. If you poke around, you can find a rough number of your subscribers. If you&#8217;re using a mobile device, simply search for your blog (even if you&#8217;re already subscribed), in the top search bar and it will display a rough count.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly-mobile.jpg\" rel=\"prettyphoto[34466]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly-mobile.jpg?resize=402%2C500\" alt=\"feedly-mobile\" class=\"aligncenter size-large wp-image-34933\" /></a></p>\n<h3>Find Your Feedly Subscriber Count in the Web App</h3>\n<p>If you&#8217;re looking for your subscriber count in the web app, click your site in the left sidebar among your subscriptions and then look for your total subscribers under the title.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly-web-app.png\" rel=\"prettyphoto[34466]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly-web-app.png?resize=1025%2C762\" alt=\"feedly-web-app\" class=\"aligncenter size-full wp-image-34942\" /></a></p>\n<p>That&#8217;s not too difficult, but what if you want to know the actual count of your Feedly subscribers? After all, there&#8217;s quite a difference between 3,001 and 3,999, especially when you are looking at setting goals. Once you pass 2,000, it seems that Feedly resorts to fuzzy rounding to the nearest thousand instead of reporting actual figures.</p>\n<h3>Feedly Insight Plugin for WordPress</h3>\n<p>WordPress sites can install a plugin called <a href=\"https://wordpress.org/plugins/feedly-insight/\" target=\"_blank\">Feedly Insight</a> to get an exact subscriber count. It utilizes the <a href=\"http://developer.feedly.com/\" target=\"_blank\">Feedly Cloud API</a> to tap into more exact data about your feed(s). Once you install the plugin, you&#8217;ll notice that it adds its own top level menu where you can click on the &#8220;Feedly Insight&#8221; submenu item. Scroll down to the search bar and enter your URL. It will return a few interesting stats, including languages and an exact subscriber count.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly-insight.jpg\" rel=\"prettyphoto[34466]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/feedly-insight.jpg?resize=828%2C725\" alt=\"feedly-insight\" class=\"aligncenter size-full wp-image-34953\" /></a></p>\n<p>You can also search your competitors&#8217; URLs in order to see how well they&#8217;re doing at attracting subscribers. After performing your research, you can keep the plugin if you want to keep track of your Feedly stats via its dashboard widget, or you can uninstall it and check back again later.</p>\n<p>Having a full picture of RSS subscribers is important for publishers who want to tailor their content to appear better in feed readers. For example, if you find that you have a large number of Feedly subscribers, you will want to make sure that each post appears with an image. Feedly doesn&#8217;t have the ability to fetch your featured image. Instead, it grabs the first image displayed within your post to show as the thumbnail in its reader. If your post has no images, it will show a blank as the thumbnail, which isn&#8217;t ideal. Adding an image to each post will help you to avoid this.</p>\n<p>You can also <a href=\"https://docs.google.com/forms/d/1jmkC6avpJQgdQhuKd2wN0PSYeBzKQ3KQzJEF8F9vZy8/viewform\" target=\"_blank\">claim your own Feedly hashtag</a> using this Google form, which allows you to have more control over what people find when they search for your brand or your #name.</p>\n<p>If you&#8217;re a publisher, you cannot ignore Feedly, even if you&#8217;re not a fan of the product. Feed readers are still going strong and Feedly seems to be leading the pack after Google Reader died. If you have never checked to find out how many people are reading your blog through Feedly, you may be surprised. To get a rough idea, just log into the app. The <a href=\"https://wordpress.org/plugins/feedly-insight/\" target=\"_blank\">Feedly Insight</a> plugin offers a more detailed look and an easier way to monitor your stats.</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, 04 Dec 2014 21:59:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Matt: Performance As Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2014/12/performance-as-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"<p><a href=\"http://bradfrost.com/blog/post/performance-as-design/\">Performance As Design</a>, by Brad Frost. Great thoughts and links. Performance is going to be a big focus for me in 2015.</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, 04 Dec 2014 15:50:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WPWeekly Episode 173 – Interview With Happy Joe Founder, James Dalman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34905&preview_id=34905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-173-interview-with-happy-joe-founder-james-dalman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3352:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news of the week and interview the founder of <a href=\"http://www.happyjoe.org/\" title=\"http://www.happyjoe.org/\">HappyJoe.org</a>, James Dalman. Happy Joe is a 501 c3 non-profit organization that helps U.S. veterans with entrepreneurship and employment opportunities.</p>\n<p>Dalman shares what inspired him to create the organization and the role WordPress plays in helping veterans secure jobs in the web technology industry.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-maui-hi-set-for-february-13-14th-2015\" title=\"http://wptavern.com/wordcamp-maui-hi-set-for-february-13-14th-2015\">WordCamp Maui, HI Set For February 13-14th, 2015</a><br />\n<a href=\"http://wptavern.com/dawnpatrol-gives-fringe-wordpress-communities-a-voice\" title=\"http://wptavern.com/dawnpatrol-gives-fringe-wordpress-communities-a-voice\">DawnPatrol Gives Fringe WordPress Communities a Voice</a><br />\n<a href=\"http://wptavern.com/jp-bot-the-silent-bot-behind-the-jetpack-module-extraction-plugins\" title=\"http://wptavern.com/jp-bot-the-silent-bot-behind-the-jetpack-module-extraction-plugins\">JP Bot: The Silent Bot Behind the Jetpack Module Extraction Plugins</a><br />\n<a href=\"http://wptavern.com/infinitewp-client-plugin-releases-security-update\" title=\"http://wptavern.com/infinitewp-client-plugin-releases-security-update\">InfiniteWP Client Plugin Releases Security Update</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/before-deleting-the-posts/\" title=\"https://wordpress.org/plugins/before-deleting-the-posts/\">Before deleting the posts</a> backs up posts into an XML file before they&#8217;re emptied from the trash. The XML file is stored in the same format same as the Export from WordPress. If you want to restore the post, you can use the WordPress importer.</p>\n<p><a href=\"https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/\" title=\"https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/\">Gravity Forms Google Analytics Event Tracking</a> provides an easy way to add Google Analytics event tracking to Gravity Forms, allowing you to properly track form submissions as events and conversions within Google Analytics.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-voice-recorder/\" title=\"https://wordpress.org/plugins/wp-voice-recorder/\">WP Voice Recorder</a> allows you to record audio and play it on the frontend of WordPress within a post. It saves the recorded audio file to a Dropbox account instead of saving it to the server.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 10th 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 #173:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Dec 2014 06: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: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:59:\"WPTavern: WordPress 4.1 To Introduce Plugin Recommendations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2176:\"<p>On the Add New plugin page in WordPress 4.0, there are two different tabs to help users discover new plugins: Featured and Popular. What if WordPress could recommend plugins based on the ones you have installed? Thanks to a <a title=\"https://core.trac.wordpress.org/ticket/30337\" href=\"https://core.trac.wordpress.org/ticket/30337\">recent update</a> to the API, users will be able to access a list of recommended plugins in WordPress 4.1.</p>\n<p>The recommendations take into account the plugins you have installed and suggests plugins based on which ones are commonly used together. It&#8217;s similar to an e-commerce shopping cart that recommends products other customers have purchased based on what&#8217;s in the cart.</p>\n<h2>Recommended Plugins To Get its Own Tab</h2>\n<p>In today&#8217;s WordPress 4.1 developer meeting, the group <a title=\"https://wordpress.slack.com/archives/core/p1417641723005178\" href=\"https://wordpress.slack.com/archives/core/p1417641723005178\">reached a consensus</a> to create a new tab for Recommended plugins instead of replacing the Popular tab. I&#8217;m in favor of this decision because they each have a different definition. Also, the Popular tab shows which plugins are doing well across the directory. Another benefit to keeping the Popular plugins tab is for fresh installs of WordPress, as it gives users a good foundation to start looking for plugins.</p>\n<p>In my tests, I noticed that some of the plugins recommended to me are 5-8 years old. I&#8217;ve reported the behavior to Alex Shiels and it will be addressed before 4.1 ships. If you are testing WordPress 4.1 and come across any oddities with plugin recommendations, please <a title=\"https://core.trac.wordpress.org/ticket/30337\" href=\"https://core.trac.wordpress.org/ticket/30337\">report them</a> in the ticket.</p>\n<p>The Recommended plugins tab exposes new and useful plugins to users instead of limiting them to the Featured and Popular categories. Since recommendations are based on actual data, they should get better as time goes on. Do you think a recommended plugins page is a useful addition to the plugin discovery process? Let us know in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2014 23:33: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: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:78:\"WPTavern: Google’s New reCAPTCHA API Replaces Distorted Text with a Checkbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3708:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha.png\" rel=\"prettyphoto[34808]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha.png?resize=365%2C109\" alt=\"recaptcha\" class=\"alignright size-full wp-image-34867\" /></a>For the past several years, Google&#8217;s <a href=\"https://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a> has verified a user&#8217;s humanity by forcing you to decipher warped, nonsensical text. reCAPTCHA&#8217;s method of protecting websites from spam has long put the burden on the user to prove that he is not an abusive bot.</p>\n<p>This is all about to change as a result of Google&#8217;s most <a href=\"http://googleonlinesecurity.blogspot.com/2014/04/street-view-and-recaptcha-technology.html\" target=\"_blank\">recent research</a>, which indicates that smart bots are able to solve even the most distorted text puzzles with more than 99% accuracy. Since the CAPTCHA puzzles are often infuriating to humans and ineffective at stopping bots, Google put its efforts toward developing a better user experience.</p>\n<p>Today, Vinay Shet, Google&#8217;s Product Manager for reCAPTCHA, <a href=\"http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html\" target=\"_blank\">announced</a> a new API called “No CAPTCHA reCAPTCHA.” This API utilizes an Advanced Risk Analysis engine that is capable of discerning between users and bots. The best part is that the interface has been simplified to a checkbox, a vast improvement over reCAPTCHA&#8217;s alphabet soup scramble.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/nocaptcha.gif\" rel=\"prettyphoto[34808]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/nocaptcha.gif?resize=616%2C164\" alt=\"photo credit: Google Online Security Blog\" class=\"size-full wp-image-34870\" /></a>photo credit: <a href=\"http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html\">Google Online Security Blog</a>\n<p>WordPress.org is already using the new &#8220;No CAPTCHA reCAPTCHA&#8221; API and, according to the announcement, is providing users with a faster registration experience:</p>\n<blockquote><p>Early adopters, like <a href=\"https://support.snapchat.com/login2?next=/\" target=\"_blank\">Snapchat</a>, <a href=\"https://wordpress.org/support/register.php\" target=\"_blank\">WordPress</a>, <a href=\"https://www.humblebundle.com/\" target=\"_blank\">Humble Bundle</a>, and several others are already seeing great results with this new API. For example, in the last week, more than 60% of WordPress’ traffic and more than 80% of Humble Bundle’s traffic on reCAPTCHA encountered the No CAPTCHA experience—users got to these sites faster.</p></blockquote>\n<p>Several dozen WordPress <a href=\"https://wordpress.org/plugins/search.php?q=reCAPTCHA\" target=\"_blank\">plugins integrate reCAPTCHA</a> in one way or another to protect sites from bad bots. Plugins that integrate the new &#8220;No CAPTCHA reCAPTCHA&#8221; API will allow many users to pass through by simply checking a box. However, it does provide a fallback to the scrambled letters in cases where the Advanced Risk Analysis engine isn&#8217;t able to confidently assume that a user is human.</p>\n<p>A cursory examination of the changelogs on several reCAPTCHA plugins shows that plugin authors have not yet updated their extensions to indicate compatibility with the new API. Given that the user experience of the checkbox is far superior to distorted letters, we&#8217;re likely to see more developers take advantage of reCAPTCHA&#8217;s new API in the coming days. Does the new API make you more likely to use reCAPTCHA?</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, 03 Dec 2014 21:57: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: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:53:\"WPTavern: Salvador, Brazil to Host Its First WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=34811\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/salvador-brazil-to-host-its-first-wordcamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5911:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wordcamp-salvador.jpg\" rel=\"prettyphoto[34811]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wordcamp-salvador.jpg?resize=912%2C422\" alt=\"wordcamp-salvador\" class=\"aligncenter size-full wp-image-34823\" /></a></p>\n<p>The very first <a href=\"http://2014.salvador.wordcamp.org/\" target=\"_blank\">WordCamp Salvador</a> is set to take place in Brazil this weekend on December 6th, bringing together approximately 160 attendees who are excited about connecting through WordPress. The more developed south and southeast regions of Brazil have had WordCamps in the past, but WordCamp Salvador will be the first in the northeast.</p>\n<p>Co-organizer <a href=\"https://profiles.wordpress.org/leobaiano/\" target=\"_blank\">Leo Baiano</a> is the founder of Salvador&#8217;s first WordPress meetup group and has been instrumental in growing the local community over the past year. He discovered WordPress nine years ago, which led him to get involved in fostering his local community.</p>\n<p>&#8220;The idea of holding WordCamp Salvador was born in early 2014. Many people have left the city to work in more technologically advanced cities like Sao Paulo and Rio de Janeiro, where there are many events happening and more companies value employees,&#8221; he said. Baiano became determined to bring WordCamp to Salvador. &#8220;I did not want to leave the city that I love to participate in important events and be valued as a professional; I prefer to fight to make things better here,&#8221; he said.</p>\n<p>When Baiano started the <a href=\"http://www.meetup.com/wpsalvador/\" target=\"_blank\">WP Salvador/Bahia meetup group</a>, he focused on bringing people together for small events with lectures on basic topics, as well as social gatherings. They hosted approximately 10 meetups before sending in an application to start organizing a WordCamp.</p>\n<p>&#8220;Without the meetups and the local community support, it would be almost impossible to make this WordCamp happen,&#8221; he said. &#8220;Now I have a team of five local co-organizers and lots of others willing to volunteer at the event.&#8221; Baiano also received help from friends who organized previous WordCamps as well as support from the <a href=\"http://guwp.org/\" target=\"_blank\">WordPress Brazil User Group</a>.</p>\n<h3>WP Salvador Meetup Group Helps Seniors Learn WordPress</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-salvador-seniors.jpeg\" rel=\"prettyphoto[34811]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-salvador-seniors.jpeg?resize=660%2C362\" alt=\"wp-salvador-seniors\" class=\"aligncenter size-full wp-image-34834\" /></a></p>\n<p>One of the unique things about the local WordPress community in Salvador is its desire to work together to help more people benefit from the software.</p>\n<p>&#8220;Local Brazilian communities are all similar in essence, but what differentiates the Salvador community from others is the willingness we all have to get the group together and work on related projects,&#8221; Baiano said.</p>\n<p>&#8220;An example of that is this work we just started with this elderly group. Other group members already showed interest in running some workshops for them, without any financial return, just for the pleasure of working together.&#8221; The meetup group partnered with UNEB (State University of Bahia) and the UATI, a support unit for seniors.</p>\n<p>&#8220;We are teaching seniors how to create blogs with WordPress, and update and promote their blogs. This is a wonderful initiative because these seniors are looking for an occupation, something to pass the time, and they are very smart and interested in the lecture,&#8221; Baiano said.</p>\n<p>&#8220;I was surprised by their enthusiasm, all the time asking questions and wanting to learn more about it. In 2015 we will begin a series of workshops where this group of seniors will learn how to create a WordPress blog, how to produce content, basic SEO techniques such as promoting posts on social networks, how to increase the audience of the blog by interacting with readers and other blogs in the same niche.&#8221;</p>\n<h3>WordCamp Salvador Signifies an Important Milestone for the Local Community</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-salvador-meetup.jpg\" rel=\"prettyphoto[34811]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-salvador-meetup.jpg?resize=1025%2C589\" alt=\"wp-salvador-meetup\" class=\"aligncenter size-full wp-image-34845\" /></a></p>\n<p>The local WordPress community in Salvador is just starting to take off, as meetup members gather around collaborative projects like the initiative to help seniors with WordPress. WordCamp Salvador will be an important milestone for solidifying the community.</p>\n<p>&#8220;My hope for this WordCamp is that it allows the community to grow even more, resulting in more people attending our future meetups and inspiring new collaborative projects,&#8221; Baiano said.</p>\n<p>&#8220;The event happening this year is very important if you take into account the momentum of the digital market in the city of Salvador right now. It’s a special moment, where many other groups have begun to organize and get together. The WordCamp will help foster future debates and help the market grow as a whole.&#8221;</p>\n<p>Baiano reports that current registered attendees are comprised of 75% locals and 24% from other regions in Brazil. He hopes that the WordCamp will connect local members to the wider WordPress community.</p>\n<p>&#8220;We are here to stay and we are available to help the WordPress community,&#8221; he said. &#8220;We hope to encourage our members to start contributing and engaging more in the global community, by helping on the official forums, translations, and on WordPress core.&#8221;</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, 03 Dec 2014 19:52: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: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:80:\"WPTavern: jMonkeyEngine Migrates Community Site Away From BuddyPress and bbPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=34733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/jmonkeyengine-migrates-community-site-away-from-buddypress-and-bbpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9072:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/MigrationFeaturedImage.png\" rel=\"prettyphoto[34733]\"><img class=\"size-full wp-image-34786\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/MigrationFeaturedImage.png?resize=637%2C239\" alt=\"Migration Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/karenapricot/1225579130/\">Karen Apricot New Orleans</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p><a title=\"http://jmonkeyengine.org/\" href=\"http://jmonkeyengine.org/\">jMonkeyEngine</a> is a <a href=\"http://en.wikipedia.org/wiki/Game_engine\" target=\"_blank\">game engine</a> made for developers who want to create 3D games following modern technology standards. The framework is programmed entirely in <a href=\"http://en.wikipedia.org/wiki/Java_%28programming_language%29\">Java</a> aimed at wide accessibility and quick deployment to desktop, web, and mobile platforms. Established in 2003, the jMonkeyEngine community forum has gone through at least four migrations.</p>\n<p>phpBB → SMF → BuddyPress Forum → bbPress 2.0 → Discourse.</p>\n<p>In late October, the jMonkeyEngine community hub went offline. When the site came back online, the team discovered performance issues. Due to performance reasons and a change in philosophy, the <a title=\"http://hub.jmonkeyengine.org/\" href=\"http://hub.jmonkeyengine.org/\">jMonkeyEngine project</a> is migrating its community and forum from <a title=\"http://hub.jmonkeyengine.org/2014/11/we-will-be-moving-soon/\" href=\"http://hub.jmonkeyengine.org/2014/11/we-will-be-moving-soon/\">BuddyPress and bbPress to Discourse</a>. This marks the fifth different forum migration in 10 years.</p>\n<h2>Why BuddyPress and bbPress Were Initially Chosen to Run The Community Hub</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\" rel=\"prettyphoto[34733]\"><img class=\"alignright wp-image-30655 size-medium\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=300%2C142\" alt=\"buddypress-logo-blue\" /></a>In a <a title=\"blog.erlend.sh/foundation-redefined-going-back-to-specialised-applications/\" href=\"http://wptavern.com/blog.erlend.sh/foundation-redefined-going-back-to-specialised-applications/\">post announcing</a> the change, jMonkeyEngine Community Manager, Erlend Sogge Heggen, cites the biggest mistake he made is using the forum component bundled with BuddyPress. In his grand vision for the site in 2010, Heggen envisioned the community site to have the following features:</p>\n<ul>\n<li>Forums</li>\n<li>Social</li>\n<li>Galleries</li>\n<li>Wikis</li>\n<li>Files</li>\n<li>Advanced user profiles</li>\n<li>Unified search</li>\n</ul>\n<p>BuddyPress was chosen because it offers many of these features out of the box and integrates seamlessly with WordPress user tables. Over time, two particular problems arose.</p>\n<ol>\n<li>No one on the community management team would touch the BuddyPress code because of its complexity.</li>\n<li>Even though BuddyPress has the features Heggen wants, it doesn&#8217;t do any of them particularly well.</li>\n</ol>\n<p>This brought about the realization that his community didn&#8217;t care for the galleries, wikis, or the advanced user profiles. Heggen says it&#8217;s the forum user&#8217;s cared about most, &#8220;So now we were stuck with a sub-par forum that everyone used, and a bunch of other sub-par features that no one used. In pursuit of the all-encompassing solution, I had downgraded the heart and soul of our website, and by extension our community: The forum.&#8221;</p>\n<h2>Separate Software For Specific Tasks</h2>\n<p>Heggen says they&#8217;ll continue to use WordPress for now, but only for blogging. &#8220;The only users WordPress will handle is our small team of authors; it really isn&#8217;t designed well for anything other than administrative use anyhow.&#8221;</p>\n<p>Instead of using software that fulfills multiple purposes, Heggen will use software specific to the task at hand and use APIs to bridge them together. &#8220;In the age of JSON APIs and SPAs, you don&#8217;t need that &#8216;one foundation to rule them all.\'&#8221;</p>\n<h2>When is bbPress The Right Choice?</h2>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png\" rel=\"prettyphoto[34733]\"><img class=\"aligncenter size-large wp-image-24338\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png?resize=500%2C184\" alt=\"bbpress\" /></a></p>\n<p>jMonkeyEngine has determined that BuddyPress and bbPress are no longer the right choice to build its community on. In a <a title=\"http://blog.erlend.sh/when-is-bbpress-the-right-choice/\" href=\"http://blog.erlend.sh/when-is-bbpress-the-right-choice/\">follow up post</a>, Heggen asks, is bbPress even right for anyone? According to Heggen, the custom post type is a lie and the project never gets the attention it deserves. &#8220;It&#8217;s under the official WordPress umbrella, but it&#8217;s not part of their product strategy, so in effect it&#8217;s just another plugin developed by hobbyists in their spare time.&#8221;</p>\n<p>Unlike bbPress, <a title=\"http://www.discourse.org/\" href=\"http://www.discourse.org/\">Discourse</a> has a team of paid developers working full-time to create the best community engagement/discussion software on the web. In less than two years, it looks and feels light-years beyond what bbPress offers. It&#8217;s worth noting that, like bbPress, Discourse is <a title=\"http://www.discourse.org/faq/#license\" href=\"http://www.discourse.org/faq/#license\">GPLv2 licensed</a>.</p>\n<p>Heggen recommends using bbPress only if it&#8217;s going to be a small subset of the site&#8217;s entire offering but says, &#8220;You should strongly reconsider whether it&#8217;s worth having a forum at all, because in my honest opinion a forum is an &#8216;all or nothing&#8217; sort of deal. It&#8217;s either a key component of your website, or it&#8217;s going to become a graveyard quicker than you can say &#8216;Welcome to our community!\'&#8221;</p>\n<h2>Still Hopeful For bbPress&#8217; Future</h2>\n<p>Despite moving the jMonkeyEngine community off of bbPress to Discourse and his gripes about the project, Heggen believes it can still be a viable competitor, &#8220;I still firmly believe in bbPress as a competitor to the likes of Muut and Disqus. It hasn&#8217;t lived up to its potential yet, but with a full-time developer, it very well could.&#8221;</p>\n<p>If John James Jacoby&#8217;s <a title=\"http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-development\" href=\"http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-development\">Indiegogo campaign</a> is successful, there will be at least one paid full-time developer to work on both bbPress and BuddyPress for the next six months. With nine days left, he still needs over $5,700 to reach his goal.</p>\n<h2>Community Engagement Crossroads</h2>\n<p>Automattic, the WordPress project, and bbPress are at a crossroad. The comment system in WordPress leaves a <a title=\"http://www.poststat.us/wordpress-comments/\" href=\"http://www.poststat.us/wordpress-comments/\">lot to be desired</a> and could use some serious improvements. Meanwhile, Automattic is sitting on a dormant <a title=\"http://intensedebate.com/\" href=\"http://intensedebate.com/\">commenting service</a> that hasn&#8217;t made any progress in years. bbPress development continues at a snail&#8217;s pace since it doesn&#8217;t have a committed team of developers and there are no signs of improvement on the horizon, outside of Jacoby&#8217;s campaign.</p>\n<p>One of my favorite quotes from Matt Mullenweg is from 2008, when Automattic acquired IntenseDebate. In <a title=\"http://ma.tt/2008/09/intense-debate-goes-automattic/\" href=\"http://ma.tt/2008/09/intense-debate-goes-automattic/\">the announcement</a>, Mullenweg said the following:</p>\n<blockquote><p>Long-term, I think that comments are the most crucial interaction point for blogs, and an area that deserves a lot of investment and innovation. Comments really haven’t changed in a decade, and it’s time to spice things up a little.</p></blockquote>\n<p>I realize 2008 was a different time on the web, but in six years, I&#8217;ve seen very little innovation with comments. Instead, large sites are <a title=\"http://www.top5seo.co.uk/copyblogger-comments/\" href=\"http://www.top5seo.co.uk/copyblogger-comments/\">shutting them off</a> or moving to third-party services such as Disqus and <a title=\"http://web.livefyre.com/comments/\" href=\"http://web.livefyre.com/comments/\">Livefyre</a>. Jetpack Comments isn&#8217;t the solution because it&#8217;s just an iframe that is not easily extendable by other plugins.</p>\n<p>I don&#8217;t know what the answer is to having a great community engagement/discussion experience in WordPress but Jetpack Comments, bbPress, IntenseDebate, and the native comment system isn&#8217;t cutting it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2014 06:57:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WPTavern: InfiniteWP Client Plugin Releases Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=34791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/infinitewp-client-plugin-releases-security-update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1789:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InfiniteWPBannerHeader.png\" rel=\"prettyphoto[34791]\"><img class=\"aligncenter size-large wp-image-34792\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InfiniteWPBannerHeader.png?resize=500%2C160\" alt=\"InfiniteWP Banner Header\" /></a>If you use the <a title=\"https://wordpress.org/plugins/iwp-client/\" href=\"https://wordpress.org/plugins/iwp-client/\">InfiniteWP Client</a> plugin, log into your sites and check for updates. According <a title=\"http://blog.sucuri.net/2014/12/security-advisory-high-severity-infinitewp-client-wordpress-plugin.html\" href=\"http://blog.sucuri.net/2014/12/security-advisory-high-severity-infinitewp-client-wordpress-plugin.html\">to Sucuri</a>, versions under 1.3.8 are susceptible to a privilege escalation attack as well as a potential Object Injection Vulnerability. InfiniteWP Client is used to communicate to the <a title=\"http://infinitewp.com/\" href=\"http://infinitewp.com/\">Infinite WP</a> service to manage WordPress sites remotely.</p>\n<p>A malicious individual can use the vulnerability to disable a website by putting it into maintenance mode. If an attacker knows the site&#8217;s administrator username, they can force the site to display malicious content. Once the site is in maintenance mode, the following items can be injected into the site.</p>\n<ul>\n<li>Javascript or iframe malware.</li>\n<li>Spam links</li>\n<li>Defacement messages (the infamous “hacked by” type of attack)</li>\n</ul>\n<p>You&#8217;re strongly encouraged to update the plugin as soon as possible. The patched version is 1.3.8 and <a title=\"https://wordpress.org/plugins/iwp-client/\" href=\"https://wordpress.org/plugins/iwp-client/\">is available</a> on the WordPress plugin directory.</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, 03 Dec 2014 01:23: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Add Wedding Registry Links to WordPress with the Bean Registry Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=34692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/add-wedding-registry-links-to-wordpress-with-the-bean-registry-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3103:\"<p>Wedding themes are a highly niche market for what is oftentimes a once-in-a-lifetime event. Consequently, plugins that extend these themes for wedding-specific functionality are not as common as plugins for portfolios, testimonials, recipes, etc. If you develop wedding themes, you may want to check out <a href=\"http://themebeans.com/plugins/bean-registry/\" target=\"_blank\">Bean Registry</a>, a new free plugin created by the folks at <a href=\"http://themebeans.com/\" target=\"_blank\">ThemeBeans</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/registry-plugin.jpg\" rel=\"prettyphoto[34692]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/registry-plugin.jpg?resize=1025%2C660\" alt=\"registry-plugin\" class=\"aligncenter size-full wp-image-34760\" /></a></p>\n<p>Adding links to registries is a common request for wedding themes, but it usually requires pasting a block of code into a page or hunting down logos and trying to size them to look nice with the theme. Bean Registry offers an attractive and convenient way to place and link store logos within the WordPress post editor.</p>\n<p>Once installed, the plugin adds a new button to the visual editor where the user can select from a dropdown list of the most common stores where people register.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/registry-shortcode.jpg\" rel=\"prettyphoto[34692]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/registry-shortcode.jpg?resize=750%2C595\" alt=\"registry-shortcode\" class=\"aligncenter size-full wp-image-34756\" /></a></p>\n<p>This will automatically insert the correct shortcode and the user can then paste the registry link into the URL attribute.</p>\n<p>The resulting display on the frontend will look different, depending on what theme you&#8217;re using. The example below is from an unmodified version of Twenty Fifteen.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/registry-frontend.jpg\" rel=\"prettyphoto[34692]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/registry-frontend.jpg?resize=901%2C646\" alt=\"registry-frontend\" class=\"aligncenter size-full wp-image-34757\" /></a></p>\n<p>ThemeBeans developed the plugin for use with its new Emma wedding theme, which includes a <a href=\"http://demo.themebeans.com/?theme=Emma\" target=\"_blank\">live demo</a> of Bean Registry in action. Because it was created for a wedding theme, the 18 stores currently included in the plugin mostly cater to weddings. After receiving some initial feedback, ThemeBeans plans to add more baby stores to the list. Future versions of the plugin will make it more flexible for use with baby showers and announcements.</p>\n<p>The Bean Registry plugin could be a handy tool for WordPress theme developers who want to include support for it in their wedding themes. Instead of trying to build registry listings from scratch, the plugin can be styled to match your theme. <a href=\"http://themebeans.com/plugins/bean-registry/\" target=\"_blank\">Download</a> it for free from ThemeBeans.com.</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, 03 Dec 2014 00:08: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: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:92:\"WPTavern: WP Engine Sponsors John James Jacoby to Work on HHVM Compatibility with BuddyPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=34700\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-engine-sponsors-john-james-jacoby-to-work-on-hhvm-compatibility-with-buddypress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4384:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg\" rel=\"prettyphoto[34700]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg?resize=1025%2C427\" alt=\"wp-engine\" class=\"aligncenter size-full wp-image-34106\" /></a></p>\n<p>WP Engine <a href=\"http://wpengine.com/2014/12/02/labs-sponsors-buddypress-hhvm-compatability/\" target=\"_blank\">announced</a> today that the company will be sponsoring John James Jacoby to work on HHVM compatibility for BuddyPress. Mercury, the host&#8217;s new <a href=\"http://wptavern.com/wp-engine-partners-with-10up-to-launch-enterprise-hhvm-wordpress-hosting-platform\" target=\"_blank\">enterprise HHVM WordPress hosting platform</a>, debuted last month with initial benchmarks indicating performance improvements of up to 600%.</p>\n<p>Jacoby is the project lead for BuddyPress and a former employee of <a href=\"http://10up.com/\" target=\"_blank\">10up</a>, the agency WP Engine partnered with to build Mercury. He also recently created an <a href=\"http://wptavern.com/hhvm-for-varying-vagrant-vagrants-wordpress-development-on-speed\" target=\"_blank\">HHVM configuration for Varying Vagrant Vagrants</a>, which makes it easy to test WordPress on HHVM in a local development environment.</p>\n<h3>Taking a Chance on BuddyPress</h3>\n<p>WP Engine is sponsoring the HHVM + BuddyPress compatibility work as part of its <a href=\"http://wpengine.com/labs\" target=\"_blank\">Labs project</a>, headed up by Tomas Puig. Labs is a separate team within the company that works on new technologies and open source contribution. &#8220;Right now we can&#8217;t even load test BuddyPress without it breaking,&#8221; Puig said.</p>\n<p>Why is WP Engine prioritizing BuddyPress compatibility with HHVM? The company is taking a chance on WordPress&#8217; premier social networking plugin and, if successful, will become the fastest hosting platform available for running BuddyPress.</p>\n<p>&#8220;We saw such a surge of interest when we announced Mercury. We don&#8217;t have a lot of BuddyPress customers,&#8221; Puig told the Tavern. &#8220;But I think if we get BuddyPress performing well for HHVM, then people will want to use it even more. Also, core and bbPress work great with HHVM so we felt the third project should too, so everyone can benefit.&#8221; The technical objectives of the compatibility effort are to get BuddyPress working at parity with how it currently runs on PHP-FPM.</p>\n<p>&#8220;In my mind i&#8217;d love to see the major WP projects work with it,&#8221; Puig said. &#8220;If we see a 3-8x improvement in speed, it&#8217;s going help everyone trying to deploy BuddyPress. Also, I think more people will use it if it&#8217;s easier to support high user loads.&#8221;</p>\n<p>Puig did not have immediate access to the number of WP Engine customers currently running BuddyPress, but he said the company will continue with the investment regardless of small usage numbers. &#8220;Technology, once it&#8217;s a performant, great option, will get adopted,&#8221; he said. &#8220;But once the main body of work and the tests are built it gets much easier to keep that way moving forward.&#8221;</p>\n<p>WP Engine is engaging the Facebook team on the effort as well, as there might be things in HHVM that are preventing it from being compatible with BuddyPress. The company contracted Jacoby to work on the project for the month of December, before he gets started on the new year with his <a href=\"http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-development\" target=\"_blank\">BuddyPress, bbPress, and GlotPress development</a>. &#8220;It&#8217;s a bit unknown how much code needs to change to make it HHVM compliant, so we wanted the person who is the most familiar with the code base,&#8221; Puig said.</p>\n<p>WP Engine sponsoring Jacoby to work on this initiative benefits the open source BuddyPress plugin in a couple of major ways. In addition to supporting the project lead in working with the software, the HHVM compatibility project also ensures the future of BuddyPress working with modern technologies. Many believe that HHVM is going to revolutionize PHP, which means that hosting companies will soon be rushing to adopt it. Investing in BuddyPress compatibility with HHVM now means that the plugin won&#8217;t be left in the dust.</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, 02 Dec 2014 22:28:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 19 Dec 2014 01:01:20 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"252321\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 19 Dec 2014 00:45:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911040210\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(8228, '_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc', '1459215975', 'yes'),
(8229, '_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'),
(604, 'sp_cu_user_disable_revisions', '1', 'yes'),
(605, 'sp_cu_free_uploader', '0', 'yes'),
(606, 'sp_cu_release_the_kraken', '0', 'yes'),
(607, 'sp_cu_file_direct_access', '1', 'yes'),
(601, 'sp_cu_limit_file_types', '', 'yes'),
(602, 'sp_cu_limit_file_size', '', 'yes'),
(289, 'db_upgraded', '', 'yes'),
(272, 'oasiswf_reminder_days_after', '', 'yes'),
(283, 'userfiles_email_subject', 'New File Upload', 'yes'),
(284, 'userfiles_email_message', ' You have a new file upload. The file is %filename% and has been added to your %category% category. ', 'yes'),
(285, 'file_manger_dashcats', '', 'yes'),
(286, 'file_manger_dashcount', '', 'yes'),
(27562, '_transient_timeout_plugin_slugs', '1553516448', 'no'),
(27563, '_transient_plugin_slugs', 'a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:49:\"cimy-user-extra-fields/cimy_user_extra_fields.php\";i:2;s:9:\"ext/i.php\";i:3;s:9:\"hello.php\";i:4;s:33:\"sp-client-document-manager/cu.php\";i:5;s:44:\"sp-client-document-manager-premium/index.php\";i:6;s:33:\"theme-my-login/theme-my-login.php\";i:7;s:25:\"user-files/user_files.php\";i:8;s:10:\"vcrm/x.php\";i:9;s:47:\"wp-document-revisions/wp-document-revisions.php\";i:10;s:19:\"wp-smtp/wp-smtp.php\";}', 'no'),
(389, 'theme_my_login', 'a:4:{s:10:\"enable_css\";b:1;s:11:\"email_login\";b:1;s:14:\"active_modules\";a:2:{i:0;s:23:\"recaptcha/recaptcha.php\";i:1;s:21:\"security/security.php\";}s:7:\"version\";s:5:\"6.3.8\";}', 'yes'),
(275, 'file_manger_show_dash', 'yes', 'yes'),
(276, 'file_manger_show_menu', 'yes', 'yes'),
(277, 'file_manger_allow_del', 'no', 'yes'),
(278, 'file_manger_allow_up', 'yes', 'yes'),
(279, 'file_manger_notify', 'bnayini@aptivasoft.com', 'yes'),
(280, 'file_manger_credit', '', 'yes'),
(281, 'file_manger_defaultcat', 'misc', 'yes'),
(282, 'file_manger_upgrade', '5', 'yes'),
(153, 'theme_mods_twentythirteen', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1387582756;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}', 'yes'),
(154, 'current_theme', 'Alexandria', 'yes'),
(155, 'theme_mods_zeefocus', 'a:8:{i:0;b:0;s:16:\"background_color\";s:6:\"eaeaea\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_navi\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1387631342;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:0:{}s:13:\"sidebar-pages\";a:0:{}s:21:\"frontpage-widgets-one\";a:0:{}}}}', 'yes'),
(156, 'theme_switched', '', 'yes'),
(159, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(170, 'optionsframework', 'a:2:{s:2:\"id\";s:10:\"alexandria\";s:12:\"knownoptions\";a:1:{i:0;s:10:\"alexandria\";}}', 'yes'),
(171, 'alexandria', 'a:75:{s:10:\"skin_style\";s:10:\"alexandria\";s:26:\"show_featured_image_single\";s:5:\"false\";s:18:\"show_rat_on_single\";s:4:\"true\";s:17:\"show_pd_on_single\";s:4:\"true\";s:19:\"show_cats_on_single\";s:4:\"true\";s:11:\"show_np_box\";s:4:\"true\";s:10:\"twitter_id\";s:0:\"\";s:8:\"redit_id\";s:0:\"\";s:11:\"facebook_id\";s:0:\"\";s:10:\"stumble_id\";s:0:\"\";s:9:\"flickr_id\";s:0:\"\";s:11:\"linkedin_id\";s:0:\"\";s:9:\"google_id\";s:0:\"\";s:17:\"logo_layout_style\";s:4:\"sbys\";s:13:\"header_slider\";s:7:\"cheader\";s:27:\"show_alexandria_slider_home\";s:4:\"true\";s:29:\"show_alexandria_slider_single\";s:5:\"false\";s:27:\"show_alexandria_slider_page\";s:5:\"false\";s:30:\"show_alexandria_slider_archive\";s:5:\"false\";s:16:\"slider_one_image\";s:0:\"\";s:19:\"slider_one_headline\";s:0:\"\";s:15:\"slider_one_text\";s:19:\"Proactive Solutions\";s:14:\"slider_one_cta\";s:0:\"\";s:19:\"slider_one_cta_link\";s:0:\"\";s:15:\"homepage_layout\";s:5:\"spage\";s:16:\"welcome_headline\";s:33:\"Our Customers are our priority...\";s:12:\"welcome_text\";s:204:\"Personal &amp; Business Accounting Simplified\r\nWe believe in helping clients to address issues through comprehensive,proactive\r\nfinancial planning, rather than simply serving as a tax preparation service.\";s:18:\"left_section_image\";s:0:\"\";s:21:\"left_section_headline\";s:0:\"\";s:17:\"left_section_text\";s:0:\"\";s:17:\"left_section_link\";s:0:\"\";s:20:\"center_section_image\";s:0:\"\";s:23:\"center_section_headline\";s:0:\"\";s:19:\"center_section_text\";s:0:\"\";s:19:\"center_section_link\";s:0:\"\";s:19:\"right_section_image\";s:0:\"\";s:22:\"right_section_headline\";s:0:\"\";s:18:\"right_section_text\";s:0:\"\";s:18:\"right_section_link\";s:0:\"\";s:28:\"show_alexandria_quote_bizone\";s:4:\"true\";s:18:\"quote_section_text\";s:0:\"\";s:18:\"quote_section_name\";s:0:\"\";s:17:\"show_bizone_posts\";s:4:\"true\";s:23:\"biztwo_welcome_headline\";s:0:\"\";s:19:\"biztwo_welcome_text\";s:0:\"\";s:25:\"biztwo_left_section_image\";s:0:\"\";s:28:\"biztwo_left_section_headline\";s:29:\"Our Customer are our Priority\";s:24:\"biztwo_left_section_text\";s:398:\"RamaCPA is a full service accounting and financial planning firm that is committed to working with you to deliver proactive solutions to address your most pressing financial issues. RamaCPA’s Certified Public Accountants and advisors leverage first-rate educational and professional credentials as well as extensive experience to offer a full suite of accounting and advisory services, including:\";s:24:\"biztwo_left_section_link\";s:0:\"\";s:27:\"biztwo_center_section_image\";s:0:\"\";s:30:\"biztwo_center_section_headline\";s:0:\"\";s:26:\"biztwo_center_section_text\";s:0:\"\";s:26:\"biztwo_center_section_link\";s:0:\"\";s:26:\"biztwo_right_section_image\";s:0:\"\";s:29:\"biztwo_right_section_headline\";s:0:\"\";s:25:\"biztwo_right_section_text\";s:0:\"\";s:25:\"biztwo_right_section_link\";s:0:\"\";s:28:\"show_alexandria_quote_biztwo\";s:4:\"true\";s:25:\"biztwo_quote_section_text\";s:0:\"\";s:25:\"biztwo_quote_section_name\";s:0:\"\";s:21:\"biztwo_port_one_image\";s:0:\"\";s:20:\"biztwo_port_one_name\";s:0:\"\";s:20:\"biztwo_port_one_link\";s:0:\"\";s:21:\"biztwo_port_two_image\";s:0:\"\";s:20:\"biztwo_port_two_name\";s:0:\"\";s:20:\"biztwo_port_two_link\";s:0:\"\";s:23:\"biztwo_port_three_image\";s:0:\"\";s:22:\"biztwo_port_three_name\";s:0:\"\";s:22:\"biztwo_port_three_link\";s:0:\"\";s:22:\"biztwo_port_four_image\";s:0:\"\";s:21:\"biztwo_port_four_name\";s:0:\"\";s:21:\"biztwo_port_four_link\";s:0:\"\";s:17:\"show_biztwo_posts\";s:4:\"true\";s:19:\"show_comments_spage\";s:4:\"true\";s:13:\"footer_layout\";s:3:\"one\";}', 'yes'),
(4145, 'rewrite_rules', 'a:81:{s:80:\"documents/([0-9]{4})/([0-9]{1,2})/([^.]+)-revision-([0-9]+)\\.[A-Za-z0-9]{3,4}/?$\";s:89:\"index.php?year=$matches[1]&monthnum=$matches[2]&document=$matches[3]&revision=$matches[4]\";s:70:\"documents/([0-9]{4})/([0-9]{1,2})/([^.]+)(\\.[A-Za-z0-9]{3,4})?/feed/?$\";s:78:\"index.php?year=$matches[1]&monthnum=$matches[2]&document=$matches[3]&feed=feed\";s:62:\"documents/([0-9]{4})/([0-9]{1,2})/([^.]+)\\.[A-Za-z0-9]{3,4}/?$\";s:68:\"index.php?year=$matches[1]&monthnum=$matches[2]&document=$matches[3]\";s:12:\"documents/?$\";s:28:\"index.php?post_type=document\";s:30:\"documents/page/?([0-9]{1,})/?$\";s:46:\"index.php?post_type=document&paged=$matches[1]\";s:11:\"document/?$\";s:28:\"index.php?post_type=document\";s:41:\"document/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=document&feed=$matches[1]\";s:36:\"document/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=document&feed=$matches[1]\";s:28:\"document/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=document&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s: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:55:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:65:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"document/([^.]+)\\.[A-Za-z0-9]{3,4}?/trackback/?$\";s:35:\"index.php?document=$matches[1]&tb=1\";s:68:\"document/([^.]+)\\.[A-Za-z0-9]{3,4}?/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?document=$matches[1]&feed=$matches[2]\";s:63:\"document/([^.]+)\\.[A-Za-z0-9]{3,4}?/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?document=$matches[1]&feed=$matches[2]\";s:56:\"document/([^.]+)\\.[A-Za-z0-9]{3,4}?/page/?([0-9]{1,})/?$\";s:48:\"index.php?document=$matches[1]&paged=$matches[2]\";s:63:\"document/([^.]+)\\.[A-Za-z0-9]{3,4}?/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?document=$matches[1]&cpage=$matches[2]\";s:48:\"document/([^.]+)\\.[A-Za-z0-9]{3,4}?(/[0-9]+)?/?$\";s:47:\"index.php?document=$matches[1]&page=$matches[2]\";s:44:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"document/[^.]+\\.[A-Za-z0-9]{3,4}?/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=39&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:40:\"clients/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:35:\"clients/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:28:\"clients/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:35:\"clients/comment-page-([0-9]{1,})/?$\";s:28:\"index.php?&cpage=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(547, 'sp_client_upload_vendors_Bhasker', 'a:2:{s:4:\"name\";s:7:\"Bhasker\";s:5:\"email\";s:22:\"bnayini@aptivasoft.com\";}', 'yes'),
(548, 'sp_client_upload_vendors_RamaRao', 'a:2:{s:4:\"name\";s:7:\"RamaRao\";s:5:\"email\";s:19:\"ramarao@ramacpa.com\";}', 'yes'),
(603, 'sp_cu_user_projects_thumbs_pdf', '0', 'yes'),
(590, 'edd_CDM_license_active', 's:144:\"O:8:\"stdClass\":3:{s:7:\"license\";s:5:\"valid\";s:9:\"item_name\";s:34:\"SP Client Document Manager Premium\";s:7:\"expires\";s:19:\"2015-01-19 18:42:38\";}\";', 'yes'),
(591, 'sp_cdm_premium_license', '3c18d0381d3c556afe1ec6b1d596a565', 'yes'),
(592, 'cdm_on_first_activation', 'true', 'yes'),
(636, 'theme_my_login_recaptcha', 'a:3:{s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:5:\"theme\";s:3:\"red\";}', 'yes'),
(639, 'theme_my_login_security', 'a:3:{s:12:\"private_site\";b:0;s:13:\"private_login\";b:0;s:12:\"failed_login\";a:5:{s:9:\"threshold\";i:5;s:18:\"threshold_duration\";i:1;s:23:\"threshold_duration_unit\";s:4:\"hour\";s:16:\"lockout_duration\";i:24;s:21:\"lockout_duration_unit\";s:4:\"hour\";}}', 'yes'),
(645, 'cimy_uef_options', 'a:20:{s:18:\"extra_fields_title\";s:12:\"Extra Fields\";s:14:\"users_per_page\";i:50;s:17:\"aue_hidden_fields\";a:3:{i:0;s:5:\"posts\";i:1;s:5:\"email\";i:2;s:7:\"website\";}s:16:\"wp_hidden_fields\";a:1:{i:0;s:8:\"username\";}s:14:\"fieldset_title\";b:0;s:17:\"registration-logo\";s:0:\"\";s:7:\"captcha\";s:10:\"securimage\";s:13:\"welcome_email\";s:51:\"Username: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\";s:12:\"confirm_form\";b:0;s:13:\"confirm_email\";b:1;s:14:\"password_meter\";b:0;s:19:\"mail_include_fields\";b:0;s:11:\"redirect_to\";s:0:\"\";s:11:\"file_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}s:12:\"image_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}s:14:\"tinymce_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}s:7:\"version\";s:5:\"2.6.3\";s:11:\"date_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}s:20:\"recaptcha_public_key\";s:0:\"\";s:21:\"recaptcha_private_key\";s:0:\"\";}', 'yes'),
(4142, 'WPLANG', '', 'yes'),
(821, 'wp_smtp_options', 'a:9:{s:4:\"from\";s:0:\"\";s:8:\"fromname\";s:0:\"\";s:4:\"host\";s:0:\"\";s:10:\"smtpsecure\";s:0:\"\";s:4:\"port\";s:0:\"\";s:8:\"smtpauth\";s:2:\"no\";s:8:\"username\";s:13:\"Administrator\";s:8:\"password\";s:15:\"StrongPass154$$\";s:10:\"deactivate\";s:0:\"\";}', 'yes'),
(4121, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1418994074', 'no'),
(4122, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1418950874', 'no'),
(4131, '_site_transient_timeout_browser_5c55dd0374d143d36857e7cd944440b3', '1419557703', 'yes'),
(4132, '_site_transient_browser_5c55dd0374d143d36857e7cd944440b3', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.95\";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'),
(8246, 'can_compress_scripts', '1', 'yes'),
(27554, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1553473245', 'no'),
(27555, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Fri, 15 Mar 2019 13:16: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.2-alpha-44988\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"One-third of the web!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/03/one-third-of-the-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2019 13:16:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6789\";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:306:\"WordPress now powers over 1/3rd of the top 10 million sites on the web according to W3Techs. Our market share has been growing steadily over the last few years, going from 29.9% just one year ago to 33.4% now. We are, of course, quite proud of these numbers! The path here has been very exciting. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2681:\"\n<p>WordPress now powers over 1/3rd of the top 10 million sites on the web according to <a href=\"https://w3techs.com/technologies/history_overview/content_management/all\">W3Techs</a>. Our market share has been growing steadily over the last few years, going from 29.9% just one year ago to 33.4% now. We are, of course, quite proud of these numbers! <br></p>\n\n\n\n<p>The path here has been very exciting. In 2005, we were celebrating <a href=\"https://wordpress.org/news/2005/03/fifty-thousand/\">50,000 downloads</a>. Six years later, in January 2011, WordPress was powering 13.1% of websites. And now, early in 2019, we are powering 33.4% of sites. Our latest release has already been <a href=\"https://wordpress.org/download/counter/\">downloaded close to 14 million times</a>, and it was only released on the 21st of February.<br></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?w=632&#038;ssl=1\" alt=\"Graph showing the growth of WordPress market share relative to other CMS\'s like Joomla, Drupal and others. Starting at just over 10% in January 2011 to 33.4% now.\" class=\"wp-image-6790\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?w=900&amp;ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?resize=300%2C167&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?resize=768%2C427&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>WordPress market share on the rise over the last 8 years. Image source: <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">W3Techs</a>.</figcaption></figure>\n\n\n\n<p>Over the years WordPress has become the CMS of choice for more and more people and companies. As various businesses use WordPress, the variety of WordPress sites grows. Large enterprise businesses all the way down to small local businesses: all of them use WordPress to power their site. We love seeing that and we strive to continuously make WordPress better for all of you.</p>\n\n\n\n<p>We&#8217;d like to thank everyone who works on WordPress, which is built and maintained by a <a href=\"https://make.wordpress.org\">huge community of volunteers</a> that has grown alongside the CMS. This incredible community makes it possible for WordPress to keep growing while still also remaining <em>free</em>. And of course, we’d like to thank all of you <em>using</em> WordPress for using it and trusting in it. To all of you: let’s celebrate!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.1.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Mar 2019 03:34: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"5.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6736\";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:365:\"WordPress 5.1.1 is now available! This security and maintenance release introduces 14 fixes and enhancements, including changes designed to help hosts prepare users for the minimum PHP version bump coming in 5.2. This release also includes a pair of security fixes that handle how comments are filtered and then stored in the database. With a maliciously [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Luke Carbis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"\n<p>WordPress 5.1.1 is now available! This security and maintenance release introduces 14 fixes and enhancements, including changes designed to help hosts prepare users for the <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">minimum PHP version bump coming in 5.2</a>.</p>\n\n\n\n<p>This release also includes a pair of security fixes that handle how comments are filtered and then stored in the database. With a maliciously crafted comment, a WordPress post was vulnerable to cross-site scripting.</p>\n\n\n\n<p>WordPress versions 5.1 and earlier are affected by these bugs, which are fixed in version 5.1.1. Updated versions of WordPress 5.0 and earlier are also available for any users who have not yet updated to 5.1.</p>\n\n\n\n<p>Props to&nbsp;Simon Scannell of RIPS Technologies who discovered this flaw independent of some work that was being done by members of the core security team. Thank you to all of the reporters for&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>, which gave us time to fix them before WordPress sites could be attacked.</p>\n\n\n\n<p>Other highlights of this release include:</p>\n\n\n\n<ul><li>Hosts can now offer a button for their users to update PHP.</li><li>The recommended PHP version used by the &#8220;Update PHP&#8221; notice can now be filtered.</li><li>Several minor bug fixes.</li></ul>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.1.1&amp;order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>WordPress 5.1.1 was a short-cycle maintenance release. <a href=\"https://core.trac.wordpress.org/query?milestone=5.1.2\">Version 5.1.2</a> is expected to follow a similar two week release cadence.</p>\n\n\n\n<p>You can&nbsp;download <a href=\"https://wordpress.org/download/\">WordPress 5.1.1</a>&nbsp;or visit <strong>Dashboard → Updates</strong> and click&nbsp;<strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>In addition to the security researcher mentioned above, thank you to everyone who contributed to WordPress 5.1.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">Ben Bidner</a>, <a href=\"https://profiles.wordpress.org/bulletdigital/\">bulletdigital</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/j-falk/\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Mar 2019 10:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6652\";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:363:\"A new version of WordPress, significant security enhancements, important discussions, and much more &#8211; read on to find out what has been going on in the WordPress community for the month of February. Release of WordPress 5.1 Near the end of the month, WordPress 5.1 was released, featuring significant stability and performance enhancements as well [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7509:\"\n<p>A new version of WordPress, significant security enhancements, important discussions, and much more &#8211; read on to find out what has been going on in the WordPress community for the month of February.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.1</h2>\n\n\n\n<p>Near the end of the month, <a href=\"https://wordpress.org/news/2019/02/betty/\">WordPress 5.1 was released</a>, featuring significant stability and performance enhancements as well as the first of the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> mechanisms that are in active development. Most prominent is the new warning for sites running long-outdated versions of PHP.<br></p>\n\n\n\n<p>You can check out <a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">the Field Guide for this release</a> for a detailed look at all the new features and improvements. The next release <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">is already in development</a> with plans to improve the Site Health features, PHP compatibility, and a number of other things.<br></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues </h2>\n\n\n\n<p>The block editor that is now a part of WordPress core started out as a project named <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> with the lofty goal of creating a whole new site-building experience for all WordPress users. The first phase of Gutenberg resulted in the block editor that was included in WordPress 5.0, but development didn’t stop there &#8211; <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">phase 2 of the project is well underway</a>.<br></p>\n\n\n\n<p>This month, one of the initial goals for this phase was reached with <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\">all of the core WordPress widgets being converted to blocks</a> &#8211; this will go a long way to allowing full sites to be built using blocks, rather than simply post or page content.<br></p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Editor Comes to the Mobile Apps</h2>\n\n\n\n<p>As Gutenberg development continues, the Mobile team has been working hard to integrate the new block editor into <a href=\"https://wordpress.org/mobile/\">the WordPress mobile apps</a>. Near the end of February, <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">the team shipped a complete integration in the beta versions of the apps</a> &#8211; this a significant milestone and a big step towards unifying the mobile and desktop editing experiences.<br></p>\n\n\n\n<p>Both the iOS and Android apps are open for beta testers, so if you would like to experience the block editor on mobile today, then <a href=\"https://apps.wordpress.com/contribute/\">join the beta program</a>.<br></p>\n\n\n\n<p>Want to get involved in developing the WordPress mobile apps? Follow <a href=\"https://make.wordpress.org/mobile/\">the Mobile team blog</a>, and join the #mobile channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br></p>\n\n\n\n<h2>WordPress Triage Team Announced</h2>\n\n\n\n<p>One of the goals for 2019 that Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>) announced in his <a href=\"https://2018.us.wordcamp.org/state-of-the-word/\">State of the Word</a> address last year was to form a team who would work to manage the ever-increasing number of tickets in <a href=\"https://core.trac.wordpress.org/\">Trac</a>, the bug tracker that WordPress Core employs.</p>\n\n\n\n<p>This team, known as the Triage Team, <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">has been announced</a>. Their work will involve coordinating with component maintainers, release leads, project leadership, contributors, and other WordPress related projects with issue trackers outside of Trac to ensure that everyone is empowered to focus on contributing.</p>\n\n\n\n<p>The team was formed based on nominations of volunteers to take part and will be led by Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>). The other members of the team are Chris Christoff (<a href=\'https://profiles.wordpress.org/chriscct7/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chriscct7</a>), Tammie Lister (<a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>), Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergey/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergey</a>), and Sheri Bigelow (<a href=\'https://profiles.wordpress.org/designsimply/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>designsimply</a>) &#8211; all of whom have a strong track record of contributing to WordPress, have exhibited good triaging practices, and are overall good community members.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>In this year alone, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress meetup program</a> has hosted 800 events across the world, all organized by local community members.</li><li><a href=\"https://make.wordpress.org/community/2019/02/21/discussion-how-could-we-improve-the-wordpress-community-summit/\">An important discussion has been opened</a> regarding the future of the WordPress Community Summit.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">has started planning the fourth Global WordPress Translation Day</a> to take place on 11 May 2019.</li><li>The Theme Review team <a href=\"https://make.wordpress.org/themes/2019/02/26/theme-sniffer-plugin-v1-0-0-rc1-version/\">is working on a useful tool named Theme Sniffer</a> to assist theme developers and reviewers in making sure their code is standards-compliant.</li><li>The first <a href=\"https://2019.nordic.wordcamp.org/\">WordCamp Nordic</a> is coming up on March 7-8.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2019/02/13/wordcamp-pwa-plugin-proposal-and-designs/\">is looking for feedback</a> on their designs for a Progressive Web Application (PWA) for WordCamp.org.</li><li>The Design team has been working hard on designing the new Navigation Menu block and are <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\">looking for feedback</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6652\";s: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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 5.1 “Betty”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2019/02/betty/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2019 22:48: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6589\";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:153:\"A Little Better Every Day: Version 5.1 of WordPress, named \"Betty\" in honour of acclaimed jazz vocalist Betty Carter, is available for download! ', 'no'),
(27556, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1553473245', 'no'),
(27557, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1553430045', 'no'),
(27560, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1553473246', 'no'),
(27561, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1553430046', 'no'),
(31394, '_transient_all_the_cool_cats', '1', 'yes'),
(27552, '_site_transient_timeout_browser_eb9c1268a950e6eddb2708071f6b0d52', '1554034839', 'yes'),
(27463, '_site_transient_timeout_browser_da67a1fc63936d80583b2096668a6236', '1553784229', 'yes'),
(27464, '_site_transient_browser_da67a1fc63936d80583b2096668a6236', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.121\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'yes'),
(31393, '_transient_is_multi_author', '1', 'yes'),
(8340, '_site_transient_timeout_popular_importers_en_US', '1459212679', 'yes'),
(8341, '_site_transient_popular_importers_en_US', 'a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts &amp; media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}', 'yes'),
(8347, '_site_transient_timeout_browser_67bffb4457c7c00ae77275828881cb94', '1459647114', 'yes'),
(8348, '_site_transient_browser_67bffb4457c7c00ae77275828881cb94', 'a:9:{s:8:\"platform\";s:7:\"Windows\";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'),
(8354, '_site_transient_timeout_browser_a38759e458df6a2e151e116ba3dc0a0b', '1459647771', 'yes'),
(8355, '_site_transient_browser_a38759e458df6a2e151e116ba3dc0a0b', 'a:9:{s:8:\"platform\";s:7:\"Windows\";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');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(32397, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1571053677;s:7:\"checked\";a:6:{s:10:\"alexandria\";s:5:\"2.0.2\";s:13:\"twentyfifteen\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";s:8:\"zeefocus\";s:5:\"1.0.2\";}s:8:\"response\";a:5:{s:10:\"alexandria\";a:6:{s:5:\"theme\";s:10:\"alexandria\";s:11:\"new_version\";s:5:\"2.5.6\";s:3:\"url\";s:40:\"https://wordpress.org/themes/alexandria/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/alexandria.2.5.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.5.zip\";s:8:\"requires\";s:3:\"4.1\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.9.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.0.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'yes'),
(32398, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1571053673;s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:25:\"user-files/user_files.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/user-files\";s:4:\"slug\";s:10:\"user-files\";s:6:\"plugin\";s:25:\"user-files/user_files.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/user-files/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/user-files.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:54:\"https://s.w.org/plugins/geopattern-icon/user-files.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"3.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:47:\"wp-document-revisions/wp-document-revisions.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wp-document-revisions\";s:4:\"slug\";s:21:\"wp-document-revisions\";s:6:\"plugin\";s:47:\"wp-document-revisions/wp-document-revisions.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wp-document-revisions/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/wp-document-revisions.3.2.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:72:\"https://s.w.org/plugins/geopattern-icon/wp-document-revisions_6c6c6c.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/wp-document-revisions/assets/banner-772x250.png?rev=478992\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:6:\"4.9.11\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:19:\"wp-smtp/wp-smtp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/wp-smtp\";s:4:\"slug\";s:7:\"wp-smtp\";s:6:\"plugin\";s:19:\"wp-smtp/wp-smtp.php\";s:11:\"new_version\";s:6:\"1.1.10\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/wp-smtp/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wp-smtp.1.1.10.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:51:\"https://s.w.org/plugins/geopattern-icon/wp-smtp.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:44:\"sp-client-document-manager-premium/index.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:5:\"3.6.7\";s:14:\"stable_version\";s:5:\"3.6.7\";s:4:\"name\";s:34:\"SP Client Document Manager Premium\";s:4:\"slug\";s:5:\"index\";s:3:\"url\";s:95:\"https://smartypantsplugins.com/downloads/wordpress-project-document-manager-plugin/?changelog=1\";s:12:\"last_updated\";s:19:\"2019-10-10 19:07:08\";s:8:\"homepage\";s:83:\"https://smartypantsplugins.com/downloads/wordpress-project-document-manager-plugin/\";s:7:\"package\";s:167:\"https://smartypantsplugins.com/edd-sl/package_download/MTU3MTE0MDA3NjozYzE4ZDAzODFkM2M1NTZhZmUxZWM2YjFkNTk2YTU2NToxODM6OTE3ZmJlMmVjZGMxMjFmMDg4Y2NiZWQ1MmQ3YWZkMGU6OjA=\";s:13:\"download_link\";s:167:\"https://smartypantsplugins.com/edd-sl/package_download/MTU3MTE0MDA3NjozYzE4ZDAzODFkM2M1NTZhZmUxZWM2YjFkNTk2YTU2NToxODM6OTE3ZmJlMmVjZGMxMjFmMDg4Y2NiZWQ1MmQ3YWZkMGU6OjA=\";s:8:\"sections\";a:2:{s:11:\"description\";s:745:\"<p><a href=\"https://smartypantsplugins.com/wp-content/uploads/2014/02/Capture.jpg\"></a><br />\nOverview<br />\nThe Premium version of WordPress Smarty Project and Document Manager Plugin, unlocks an innovative realm of featured possibilities.&nbsp;<a href=\"http://smartypantsplugins.com/sp-client-document-manager-wordpress/\">Click here</a> to see the features if you haven\'t checked them out yet.</p>\n<p>https://www.youtube.com/watch?v=AZS6KyGqsRw<br />\nSupport Options<br />\n<strong>Basic Support:&nbsp;</strong>Contact us for any bug-related problems or configuration help, by email only. Advanced Support offers a more personalized, hands-on plan. Support hours are Monday through Friday, 9-5 U.S. eastern time.<br />\nPurchase<br />\n6.2.6</p>\n\";s:9:\"changelog\";s:3348:\"<p>== 3.6 ==</p>\n<ul>\n<li>Integreated Batch Operations</li>\n<li>Integrated Productivity Suite</li>\n<li>Please make sure you disable productivity and batch operations plugins if you have them, you can remove them without any issues!</li>\n</ul>\n<p>==3.1.6.6==</p>\n<p>Big updates! Introduced a new templating system for file lists. You can now build your own template to theme out your file list. We also introduced a new template called Windows GUI</p>\n<p>==3.11.6.3==</p>\n<p>* Added a new toolbox on the file view, this can be disabled under disable features.</p>\n<p>&nbsp;</p>\n<p>==3.1.2.1==</p>\n<p>* Implemented passwords for public links</p>\n<p>&nbsp;</p>\n<p>== 3.1.1.8 ==</p>\n<ul>\n<li>Implemented a new tagging system for easier file tagging</li>\n<li>Implemented a tab to edit the file name,tag,folder and notes</li>\n</ul>\n<p>== 3.1.1.9 == *Implemented a new share tab that allows you to share a file publicly for a determined amount of time. You can also email a file directly from the share tab! == 3.0.9.7 == *Fixed an issue with the thumbnail mode and files not opening == 3.0.8.6 == Multiple bug fixes and ui enhancements please only update if you are running the latest community edition otherwise could cause upgrade issues. &nbsp; == 3.0.8.0 == * Add the ability to add a file as a draft before it goes public * Added file retention times for folders, you can have files in a specific folder auto prune after a set amount of days. == 3.0.7.3 == * Fixed a few bugs ==3.0.6.5 == * Major changes to the UI including a responsive layout * Please update the community version to 2.2.4 before updating this plugin otherwise you will break the document manager * Please update ALL plugins including addons. ==3.0.6.3== * You can now change status or categories on the file view page and the user gets notified of the new status * &nbsp;Please update to the latest version &nbsp;2.2.2 before updating this or your installation will break! ==3.0.6.1== * File size restrictions is no longer a server issue! we now chunk files into 2mb pieces so you can uploaded unlimited file sizes even if your host &nbsp;limits you. ==3.0.6.0== * Fixed problem with bootstrap and jquery ui conflict which didnt allow upload to start ==3.0.5.7== * Major update which adds a new uploading system, we are now using plupload which is the main library wordpress itself uses. Upgrading the uploader now gives us full support for all browsers and mobile mobile browsers. ==3.0.4.1== * Major changes, please update the free version before updating this. == 3.0.4.0 == * Premium users can now enable direct download mode to bypass the file view screen * Enabled more support for image thumbnails. Check out the settings page! == 3.0.3.9 == *Fixed an obscure ie9 issue with closing the box == 3.0.3.7 == *Fix to html emails breaking the send password == 3.0.3.6 == * Added stronger encryption methods, this requires you to update your free version. == 3.0.3.2 == * Few bug fixes * Groups mode now compatible with revisions == 3.0.3.0 == Update to email function so when uploading in admin it sends to the selected user. == 3.0.26 == Please note that this update will tell you that your license is invalid. Click save where your serial key pops up and this error will go away. We implemented a faster solution that will not persistantly check the license.<br />\n6.2.6</p>\n\";}s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";s:6:\"a:0:{}\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:49:\"cimy-user-extra-fields/cimy_user_extra_fields.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/cimy-user-extra-fields\";s:4:\"slug\";s:22:\"cimy-user-extra-fields\";s:6:\"plugin\";s:49:\"cimy-user-extra-fields/cimy_user_extra_fields.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/cimy-user-extra-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/cimy-user-extra-fields.2.7.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:73:\"https://s.w.org/plugins/geopattern-icon/cimy-user-extra-fields_dae8f3.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/cimy-user-extra-fields/assets/banner-772x250.png?rev=751299\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:6:\"4.7.14\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:33:\"sp-client-document-manager/cu.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/sp-client-document-manager\";s:4:\"slug\";s:26:\"sp-client-document-manager\";s:6:\"plugin\";s:33:\"sp-client-document-manager/cu.php\";s:11:\"new_version\";s:5:\"3.5.9\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/sp-client-document-manager/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/sp-client-document-manager.3.5.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/sp-client-document-manager/assets/icon-256x256.png?rev=980518\";s:2:\"1x\";s:78:\"https://ps.w.org/sp-client-document-manager/assets/icon-128x128.png?rev=980518\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/sp-client-document-manager/assets/banner-772x250.png?rev=944546\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:33:\"theme-my-login/theme-my-login.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/theme-my-login\";s:4:\"slug\";s:14:\"theme-my-login\";s:6:\"plugin\";s:33:\"theme-my-login/theme-my-login.php\";s:11:\"new_version\";s:6:\"7.0.15\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/theme-my-login/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/theme-my-login.7.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232\";s:2:\"1x\";s:67:\"https://ps.w.org/theme-my-login/assets/icon-128x128.png?rev=1891232\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/theme-my-login/assets/banner-1544x500.png?rev=1891232\";s:2:\"1x\";s:69:\"https://ps.w.org/theme-my-login/assets/banner-772x250.png?rev=1891232\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}', 'yes'),
(24848, '_site_transient_timeout_browser_6002295384f6bbf9c706b8a4df261af1', '1544795611', 'yes'),
(24849, '_site_transient_browser_6002295384f6bbf9c706b8a4df261af1', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.80\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'yes'),
(27558, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1553473246', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(27559, '_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:92:\"WPTavern: WPWeekly Episode 349 – Sandy Edwards and the Kids Event Working Group Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=88216&preview=true&preview_id=88216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wpweekly-episode-349-sandy-edwards-and-the-kids-event-working-group-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2166:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://sandyedwards.me/\">Sandy Edwards</a>. Sandy gave us a behind the scenes look at what it takes to organize a WordPress event for children and teens.</p>\n<p>She also provides background information on a new group that&#8217;s been formed called the <a href=\"https://make.wordpress.org/community/2019/01/14/call-for-volunteers-kids-events-working-group/\">Kids Events Working Group</a>. This group is responsible for setting the foundation for organizers to create and manage WordPress events geared towards children.</p>\n<p>John recaps his experience at WordCamp Miami last weekend and we discussed some noteworthy news items.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordcamp-miami-draws-100-for-kids-camp-plans-to-host-standalone-kids-wordpress-conference-in-summer-2019\">WordCamp Miami Draws 100+ for Kid’s Camp, Plans to Host Standalone Kid’s WordPress Conference in Summer 2019</a></p>\n<p><a href=\"https://wptavern.com/wordpress-5-1-1-patches-critical-vulnerability\">WordPress 5.1.1 Patches Critical Vulnerability</a></p>\n<p><a href=\"https://wptavern.com/dark-mode-wordpress-plugin-up-for-adoption\">Dark Mode WordPress Plugin Up for Adoption</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">Gutenberg 5.3 Released</a></p>\n<p><a href=\"https://www.mozilla.org/en-US/firefox/66.0/releasenotes/\">FireFox 66.0 Released </a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 27th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #349:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Mar 2019 20:59:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: WordPress Ends Support for PHP 5.2 – 5.5, Bumps Minimum Required PHP Version to 5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordpress-ends-support-for-php-5-2-5-5-bumps-minimum-required-php-version-to-5-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4275:\"<p>WordPress has officially <a href=\"https://core.trac.wordpress.org/changeset/44950\" rel=\"noopener noreferrer\" target=\"_blank\">ended support for PHP 5.2 &#8211; 5.5</a> and bumped its minimum required PHP version to 5.6. The plan <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> last December was to bump the minimum required version in early 2019 and, depending on the results, bump it again to PHP 7 in December 2019. Sites on PHP 5.5 or earlier can still get security updates but will not be able to upgrade to the latest major WordPress version.</p>\n<p>Today only <a href=\"https://wordpress.org/about/stats/\" rel=\"noopener noreferrer\" target=\"_blank\">2% of WordPress sites remain on PHP 5.2</a>. Roughly 20% are on versions 5.5 or earlier. Nearly half of WordPress installs are on PHP 7.0+.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-20-at-10.37.55-PM.png?ssl=1\"><img /></a></p>\n<p>One might wonder why WordPress&#8217; approach isn&#8217;t to just bump it all the way up to PHP 7. With its influence and dominant market share, this requirement would inevitably force users to get on board. However, WordPress contributors believe in supporting users who, for whatever reason, need more help upgrading PHP. Steamrolling this requirement has not been the WordPress way, despite years of immense pressure from the developer community.</p>\n<p>&#8220;Leaving users behind for technical reasons creates a two-folded web with only few being able to leverage its power,&#8221; WordPress Core Committer Felix Arntz said. &#8220;Collaborating with and supporting these users gives that power to everyone in the long run.&#8221;</p>\n<p>Gary Pendergast shared a few stats about how effective <a href=\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress 5.1&#8217;s PHP update notice</a> has been in prodding site owners to get on newer versions of PHP:</p>\n<blockquote><p>For WordPress 5.0, sites updated their PHP version from PHP <= 5.6 to PHP 7+ at the rate of 1 basis point per day. That is, the percentage of WordPress 5.0 sites using PHP <= 5.6 dropped by 0.01 every day, prior to the release of WordPress 5.1.\n</p>\n<p>For WordPress 5.1 (after adding the update notice), that has increased to a steady 5 basis points per day. Doesn’t sounds like much? Every day, that’s hundreds of extra site owners choosing to go through the (frankly, terrifying) process of updating their PHP version. All they needed was a little extra nudge, and a little bit of information.</p>\n<p>Scary EOL notices and attitudes of “well, we’re just bumping our supported PHP version, too bad if you don’t know what to do next” don’t help. Giving people the information they need to help themselves works.</p>\n<p>WordPress folks are doing our part to help clean up the ancient PHP installs that are still running a large percentage of the internet, and we’re find that this isn’t an insurmountable problem. It just requires a bit of patience and empathy to solve.</p></blockquote>\n<p>WordPress developers around the web sent out celebration tweets after the news was announced. Although PHP 5.6 is the new minimum required version for running WordPress, the project&#8217;s <a href=\"https://wordpress.org/about/requirements/\" rel=\"noopener noreferrer\" target=\"_blank\">technical requirements</a> page recommends users ask their hosts for PHP version 7.3 or greater. PHP 7+ offers massive performance gains for users and developers will be able to update their plugins to use more modern syntax. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This is big news!! </p>\n<p>WPGraphQL has a minimum requirement of PHP 5.6, so it couldn’t even be considered for core until now. </p>\n<p>Still a ways to go before we’re ready for serious consideration, but pretty big news. <a href=\"https://t.co/gCbJM9VcRc\">https://t.co/gCbJM9VcRc</a></p>\n<p>&mdash; GraphQL for WordPress (@wpgraphql) <a href=\"https://twitter.com/wpgraphql/status/1108548227882602496?ref_src=twsrc%5Etfw\">March 21, 2019</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Mar 2019 04:10:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Gutenberg 5.3 Introduces Block Management, Adds Nesting to the Cover Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3894:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/03/block-manager-modal-e1553096924444.png?ssl=1\"><img /></a><a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 5.3</a> was released today with basic block management, a feature that will be included in WordPress 5.2. It is a new modal that can be launched from the vertical ellipses menu, inspired by Rich Tabor&#8217;s <a href=\"https://www.youtube.com/watch?v=0v9rXLDv-FM\" rel=\"noopener noreferrer\" target=\"_blank\">CoBlocks implementation</a>. Users can turn individual blocks on/off or even entire sections, such as Common Blocks, Formatting, and Embeds. Block management should help users avoid the bloat that happens when installing block collections with more blocks than they need. </p>\n<p>This version&#8217;s updates to the Cover Block make it possible to <a href=\"https://github.com/WordPress/gutenberg/pull/13822\" rel=\"noopener noreferrer\" target=\"_blank\">nest other blocks inside of it</a>. Users can now add buttons, paragraphs, and headers to easily create a call to action. It&#8217;s not immediately evident that nesting blocks is possible, despite the floating inserter. It takes a little bit of time to discover that it is available. There are still some quirks with this feature, but overall it makes the Cover Block much more useful than previous versions.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-20-at-11.53.48-AM.png?ssl=1\"><img /></a></p>\n<p>A few contributors commenting on the <a href=\"https://github.com/WordPress/gutenberg/pull/13822\" rel=\"noopener noreferrer\" target=\"_blank\">Cover Block&#8217;s nesting PR</a> said that it seems like the work on this iteration is essentially a light version of a section block. They questioned if it might be better to finish the work on the Section block (<a href=\"https://github.com/WordPress/gutenberg/issues/4900\" rel=\"noopener noreferrer\" target=\"_blank\">#4900</a>) and build from there. Many developers and designers are eagerly awaiting the addition of a Section block to core, which will provide a standard for the plugin and theme industries to build on.</p>\n<p>&#8220;I think the cover block has very specific functionality that the section may not have like the focal point selector,&#8221; Automattic JavaScript engineer Jorge Costa said. &#8220;It is also important to note that the adjustments we make here to the way nesting works will also benefit a future section. This also allows us to test nesting a little bit more, before going to the section block. I expect the section block to be widely used in the community and will probably serve as a basis for many things being built in the future so it is important that we get it right. Exploring in cover will contribute to that.&#8221;</p>\n<p>Gutenberg 5.3 adds an experimental Legacy Widget Block that allows existing WordPress widgets to be added as Gutenberg blocks. It offers a dropdown of available widgets. After selecting one, the block populates that area with the widget&#8217;s settings.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-20-at-12.49.23-PM.png?ssl=1\"><img /></a></p>\n<p>This version also <a href=\"https://github.com/WordPress/gutenberg/pull/14145\" rel=\"noopener noreferrer\" target=\"_blank\">improves block outlines for the hover and selected states</a> for a more accessible UI with less distraction. Performance benchmarks show a slight decrease in performance with Gutenberg 5.3. Check out the <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\" rel=\"noopener noreferrer\" target=\"_blank\">release post</a> for a full list of enhancements and bug fixes. This is the last plugin release that will be rolled into the upcoming WordPress 5.2 release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Mar 2019 21:14:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:78:\"HeroPress: Sometimes bad things that happen to you are good things in disguise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/#utm_source=rss&utm_medium=rss&utm_campaign=sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10451:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/03/032019-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Sometimes bad things that happen to you are good things in disguise.\" /><p>My Mom used to say that things you remember from your past the most are things that had an impact on who you are today. Negative or positive, they affected you in a way that helped create the person you are.</p>\n<h3>The Early Days</h3>\n<p>Her father said to her, “Jean, you are always welcome but leave your kids at home.” That I will remember until the day I die. Why? We were biracial. My mother (who was White) left her home in Virginia to run away to Cleveland with my father (who was Black, and from West Virginia) to get married. That was in 1956.</p>\n<p>My father left us when I was about 8. Left us high and dry. The only positive thing I remember that he gave me was a typewriter. He said to me, “Teach yourself how to type and you’ll always be able to make a living.” I didn’t realize he “gave me anything” until after he died.</p>\n<p>After my second failed marriage, I moved my Mom in with me because she was ill. That was 2005 and that’s when my journey with WordPress began. I originally started using Joomla but found that it was too cumbersome to keep up-to-date because things needed to be done manually, whereas WordPress had this cool way of updating the plugins right inside the dashboard. I was hooked and left Joomla behind.</p>\n<p>I went back to work full time at one of the local hospitals. But not even a year into it I quit.</p>\n<blockquote><p>One morning as I am waiting for the home health aide to arrive, my Mom started to cry and said, “I don’t want to die alone.” I stopped and looked at her and said, “You aren’t going to die alone.”</p></blockquote>\n<p>That day, I got to work and one of the doctor’s pissed me off. I thought about what my Mom said and then starting thinking, “I don’t need this bullshit.” I went to my desk and started packing my things. My co-worker said, “What are you doing?” I said, “I quit.” She said, “What?” I said, “I quit.” The doctor ran out, “What are you doing and where are you going?” I said, “I quit, and you can kiss my ass!”</p>\n<p>I got home too early and my Mom asks, “Why are you home?” I just stood there. She looked at me and said, “Did you quit?” I started laughing, “Yep sure did and told that doctor he could kiss my ass!” She started giggling! “We’ll be okay.” she said.</p>\n<h3>Shifting Gears</h3>\n<p>At that moment I said I must take this hobby of building sites part time, to a full fledge business. I hunkered down in one of the upstairs bedrooms and started to write out my strategy. I had already completed a few small business websites, so I contacted them and from there and word of mouth, my business started to grow.</p>\n<p>But it wasn’t until after my Mom died that WordPress really saved my life.</p>\n<p>We were thick as thieves my Mom and me. She almost died having me. I had a sister (she died last April) but she wasn’t close to us and kept mainly to herself. But Mom and I…we were two peas in a pod all the way up to the day she died. I sat with her for five days in hospice and those were some of the longest days and nights of my life.</p>\n<blockquote><p>I felt like someone dropped a weight on my chest. I couldn’t breathe. I felt faint. I felt lost.</p></blockquote>\n<p>Thank God I had Buster, my dog. If it hadn’t been for him, I don’t know what I would have done. There was a night I just couldn’t bear not having my Mom. I had a bottle of Valium and thought, “I should just get it over with, go be with my Mom.” But I looked down at Buster and thought, “No one is going to take better care of him than me. I can’t do that to him.”</p>\n<p>I struggled with depression. Slowly over time I couldn’t function to even work on projects. It finally got to a point where my gas was turned off in the winter and I didn’t have food. I was bundled up with blankets and small heaters in my house to stay warm.</p>\n<blockquote><p>Every penny I got, was basically food for Buster. One time I went 5 days without food.</p></blockquote>\n<p>My car was repossessed. It was just crazy. Then I got evicted in mid-January 2013. Yep, evicted.</p>\n<p>My sister, who I wasn’t close to, had received a lump sum of money from Social Security. She sent money to me since I had cared for our Mom all that time by myself. I rented a van, packed up what I could fit in the U-Haul on my own and ended up at an Extended Stay hotel – in the middle of a blizzard. Left all my furniture behind because I didn’t have help.</p>\n<p>I got to the hotel and sat there in the U-Haul. I looked in the mirror and said out loud, “How the fuck did you get here? You don’t even have a pot to piss in!” Buster sitting in the other seat looking at me like I was crazy. That’s when I knew I had hit rock bottom. Depression led me to the bottom.</p>\n<h3>Rising Up</h3>\n<p>But… that was a good thing! I met a lot of wonderful people online. I joined a few WordPress groups, but mainly the StudioPress forum because I had been using their free themes when they were Revolution Two. Then they developed the Genesis Framework. Their old forum was a gold mine of information and the people were awesome. I learned so much from that forum.</p>\n<p>Every day from that point on was WordPress and Genesis. Meeting more people, learning more code. I was completely off the grid in that hotel room! No one here even knew where I was that’s how far off the grid I was. But sometimes, you must do that in order to focus and get back on track.</p>\n<blockquote><p>There were a lot of bumps in that road the first year, too many to even write out in this essay, but I learned something from each bump.</p></blockquote>\n<p>My business grew from word-of-mouth, I started getting work from people who needed help who saw me on social media and through the forums. Work from people all over the world. It truly was exciting.</p>\n<p>Each day is still WordPress and websites. Learning new things every day. Sitting with Slack windows open and chatting with other WordPress people online. It’s been my entire world since 2013 and pretty much my “Saving Grace” because I feel like I know some people online better than people right here in the same city where I live at. I lived in the hotel for 2 years. Not because I had to but because I wanted to.</p>\n<h3>The Power of Communiity</h3>\n<p>The WordPress community is awesome and giving. The Genesis community is the same. It feels like family and I’ve never met anyone in person but care so much about the people! I would hope that those who know me would feel the same.</p>\n<p>A friend recently shared a quote by the author Dodinsky that started off, “A lot of walking away will do your life good.” But it was the end that really caught my attention and it said, “The more you walk away from things that poison your soul, the healthier your life will be.”</p>\n<p>And that is so true. Healthier in a sense that I walked away from all the bad, negative things and people that were in my space. I was able to grieve and heal. Sometimes bad things that happen to you are good things in disguise.</p>\n<p>What’s in my future? Well, one of my dreams is to get a Sprinter Van, have it customized for living on the road and drive cross country with Bella. Buster passed end of 2016 and Bella is my other life-saver. I’d love to drive cross country and stop and meet people I’ve met in the WordPress community. I know I can’t really make that happen, but I can dream, can’t I? LOL!</p>\n<p>I’d love to follow you on Twitter. Follow me at @thecre8tivediva and I’ll follow you back!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Sometimes bad things that happen to you are good things in disguise\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Sometimes%20bad%20things%20that%20happen%20to%20you%20are%20good%20things%20in%20disguise&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsometimes-bad-things-that-happen-to-you-are-good-things-in-disguise%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Sometimes bad things that happen to you are good things in disguise\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fsometimes-bad-things-that-happen-to-you-are-good-things-in-disguise%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsometimes-bad-things-that-happen-to-you-are-good-things-in-disguise%2F&title=Sometimes+bad+things+that+happen+to+you+are+good+things+in+disguise\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Sometimes bad things that happen to you are good things in disguise\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/&media=https://heropress.com/wp-content/uploads/2020/03/032019-150x150.jpg&description=Sometimes bad things that happen to you are good things in disguise\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Sometimes bad things that happen to you are good things in disguise\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/\" title=\"Sometimes bad things that happen to you are good things in disguise\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/\">Sometimes bad things that happen to you are good things in disguise</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</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, 20 Mar 2019 12:00: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:12:\"Anita Carter\";s: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:122:\"WPTavern: WordCamp Miami Draws 100+ for Kid’s Camp, Plans to Host Standalone Kid’s WordPress Conference in Summer 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/wordcamp-miami-draws-100-for-kids-camp-plans-to-host-standalone-kids-wordpress-conference-in-summer-2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4384:\"<p>The 11th edition of <a href=\"https://2019.miami.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Miami</a> was held this past weekend, a three-day event that featured multiple learning workshops and six different tracks. The speaker ratio was 50% male and 50% female, and nearly half of the speakers were new to WordCamp Miami.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Another great year of amazing, diverse speakers! <a href=\"https://twitter.com/hashtag/WCMIA?src=hash&ref_src=twsrc%5Etfw\">#WCMIA</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/e2smmCpPAF\">pic.twitter.com/e2smmCpPAF</a></p>\n<p>&mdash; WordCamp Miami (@wordcampmiami) <a href=\"https://twitter.com/wordcampmiami/status/1107383222453833728?ref_src=twsrc%5Etfw\">March 17, 2019</a></p></blockquote>\n<p></p>\n<p>One of the highlights of this year&#8217;s event were the WordPress stories coming out of the Kid&#8217;s Panel. WordCamp Miami has been hosting learning experiences for kids since 2014 and for the past four years has included a two-day Kid&#8217;s Camp along with a Kid&#8217;s Panel. More than 100 children (not including parents and guardians) attended this year&#8217;s event. Some of the kids who are more experienced with WordPress shared their experiences during the Kid&#8217;s Panel.  </p>\n<p>Kids reported that they using WordPress for blogs, science projects, and robotic competitions. One fifth grade student, who has been using WordPress for three years, said she plans to continue using it to document her life and share her future educational experiences:</p>\n<p>&#8220;I plan to be using it later in my life when I go to college, so I can be talking about what my life journey was and what I&#8217;m going to be studying, which is software engineering.&#8221;</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Listen to how a 4th grader explains why she likes using <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a>. <a href=\"https://twitter.com/hashtag/WCMIA?src=hash&ref_src=twsrc%5Etfw\">#WCMIA</a> <a href=\"https://t.co/Zd5cRP3Afg\">pic.twitter.com/Zd5cRP3Afg</a></p>\n<p>&mdash; David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1107290298756009985?ref_src=twsrc%5Etfw\">March 17, 2019</a></p></blockquote>\n<p></p>\n<h3>Miami to Host New One-Day WordPress Event for Kids and Teachers</h3>\n<p>The growing popularity of WordCamp Miami&#8217;s kids events has inspired organizers to host a new one-day event for kids and teachers. The date has not yet been set but the plan is to have it scheduled for summer 2019. </p>\n<p>The event will be divided into two tracks, one for kids aged 6 to 18 and another for teachers and educators. The kid&#8217;s track will include talks on WordPress, MineCraft, STEAM/STEM activities, and ways they can improve their coding skills. Teachers and educators will have a dedicated track with talks that will help them incorporate coding, WordPress, and broader STEAM/STEM activities into their curricula.</p>\n<p>In their <a href=\"https://2019.miami.wordcamp.org/kids-at-wordcamp-miami-2019/\" rel=\"noopener noreferrer\" target=\"_blank\">announcement</a>, WordCamp Miami&#8217;s organizers said they believe the next generation of WordPress users are &#8220;vital to the growth of the open web.&#8221; They are looking for sponsors to cover the costs of snacks and lunch for approximately 100 students, volunteers and speakers to give presentations on various subjects for kids and teachers, and people to spread the word to schools in the Dade/Broward area.</p>\n<p>Kids engaging with WordPress is one of the most inspiring things happening in the community right now. It&#8217;s the spark of a new generation of users who are embracing the concept of sharing their ideas on the open web. WordPress&#8217; Community team also has a new <a href=\"https://make.wordpress.org/community/tag/kids-events/\" rel=\"noopener noreferrer\" target=\"_blank\">Kids Event Working Group</a> that kicked off last month to support the growth of these kinds of events around the world. They are currently working on documentation, training guides, legal documents, supply lists, and other resources. This is another way to get involved if you don&#8217;t live near a local kid&#8217;s event.</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, 20 Mar 2019 00:57: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: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:98:\"WPTavern: New Tools for Theme Developers: Theme Sniffer Plugin and Automated Accessibility Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/new-tools-for-theme-developers-theme-sniffer-plugin-and-automated-accessibility-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2707:\"<p>WordPress contributor teams have shipped several new tools for theme developers in the past couple weeks, which have the potential to raise the quality of new themes coming into the ecosystem. The <a href=\"https://wordpress.org/plugins/theme-sniffer/\" rel=\"noopener noreferrer\" target=\"_blank\">Theme Sniffer</a> plugin is a new effort from the Theme Review team that uses custom sniffs for <a href=\"https://github.com/squizlabs/PHP_CodeSniffer\" rel=\"noopener noreferrer\" target=\"_blank\">PHP_CodeSniffer</a> to test a theme against WordPress coding standards and check for PHP version compatibility.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/theme-sniffer.png?ssl=1\"><img /></a></p>\n<p>The plugin is useful for both theme reviewers and developers who want to get their themes approved for the WordPress.org directory. It includes several optional standards to test against beyond the ruleset for theme review requirements. Passing the Theme Sniffer checks is not required for themes entering the directory but reviewers can use the plugin to speed the process up.</p>\n<p>The Accessibility Team also published a new tool called <a href=\"https://github.com/wpaccessibility/wp-theme-auditor\" rel=\"noopener noreferrer\" target=\"_blank\">WP Theme Auditor</a> that runs <a href=\"https://www.deque.com/axe/\" rel=\"noopener noreferrer\" target=\"_blank\">Axe</a> tests against a theme for automated accessibility feedback. Axe is an open source library and testing engine created by the accessibility experts at <a href=\"https://www.deque.com\" rel=\"noopener noreferrer\" target=\"_blank\">Deque</a>. The WP Theme Auditor package can be installed into a theme&#8217;s root directory. Developers can then add test cases. Examples are available in the project&#8217;s <a href=\"https://github.com/wpaccessibility/wp-theme-auditor#readme\" rel=\"noopener noreferrer\" target=\"_blank\">README file</a>. The tests are run against <a href=\"http://one.wordpress.test\" rel=\"noopener noreferrer\" target=\"_blank\">http://one.wordpress.test</a> by default but developers can specify a different test environment URL.</p>\n<p>The Accessibility team plans to expand the test cases in the tool to include all the content from the current <a href=\"https://github.com/wpaccessibility/a11y-theme-unit-test/blob/master/a11y-theme-unit-test-data.xml\" rel=\"noopener noreferrer\" target=\"_blank\">Theme Unit Test Data</a> package. In the most recent team meeting, they decided to recommend WP Theme Auditor as a WordPress testing tool and plan to post more details about it on the <a href=\"https://make.wordpress.org/accessibility/\" rel=\"noopener noreferrer\" target=\"_blank\">make.wordpress.org/accessibility</a> blog.</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, 19 Mar 2019 03:42:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: A Quick Introduction to WordPress’ Date/Time Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/a-quick-introduction-to-wordpress-date-time-component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3109:\"<p>At WordCamp Nordic&#8217;s contributor day I had the opportunity to chat with <a href=\"https://www.rarst.net\" rel=\"noopener noreferrer\" target=\"_blank\">Andrey &#8220;Rarst&#8221; Savchenko</a> about WordPress&#8217; <a href=\"https://make.wordpress.org/core/components/date-time/\" rel=\"noopener noreferrer\" target=\"_blank\">Date/Time component</a>, the code that manages date, time, and timezone functionality. Savchenko is one of the maintainers of this lesser-known component, which includes code that dates back to PHP 4 times. After volunteering for years in the WordPress Stack Exchange forums, he encountered some of the worst Date/Time bugs, eventually spurring him on to get involved improving the code.</p>\n<p>&#8220;From there it was a slow descent into the madness of the component,&#8221; Savchenko said. &#8220;Much of my experience ended up in my <a href=\"https://github.com/Rarst/wpdatetime\" rel=\"noopener noreferrer\" target=\"_blank\">WpDateTime library</a>. By last year I was, at last, confident I had a good grasp on the extent of the problem and a way forward for core.&#8221;</p>\n<p>Date/Time issues affect both developers and users. Savchenko said most of the problems, by volume, are related to an incorrect output of localized time by `date_i18n()`. These things can trickle down to users and affect post scheduling, querying, and other operations.</p>\n<p>&#8220;Some of them are outright bugs and some are easy to break due to incompatibility with Unix timestamps,&#8221; Savchenko said. &#8220;But many other parts of the core have problems related to time &#8211; most often around time zones and daylight savings time. Posts can end up with the wrong time, not published when needed, sorted in the wrong order, and so on.&#8221;</p>\n<p>The requirement for backwards compatibility makes progress slow but Savchenko and fellow contributors shipped some of their work in the most recent release of WordPress. They will have more solutions available to pursue when the minimum required PHP version is bumped.</p>\n<p>&#8220;In WordPress 5.1 we had shipped a set of <a href=\"https://core.trac.wordpress.org/query?component=Date%2FTime&milestone=5.1\" rel=\"noopener noreferrer\" target=\"_blank\">important fixes for documentation and some of the worst bugs in `date_i18n()`</a>. </p>\n<p>&#8220;At the moment we continue to work on outstanding issues and get ready to implement <a href=\"https://github.com/Rarst/wp-date/issues/4\" rel=\"noopener noreferrer\" target=\"_blank\">a set of major new API functions</a>. The work on the component has also revitalized the discussion of <a href=\"https://core.trac.wordpress.org/ticket/18146\" rel=\"noopener noreferrer\" target=\"_blank\">introducing user timezones</a>. However I think those need a lot of UX work to reach workable proposal.&#8221;</p>\n<p>Check out the video below for a quick overview of the work being done on the Date/Time component and find out how you can get involved at the <a href=\"https://wordpress.slack.com/messages/core-datetime\" rel=\"noopener noreferrer\" target=\"_blank\">#core-datetime</a> channel in WordPress Slack.</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:\"Mon, 18 Mar 2019 20:04:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:62:\"WPTavern: GitHub Is Testing Commits on Behalf of Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/github-is-testing-commits-on-behalf-of-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2012:\"<p>GitHub users may soon be able to <a href=\"https://github.blog/changelog/2019-03-15-creating-a-commit-on-behalf-of-an-organization/\" rel=\"noopener noreferrer\" target=\"_blank\">contribute to projects on behalf of an organization</a>. This feature has often been requested by developers who are contributing on behalf of their employers.</p>\n<p>&#8220;Corporate contributions to the third-party open source projects can still be a source of friction and ambiguity,&#8221; GitHub Product Manager Ben Balter said. &#8220;We&#8217;re beta testing a new platform-agnostic commit pattern we hope can help you contribute on behalf of your employer.&#8221;</p>\n<p>Committers who are members of an organization can add a commit trailer in the following format: </p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">On-behalf-of: @ORG &lt;ORG CONTACT EMAIL&gt;</pre>\n<p>The committer must use an email that matches the organization’s verified domain and sign the commit. Committing on behalf of an organization can also be done <a href=\"https://help.github.com/en/articles/creating-a-commit-on-behalf-of-an-organization\" rel=\"noopener noreferrer\" target=\"_blank\">via the command line</a>. </p>\n<p>Balter posted a demo of how the organization&#8217;s badge appears next to the committer&#8217;s. The feature is now in public beta:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/03/github-commit-organization.png?ssl=1\"><img /></a></p>\n<p>It will be interesting to see how well this is adopted among individuals and organizations committing to open source projects. Some projects have more overt contribution from commercial entities than others. Having individuals commit on behalf of their employers makes it easier to track contributions funded by organizations. It may also provide project owners a more accurate picture of how deeply companies are invested in a project, especially in scenarios where the lines between individual and employer contributions are blurry or unclear.</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 Mar 2019 01:17:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"WPTavern: Deploy WordPress Plugins from GitHub to the WordPress.org Plugin Repository\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/deploy-wordpress-plugins-from-github-to-the-wordpress-org-plugin-repository\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2439:\"<p>10up has <a href=\"https://10up.com/blog/2019/introducing-github-actions-for-wordpress-plugins/\" rel=\"noopener noreferrer\" target=\"_blank\">released a GitHub Action</a> that enables developers to deploy to the WordPress.org Plugin repository by tagging a new version on GitHub. Helen Hou-Sandí, 10up&#8217;s Director of Open Source Initiatives, explained how it works:</p>\n<blockquote><p>You’ll be able to manage your entire development lifecycle in GitHub—no more futzing with local Bash scripts or controlling commit/push access in multiple places. You reference our action in your plugin repo’s workflow file, filtered to only run when a tag is pushed, and set your username/password secrets. After that, each time you tag a new version on GitHub, whether by pushing a Git tag from the command line or making one using the GitHub releases interface, your plugin will be deployed to WordPress.org.</p></blockquote>\n<p>Developers who want to use this Action will need to <a href=\"https://github.com/features/actions/signup\" rel=\"noopener noreferrer\" target=\"_blank\">sign up for beta access to GitHub Actions</a> in order to create their own Actions-enabled repo for pushing plugin releases to WordPress.org. Check out 10up&#8217;s release <a href=\"https://10up.com/blog/2019/introducing-github-actions-for-wordpress-plugins/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> and the <a href=\"https://github.com/10up/actions-wordpress/blob/master/dotorg-plugin-deploy/README.md\" rel=\"noopener noreferrer\" target=\"_blank\">README file</a> for instructions on how to use and customize the WordPress.org Plugin Deploy action. </p>\n<p>Reception from the WordPress development community has been enthusiastic, as anything that removes WordPress.org&#8217;s requirement to use SVN qualifies as a little piece of magic. 10up is working on more WordPress Actions that they plan to release soon.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This project makes me want to make a plugin again <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f64c.png\" alt=\"', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(27553, '_site_transient_browser_eb9c1268a950e6eddb2708071f6b0d52', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"73.0.3683.86\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(150, 64, '_menu_item_url', ''),
(149, 64, '_menu_item_xfn', ''),
(148, 64, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(147, 64, '_menu_item_target', ''),
(146, 64, '_menu_item_object', 'page'),
(145, 64, '_menu_item_object_id', '43'),
(144, 64, '_menu_item_menu_item_parent', '54'),
(143, 64, '_menu_item_type', 'post_type'),
(106, 44, '_tml_action', 'resetpass'),
(104, 42, '_tml_action', 'register'),
(105, 43, '_tml_action', 'lostpassword'),
(103, 41, '_tml_action', 'logout'),
(102, 40, '_tml_action', 'login'),
(101, 39, '_edit_lock', '1544190940:225'),
(107, 39, '_edit_last', '225'),
(108, 39, '_wp_page_template', 'default'),
(98, 2, '_edit_lock', '1544190762:225'),
(119, 54, '_menu_item_type', 'post_type'),
(120, 54, '_menu_item_menu_item_parent', '0'),
(121, 54, '_menu_item_object_id', '39'),
(122, 54, '_menu_item_object', 'page'),
(123, 54, '_menu_item_target', ''),
(124, 54, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(125, 54, '_menu_item_xfn', ''),
(126, 54, '_menu_item_url', ''),
(128, 55, '_menu_item_type', 'custom'),
(129, 55, '_menu_item_menu_item_parent', '0'),
(130, 55, '_menu_item_object_id', '55'),
(131, 55, '_menu_item_object', 'custom'),
(132, 55, '_menu_item_target', ''),
(133, 55, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(134, 55, '_menu_item_xfn', ''),
(135, 55, '_menu_item_url', 'http://ramacpa.com'),
(157, 44, '_edit_lock', '1544190757:225'),
(156, 42, '_edit_lock', '1544190764:225'),
(158, 43, '_edit_lock', '1544190768:225'),
(164, 1, '_edit_last', '225'),
(163, 1, '_edit_lock', '1553429950:225'),
(167, 92, '_edit_lock', '1553430469:225'),
(168, 92, '_edit_last', '225');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2013-11-14 04:41:45', '2013-11-14 04:41:45', 'We reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client’s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\r\n\r\nYou use Ramacpa.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Ramacpa.com Service. You agree that Ramacpa.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if <a href=\"http://www.ddwklaw.com/\"style=\"border: none; color: #333333; font-weight: normal !important; text-decoration: none;\">ddwklaw.com san diego ca</a> has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\r\n\r\n\r\nYou agree to compensate the damages, including reasonably necessary legal services’ fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.', 'Modifications to the Service', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2019-01-18 04:02:46', '2019-01-18 04:02:46', '', 0, 'http://ramacpa.com/wordpress/?p=1', 0, 'post', '', 1),
(2, 1, '2013-11-14 04:41:45', '2013-11-14 04:41:45', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://ramacpa.com/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 0, 'http://ramacpa.com/wordpress/?page_id=2', 0, 'page', '', 0),
(64, 1, '2014-01-23 20:39:45', '2014-01-23 20:39:45', ' ', '', '', 'publish', 'closed', 'open', '', '64', '', '', '2014-01-23 20:39:45', '2014-01-23 20:39:45', '', 0, 'http://ramacpa.com/wordpress/?p=64', 3, 'nav_menu_item', '', 0),
(25, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Slider One Image', '', 'draft', 'closed', 'closed', '', 'of-slider_one_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=25', 0, 'optionsframework', '', 0),
(57, 1, '2014-01-17 19:12:05', '2014-01-17 19:12:05', 'Documents and files can be uploaded here after you sign-in with assigned credentials.\r\n\r\n[sp-client-document-manager]', 'Client Resources', '', 'inherit', 'closed', 'open', '', '39-revision-v1', '', '', '2014-01-17 19:12:05', '2014-01-17 19:12:05', '', 39, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0),
(56, 1, '2014-01-21 14:09:14', '2014-01-21 14:09:14', 'Documents and files can be uploaded here after you sign-in with assigned credentials.\n\n[sp-client-document-manager]\n<h2>1. RamaCPA.com services</h2>\nRamaCPA.com offers its services to the Client on condition that the latter agrees to be bound by the Agreement in full. Within the boundaries of the Agreement:\n<ol>\n	<li>\"Client\" (or \"you\") means an individual or a company including its staff and agents, using or intending to use the Service.</li>\n	<li>RamaCPA.com  Accounting \"Service\" means file uploading and communication services provided by RamaCPA.com. We reserve the right to alter or terminate any of the Services.</li>\n</ol>\n<h2>2. The right to use File Uploading service.</h2>\nThe Service is only provided to individuals or corporate organizations (companies) that possess a legal status allowing them to enter into binding legal contracts according to corresponding laws. This is to certify that the Client has authority to be involved in business activity in accordance with the corresponding legislation (within the terms of the Agreement), does not appear to be of business competition to RAMACPA LLC and is of legal age (18 years old or senior) to be able to sign binding contracts as a Client.\n<h2>3. Ownership</h2>\nYou acknowledge that all the materials (except for the ones uploaded to the Service)presented on this web page including but not limited to information, documentation, products, product logos, graphics, sounds, GUI, software and services (\"Materials\") provided by ramacpa.com or by a 3rd party - authors, developers, suppliers (\"Intermediaries\") belong to ramacpa.com and/or Intermediaries. Web page elements are protected by law and may not be copied or displayed in full or in part. ramacpa.com,\n<h2><span style=\"font-size: 1.5em; line-height: 1.5em;\">4. Client\'s account</span></h2>\n<h2>5.1 Access responsibilities</h2>\nClient is fully responsible for all and any attempts at accessing the Service or using the Service (including all the actions and transactions) by authorized or identified users registered on the Clients account with the exception of cases when access to or use of the Service directly results from Uploading.com\'s negligence. The Client is responsible for providing conditions on which authorized users will be accessing the Service not taking into account the authorization given to the user by administrator.\n<h2>5.2 Authorized users</h2>\nThe Client may appoint trusted users that have authority to use the Service on condition that the users mentioned are able to step into binding agreements instead of the Client. Furthermore, the Client acknowledges and certifies that the person being registered as a trusted user (\"Authorized user\") possesses the legal rights of the Client.\n<h2>5.3 Responsibility for user identification and passwords.</h2>\nThe Client holds full responsibility for keeping the account information safe and confidential (as well as authorized user\'s account information). The Client is also entirely responsible for all the actions carried out via his/her account.\n<h2>5.4 Unauthorized use report</h2>\nThe Client hereby states that s/he will immediately report any circumstances that point at the fact that the account or account information have been accessed on an unauthorized basis. This includes:\n<ul>\n	<li>Getting a confirmation of an order (orders) placed via the Client\'s account that the Client had no intention of placing; any other controversial information.</li>\n	<li>The Client discovers that an unauthorized access to his/her account has taken place.</li>\n</ul>\n<h2>6. Client\'s data</h2>\nThe Client is solely and fully responsible for the information uploaded to ramacpa.com servers. The Client is in charge of controlling the uploaded information via the link generated by the Service. ramacpa.com insists that Clients archive data on a regular basis. The Client takes full responsibility for archiving data and lost or irreplaceable data. The Client agrees to store the data in compliance with the law and his/her responsibilities dictated by law. Uploading.com removes data after the Agreement becomes invalid. Uploading.com reserves the right to store the client\'s data in its archives after it has been deleted and is not to be held responsible for the data in question.\n<h2>7. Special circumstances</h2>\nUploading.com provides access to the Service and the Client\'s information to Authorized Agents that will be able to present a legal paper signed by the notary and the Client\'s representative. The letter should include assurances of authenticity, responsibilities and obligations necessary for using Uploading.com services at discretion of the latter. The client concedes that Uploading.com can rely on the letter and the degree of responsibility granted to the person requesting access to the Services and the Client\'s account. Under no circumstances does Uploading.com bear obligations to the Client or 3rd parties for relying on the letter or the person with the responsibilities in question.\n<h2>8. Limited use</h2>\nYou agree not to use Uploading.com Services with the following purposes:\n<ul>\n	<li>Downloading, placing, emailing, sharing or any other way of publishing information that advocates terrorist propaganda, violence or displays death. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\n	<li>Causing harm to minors using any methods whatsoever including but not limited to child pornography. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\n	<li>Uploading, placing, emailing, sharing or other way of publishing files with fake names, when content doesn\'t match with filename.</li>\n	<li>Uploading, placing, emailing, sharing or other way of publishing information that does not comply with patent, copyright or trademark laws, discloses trade secrets or interferes with any other property rights.</li>\n</ul>\n<h2>8.1 Illegal content/Adult content</h2>\nUploading.com does not support or allow websites containing illegal content as well as other forms of transferring illegal or obscene materials and information that induce individuals to committing illegal action including gambling, illegal arms\' trade, advertising and publishing materials that may break the legislation on sexism and racism.\n\nUploading.com reserves the right to freeze or terminate your registration or transaction without prior notice if you neglect the Agreement.\n\nFurthermore, in cases of infringement of the Agreement by the Client Uploading.com will actively participate in helping legal authorities and the government with gathering and providing the information on the Client, the Client\'s website, illegal or obscene information maintenance and individuals capable of acquiring access or using the illegal or obscene content.\n<h2>8.2 Illegal action</h2>\nThe Client must not commit or allow illegal or destructive action including but not limited to publishing of discrediting, scandalous private information concerning any person without the consent of the latter or intentionally causing moral harm.\n<h2>8.3 Access and intervention</h2>\nIntervention or attempts at breaking into the information system as well as attempts at influencing Uploading.com\'s ability to provide services are strictly prohibited and are subject to criminal or civil liability. Examples of such intervention include, but are not limited to:\n<ul>\n	<li>Unauthorized access to Uploading.com Service, including attempts at checking and scanning the system for accessibility and security or trying to break through the information security system without the consent of Uploading.com Service.</li>\n	<li>Interference with the process of providing services to any Client or to a group of Clients including but not limited to flooding or intentional attempts at overloading the system.</li>\n	<li>Use of devices, software or code with the purposes of interfering with Uploading.com Service provision.</li>\n	<li>Any action that is targeted at destroying Uploading.com infrastructure.</li>\n</ul>\nThe Clients has no right to decompile, assort, decrypt, isolate, redesign or in any other way try to deduce the initial code of the program (including utilities, methods, processes and infrastructure) that makes the core part of Uploading.com software.\n<h2>8.4 System resources abuse</h2>\nThe client hereby states that s/he will not make attempts at abusing the system resources of Uploading.com service including, but not limited to use of information taking excessive CPU memory or influencing the system\'s throughput; resale of access to the information placed on Uploading.com servers.\n<h2>8.5 Proprietary rights and trademark legislation</h2>\nUploading.com Service can be used with lawful purposes only. Transfer, distribution or storage of any materials breaking laws or lawful acts, including laws on export regulation, are forbidden. This includes materials protected by patents, laws on copyright, trademarks, service marks, trade secrets and other intellectual property rights. The client is obliged to receive the preliminary consent of the author in cases when such materials are to be used. By using the Service, you declare and guarantee that you are the author and owner of copyright and/or the owner of due licenses for the represented information. You also declare and guarantee that your information does not break trademark laws and other rights of the third parties. Uploading.com reserves the right to suspend or terminate the transaction that breaks or is thought to be breaking the Agreement or any of the laws described above.\n<h2>8.6 Other activities</h2>\nLawfully or not, Uploading.com reserves the right to decide which of the actions appear to be harmful to our Client\'s reputation or activities, including activities preventing users from utilizing the Service or the Internet.\n\nPlease pay attention that in cases when we find that an account or the information attached to the account breaks one of the rules described above, Uploading.com reserves the right to terminate the account and the file transfer. It is also possible that Uploading.com will forward complaints and report to legal authorities if necessary. In this case Uploading.com will provide active assistance to authorities in the investigation and criminal prosecution of such actions, which presupposes disclosure of the Client\'s account data.\n\nYou can report terms of use abuse via <a href=\"http://uploading.com/contactus/abuse\">online ticket system <i></i></a>. Each complaint shall be dealt with separately. Depending on the outcome, it can eventually lead to terminating the Client\'s account without prior notice.\n<h2>9. Disclaimer of warranties</h2>\nYou acknowledge and agree that:\n<ul>\n	<li>You use the Service at your sole risk. Uploading.com services are provided on an \"as is\" and \"as available\" basis. Uploading.com and its representatives expressly disclaim all warranties including but not limited to the implied warranties of title, merchantability, fitness for a particular purpose and non-infringement. Uploading.com and its representatives do not guarantee accuracy, safety and completeness as well as timely provision of services, software and information.</li>\n	<li>Uploading.com makes no warranty that (i) the Service will meet your requirements,(ii) the Service will be uninterrupted, timely, secure or error-free, (iii) the reliability or accuracy of the results obtained from the Service, (iv) the quality of any products, services, information or other material obtained from the Service will meet your expectations, and (v) any errors in the software will be corrected.</li>\n	<li>Any material downloaded or otherwise obtained through the use of the Service is done at your own discretion and risk and you will be solely responsible for any damage or loss of data that results from the download of any such material.</li>\n	<li>No advice or information, whether oral or written, obtained by you from the Service shall create any warranty not expressly stated in the given Agreement.</li>\n</ul>\n<h2>10. Disclaimer</h2>\nYou agree to compensate the damages, including reasonably necessary legal services\' fees, and not to hold Uploading.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Uploading.com.\n<h2>11. Limitations of liability</h2>\nYou use Uploading.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Uploading.com Service. You agree that Uploading.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if Uploading.com has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\n<h2>12. Modifications to the Service and Rules</h2>\nWe reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Uploading.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client\'s disk space on Uploading.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Uploading.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\n<h2>13. Termination of Service</h2>\nUploading.com in its sole discretion may file a warning, terminate (permanently or temporarily) or block access to the Service or discontinue the Service and stop providing services to the Client, or remove the Client\'s account record, as well as refuse providing services to the Client in the future in the following cases:\n<ul>\n	<li>Uploading.com has reasons to believe the Client has not been keeping to the rules and regulations described in the Agreement and expressly stated in other instructions.</li>\n	<li>The Clients stops payments or owes funds to the Service.</li>\n	<li>Uploading.com is not capable of checking if the information provided by the Client is correct and accurate.</li>\n	<li>Uploading.com has reasons to believe that the Client\'s activities may eventually lead to legal responsibility of the Client, as well as other Clients.</li>\n</ul>\nUploading.com reserves the right in its sole discretion to stop providing services or any of its features with or without prior notice. You agree that any termination of your access to the Service may be carried out without prior notice, and acknowledge and agree that Uploading.com may immediately deactivate, archive or delete your account and all related information and files in your account and/or block further access to such files or the Service. Furthermore, you agree that Uploading.com shall not be responsible to you or any third-party for the termination of your access to the Service.\n\nThe termination of the Agreement between the Client and Uploading.com nullifies the privileges granted to the Client by the Agreement and cancels the responsibilities of Uploading.com before the Client.\n<h2>14. General information</h2>\nIf any item of the Agreement is canceled, the court should execute the intentions of the parties reflected in the item, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement. The inability of Uploading.com to undertake measures concerning infringements accomplished by a separate Client or other individuals, does not deprive Uploading.com of the right to undertake measures concerning subsequent or similar infringements. Any requirement or claim raised by the Client on any of the items of the given Agreement should be submitted within twelve (12) months starting with the moment of occurrence of the requirement or the basis for the claim.\n<h2>14.1 Legal relations</h2>\nThe client and Uploading.com Service shall be treated as independent contractors. The given Agreement does not provide and does not create such forms of legal relations with the Client as establishment, company, joint venture, labour relations and trading relations.\n<h2>14.2 Grant of rights</h2>\nThis Agreement does not allow the Client to grant any of his/her rights to anyone or attribute responsibility to another individual. Any attempts at granting these rights shall not have legal force.\n<h2>14.3 Force major circumstances</h2>\nOur Service providing activities may be discontinued due to certain circumstances of insuperable force. We are not responsible for any setbacks or inability to provide services to Clients as the result of circumstances, direct or indirect, that are described as circumstances beyond control.\n<h2>14.4 Interpretation</h2>\nIf any of the items of the given Agreement is canceled, the item should be bypassed, with the least damage of interests to both parties, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement.\n<h2>15. Abuse management</h2>\nIllegal files shall be immediately removed. Moreover, the files shall be added to a special filter that will prevent the files from appearing again. Please report files of the kind to the <a href=\"http://uploading.com/contactus/abuse\">abuse department <i></i></a>. Make sure you send us the link to the file.\n\n&nbsp;', 'Client Resources', '', 'inherit', 'closed', 'open', '', '39-autosave-v1', '', '', '2014-01-21 14:09:14', '2014-01-21 14:09:14', '', 39, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0),
(26, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Left Section Image', '', 'draft', 'closed', 'closed', '', 'of-left_section_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=26', 0, 'optionsframework', '', 0),
(27, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Center Section Image', '', 'draft', 'closed', 'closed', '', 'of-center_section_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=27', 0, 'optionsframework', '', 0),
(28, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Right Section Image', '', 'draft', 'closed', 'closed', '', 'of-right_section_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=28', 0, 'optionsframework', '', 0),
(29, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Biztwo Left Section Image', '', 'draft', 'closed', 'closed', '', 'of-biztwo_left_section_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=29', 0, 'optionsframework', '', 0),
(30, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Biztwo Center Section Image', '', 'draft', 'closed', 'closed', '', 'of-biztwo_center_section_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=30', 0, 'optionsframework', '', 0),
(31, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Biztwo Right Section Image', '', 'draft', 'closed', 'closed', '', 'of-biztwo_right_section_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=31', 0, 'optionsframework', '', 0),
(32, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Biztwo Port One Image', '', 'draft', 'closed', 'closed', '', 'of-biztwo_port_one_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=32', 0, 'optionsframework', '', 0),
(33, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Biztwo Port Two Image', '', 'draft', 'closed', 'closed', '', 'of-biztwo_port_two_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=33', 0, 'optionsframework', '', 0),
(34, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Biztwo Port Three Image', '', 'draft', 'closed', 'closed', '', 'of-biztwo_port_three_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=34', 0, 'optionsframework', '', 0),
(35, 1, '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 'Biztwo Port Four Image', '', 'draft', 'closed', 'closed', '', 'of-biztwo_port_four_image', '', '', '2013-12-21 13:09:03', '0000-00-00 00:00:00', '', 0, 'http://ramacpa.com/wordpress/?post_type=optionsframework&p=35', 0, 'optionsframework', '', 0),
(47, 1, '2014-01-17 02:00:28', '2014-01-17 02:00:28', '[sp-client-document-manager]', 'Clients', '', 'inherit', 'open', 'open', '', '39-revision-v1', '', '', '2014-01-17 02:00:28', '2014-01-17 02:00:28', '', 39, 'http://ramacpa.com/wordpress/?p=47', 0, 'revision', '', 0),
(39, 1, '2014-01-05 21:24:10', '2014-01-05 21:24:10', 'Documents and files can be uploaded here after you sign-in with assigned credentials.\r\n\r\n[sp-client-document-manager]\r\n\r\n<strong>Disclaimer</strong>\r\n\r\n<b>1. RamaCPA.com services</b>\r\n\r\nRamaCPA.com offers its services to the Client on condition that the latter agrees to be bound by the Agreement in full. Within the boundaries of the Agreement:\r\n<ol start=\"1\">\r\n	<li>\"Client\" (or \"you\") means an individual or a company including its staff and agents, using or intending to use the Service.</li>\r\n	<li>RamaCPA.com  Accounting \"Service\" means file uploading and communication services provided by RamaCPA.com. We reserve the right to alter or terminate any of the Services.</li>\r\n</ol>\r\n<b>2. The right to use File Uploading service.</b>\r\n\r\nThe Service is only provided to individuals or corporate organizations (companies) that possess a legal status allowing them to enter into binding legal contracts according to corresponding laws. This is to certify that the Client has authority to be involved in business activity in accordance with the corresponding legislation (within the terms of the Agreement), does not appear to be of business competition to RAMACPA LLC and is of legal age (18 years old or senior) to be able to sign binding contracts as a Client.\r\n\r\n<b>3. Ownership</b>\r\n\r\nYou acknowledge that all the materials (except for the ones uploaded to the Service)presented on this web page including but not limited to information, documentation, products, product logos, graphics, sounds, GUI, software and services (\"Materials\") provided by ramacpa.com or by a 3rd party - authors, developers, suppliers (\"Intermediaries\") belong to ramacpa.com and/or Intermediaries. Web page elements are protected by law and may not be copied or displayed in full or in part. ramacpa.com,\r\n\r\n<b>4. Client\'s account</b><b></b>\r\n\r\n<b>4.1 Access responsibilities</b>\r\n\r\nClient is fully responsible for all and any attempts at accessing the Service or using the Service (including all the actions and transactions) by authorized or identified users registered on the Clients account with the exception of cases when access to or use of the Service directly results from Ramacpa.com\'s negligence. The Client is responsible for providing conditions on which authorized users will be accessing the Service not taking into account the authorization given to the user by administrator.\r\n\r\n<b>5.2 Authorized users</b>\r\n\r\nThe Client may appoint trusted users that have authority to use the File Upload Service on condition that the users mentioned are able to step into binding agreements instead of the Client. Furthermore, the Client acknowledges and certifies that the person being registered as a trusted user (\"Authorized user\") possesses the legal rights of the Client.\r\n\r\n<b>5.3 Responsibility for user identification and passwords.</b>\r\n\r\nThe Client holds full responsibility for keeping the account information safe and confidential (as well as authorized user\'s account information). The Client is also entirely responsible for all the actions carried out via his/her account.\r\n\r\n<b>5.4 Unauthorized use report</b>\r\n\r\nThe Client hereby states that s/he will immediately report any circumstances that point at the fact that the account or account information have been accessed on an unauthorized basis. This includes:\r\n<ul>\r\n	<li>Getting a confirmation of an order (orders) placed via the Client\'s account that the Client had no intention of placing; any other controversial information.</li>\r\n	<li>The Client discovers that an unauthorized access to his/her account has taken place.</li>\r\n</ul>\r\n<b>6. Client\'s data</b>\r\n\r\nThe Client is solely and fully responsible for the information uploaded to ramacpa.com website. The Client is in charge of controlling the uploaded information via the link generated by the Service. ramacpa.com insists that Clients archive data on a regular basis. The Client takes full responsibility for archiving data and lost or irreplaceable data. The Client agrees to store the data in compliance with the law and his/her responsibilities dictated by law. Ramacpa.com removes data after the Agreement becomes invalid. Ramacpa.com reserves the right to store the client\'s data in its archives after it has been deleted and is not to be held responsible for the data in question.\r\n\r\n<b>7. Special circumstances</b>\r\n\r\nRamacpa.com provides access to the Service and the Client\'s information to Authorized Agents that will be able to present a legal paper signed by the notary and the Client\'s representative. The letter should include assurances of authenticity, responsibilities and obligations necessary for using Ramacpa.com services at discretion of the latter. The client concedes that Ramacpa.com can rely on the letter and the degree of responsibility granted to the person requesting access to the Services and the Client\'s account. Under no circumstances does Ramacpa.com bear obligations to the Client or 3rd parties for relying on the letter or the person with the responsibilities in question.\r\n\r\n<b>8. Limited use</b>\r\n\r\nYou agree not to use Ramacpa.com Services with the following purposes:\r\n<ul>\r\n	<li>Downloading, placing, emailing, sharing or any other way of publishing information that advocates terrorist propaganda, violence or displays death. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\r\n	<li>Causing harm to minors using any methods whatsoever including but not limited to child pornography. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\r\n	<li>Uploading, placing, emailing, sharing or other way of publishing files with fake names, when content doesn\'t match with filename.</li>\r\n	<li>Uploading, placing, emailing, sharing or other way of publishing information that does not comply with patent, copyright or trademark laws, discloses trade secrets or interferes with any other property rights.</li>\r\n</ul>\r\n<b>8.1 Illegal content/Adult content</b>\r\n\r\nRamacpa.com does not support or allow websites containing illegal content as well as other forms of transferring illegal or obscene materials and information that induce individuals to committing illegal action including gambling, illegal arms\' trade, advertising and publishing materials that may break the legislation on sexism and racism.\r\n\r\nRamacpa.com reserves the right to freeze or terminate your registration or transaction without prior notice if you neglect the Agreement.\r\n\r\nFurthermore, in cases of infringement of the Agreement by the Client Ramacpa.com will actively participate in helping legal authorities and the government with gathering and providing the information on the Client, the Client\'s website, illegal or obscene information maintenance and individuals capable of acquiring access or using the illegal or obscene content.\r\n\r\n<b>8.2 Illegal action</b>\r\n\r\nThe Client must not commit or allow illegal or destructive action including but not limited to publishing of discrediting, scandalous private information concerning any person without the consent of the latter or intentionally causing moral harm.\r\n\r\n<b>8.3 Access and intervention</b>\r\n\r\nIntervention or attempts at breaking into the information system as well as attempts at influencing Ramacpa.com\'s ability to provide services are strictly prohibited and are subject to criminal or civil liability. Examples of such intervention include, but are not limited to:\r\n<ul>\r\n	<li>Unauthorized access to Ramacpa.com Service,<a style=\"color: #333333; text-decoration: none;\" href=\"https://actionsolar.net/san-diego/solar-panels-installers/san-marcos\">actionsolar.net</a> including attempts at checking and scanning the system for accessibility and security or trying to break through the information security system without the consent of Ramacpa.com Service.</li>\r\n	<li>Interference with the process of providing services to any Client or to a group of Clients including but not limited to flooding or intentional attempts at overloading the system.</li>\r\n	<li>Use of devices, software or code with the purposes of interfering with Ramacpa.com Service provision.</li>\r\n	<li>Any action that is targeted at destroying Ramacpa.com infrastructure.</li>\r\n</ul>\r\nThe Clients has no right to decompile, assort, decrypt, isolate, redesign or in any other way try to deduce the initial code of the program (including utilities, methods, processes and infrastructure) that makes the core part of Ramacpa.com software.\r\n\r\n<b>8.4 System resources abuse</b>\r\n\r\nThe client hereby states that s/he will not make attempts at abusing the system resources of Ramacpa.com service including, but not limited to use of information taking excessive CPU memory or influencing the system\'s throughput; resale of access to the information placed on Ramacpa.com servers.\r\n\r\n<b>8.5 Proprietary rights and trademark legislation</b>\r\n\r\nRamacpa.com Service can be used with lawful purposes only. Transfer, distribution or storage of any materials breaking laws or lawful acts, including laws on export regulation, are forbidden. This includes materials protected by patents, laws on copyright, trademarks, service marks, trade secrets and other intellectual property rights. The client is obliged to receive the preliminary consent of the author in cases when such materials are to be used. By using the Service, you declare and guarantee that you are the author and owner of copyright and/or the owner of due licenses for the represented information. You also declare and guarantee that your information does not break trademark laws and other rights of the third parties. Ramacpa.com reserves the right to suspend or terminate the transaction that breaks or is thought to be breaking the Agreement or any of the laws described above.\r\n\r\n<b>8.6 Other activities</b>\r\n\r\nLawfully or not, Ramacpa.com reserves the right to decide which of the actions appear to be harmful to our Client\'s reputation or activities, including activities preventing users from utilizing the Service or the Internet.\r\n\r\nPlease pay attention that in cases when we find that an account or the information attached to the account breaks one of the rules described above, Ramacpa.com reserves the right to terminate the account and the file transfer. It is also possible that Ramacpa.com will forward complaints and report to legal authorities if necessary. In this case Ramacpa.com will provide active assistance to authorities in the investigation and criminal prosecution of such actions, which presupposes disclosure of the Client\'s account data.\r\n\r\nYou can report terms of use abuse via <a href=\"http://uploading.com/contactus/abuse\">online ticket system </a>. Each complaint shall be dealt with separately. Depending on the outcome, it can eventually lead to terminating the Client\'s account without prior notice.\r\n\r\n<b>9. Disclaimer of warranties</b>\r\n\r\nYou acknowledge and agree that:\r\n<ul>\r\n	<li>You use the Service at your sole risk. Ramacpa.com services are provided on an \"as is\" and \"as available\" basis. Ramacpa.com and its representatives expressly disclaim all warranties including but not limited to the implied warranties of title, merchantability, fitness for a particular purpose and non-infringement. Ramacpa.com and its representatives do not guarantee accuracy, safety and completeness as well as timely provision of services, software and information.</li>\r\n	<li>Ramacpa.com makes no warranty that (i) the Service will meet your requirements,(ii) the Service will be uninterrupted, timely, secure or error-free, (iii) the reliability or accuracy of the results obtained from the Service, (iv) the quality of any products, services, information or other material obtained from the Service will meet your expectations, and (v) any errors in the software will be corrected.</li>\r\n	<li>Any material downloaded or otherwise obtained through the use of the Service is done at your own discretion and risk and you will be solely responsible for any damage or loss of data that results from the download of any such material.</li>\r\n	<li>No advice or information, whether oral or written, obtained by you from the Service shall create any warranty not expressly stated in the given Agreement.</li>\r\n</ul>\r\n<b>10. Disclaimer</b>\r\n\r\nYou agree to compensate the damages, including reasonably necessary legal services\' fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.\r\n\r\n<b>11. Limitations of liability</b>\r\n\r\nYou use Ramacpa.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Ramacpa.com Service. You agree that Ramacpa.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if Ramacpa.com has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\r\n\r\n<b>12. Modifications to the Service and Rules</b>\r\n\r\nWe reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client\'s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\r\n\r\n<b>13. Termination of Service</b>\r\n\r\nRamacpa.com in its sole discretion may file a warning, terminate (permanently or temporarily) or block access to the Service or discontinue the Service and stop providing services to the Client, or remove the Client\'s account record, as well as refuse providing services to the Client in the future in the following cases:\r\n<ul>\r\n	<li>Ramacpa.com has reasons to believe the Client has not been keeping to the rules and regulations described in the Agreement and expressly stated in other instructions.</li>\r\n	<li>The Clients stops payments or owes funds to the Service.</li>\r\n	<li>Ramacpa.com is not capable of checking if the information provided by the Client is correct and accurate.</li>\r\n	<li>Ramacpa.com has reasons to believe that the Client\'s activities may eventually lead to legal responsibility of the Client, as well as other Clients.</li>\r\n</ul>\r\nRamacpa.com reserves the right in its sole discretion to stop providing services or any of its features with or without prior notice. You agree that any termination of your access to the Service may be carried out without prior notice, and acknowledge and agree that Ramacpa.com may immediately deactivate, archive or delete your account and all related information and files in your account and/or block further access to such files or the Service. Furthermore, you agree that Ramacpa.com shall not be responsible to you or any third-party for the termination of your access to the Service.\r\n\r\nThe termination of the Agreement between the Client and Ramacpa.com nullifies the privileges granted to the Client by the Agreement and cancels the responsibilities of Ramacpa.com before the Client.\r\n\r\n<b>14. General information</b>\r\n\r\nIf any item of the Agreement is canceled, the court should execute the intentions of the parties reflected in the item, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement. The inability of Ramacpa.com to undertake measures concerning infringements accomplished by a separate Client or other individuals, does not deprive Ramacpa.com of the right to undertake measures concerning subsequent or similar infringements. Any requirement or claim raised by the Client on any of the items of the given Agreement should be submitted within twelve (12) months starting with the moment of occurrence of the requirement or the basis for the claim.\r\n\r\n<b>14.1 Legal relations</b>\r\n\r\nThe client and Ramacpa.com Service shall be treated as independent contractors. The given Agreement does not provide and does not create such forms of legal relations with the Client as establishment, company, joint venture, labour relations and trading relations.\r\n\r\n<b>14.2 Grant of rights</b>\r\n\r\nThis Agreement does not allow the Client to grant any of his/her rights to anyone or attribute responsibility to another individual. Any attempts at granting these rights shall not have legal force.\r\n\r\n<b>14.3 Force major circumstances</b>\r\n\r\nOur Service providing activities may be discontinued due to certain circumstances of insuperable force. We are not responsible for any setbacks or inability to provide services to Clients as the result of circumstances, direct or indirect, that are described as circumstances beyond control.\r\n\r\n<b>14.4 Interpretation</b>\r\n\r\nIf any of the items of the given Agreement is canceled, the item should be bypassed, with the least damage of interests to both parties, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement.\r\n\r\n<b>15. Abuse management</b>\r\n\r\nIllegal files shall be immediately removed. Moreover, the files shall be added to a special filter that will prevent the files from appearing again. Please report files of the kind to the <a href=\"http://uploading.com/contactus/abuse\">abuse department </a>. Make sure you send us the link to the file.\r\n\r\n&nbsp;\r\n<h2><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></h2>', 'Client Resources', '', 'publish', 'closed', 'open', '', 'clients', '', '', '2018-12-07 13:58:01', '2018-12-07 13:58:01', '', 0, 'http://ramacpa.com/wordpress/?page_id=39', 0, 'page', '', 0),
(40, 1, '2014-01-05 21:28:15', '2014-01-05 21:28:15', '[theme-my-login]', 'Log In', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 0, 'http://ramacpa.com/wordpress/?page_id=40', 0, 'page', '', 0),
(41, 1, '2014-01-05 21:28:15', '2014-01-05 21:28:15', '[theme-my-login]', 'Log Out', '', 'publish', 'closed', 'closed', '', 'logout', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 0, 'http://ramacpa.com/wordpress/?page_id=41', 0, 'page', '', 0),
(42, 1, '2014-01-05 21:28:15', '2014-01-05 21:28:15', '[theme-my-login]', 'Register', '', 'publish', 'closed', 'closed', '', 'register', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 0, 'http://ramacpa.com/wordpress/?page_id=42', 0, 'page', '', 0),
(43, 1, '2014-01-05 21:28:15', '2014-01-05 21:28:15', '[theme-my-login]', 'Lost Password', '', 'publish', 'closed', 'closed', '', 'lostpassword', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 0, 'http://ramacpa.com/wordpress/?page_id=43', 0, 'page', '', 0),
(44, 1, '2014-01-05 21:28:15', '2014-01-05 21:28:15', '[theme-my-login]', 'Reset Password', '', 'publish', 'closed', 'closed', '', 'resetpass', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 0, 'http://ramacpa.com/wordpress/?page_id=44', 0, 'page', '', 0),
(48, 1, '2014-01-17 16:34:36', '2014-01-17 16:34:36', '[theme-my-login]', 'Log In', '', 'inherit', 'closed', 'open', '', '40-revision-v1', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 40, 'http://ramacpa.com/wordpress/?p=48', 0, 'revision', '', 0),
(49, 1, '2014-01-17 16:34:36', '2014-01-17 16:34:36', '[theme-my-login]', 'Log Out', '', 'inherit', 'closed', 'open', '', '41-revision-v1', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 41, 'http://ramacpa.com/wordpress/?p=49', 0, 'revision', '', 0),
(50, 1, '2014-01-17 16:34:36', '2014-01-17 16:34:36', '[theme-my-login]', 'Lost Password', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 43, 'http://ramacpa.com/wordpress/?p=50', 0, 'revision', '', 0),
(51, 1, '2014-01-17 16:34:36', '2014-01-17 16:34:36', '[theme-my-login]', 'Register', '', 'inherit', 'closed', 'open', '', '42-revision-v1', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 42, 'http://ramacpa.com/wordpress/?p=51', 0, 'revision', '', 0),
(52, 1, '2014-01-17 16:34:36', '2014-01-17 16:34:36', '[theme-my-login]', 'Reset Password', '', 'inherit', 'closed', 'open', '', '44-revision-v1', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 44, 'http://ramacpa.com/wordpress/?p=52', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(53, 1, '2014-01-17 16:34:36', '2014-01-17 16:34:36', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://ramacpa.com/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'closed', 'open', '', '2-revision-v1', '', '', '2014-01-17 16:34:36', '2014-01-17 16:34:36', '', 2, 'http://ramacpa.com/wordpress/?p=53', 0, 'revision', '', 0),
(54, 3, '2014-01-17 18:27:54', '2014-01-17 18:27:54', ' ', '', '', 'publish', 'closed', 'open', '', '54', '', '', '2014-01-23 20:39:45', '2014-01-23 20:39:45', '', 0, 'http://ramacpa.com/wordpress/?p=54', 2, 'nav_menu_item', '', 0),
(55, 3, '2014-01-17 18:27:53', '2014-01-17 18:27:53', '', 'Home', '', 'publish', 'closed', 'open', '', 'home', '', '', '2014-01-23 20:39:45', '2014-01-23 20:39:45', '', 0, 'http://ramacpa.com/wordpress/?p=55', 1, 'nav_menu_item', '', 0),
(62, 1, '2014-01-21 14:14:57', '2014-01-21 14:14:57', 'Documents and files can be uploaded here after you sign-in with assigned credentials.\r\n\r\n[sp-client-document-manager]\r\n\r\n<strong>Disclaimer</strong>\r\n\r\n<b>1. RamaCPA.com services</b>\r\n\r\nRamaCPA.com offers its services to the Client on condition that the latter agrees to be bound by the Agreement in full. Within the boundaries of the Agreement:\r\n<ol start=\"1\">\r\n	<li>\"Client\" (or \"you\") means an individual or a company including its staff and agents, using or intending to use the Service.</li>\r\n	<li>RamaCPA.com  Accounting \"Service\" means file uploading and communication services provided by RamaCPA.com. We reserve the right to alter or terminate any of the Services.</li>\r\n</ol>\r\n<b>2. The right to use File Uploading service.</b>\r\n\r\nThe Service is only provided to individuals or corporate organizations (companies) that possess a legal status allowing them to enter into binding legal contracts according to corresponding laws. This is to certify that the Client has authority to be involved in business activity in accordance with the corresponding legislation (within the terms of the Agreement), does not appear to be of business competition to RAMACPA LLC and is of legal age (18 years old or senior) to be able to sign binding contracts as a Client.\r\n\r\n<b>3. Ownership</b>\r\n\r\nYou acknowledge that all the materials (except for the ones uploaded to the Service)presented on this web page including but not limited to information, documentation, products, product logos, graphics, sounds, GUI, software and services (\"Materials\") provided by ramacpa.com or by a 3rd party - authors, developers, suppliers (\"Intermediaries\") belong to ramacpa.com and/or Intermediaries. Web page elements are protected by law and may not be copied or displayed in full or in part. ramacpa.com,\r\n\r\n<b>4. Client\'s account</b><b></b>\r\n\r\n<b>4.1 Access responsibilities</b>\r\n\r\nClient is fully responsible for all and any attempts at accessing the Service or using the Service (including all the actions and transactions) by authorized or identified users registered on the Clients account with the exception of cases when access to or use of the Service directly results from Ramacpa.com\'s negligence. The Client is responsible for providing conditions on which authorized users will be accessing the Service not taking into account the authorization given to the user by administrator.\r\n\r\n<b>5.2 Authorized users</b>\r\n\r\nThe Client may appoint trusted users that have authority to use the File Upload Service on condition that the users mentioned are able to step into binding agreements instead of the Client. Furthermore, the Client acknowledges and certifies that the person being registered as a trusted user (\"Authorized user\") possesses the legal rights of the Client.\r\n\r\n<b>5.3 Responsibility for user identification and passwords.</b>\r\n\r\nThe Client holds full responsibility for keeping the account information safe and confidential (as well as authorized user\'s account information). The Client is also entirely responsible for all the actions carried out via his/her account.\r\n\r\n<b>5.4 Unauthorized use report</b>\r\n\r\nThe Client hereby states that s/he will immediately report any circumstances that point at the fact that the account or account information have been accessed on an unauthorized basis. This includes:\r\n<ul>\r\n	<li>Getting a confirmation of an order (orders) placed via the Client\'s account that the Client had no intention of placing; any other controversial information.</li>\r\n	<li>The Client discovers that an unauthorized access to his/her account has taken place.</li>\r\n</ul>\r\n<b>6. Client\'s data</b>\r\n\r\nThe Client is solely and fully responsible for the information uploaded to ramacpa.com website. The Client is in charge of controlling the uploaded information via the link generated by the Service. ramacpa.com insists that Clients archive data on a regular basis. The Client takes full responsibility for archiving data and lost or irreplaceable data. The Client agrees to store the data in compliance with the law and his/her responsibilities dictated by law. Ramacpa.com removes data after the Agreement becomes invalid. Ramacpa.com reserves the right to store the client\'s data in its archives after it has been deleted and is not to be held responsible for the data in question.\r\n\r\n<b>7. Special circumstances</b>\r\n\r\nRamacpa.com provides access to the Service and the Client\'s information to Authorized Agents that will be able to present a legal paper signed by the notary and the Client\'s representative. The letter should include assurances of authenticity, responsibilities and obligations necessary for using Ramacpa.com services at discretion of the latter. The client concedes that Ramacpa.com can rely on the letter and the degree of responsibility granted to the person requesting access to the Services and the Client\'s account. Under no circumstances does Ramacpa.com bear obligations to the Client or 3rd parties for relying on the letter or the person with the responsibilities in question.\r\n\r\n<b>8. Limited use</b>\r\n\r\nYou agree not to use Ramacpa.com Services with the following purposes:\r\n<ul>\r\n	<li>Downloading, placing, emailing, sharing or any other way of publishing information that advocates terrorist propaganda, violence or displays death. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\r\n	<li>Causing harm to minors using any methods whatsoever including but not limited to child pornography. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\r\n	<li>Uploading, placing, emailing, sharing or other way of publishing files with fake names, when content doesn\'t match with filename.</li>\r\n	<li>Uploading, placing, emailing, sharing or other way of publishing information that does not comply with patent, copyright or trademark laws, discloses trade secrets or interferes with any other property rights.</li>\r\n</ul>\r\n<b>8.1 Illegal content/Adult content</b>\r\n\r\nRamacpa.com does not support or allow websites containing illegal content as well as other forms of transferring illegal or obscene materials and information that induce individuals to committing illegal action including gambling, illegal arms\' trade, advertising and publishing materials that may break the legislation on sexism and racism.\r\n\r\nRamacpa.com reserves the right to freeze or terminate your registration or transaction without prior notice if you neglect the Agreement.\r\n\r\nFurthermore, in cases of infringement of the Agreement by the Client Ramacpa.com will actively participate in helping legal authorities and the government with gathering and providing the information on the Client, the Client\'s website, illegal or obscene information maintenance and individuals capable of acquiring access or using the illegal or obscene content.\r\n\r\n<b>8.2 Illegal action</b>\r\n\r\nThe Client must not commit or allow illegal or destructive action including but not limited to publishing of discrediting, scandalous private information concerning any person without the consent of the latter or intentionally causing moral harm.\r\n\r\n<b>8.3 Access and intervention</b>\r\n\r\nIntervention or attempts at breaking into the information system as well as attempts at influencing Ramacpa.com\'s ability to provide services are strictly prohibited and are subject to criminal or civil liability. Examples of such intervention include, but are not limited to:\r\n<ul>\r\n	<li>Unauthorized access to Ramacpa.com Service, including attempts at checking and scanning the system for accessibility and security or trying to break through the information security system without the consent of Ramacpa.com Service.</li>\r\n	<li>Interference with the process of providing services to any Client or to a group of Clients including but not limited to flooding or intentional attempts at overloading the system.</li>\r\n	<li>Use of devices, software or code with the purposes of interfering with Ramacpa.com Service provision.</li>\r\n	<li>Any action that is targeted at destroying Ramacpa.com infrastructure.</li>\r\n</ul>\r\nThe Clients has no right to decompile, assort, decrypt, isolate, redesign or in any other way try to deduce the initial code of the program (including utilities, methods, processes and infrastructure) that makes the core part of Ramacpa.com software.\r\n\r\n<b>8.4 System resources abuse</b>\r\n\r\nThe client hereby states that s/he will not make attempts at abusing the system resources of Ramacpa.com service including, but not limited to use of information taking excessive CPU memory or influencing the system\'s throughput; resale of access to the information placed on Ramacpa.com servers.\r\n\r\n<b>8.5 Proprietary rights and trademark legislation</b>\r\n\r\nRamacpa.com Service can be used with lawful purposes only. Transfer, distribution or storage of any materials breaking laws or lawful acts, including laws on export regulation, are forbidden. This includes materials protected by patents, laws on copyright, trademarks, service marks, trade secrets and other intellectual property rights. The client is obliged to receive the preliminary consent of the author in cases when such materials are to be used. By using the Service, you declare and guarantee that you are the author and owner of copyright and/or the owner of due licenses for the represented information. You also declare and guarantee that your information does not break trademark laws and other rights of the third parties. Ramacpa.com reserves the right to suspend or terminate the transaction that breaks or is thought to be breaking the Agreement or any of the laws described above.\r\n\r\n<b>8.6 Other activities</b>\r\n\r\nLawfully or not, Ramacpa.com reserves the right to decide which of the actions appear to be harmful to our Client\'s reputation or activities, including activities preventing users from utilizing the Service or the Internet.\r\n\r\nPlease pay attention that in cases when we find that an account or the information attached to the account breaks one of the rules described above, Ramacpa.com reserves the right to terminate the account and the file transfer. It is also possible that Ramacpa.com will forward complaints and report to legal authorities if necessary. In this case Ramacpa.com will provide active assistance to authorities in the investigation and criminal prosecution of such actions, which presupposes disclosure of the Client\'s account data.\r\n\r\nYou can report terms of use abuse via <a href=\"http://uploading.com/contactus/abuse\">online ticket system </a>. Each complaint shall be dealt with separately. Depending on the outcome, it can eventually lead to terminating the Client\'s account without prior notice.\r\n\r\n<b>9. Disclaimer of warranties</b>\r\n\r\nYou acknowledge and agree that:\r\n<ul>\r\n	<li>You use the Service at your sole risk. Ramacpa.com services are provided on an \"as is\" and \"as available\" basis. Ramacpa.com and its representatives expressly disclaim all warranties including but not limited to the implied warranties of title, merchantability, fitness for a particular purpose and non-infringement. Ramacpa.com and its representatives do not guarantee accuracy, safety and completeness as well as timely provision of services, software and information.</li>\r\n	<li>Ramacpa.com makes no warranty that (i) the Service will meet your requirements,(ii) the Service will be uninterrupted, timely, secure or error-free, (iii) the reliability or accuracy of the results obtained from the Service, (iv) the quality of any products, services, information or other material obtained from the Service will meet your expectations, and (v) any errors in the software will be corrected.</li>\r\n	<li>Any material downloaded or otherwise obtained through the use of the Service is done at your own discretion and risk and you will be solely responsible for any damage or loss of data that results from the download of any such material.</li>\r\n	<li>No advice or information, whether oral or written, obtained by you from the Service shall create any warranty not expressly stated in the given Agreement.</li>\r\n</ul>\r\n<b>10. Disclaimer</b>\r\n\r\nYou agree to compensate the damages, including reasonably necessary legal services\' fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.\r\n\r\n<b>11. Limitations of liability</b>\r\n\r\nYou use Ramacpa.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Ramacpa.com Service. You agree that Ramacpa.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if Ramacpa.com has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\r\n\r\n<b>12. Modifications to the Service and Rules</b>\r\n\r\nWe reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client\'s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\r\n\r\n<b>13. Termination of Service</b>\r\n\r\nRamacpa.com in its sole discretion may file a warning, terminate (permanently or temporarily) or block access to the Service or discontinue the Service and stop providing services to the Client, or remove the Client\'s account record, as well as refuse providing services to the Client in the future in the following cases:\r\n<ul>\r\n	<li>Ramacpa.com has reasons to believe the Client has not been keeping to the rules and regulations described in the Agreement and expressly stated in other instructions.</li>\r\n	<li>The Clients stops payments or owes funds to the Service.</li>\r\n	<li>Ramacpa.com is not capable of checking if the information provided by the Client is correct and accurate.</li>\r\n	<li>Ramacpa.com has reasons to believe that the Client\'s activities may eventually lead to legal responsibility of the Client, as well as other Clients.</li>\r\n</ul>\r\nRamacpa.com reserves the right in its sole discretion to stop providing services or any of its features with or without prior notice. You agree that any termination of your access to the Service may be carried out without prior notice, and acknowledge and agree that Ramacpa.com may immediately deactivate, archive or delete your account and all related information and files in your account and/or block further access to such files or the Service. Furthermore, you agree that Ramacpa.com shall not be responsible to you or any third-party for the termination of your access to the Service.\r\n\r\nThe termination of the Agreement between the Client and Ramacpa.com nullifies the privileges granted to the Client by the Agreement and cancels the responsibilities of Ramacpa.com before the Client.\r\n\r\n<b>14. General information</b>\r\n\r\nIf any item of the Agreement is canceled, the court should execute the intentions of the parties reflected in the item, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement. The inability of Ramacpa.com to undertake measures concerning infringements accomplished by a separate Client or other individuals, does not deprive Ramacpa.com of the right to undertake measures concerning subsequent or similar infringements. Any requirement or claim raised by the Client on any of the items of the given Agreement should be submitted within twelve (12) months starting with the moment of occurrence of the requirement or the basis for the claim.\r\n\r\n<b>14.1 Legal relations</b>\r\n\r\nThe client and Ramacpa.com Service shall be treated as independent contractors. The given Agreement does not provide and does not create such forms of legal relations with the Client as establishment, company, joint venture, labour relations and trading relations.\r\n\r\n<b>14.2 Grant of rights</b>\r\n\r\nThis Agreement does not allow the Client to grant any of his/her rights to anyone or attribute responsibility to another individual. Any attempts at granting these rights shall not have legal force.\r\n\r\n<b>14.3 Force major circumstances</b>\r\n\r\nOur Service providing activities may be discontinued due to certain circumstances of insuperable force. We are not responsible for any setbacks or inability to provide services to Clients as the result of circumstances, direct or indirect, that are described as circumstances beyond control.\r\n\r\n<b>14.4 Interpretation</b>\r\n\r\nIf any of the items of the given Agreement is canceled, the item should be bypassed, with the least damage of interests to both parties, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement.\r\n\r\n<b>15. Abuse management</b>\r\n\r\nIllegal files shall be immediately removed. Moreover, the files shall be added to a special filter that will prevent the files from appearing again. Please report files of the kind to the <a href=\"http://uploading.com/contactus/abuse\">abuse department </a>. Make sure you send us the link to the file.\r\n\r\n&nbsp;\r\n<h2><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></h2>', 'Client Resources', '', 'inherit', 'closed', 'open', '', '39-revision-v1', '', '', '2014-01-21 14:14:57', '2014-01-21 14:14:57', '', 39, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0),
(76, 225, '2018-12-07 13:56:45', '2018-12-07 13:56:45', 'Documents and files can be uploaded here after you sign-in with assigned credentials.\n\n[sp-client-document-manager]\n\n<strong>Disclaimer</strong>\n\n<b>1. RamaCPA.com services</b>\n\nRamaCPA.com offers its services to the Client on condition that the latter agrees to be bound by the Agreement in full. Within the boundaries of the Agreement:\n<ol start=\"1\">\n	<li>\"Client\" (or \"you\") means an individual or a company including its staff and agents, using or intending to use the Service.</li>\n	<li>RamaCPA.com  Accounting \"Service\" means file uploading and communication services provided by RamaCPA.com. We reserve the right to alter or terminate any of the Services.</li>\n</ol>\n<b>2. The right to use File Uploading service.</b>\n\nThe Service is only provided to individuals or corporate organizations (companies) that possess a legal status allowing them to enter into binding legal contracts according to corresponding laws. This is to certify that the Client has authority to be involved in business activity in accordance with the corresponding legislation (within the terms of the Agreement), does not appear to be of business competition to RAMACPA LLC and is of legal age (18 years old or senior) to be able to sign binding contracts as a Client.\n\n<b>3. Ownership</b>\n\nYou acknowledge that all the materials (except for the ones uploaded to the Service)presented on this web page including but not limited to information, documentation, products, product logos, graphics, sounds, GUI, software and services (\"Materials\") provided by ramacpa.com or by a 3rd party - authors, developers, suppliers (\"Intermediaries\") belong to ramacpa.com and/or Intermediaries. Web page elements are protected by law and may not be copied or displayed in full or in part. ramacpa.com,\n\n<b>4. Client\'s account</b><b></b>\n\n<b>4.1 Access responsibilities</b>\n\nClient is fully responsible for all and any attempts at accessing the Service or using the Service (including all the actions and transactions) by authorized or identified users registered on the Clients account with the exception of cases when access to or use of the Service directly results from Ramacpa.com\'s negligence. The Client is responsible for providing conditions on which authorized users will be accessing the Service not taking into account the authorization given to the user by administrator.\n\n<b>5.2 Authorized users</b>\n\nThe Client may appoint trusted users that have authority to use the File Upload Service on condition that the users mentioned are able to step into binding agreements instead of the Client. Furthermore, the Client acknowledges and certifies that the person being registered as a trusted user (\"Authorized user\") possesses the legal rights of the Client.\n\n<b>5.3 Responsibility for user identification and passwords.</b>\n\nThe Client holds full responsibility for keeping the account information safe and confidential (as well as authorized user\'s account information). The Client is also entirely responsible for all the actions carried out via his/her account.\n\n<b>5.4 Unauthorized use report</b>\n\nThe Client hereby states that s/he will immediately report any circumstances that point at the fact that the account or account information have been accessed on an unauthorized basis. This includes:\n<ul>\n	<li>Getting a confirmation of an order (orders) placed via the Client\'s account that the Client had no intention of placing; any other controversial information.</li>\n	<li>The Client discovers that an unauthorized access to his/her account has taken place.</li>\n</ul>\n<b>6. Client\'s data</b>\n\nThe Client is solely and fully responsible for the information uploaded to ramacpa.com website. The Client is in charge of controlling the uploaded information via the link generated by the Service. ramacpa.com insists that Clients archive data on a regular basis. The Client takes full responsibility for archiving data and lost or irreplaceable data. The Client agrees to store the data in compliance with the law and his/her responsibilities dictated by law. Ramacpa.com removes data after the Agreement becomes invalid. Ramacpa.com reserves the right to store the client\'s data in its archives after it has been deleted and is not to be held responsible for the data in question.\n\n<b>7. Special circumstances</b>\n\nRamacpa.com provides access to the Service and the Client\'s information to Authorized Agents that will be able to present a legal paper signed by the notary and the Client\'s representative. The letter should include assurances of authenticity, responsibilities and obligations necessary for using Ramacpa.com services at discretion of the latter. The client concedes that Ramacpa.com can rely on the letter and the degree of responsibility granted to the person requesting access to the Services and the Client\'s account. Under no circumstances does Ramacpa.com bear obligations to the Client or 3rd parties for relying on the letter or the person with the responsibilities in question.\n\n<b>8. Limited use</b>\n\nYou agree not to use Ramacpa.com Services with the following purposes:\n<ul>\n	<li>Downloading, placing, emailing, sharing or any other way of publishing information that advocates terrorist propaganda, violence or displays death. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\n	<li>Causing harm to minors using any methods whatsoever including but not limited to child pornography. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\n	<li>Uploading, placing, emailing, sharing or other way of publishing files with fake names, when content doesn\'t match with filename.</li>\n	<li>Uploading, placing, emailing, sharing or other way of publishing information that does not comply with patent, copyright or trademark laws, discloses trade secrets or interferes with any other property rights.</li>\n</ul>\n<b>8.1 Illegal content/Adult content</b>\n\nRamacpa.com does not support or allow websites containing illegal content as well as other forms of transferring illegal or obscene materials and information that induce individuals to committing illegal action including gambling, illegal arms\' trade, advertising and publishing materials that may break the legislation on sexism and racism.\n\nRamacpa.com reserves the right to freeze or terminate your registration or transaction without prior notice if you neglect the Agreement.\n\nFurthermore, in cases of infringement of the Agreement by the Client Ramacpa.com will actively participate in helping legal authorities and the government with gathering and providing the information on the Client, the Client\'s website, illegal or obscene information maintenance and individuals capable of acquiring access or using the illegal or obscene content.\n\n<b>8.2 Illegal action</b>\n\nThe Client must not commit or allow illegal or destructive action including but not limited to publishing of discrediting, scandalous private information concerning any person without the consent of the latter or intentionally causing moral harm.\n\n<b>8.3 Access and intervention</b>\n\nIntervention or attempts at breaking into the information system as well as attempts at influencing Ramacpa.com\'s ability to provide services are strictly prohibited and are subject to criminal or civil liability. Examples of such intervention include, but are not limited to:\n<ul>\n	<li>Unauthorized access to Ramacpa.com Service,<a style=\"color: #555555; text-decoration: none;\" href=\"https://abetterwayinhomecare.com/in-home-care-in-los-angeles.html\">Los Angeles care</a> including attempts at checking and scanning the system for accessibility and security or trying to break through the information security system without the consent of Ramacpa.com Service.</li>\n	<li>Interference with the process of providing services to any Client or to a group of Clients including but not limited to flooding or intentional attempts at overloading the system.</li>\n	<li>Use of devices, software or code with the purposes of interfering with Ramacpa.com Service provision.</li>\n	<li>Any action that is targeted at destroying Ramacpa.com infrastructure.</li>\n</ul>\nThe Clients has no right to decompile, assort, decrypt, isolate, redesign or in any other way try to deduce the initial code of the program (including utilities, methods, processes and infrastructure) that makes the core part of Ramacpa.com software.\n\n<b>8.4 System resources abuse</b>\n\nThe client hereby states that s/he will not make attempts at abusing the system resources of Ramacpa.com service including, but not limited to use of information taking excessive CPU memory or influencing the system\'s throughput; resale of access to the information placed on Ramacpa.com servers.\n\n<b>8.5 Proprietary rights and trademark legislation</b>\n\nRamacpa.com Service can be used with lawful purposes only. Transfer, distribution or storage of any materials breaking laws or lawful acts, including laws on export regulation, are forbidden. This includes materials protected by patents, laws on copyright, trademarks, service marks, trade secrets and other intellectual property rights. The client is obliged to receive the preliminary consent of the author in cases when such materials are to be used. By using the Service, you declare and guarantee that you are the author and owner of copyright and/or the owner of due licenses for the represented information. You also declare and guarantee that your information does not break trademark laws and other rights of the third parties. Ramacpa.com reserves the right to suspend or terminate the transaction that breaks or is thought to be breaking the Agreement or any of the laws described above.\n\n<b>8.6 Other activities</b>\n\nLawfully or not, Ramacpa.com reserves the right to decide which of the actions appear to be harmful to our Client\'s reputation or activities, including activities preventing users from utilizing the Service or the Internet.\n\nPlease pay attention that in cases when we find that an account or the information attached to the account breaks one of the rules described above, Ramacpa.com reserves the right to terminate the account and the file transfer. It is also possible that Ramacpa.com will forward complaints and report to legal authorities if necessary. In this case Ramacpa.com will provide active assistance to authorities in the investigation and criminal prosecution of such actions, which presupposes disclosure of the Client\'s account data.\n\nYou can report terms of use abuse via <a href=\"http://uploading.com/contactus/abuse\">online ticket system </a>. Each complaint shall be dealt with separately. Depending on the outcome, it can eventually lead to terminating the Client\'s account without prior notice.\n\n<b>9. Disclaimer of warranties</b>\n\nYou acknowledge and agree that:\n<ul>\n	<li>You use the Service at your sole risk. Ramacpa.com services are provided on an \"as is\" and \"as available\" basis. Ramacpa.com and its representatives expressly disclaim all warranties including but not limited to the implied warranties of title, merchantability, fitness for a particular purpose and non-infringement. Ramacpa.com and its representatives do not guarantee accuracy, safety and completeness as well as timely provision of services, software and information.</li>\n	<li>Ramacpa.com makes no warranty that (i) the Service will meet your requirements,(ii) the Service will be uninterrupted, timely, secure or error-free, (iii) the reliability or accuracy of the results obtained from the Service, (iv) the quality of any products, services, information or other material obtained from the Service will meet your expectations, and (v) any errors in the software will be corrected.</li>\n	<li>Any material downloaded or otherwise obtained through the use of the Service is done at your own discretion and risk and you will be solely responsible for any damage or loss of data that results from the download of any such material.</li>\n	<li>No advice or information, whether oral or written, obtained by you from the Service shall create any warranty not expressly stated in the given Agreement.</li>\n</ul>\n<b>10. Disclaimer</b>\n\nYou agree to compensate the damages, including reasonably necessary legal services\' fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.\n\n<b>11. Limitations of liability</b>\n\nYou use Ramacpa.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Ramacpa.com Service. You agree that Ramacpa.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if Ramacpa.com has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\n\n<b>12. Modifications to the Service and Rules</b>\n\nWe reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client\'s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\n\n<b>13. Termination of Service</b>\n\nRamacpa.com in its sole discretion may file a warning, terminate (permanently or temporarily) or block access to the Service or discontinue the Service and stop providing services to the Client, or remove the Client\'s account record, as well as refuse providing services to the Client in the future in the following cases:\n<ul>\n	<li>Ramacpa.com has reasons to believe the Client has not been keeping to the rules and regulations described in the Agreement and expressly stated in other instructions.</li>\n	<li>The Clients stops payments or owes funds to the Service.</li>\n	<li>Ramacpa.com is not capable of checking if the information provided by the Client is correct and accurate.</li>\n	<li>Ramacpa.com has reasons to believe that the Client\'s activities may eventually lead to legal responsibility of the Client, as well as other Clients.</li>\n</ul>\nRamacpa.com reserves the right in its sole discretion to stop providing services or any of its features with or without prior notice. You agree that any termination of your access to the Service may be carried out without prior notice, and acknowledge and agree that Ramacpa.com may immediately deactivate, archive or delete your account and all related information and files in your account and/or block further access to such files or the Service. Furthermore, you agree that Ramacpa.com shall not be responsible to you or any third-party for the termination of your access to the Service.\n\nThe termination of the Agreement between the Client and Ramacpa.com nullifies the privileges granted to the Client by the Agreement and cancels the responsibilities of Ramacpa.com before the Client.\n\n<b>14. General information</b>\n\nIf any item of the Agreement is canceled, the court should execute the intentions of the parties reflected in the item, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement. The inability of Ramacpa.com to undertake measures concerning infringements accomplished by a separate Client or other individuals, does not deprive Ramacpa.com of the right to undertake measures concerning subsequent or similar infringements. Any requirement or claim raised by the Client on any of the items of the given Agreement should be submitted within twelve (12) months starting with the moment of occurrence of the requirement or the basis for the claim.\n\n<b>14.1 Legal relations</b>\n\nThe client and Ramacpa.com Service shall be treated as independent contractors. The given Agreement does not provide and does not create such forms of legal relations with the Client as establishment, company, joint venture, labour relations and trading relations.\n\n<b>14.2 Grant of rights</b>\n\nThis Agreement does not allow the Client to grant any of his/her rights to anyone or attribute responsibility to another individual. Any attempts at granting these rights shall not have legal force.\n\n<b>14.3 Force major circumstances</b>\n\nOur Service providing activities may be discontinued due to certain circumstances of insuperable force. We are not responsible for any setbacks or inability to provide services to Clients as the result of circumstances, direct or indirect, that are described as circumstances beyond control.\n\n<b>14.4 Interpretation</b>\n\nIf any of the items of the given Agreement is canceled, the item should be bypassed, with the least damage of interests to both parties, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement.\n\n<b>15. Abuse management</b>\n\nIllegal files shall be immediately removed. Moreover, the files shall be added to a special filter that will prevent the files from appearing again. Please report files of the kind to the <a href=\"http://uploading.com/contactus/abuse\">abuse department </a>. Make sure you send us the link to the file.\n\n&nbsp;\n<h2><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></h2>', 'Client Resources', '', 'inherit', 'closed', 'open', '', '39-autosave-v1', '', '', '2018-12-07 13:56:45', '2018-12-07 13:56:45', '', 39, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(77, 225, '2018-12-07 13:57:24', '2018-12-07 13:57:24', 'Documents and files can be uploaded here after you sign-in with assigned credentials.\r\n\r\n[sp-client-document-manager]\r\n\r\n<strong>Disclaimer</strong>\r\n\r\n<b>1. RamaCPA.com services</b>\r\n\r\nRamaCPA.com offers its services to the Client on condition that the latter agrees to be bound by the Agreement in full. Within the boundaries of the Agreement:\r\n<ol start=\"1\">\r\n	<li>\"Client\" (or \"you\") means an individual or a company including its staff and agents, using or intending to use the Service.</li>\r\n	<li>RamaCPA.com  Accounting \"Service\" means file uploading and communication services provided by RamaCPA.com. We reserve the right to alter or terminate any of the Services.</li>\r\n</ol>\r\n<b>2. The right to use File Uploading service.</b>\r\n\r\nThe Service is only provided to individuals or corporate organizations (companies) that possess a legal status allowing them to enter into binding legal contracts according to corresponding laws. This is to certify that the Client has authority to be involved in business activity in accordance with the corresponding legislation (within the terms of the Agreement), does not appear to be of business competition to RAMACPA LLC and is of legal age (18 years old or senior) to be able to sign binding contracts as a Client.\r\n\r\n<b>3. Ownership</b>\r\n\r\nYou acknowledge that all the materials (except for the ones uploaded to the Service)presented on this web page including but not limited to information, documentation, products, product logos, graphics, sounds, GUI, software and services (\"Materials\") provided by ramacpa.com or by a 3rd party - authors, developers, suppliers (\"Intermediaries\") belong to ramacpa.com and/or Intermediaries. Web page elements are protected by law and may not be copied or displayed in full or in part. ramacpa.com,\r\n\r\n<b>4. Client\'s account</b><b></b>\r\n\r\n<b>4.1 Access responsibilities</b>\r\n\r\nClient is fully responsible for all and any attempts at accessing the Service or using the Service (including all the actions and transactions) by authorized or identified users registered on the Clients account with the exception of cases when access to or use of the Service directly results from Ramacpa.com\'s negligence. The Client is responsible for providing conditions on which authorized users will be accessing the Service not taking into account the authorization given to the user by administrator.\r\n\r\n<b>5.2 Authorized users</b>\r\n\r\nThe Client may appoint trusted users that have authority to use the File Upload Service on condition that the users mentioned are able to step into binding agreements instead of the Client. Furthermore, the Client acknowledges and certifies that the person being registered as a trusted user (\"Authorized user\") possesses the legal rights of the Client.\r\n\r\n<b>5.3 Responsibility for user identification and passwords.</b>\r\n\r\nThe Client holds full responsibility for keeping the account information safe and confidential (as well as authorized user\'s account information). The Client is also entirely responsible for all the actions carried out via his/her account.\r\n\r\n<b>5.4 Unauthorized use report</b>\r\n\r\nThe Client hereby states that s/he will immediately report any circumstances that point at the fact that the account or account information have been accessed on an unauthorized basis. This includes:\r\n<ul>\r\n	<li>Getting a confirmation of an order (orders) placed via the Client\'s account that the Client had no intention of placing; any other controversial information.</li>\r\n	<li>The Client discovers that an unauthorized access to his/her account has taken place.</li>\r\n</ul>\r\n<b>6. Client\'s data</b>\r\n\r\nThe Client is solely and fully responsible for the information uploaded to ramacpa.com website. The Client is in charge of controlling the uploaded information via the link generated by the Service. ramacpa.com insists that Clients archive data on a regular basis. The Client takes full responsibility for archiving data and lost or irreplaceable data. The Client agrees to store the data in compliance with the law and his/her responsibilities dictated by law. Ramacpa.com removes data after the Agreement becomes invalid. Ramacpa.com reserves the right to store the client\'s data in its archives after it has been deleted and is not to be held responsible for the data in question.\r\n\r\n<b>7. Special circumstances</b>\r\n\r\nRamacpa.com provides access to the Service and the Client\'s information to Authorized Agents that will be able to present a legal paper signed by the notary and the Client\'s representative. The letter should include assurances of authenticity, responsibilities and obligations necessary for using Ramacpa.com services at discretion of the latter. The client concedes that Ramacpa.com can rely on the letter and the degree of responsibility granted to the person requesting access to the Services and the Client\'s account. Under no circumstances does Ramacpa.com bear obligations to the Client or 3rd parties for relying on the letter or the person with the responsibilities in question.\r\n\r\n<b>8. Limited use</b>\r\n\r\nYou agree not to use Ramacpa.com Services with the following purposes:\r\n<ul>\r\n	<li>Downloading, placing, emailing, sharing or any other way of publishing information that advocates terrorist propaganda, violence or displays death. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\r\n	<li>Causing harm to minors using any methods whatsoever including but not limited to child pornography. In cases when we consider such information to be extremely serious, it will be reported to authorities and/or to ISP members.</li>\r\n	<li>Uploading, placing, emailing, sharing or other way of publishing files with fake names, when content doesn\'t match with filename.</li>\r\n	<li>Uploading, placing, emailing, sharing or other way of publishing information that does not comply with patent, copyright or trademark laws, discloses trade secrets or interferes with any other property rights.</li>\r\n</ul>\r\n<b>8.1 Illegal content/Adult content</b>\r\n\r\nRamacpa.com does not support or allow websites containing illegal content as well as other forms of transferring illegal or obscene materials and information that induce individuals to committing illegal action including gambling, illegal arms\' trade, advertising and publishing materials that may break the legislation on sexism and racism.\r\n\r\nRamacpa.com reserves the right to freeze or terminate your registration or transaction without prior notice if you neglect the Agreement.\r\n\r\nFurthermore, in cases of infringement of the Agreement by the Client Ramacpa.com will actively participate in helping legal authorities and the government with gathering and providing the information on the Client, the Client\'s website, illegal or obscene information maintenance and individuals capable of acquiring access or using the illegal or obscene content.\r\n\r\n<b>8.2 Illegal action</b>\r\n\r\nThe Client must not commit or allow illegal or destructive action including but not limited to publishing of discrediting, scandalous private information concerning any person without the consent of the latter or intentionally causing moral harm.\r\n\r\n<b>8.3 Access and intervention</b>\r\n\r\nIntervention or attempts at breaking into the information system as well as attempts at influencing Ramacpa.com\'s ability to provide services are strictly prohibited and are subject to criminal or civil liability. Examples of such intervention include, but are not limited to:\r\n<ul>\r\n	<li>Unauthorized access to Ramacpa.com Service,<a style=\"color: #333333; text-decoration: none;\" href=\"https://actionsolar.net/san-diego/solar-panels-installers/san-marcos\">actionsolar.net</a> including attempts at checking and scanning the system for accessibility and security or trying to break through the information security system without the consent of Ramacpa.com Service.</li>\r\n	<li>Interference with the process of providing services to any Client or to a group of Clients including but not limited to flooding or intentional attempts at overloading the system.</li>\r\n	<li>Use of devices, software or code with the purposes of interfering with Ramacpa.com Service provision.</li>\r\n	<li>Any action that is targeted at destroying Ramacpa.com infrastructure.</li>\r\n</ul>\r\nThe Clients has no right to decompile, assort, decrypt, isolate, redesign or in any other way try to deduce the initial code of the program (including utilities, methods, processes and infrastructure) that makes the core part of Ramacpa.com software.\r\n\r\n<b>8.4 System resources abuse</b>\r\n\r\nThe client hereby states that s/he will not make attempts at abusing the system resources of Ramacpa.com service including, but not limited to use of information taking excessive CPU memory or influencing the system\'s throughput; resale of access to the information placed on Ramacpa.com servers.\r\n\r\n<b>8.5 Proprietary rights and trademark legislation</b>\r\n\r\nRamacpa.com Service can be used with lawful purposes only. Transfer, distribution or storage of any materials breaking laws or lawful acts, including laws on export regulation, are forbidden. This includes materials protected by patents, laws on copyright, trademarks, service marks, trade secrets and other intellectual property rights. The client is obliged to receive the preliminary consent of the author in cases when such materials are to be used. By using the Service, you declare and guarantee that you are the author and owner of copyright and/or the owner of due licenses for the represented information. You also declare and guarantee that your information does not break trademark laws and other rights of the third parties. Ramacpa.com reserves the right to suspend or terminate the transaction that breaks or is thought to be breaking the Agreement or any of the laws described above.\r\n\r\n<b>8.6 Other activities</b>\r\n\r\nLawfully or not, Ramacpa.com reserves the right to decide which of the actions appear to be harmful to our Client\'s reputation or activities, including activities preventing users from utilizing the Service or the Internet.\r\n\r\nPlease pay attention that in cases when we find that an account or the information attached to the account breaks one of the rules described above, Ramacpa.com reserves the right to terminate the account and the file transfer. It is also possible that Ramacpa.com will forward complaints and report to legal authorities if necessary. In this case Ramacpa.com will provide active assistance to authorities in the investigation and criminal prosecution of such actions, which presupposes disclosure of the Client\'s account data.\r\n\r\nYou can report terms of use abuse via <a href=\"http://uploading.com/contactus/abuse\">online ticket system </a>. Each complaint shall be dealt with separately. Depending on the outcome, it can eventually lead to terminating the Client\'s account without prior notice.\r\n\r\n<b>9. Disclaimer of warranties</b>\r\n\r\nYou acknowledge and agree that:\r\n<ul>\r\n	<li>You use the Service at your sole risk. Ramacpa.com services are provided on an \"as is\" and \"as available\" basis. Ramacpa.com and its representatives expressly disclaim all warranties including but not limited to the implied warranties of title, merchantability, fitness for a particular purpose and non-infringement. Ramacpa.com and its representatives do not guarantee accuracy, safety and completeness as well as timely provision of services, software and information.</li>\r\n	<li>Ramacpa.com makes no warranty that (i) the Service will meet your requirements,(ii) the Service will be uninterrupted, timely, secure or error-free, (iii) the reliability or accuracy of the results obtained from the Service, (iv) the quality of any products, services, information or other material obtained from the Service will meet your expectations, and (v) any errors in the software will be corrected.</li>\r\n	<li>Any material downloaded or otherwise obtained through the use of the Service is done at your own discretion and risk and you will be solely responsible for any damage or loss of data that results from the download of any such material.</li>\r\n	<li>No advice or information, whether oral or written, obtained by you from the Service shall create any warranty not expressly stated in the given Agreement.</li>\r\n</ul>\r\n<b>10. Disclaimer</b>\r\n\r\nYou agree to compensate the damages, including reasonably necessary legal services\' fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.\r\n\r\n<b>11. Limitations of liability</b>\r\n\r\nYou use Ramacpa.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Ramacpa.com Service. You agree that Ramacpa.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if Ramacpa.com has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\r\n\r\n<b>12. Modifications to the Service and Rules</b>\r\n\r\nWe reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client\'s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\r\n\r\n<b>13. Termination of Service</b>\r\n\r\nRamacpa.com in its sole discretion may file a warning, terminate (permanently or temporarily) or block access to the Service or discontinue the Service and stop providing services to the Client, or remove the Client\'s account record, as well as refuse providing services to the Client in the future in the following cases:\r\n<ul>\r\n	<li>Ramacpa.com has reasons to believe the Client has not been keeping to the rules and regulations described in the Agreement and expressly stated in other instructions.</li>\r\n	<li>The Clients stops payments or owes funds to the Service.</li>\r\n	<li>Ramacpa.com is not capable of checking if the information provided by the Client is correct and accurate.</li>\r\n	<li>Ramacpa.com has reasons to believe that the Client\'s activities may eventually lead to legal responsibility of the Client, as well as other Clients.</li>\r\n</ul>\r\nRamacpa.com reserves the right in its sole discretion to stop providing services or any of its features with or without prior notice. You agree that any termination of your access to the Service may be carried out without prior notice, and acknowledge and agree that Ramacpa.com may immediately deactivate, archive or delete your account and all related information and files in your account and/or block further access to such files or the Service. Furthermore, you agree that Ramacpa.com shall not be responsible to you or any third-party for the termination of your access to the Service.\r\n\r\nThe termination of the Agreement between the Client and Ramacpa.com nullifies the privileges granted to the Client by the Agreement and cancels the responsibilities of Ramacpa.com before the Client.\r\n\r\n<b>14. General information</b>\r\n\r\nIf any item of the Agreement is canceled, the court should execute the intentions of the parties reflected in the item, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement. The inability of Ramacpa.com to undertake measures concerning infringements accomplished by a separate Client or other individuals, does not deprive Ramacpa.com of the right to undertake measures concerning subsequent or similar infringements. Any requirement or claim raised by the Client on any of the items of the given Agreement should be submitted within twelve (12) months starting with the moment of occurrence of the requirement or the basis for the claim.\r\n\r\n<b>14.1 Legal relations</b>\r\n\r\nThe client and Ramacpa.com Service shall be treated as independent contractors. The given Agreement does not provide and does not create such forms of legal relations with the Client as establishment, company, joint venture, labour relations and trading relations.\r\n\r\n<b>14.2 Grant of rights</b>\r\n\r\nThis Agreement does not allow the Client to grant any of his/her rights to anyone or attribute responsibility to another individual. Any attempts at granting these rights shall not have legal force.\r\n\r\n<b>14.3 Force major circumstances</b>\r\n\r\nOur Service providing activities may be discontinued due to certain circumstances of insuperable force. We are not responsible for any setbacks or inability to provide services to Clients as the result of circumstances, direct or indirect, that are described as circumstances beyond control.\r\n\r\n<b>14.4 Interpretation</b>\r\n\r\nIf any of the items of the given Agreement is canceled, the item should be bypassed, with the least damage of interests to both parties, while other items of the Agreement continue to operate in full. Headings for items in the Agreement serve for convenience only and do not define, limit, interpret, or describe any item of the Agreement.\r\n\r\n<b>15. Abuse management</b>\r\n\r\nIllegal files shall be immediately removed. Moreover, the files shall be added to a special filter that will prevent the files from appearing again. Please report files of the kind to the <a href=\"http://uploading.com/contactus/abuse\">abuse department </a>. Make sure you send us the link to the file.\r\n\r\n&nbsp;\r\n<h2><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></h2>', 'Client Resources', '', 'inherit', 'closed', 'open', '', '39-revision-v1', '', '', '2018-12-07 13:57:24', '2018-12-07 13:57:24', '', 39, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0),
(84, 225, '2019-01-18 04:02:06', '2019-01-18 04:02:06', 'We reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client’s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\n\nYou use Ramacpa.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Ramacpa.com Service. You agree that Ramacpa.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if Ramacpa.com has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\n\n\nYou agree to compensate the damages, including reasonably necessary legal services’ fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.', 'Modifications to the Service', '', 'inherit', 'closed', 'open', '', '1-autosave-v1', '', '', '2019-01-18 04:02:06', '2019-01-18 04:02:06', '', 1, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0),
(93, 225, '2019-03-24 12:23:44', '2019-03-24 12:23:44', 'We reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client’s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice which makes the process by <a href=\"https://www.emergencyhomesolutionsoc.com/mold/removal/laguna-niguel/\" style=\"border: none; color: #666666 ; font-weight: normal !important; text-decoration: none;\">mold removal at emergencyhomesolutionsoc.com</a>. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\r\n\r\nYou agree to compensate the damages, including reasonably necessary legal services’ fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.', 'Service Process', '', 'inherit', 'closed', 'open', '', '92-revision-v1', '', '', '2019-03-24 12:23:44', '2019-03-24 12:23:44', '', 92, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0),
(85, 225, '2019-01-18 04:02:46', '2019-01-18 04:02:46', 'We reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client’s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\r\n\r\nYou use Ramacpa.com Service at your sole risk. If you are by any reason not satisfied with any of the aspects of the Service or the given Agreement, as well as other rules, you are free to terminate the Agreement and stop using Ramacpa.com Service. You agree that Ramacpa.com shall not be held responsible for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses ( even if <a href=\"http://www.ddwklaw.com/\"style=\"border: none; color: #333333; font-weight: normal !important; text-decoration: none;\">ddwklaw.com san diego ca</a> has been warned and advised of the possibility of such damages), resulting from: (i) The use or the inability to use the service; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services obtained or messages received or transactions entered using the Service; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct od any third party on the Service; or (v) any other mater relating to the Service.\r\n\r\n\r\nYou agree to compensate the damages, including reasonably necessary legal services’ fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.', 'Modifications to the Service', '', 'inherit', 'closed', 'open', '', '1-revision-v1', '', '', '2019-01-18 04:02:46', '2019-01-18 04:02:46', '', 1, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0),
(92, 225, '2014-03-24 12:21:37', '2014-03-24 12:21:37', 'We reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client’s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice which makes the process by <a href=\"https://www.emergencyhomesolutionsoc.com/mold/removal/laguna-niguel/\" style=\"border: none; color: #666666 ; font-weight: normal !important; text-decoration: none;\">mold removal at emergencyhomesolutionsoc.com</a>. The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\r\n\r\nYou agree to compensate the damages, including reasonably necessary legal services’ fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.', 'Service Process', '', 'publish', 'closed', 'open', '', 'service-process', '', '', '2019-03-24 12:23:44', '2019-03-24 12:23:44', '', 0, 'http://ramacpa.com/wordpress/?p=92', 0, 'post', '', 0),
(94, 225, '2019-03-24 12:26:54', '2019-03-24 12:26:54', 'We reserve the right at any time to modify or discontinue the work of the Service with or without notice, temporarily or permanently. You agree that Ramacpa.com shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Service. You expressly acknowledge that we can establish general practices and restrictions upon the use of the Service, including the maximum size of the Client’s disk space on Ramacpa.com servers as well as the number of references (and their duration) to the Service for a certain period of time. You also realize that Ramacpa.com has the right to change Service fees without prior notice . The change of the tariff takes place as soon as the previous Agreement needs to be renewed to remain valid.\n\nYou agree to compensate the damages, including reasonably necessary legal services’ fees, and not to hold Ramacpa.com and its affiliates and branches, management, employees and agents responsible for any claims and requirements based on your use of the Service; or infringement of the present Agreement by you or other policies, decisions and conditions by Ramacpa.com.', 'Service Process', '', 'inherit', 'closed', 'open', '', '92-autosave-v1', '', '', '2019-03-24 12:26:54', '2019-03-24 12:26:54', '', 92, 'http://ramacpa.com/wordpress/clients', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_signups`
--

CREATE TABLE `wp_signups` (
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  `title` longtext NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `activation_key` varchar(50) NOT NULL DEFAULT '',
  `meta` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sp_cu`
--

CREATE TABLE `wp_sp_cu` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `file` varchar(255) NOT NULL,
  `notes` text NOT NULL,
  `tags` text NOT NULL,
  `uid` int(11) NOT NULL,
  `cid` int(11) NOT NULL,
  `pid` int(11) NOT NULL,
  `parent` int(11) NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sp_cu_cats`
--

CREATE TABLE `wp_sp_cu_cats` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_sp_cu_cats`
--

INSERT INTO `wp_sp_cu_cats` (`id`, `name`) VALUES
(1, 'Clients'),
(2, 'Company');

-- --------------------------------------------------------

--
-- Table structure for table `wp_sp_cu_forms`
--

CREATE TABLE `wp_sp_cu_forms` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `template` text NOT NULL,
  `type` varchar(255) NOT NULL,
  `defaults` text NOT NULL,
  `sort` int(11) NOT NULL DEFAULT '0',
  `required` varchar(11) NOT NULL DEFAULT 'No'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sp_cu_form_entries`
--

CREATE TABLE `wp_sp_cu_form_entries` (
  `id` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `fid` int(11) NOT NULL,
  `value` varchar(255) NOT NULL,
  `file_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sp_cu_groups`
--

CREATE TABLE `wp_sp_cu_groups` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `locked` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sp_cu_groups_assign`
--

CREATE TABLE `wp_sp_cu_groups_assign` (
  `id` int(11) NOT NULL,
  `gid` int(11) NOT NULL,
  `uid` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_sp_cu_project`
--

CREATE TABLE `wp_sp_cu_project` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `uid` int(11) NOT NULL,
  `parent` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Main', 'main', 0),
(3, 'In Progress', 'in-progress', 0),
(4, 'Initial Draft', 'initial-draft', 0),
(5, 'Under Review', 'under-review', 0),
(6, 'Final', 'final', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(54, 2, 0),
(55, 2, 0),
(64, 2, 0),
(92, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'nav_menu', '', 0, 3),
(3, 3, 'workflow_state', 'Document is in the process of being written', 0, 0),
(4, 4, 'workflow_state', 'Document is being edited and refined', 0, 0),
(5, 5, 'workflow_state', 'Document is pending final review', 0, 0),
(6, 6, 'workflow_state', 'Document is in its final form', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_userfile_category`
--

CREATE TABLE `wp_userfile_category` (
  `id` int(11) NOT NULL,
  `category` varchar(50) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_userfile_category`
--

INSERT INTO `wp_userfile_category` (`id`, `category`) VALUES
(1, 'misc'),
(2, 'Tax');

-- --------------------------------------------------------

--
-- Table structure for table `wp_userfile_data`
--

CREATE TABLE `wp_userfile_data` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `category` varchar(50) DEFAULT NULL,
  `filename` varchar(500) NOT NULL,
  `description` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_userfile_data`
--

INSERT INTO `wp_userfile_data` (`id`, `user_id`, `category`, `filename`, `description`) VALUES
(1, 2, 'misc', 'asoftlogo.png', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_userfile_icons`
--

CREATE TABLE `wp_userfile_icons` (
  `id` int(11) NOT NULL,
  `extension` varchar(10) NOT NULL,
  `image` varchar(500) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_userfile_icons`
--

INSERT INTO `wp_userfile_icons` (`id`, `extension`, `image`) VALUES
(1, 'pdf', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/pdf.jpg'),
(2, 'doc', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/word.jpg'),
(3, 'docx', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/word.jpg'),
(4, 'txt', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/word.jpg'),
(5, 'jpg', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/jpg.jpg'),
(6, 'png', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/jpg.jpg'),
(7, 'gif', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/jpg.jpg'),
(8, 'jpeg', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/jpg.jpg'),
(9, 'xls', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/excel.jpg'),
(10, 'zip', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/zip.jpg'),
(11, 'rar', 'http://ramacpa.com/wordpress/wp-content/plugins/user-files/img/zip.jpg');

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '72'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),
(17, 1, 'nav_menu_recently_edited', '2'),
(18, 1, 'default_password_nag', ''),
(19, 2, 'first_name', 'Bhasker'),
(20, 2, 'last_name', 'Nayini'),
(21, 2, 'nickname', 'bhasker'),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'comment_shortcuts', 'false'),
(25, 2, 'admin_color', 'fresh'),
(26, 2, 'use_ssl', '0'),
(27, 2, 'show_admin_bar_front', 'true'),
(28, 2, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(29, 2, 'wp_user_level', '0'),
(30, 2, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(31, 2, 'wp_user-settings', 'mfold=o'),
(32, 2, 'wp_user-settings-time', '1388956679'),
(33, 1, 'wp_user-settings', 'mfold=o'),
(34, 1, 'wp_user-settings-time', '1388957013'),
(35, 2, 'wp_document_revisions_feed_key', 'yD9nXTYXc6beuu5EdBIJjASbEEXqk3Eu'),
(36, 2, 'last_project', ''),
(37, 2, 'last_project', ''),
(38, 1, 'wp_document_revisions_feed_key', 'qz49tKv6YPcsdxEbx4giPV8bxDZfYZLz'),
(131, 8, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(130, 8, 'wp_user_level', '10'),
(129, 8, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(128, 8, 'show_admin_bar_front', 'true'),
(127, 8, 'use_ssl', '0'),
(126, 8, 'admin_color', 'fresh'),
(123, 8, 'description', ''),
(124, 8, 'rich_editing', 'true'),
(125, 8, 'comment_shortcuts', 'false'),
(122, 8, 'nickname', 'sp_support'),
(52, 1, 'closedpostboxes_page', 'a:0:{}'),
(53, 1, 'metaboxhidden_page', 'a:6:{i:0;s:12:\"postimagediv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(295, 21, 'nickname', 'bnayini'),
(296, 21, 'description', ''),
(297, 21, 'rich_editing', 'true'),
(120, 8, 'first_name', 'Bhas'),
(121, 8, 'last_name', 'Nayini'),
(298, 21, 'comment_shortcuts', 'false'),
(299, 21, 'admin_color', 'fresh'),
(300, 21, 'use_ssl', '0'),
(59, 4, 'first_name', 'Rama Rao'),
(60, 4, 'last_name', 'Bhimavarapu'),
(61, 4, 'nickname', 'ramarao'),
(62, 4, 'description', ''),
(63, 4, 'rich_editing', 'true'),
(64, 4, 'comment_shortcuts', 'false'),
(65, 4, 'admin_color', 'fresh'),
(66, 4, 'use_ssl', '0'),
(67, 4, 'show_admin_bar_front', 'true'),
(68, 4, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(69, 4, 'wp_user_level', '10'),
(70, 4, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(294, 21, 'last_name', 'Nayini'),
(293, 21, 'first_name', 'BN'),
(292, 20, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(291, 20, 'wp_user_level', '0'),
(290, 20, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(287, 20, 'admin_color', 'fresh'),
(288, 20, 'use_ssl', '0'),
(289, 20, 'show_admin_bar_front', 'true'),
(286, 20, 'comment_shortcuts', 'false'),
(285, 20, 'rich_editing', 'true'),
(284, 20, 'description', ''),
(283, 20, 'nickname', 'aptivasoft'),
(282, 20, 'last_name', 'Soft'),
(91, 4, 'last_project', '0'),
(92, 4, 'wp_dashboard_quick_press_last_post_id', '71'),
(349, 4, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:1;s:15:\"lock_expiration\";i:1571029075;s:10:\"unlock_key\";s:20:\"anwqRsK2EW3geHDgZSfn\";s:21:\"failed_login_attempts\";a:5:{i:0;a:2:{s:4:\"time\";i:1570942674;s:2:\"ip\";s:13:\"50.62.176.234\";}i:1;a:2:{s:4:\"time\";i:1570942674;s:2:\"ip\";s:13:\"50.62.176.234\";}i:2;a:2:{s:4:\"time\";i:1570942675;s:2:\"ip\";s:13:\"50.62.176.234\";}i:3;a:2:{s:4:\"time\";i:1570942675;s:2:\"ip\";s:13:\"50.62.176.234\";}i:4;a:2:{s:4:\"time\";i:1570942675;s:2:\"ip\";s:13:\"50.62.176.234\";}}}'),
(347, 23, 'last_project', '0'),
(348, 23, 'last_project', '0'),
(344, 24, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(343, 24, 'show_admin_bar_front', 'true'),
(330, 23, 'wp_document_revisions_feed_key', '40Y5wVxlI31iRsdhpmcPihHMLYEowNVa'),
(331, 23, 'wp_user-settings', 'mfold=o'),
(332, 23, 'wp_user-settings-time', '1459041348'),
(327, 23, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(281, 20, 'first_name', 'Aptiva'),
(133, 8, 'wp_dashboard_quick_press_last_post_id', '63'),
(134, 8, 'last_project', '0'),
(135, 1, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:0;s:15:\"lock_expiration\";i:0;s:10:\"unlock_key\";s:0:\"\";s:21:\"failed_login_attempts\";a:1:{i:0;a:2:{s:4:\"time\";i:1571055706;s:2:\"ip\";s:13:\"185.119.81.50\";}}}'),
(329, 23, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(328, 23, 'wp_user_level', '0'),
(326, 23, 'show_admin_bar_front', 'true'),
(325, 23, 'use_ssl', '0'),
(324, 23, 'admin_color', 'fresh'),
(323, 23, 'comment_shortcuts', 'false'),
(139, 4, 'last_project', '0'),
(346, 24, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(345, 24, 'wp_user_level', '0'),
(319, 23, 'last_name', 'b'),
(320, 23, 'nickname', 'devi'),
(321, 23, 'description', ''),
(322, 23, 'rich_editing', 'true'),
(318, 23, 'first_name', 'devi'),
(317, 22, 'last_project', '0'),
(316, 22, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(315, 22, 'wp_user_level', '0'),
(314, 22, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(313, 22, 'show_admin_bar_front', 'true'),
(309, 22, 'rich_editing', 'true'),
(310, 22, 'comment_shortcuts', 'false'),
(311, 22, 'admin_color', 'fresh'),
(312, 22, 'use_ssl', '0'),
(308, 22, 'description', ''),
(306, 22, 'last_name', 'Nayini'),
(307, 22, 'nickname', 'nayini@yahoo.com'),
(305, 22, 'first_name', 'AB'),
(304, 21, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(303, 21, 'wp_user_level', '0'),
(302, 21, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(301, 21, 'show_admin_bar_front', 'true'),
(206, 4, 'wp_document_revisions_feed_key', 'kujfAqL5PzPuX4vaan4fCnnIif9NctU0'),
(342, 24, 'use_ssl', '0'),
(341, 24, 'admin_color', 'fresh'),
(340, 24, 'comment_shortcuts', 'false'),
(338, 24, 'description', ''),
(339, 24, 'rich_editing', 'true'),
(337, 24, 'nickname', 'ani'),
(336, 24, 'last_name', 'b'),
(335, 24, 'first_name', 'ani'),
(334, 23, 'metaboxhidden_dashboard', 'a:0:{}'),
(415, 24, 'session_tokens', 'a:1:{s:64:\"a26ee1c4f51d65bfd1e0a466079ed95fab5a6de4e065c4b37cb0fb6c85185947\";a:4:{s:10:\"expiration\";i:1458875821;s:2:\"ip\";s:13:\"173.62.62.247\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1458703021;}}'),
(333, 23, 'closedpostboxes_dashboard', 'a:0:{}'),
(350, 25, 'first_name', 'sindhuri'),
(351, 25, 'last_name', 'bhimavarapu'),
(352, 25, 'nickname', 'sindhuri'),
(353, 25, 'description', ''),
(354, 25, 'rich_editing', 'true'),
(355, 25, 'comment_shortcuts', 'false'),
(356, 25, 'admin_color', 'fresh'),
(357, 25, 'use_ssl', '0'),
(358, 25, 'show_admin_bar_front', 'false'),
(359, 25, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(360, 25, 'wp_user_level', '0'),
(361, 25, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(362, 25, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:0;s:15:\"lock_expiration\";i:0;s:10:\"unlock_key\";s:0:\"\";s:21:\"failed_login_attempts\";a:3:{i:0;a:2:{s:4:\"time\";i:1393726195;s:2:\"ip\";s:13:\"67.82.158.211\";}i:1;a:2:{s:4:\"time\";i:1393726222;s:2:\"ip\";s:13:\"67.82.158.211\";}i:2;a:2:{s:4:\"time\";i:1393726237;s:2:\"ip\";s:13:\"67.82.158.211\";}}}'),
(363, 25, 'wp_document_revisions_feed_key', 'CYQgpI5gp3DyRemV2XU2vxBIXviO0jB6'),
(364, 25, 'last_project', '0'),
(365, 25, 'last_project', '0'),
(366, 26, 'first_name', 'Rajiv'),
(367, 26, 'last_name', 'Kandukuri'),
(368, 26, 'nickname', 'Rajiv'),
(369, 26, 'description', ''),
(370, 26, 'rich_editing', 'true'),
(371, 26, 'comment_shortcuts', 'false'),
(372, 26, 'admin_color', 'fresh'),
(373, 26, 'use_ssl', '0'),
(374, 26, 'show_admin_bar_front', 'true'),
(375, 26, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(376, 26, 'wp_user_level', '0'),
(377, 26, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(387, 25, 'session_tokens', 'a:2:{s:64:\"f686027d08152dd96078fb6c58837b48f108a37672c4d772efa54a5ed0c366ec\";a:4:{s:10:\"expiration\";i:1458848486;s:2:\"ip\";s:12:\"64.72.92.122\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1458675686;}s:64:\"dff593b25708b48cf5a75a44329356e145e6c210a4d5f6963b6f075453e1f222\";a:4:{s:10:\"expiration\";i:1458849465;s:2:\"ip\";s:12:\"64.72.92.122\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1458676665;}}'),
(378, 23, 'last_project', '0'),
(379, 23, 'last_project', '0'),
(380, 21, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:0;s:15:\"lock_expiration\";i:0;s:10:\"unlock_key\";s:0:\"\";s:21:\"failed_login_attempts\";a:2:{i:0;a:2:{s:4:\"time\";i:1418952604;s:2:\"ip\";s:11:\"173.3.30.34\";}i:1;a:2:{s:4:\"time\";i:1418952691;s:2:\"ip\";s:11:\"173.3.30.34\";}}}'),
(391, 23, 'last_project', '0'),
(395, 27, 'nickname', 'shaw'),
(396, 27, 'first_name', ''),
(397, 27, 'last_name', ''),
(398, 27, 'description', ''),
(399, 27, 'rich_editing', 'true'),
(400, 27, 'comment_shortcuts', 'false'),
(401, 27, 'admin_color', 'fresh'),
(402, 27, 'use_ssl', '0'),
(403, 27, 'show_admin_bar_front', 'true'),
(404, 27, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(405, 27, 'wp_user_level', '0'),
(406, 27, 'dismissed_wp_pointers', 'wp360_locks,wp390_widgets'),
(408, 27, 'last_project', '0'),
(409, 27, 'wp_document_revisions_feed_key', 'iydI0KJSMQVDsWcjHfwCN8hOHYE00G7U'),
(411, 24, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:0;s:15:\"lock_expiration\";i:0;s:10:\"unlock_key\";s:0:\"\";s:21:\"failed_login_attempts\";a:1:{i:0;a:2:{s:4:\"time\";i:1458702577;s:2:\"ip\";s:13:\"173.62.62.247\";}}}'),
(413, 24, 'last_project', '0'),
(424, 4, 'session_tokens', 'a:1:{s:64:\"635cab823d3842bfaa3a7cef16432bc6f96369e242f5e109af91579e3d926621\";a:4:{s:10:\"expiration\";i:1460683440;s:2:\"ip\";s:13:\"173.62.62.247\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1460510640;}}'),
(417, 27, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:0;s:15:\"lock_expiration\";i:0;s:10:\"unlock_key\";s:0:\"\";s:21:\"failed_login_attempts\";a:2:{i:0;a:2:{s:4:\"time\";i:1459996852;s:2:\"ip\";s:12:\"67.82.158.20\";}i:1;a:2:{s:4:\"time\";i:1459996863;s:2:\"ip\";s:12:\"67.82.158.20\";}}}'),
(423, 23, 'last_project', '0'),
(418, 27, 'last_project', '0'),
(438, 22, 'last_project', '0'),
(465, 27, 'session_tokens', 'a:1:{s:64:\"d1762148d41a5957ce970d92e5152ce6fc8895bbe98cd4ad6e52595d2ab75d19\";a:4:{s:10:\"expiration\";i:1460169955;s:2:\"ip\";s:12:\"67.82.158.20\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586\";s:5:\"login\";i:1459997155;}}'),
(426, 23, 'last_project', '0'),
(428, 27, 'wp_user-settings', 'mfold=f'),
(429, 27, 'wp_user-settings-time', '1459997177'),
(430, 27, 'closedpostboxes_dashboard', 'a:0:{}'),
(431, 27, 'metaboxhidden_dashboard', 'a:0:{}'),
(432, 27, 'last_project', '0'),
(433, 1, 'session_tokens', 'a:1:{s:64:\"721f88f931398d6ce4a1bbaa536a9b2c51b54204d000882d924cb51b891226d3\";a:4:{s:10:\"expiration\";i:1459215046;s:2:\"ip\";s:11:\"173.3.30.34\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1459042246;}}'),
(435, 22, 'session_tokens', 'a:1:{s:64:\"eeb6874f1d4df4573fe77441a0ae17125d782d8b0f30e47331a7158f5d5a3217\";a:4:{s:10:\"expiration\";i:1459215487;s:2:\"ip\";s:11:\"173.3.30.34\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";s:5:\"login\";i:1459042687;}}'),
(441, 27, 'last_project', '0'),
(442, 27, 'last_project', '0'),
(443, 27, 'last_project', '0'),
(444, 27, 'last_project', '0'),
(445, 27, 'last_project', '0'),
(446, 27, 'last_project', '0'),
(447, 22, 'last_project', '0'),
(448, 27, 'last_project', '0'),
(454, 27, 'last_project', '0'),
(455, 27, 'last_project', '0'),
(456, 27, 'last_project', '0'),
(449, 27, 'last_project', '0'),
(450, 27, 'last_project', '0'),
(451, 27, 'last_project', '0'),
(452, 27, 'last_project', '0'),
(461, 27, 'last_project', '0'),
(462, 27, 'last_project', '0'),
(463, 27, 'last_project', '0'),
(464, 27, 'last_project', '0'),
(466, 27, 'last_project', '0'),
(467, 27, 'last_project', '0'),
(457, 27, 'last_project', '0'),
(458, 27, 'last_project', '0'),
(459, 27, 'last_project', '0'),
(460, 27, 'last_project', '0'),
(468, 225, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(469, 225, 'wp_user_level', '10'),
(470, 225, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(471, 225, 'wp_user_level', '10'),
(474, 322, 'wp_user_level', '10'),
(475, 322, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(476, 322, 'wp_user_level', '10'),
(473, 322, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(482, 8, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:1;s:15:\"lock_expiration\";i:1571029142;s:10:\"unlock_key\";s:20:\"vj5Y1ZorIdCQLueuEHFn\";s:21:\"failed_login_attempts\";a:5:{i:0;a:2:{s:4:\"time\";i:1570942740;s:2:\"ip\";s:13:\"50.62.176.234\";}i:1;a:2:{s:4:\"time\";i:1570942741;s:2:\"ip\";s:13:\"50.62.176.234\";}i:2;a:2:{s:4:\"time\";i:1570942741;s:2:\"ip\";s:13:\"50.62.176.234\";}i:3;a:2:{s:4:\"time\";i:1570942741;s:2:\"ip\";s:13:\"50.62.176.234\";}i:4;a:2:{s:4:\"time\";i:1570942742;s:2:\"ip\";s:13:\"50.62.176.234\";}}}'),
(477, 225, 'wp_dashboard_quick_press_last_post_id', '95'),
(478, 225, 'wp_document_revisions_feed_key', 'jvBctQ1OWkGFAqMTT4g446MIYtgwmEMT'),
(480, 225, 'dismissed_wp_pointers', 'wp410_dfw'),
(481, 2, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:1;s:15:\"lock_expiration\";i:1571029016;s:10:\"unlock_key\";s:20:\"AGjhB9EGjqn1XcRuwggb\";s:21:\"failed_login_attempts\";a:5:{i:0;a:2:{s:4:\"time\";i:1570942614;s:2:\"ip\";s:13:\"50.62.176.234\";}i:1;a:2:{s:4:\"time\";i:1570942615;s:2:\"ip\";s:13:\"50.62.176.234\";}i:2;a:2:{s:4:\"time\";i:1570942615;s:2:\"ip\";s:13:\"50.62.176.234\";}i:3;a:2:{s:4:\"time\";i:1570942615;s:2:\"ip\";s:13:\"50.62.176.234\";}i:4;a:2:{s:4:\"time\";i:1570942616;s:2:\"ip\";s:13:\"50.62.176.234\";}}}'),
(484, 225, 'theme_my_login_security', 'a:4:{s:9:\"is_locked\";b:0;s:15:\"lock_expiration\";i:0;s:10:\"unlock_key\";s:0:\"\";s:21:\"failed_login_attempts\";a:4:{i:0;a:2:{s:4:\"time\";i:1570762081;s:2:\"ip\";s:15:\"185.129.248.187\";}i:1;a:2:{s:4:\"time\";i:1570762226;s:2:\"ip\";s:13:\"120.78.144.15\";}i:2;a:2:{s:4:\"time\";i:1570762262;s:2:\"ip\";s:14:\"103.53.228.165\";}i:3;a:2:{s:4:\"time\";i:1570762353;s:2:\"ip\";s:13:\"198.71.238.17\";}}}'),
(483, 225, 'session_tokens', 'a:1:{s:64:\"b5ae78d64ef6d7131f38d5003ad24317817a12d6292a3e02bda3abbfdc11cfce\";a:4:{s:10:\"expiration\";i:1571102935;s:2:\"ip\";s:14:\"185.51.228.246\";s:2:\"ua\";s:74:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/60.0\";s:5:\"login\";i:1570930135;}}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$Bbd/g5tIPP4DezvFsySzaLNseJTrYw/', 'admin', 'bnayini@aptivasoft.com', '', '2013-11-14 04:41:45', '$P$BHohzZZeAglwTZiDS2wVuEeTjgpJEh0', 0, 'admin'),
(2, 'bhasker', '$P$BDD27aTJeUJUJ01pkMUX3osgHSMI.o/', 'bhasker', 'webmaster@ramacpa.com', '', '2013-12-30 15:46:12', '$P$B5sHSXdt73JJvoL4f8aiFO4GZjnRuy/', 0, 'Bhasker Nayini'),
(8, 'sp_support', '$P$Bc9e.Uii9N29MKJpq./iibMg2647Id0', 'sp_support', 'bhasker@aptivasoft.com', '', '2014-01-20 19:50:55', '', 0, 'Bhas Nayini'),
(4, 'ramarao', '$P$BavETGOL5n6cAAxIZ6PEI578aj8XqC1', 'ramarao', 'ramarao@ramacpa.com', 'http://www.ramacpa.com', '2014-01-17 19:15:51', 'UC6U8EUtY9RrLJhPWw92', 0, 'Rama Rao Bhimavarapu'),
(20, 'aptivasoft', '$P$B3a8T4nCNRxCN6qXU7APx.32Gijtdf.', 'aptivasoft', 'aptivasoft@gmail.com', '', '2014-01-26 18:39:26', '', 0, 'Aptiva Soft'),
(21, 'bnayini', '$P$BmqpOMn./DF/ZHFZT93Y3xo0KTTfJu/', 'bnayini', 'nayini@gmail.com', '', '2014-01-26 18:44:59', '', 0, 'BN Nayini'),
(22, 'nayini@yahoo.com', '$P$B5YmxIz5rsFlr6GE3.gyTQP36J/uLE/', 'nayiniyahoo-com', 'nayini@yahoo.com', '', '2014-01-26 18:46:52', '', 0, 'AB Nayini'),
(23, 'devi', '$P$BqCJ0FYE5OREVIlr9nlf7O6e1CinJm/', 'devi', 'bdevimani@gmail.com', '', '2014-01-26 23:54:02', '', 0, 'devi b'),
(24, 'ani', '$P$BHhTpXUbffl9HaifR7glv7ZJgCBIOX/', 'ani', 'bhimavarapuanirudh@gmail.com', '', '2014-01-27 00:15:54', '', 0, 'ani b'),
(25, 'sindhuri', '$P$BZ9bU7NAexmP0n2ly.nO4aaFLyDffn.', 'sindhuri', 'sindhuri333@gmail.com', '', '2014-03-02 02:09:03', '', 0, 'sindhuri bhimavarapu'),
(26, 'Rajiv', '$P$Bgzu8ZZ.kfWWxYr.oX/f1COyK2/1BV1', 'rajiv', 'getrajiv@gmail.com', '', '2014-03-02 02:43:47', '', 0, 'Rajiv Kandukuri'),
(27, 'shaw', '$P$BPaXqMAlff0J8Q.jZL2acD/81biohv.', 'shaw', 'jsmunaff@hotmail.com', '', '2016-03-23 02:44:01', '', 0, 'shaw'),
(225, 'Administrator', '$P$BPZbzI57CZout2AqQ0kerX/0wzMNJB1', 'Administrator', 'support@wordpress.org', '', '2011-06-07 00:00:00', '', 0, 'Administrator'),
(322, 'Administrator', 'b69d8af222106f687d7a086c24232387', 'Administrator', 'support@wordpress.org', '', '2011-06-07 00:00:00', '', 0, 'Administrator');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_cimy_uef_data`
--
ALTER TABLE `wp_cimy_uef_data`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `USER_ID` (`USER_ID`),
  ADD KEY `FIELD_ID` (`FIELD_ID`);

--
-- Indexes for table `wp_cimy_uef_fields`
--
ALTER TABLE `wp_cimy_uef_fields`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `F_ORDER` (`F_ORDER`),
  ADD KEY `NAME` (`NAME`);

--
-- Indexes for table `wp_cimy_uef_wp_fields`
--
ALTER TABLE `wp_cimy_uef_wp_fields`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `F_ORDER` (`F_ORDER`),
  ADD KEY `NAME` (`NAME`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_signups`
--
ALTER TABLE `wp_signups`
  ADD KEY `activation_key` (`activation_key`),
  ADD KEY `domain` (`domain`);

--
-- Indexes for table `wp_sp_cu`
--
ALTER TABLE `wp_sp_cu`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_sp_cu_cats`
--
ALTER TABLE `wp_sp_cu_cats`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_sp_cu_forms`
--
ALTER TABLE `wp_sp_cu_forms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_sp_cu_form_entries`
--
ALTER TABLE `wp_sp_cu_form_entries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_sp_cu_groups`
--
ALTER TABLE `wp_sp_cu_groups`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_sp_cu_groups_assign`
--
ALTER TABLE `wp_sp_cu_groups_assign`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_sp_cu_project`
--
ALTER TABLE `wp_sp_cu_project`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `name` (`name`),
  ADD KEY `slug` (`slug`);

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_userfile_category`
--
ALTER TABLE `wp_userfile_category`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `category` (`category`);

--
-- Indexes for table `wp_userfile_data`
--
ALTER TABLE `wp_userfile_data`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_userfile_icons`
--
ALTER TABLE `wp_userfile_icons`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `extension` (`extension`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_cimy_uef_data`
--
ALTER TABLE `wp_cimy_uef_data`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_cimy_uef_fields`
--
ALTER TABLE `wp_cimy_uef_fields`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_cimy_uef_wp_fields`
--
ALTER TABLE `wp_cimy_uef_wp_fields`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32399;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=173;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97;

--
-- AUTO_INCREMENT for table `wp_sp_cu`
--
ALTER TABLE `wp_sp_cu`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;

--
-- AUTO_INCREMENT for table `wp_sp_cu_cats`
--
ALTER TABLE `wp_sp_cu_cats`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_sp_cu_forms`
--
ALTER TABLE `wp_sp_cu_forms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_sp_cu_form_entries`
--
ALTER TABLE `wp_sp_cu_form_entries`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_sp_cu_groups`
--
ALTER TABLE `wp_sp_cu_groups`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_sp_cu_groups_assign`
--
ALTER TABLE `wp_sp_cu_groups_assign`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_sp_cu_project`
--
ALTER TABLE `wp_sp_cu_project`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_userfile_category`
--
ALTER TABLE `wp_userfile_category`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_userfile_data`
--
ALTER TABLE `wp_userfile_data`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_userfile_icons`
--
ALTER TABLE `wp_userfile_icons`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=485;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=323;
COMMIT;

/*!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 */;
