0byt3m1n1
Path:
/
data
/
17
/
1
/
38
/
96
/
1690748
/
meta
/
1824088
/
mysql.backup
/
[
Home
]
File: bookkeeping.mysqlcluster11.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster11 Database: bookkeeping -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=10021 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.providentbookkeeping.com','yes'),(2,'home','http://www.providentbookkeeping.com','yes'),(3,'blogname','Certified QuickBooks Small Business Bookkeeping Services, Consulting and Tutoring','yes'),(4,'blogdescription','Call for a Free Bookkeeping Situation Analysis and Needs Assessment for Your Small Business','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','webmaster@kenmunroe.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%category%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:1;s:35:\"disable-wpautop/disable-wpautop.php\";i:2;s:41:\"php-code-for-posts/php-code-for-posts.php\";i:3;s:45:\"slicknav-mobile-menu/slicknav-mobile-menu.php\";i:4;s:35:\"wp-sitemap-page/wp-sitemap-page.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:118:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\providentbookkeeping/wp-content/themes/hathor-pro/header.php\";i:1;s:119:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\providentbookkeeping/wp-content/themes/hathor-pro/archive.php\";i:3;s:117:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\providentbookkeeping/wp-content/themes/hathor-pro/head1.php\";i:4;s:117:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\providentbookkeeping/wp-content/themes/hathor-pro/style.css\";i:5;s:139:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\providentbookkeeping/wp-content/plugins/wp-responsive-menu/wp-responsive-menu.php\";}','no'),(41,'template','hathor-pro','yes'),(42,'stylesheet','hathor-pro','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','1','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','31536','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:10:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2153:\"<p style=\"text-align:center; font-size:11px; margin-top:-40px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><img alt=\"We employ no offshore staff for outsoucing your work\" height=\"100\" src=\"/_borders/MPj03058440000[1].jpg\" width=\"71\"></p>\r\n<p style=\"text-align:center; font-size:10px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\">For purposes of protecting your security and privacy, we do not disclose the identity of our clients except for testimonials which have been granted the right of publication.</p>\r\n<p style=\"text-align:center; font-size:14px; line-height:1.2em;color:#666;font-family: \'Arial\'!important;color:#666;\"><strong>Your small business income tax returns are only as good as your small business bookkeeping. We\'re small business experts at both.</strong></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For Small Business Profit Improvement, <a href=\"http://www.providentfinancialservices.us/Profit_Improvement.htm\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For a Valuation of Your Small Business, <a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">Bargain hunting for a cheap small business bookkeeper? <a href=\"For_Value_Buyers.htm\">Learn more</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><strong>Links to Members of the Provident Professional Group:</strong><br /><a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">Provident Valuation Professionals</a><br /><a href=\"http://www.providentfinancialservices.us\" target=\"_blank\">Provident Financial Services</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><em>The Provident Group operates in a drug-free work environment.</em></p>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2153:\"<p style=\"text-align:center; font-size:11px; margin-top:-40px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><img alt=\"We employ no offshore staff for outsoucing your work\" height=\"100\" src=\"/_borders/MPj03058440000[1].jpg\" width=\"71\"></p>\r\n<p style=\"text-align:center; font-size:10px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\">For purposes of protecting your security and privacy, we do not disclose the identity of our clients except for testimonials which have been granted the right of publication.</p>\r\n<p style=\"text-align:center; font-size:14px; line-height:1.2em;color:#666;font-family: \'Arial\'!important;color:#666;\"><strong>Your small business income tax returns are only as good as your small business bookkeeping. We\'re small business experts at both.</strong></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For Small Business Profit Improvement, <a href=\"http://www.providentfinancialservices.us/Profit_Improvement.htm\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For a Valuation of Your Small Business, <a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">Bargain hunting for a cheap small business bookkeeper? <a href=\"For_Value_Buyers.htm\">Learn more</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><strong>Links to Members of the Provident Professional Group:</strong><br /><a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">Provident Valuation Professionals</a><br /><a href=\"http://www.providentfinancialservices.us\" target=\"_blank\">Provident Financial Services</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><em>The Provident Group operates in a drug-free work environment.</em></p>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2153:\"<p style=\"text-align:center; font-size:11px; margin-top:-40px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><img alt=\"We employ no offshore staff for outsoucing your work\" height=\"100\" src=\"/_borders/MPj03058440000[1].jpg\" width=\"71\"></p>\r\n<p style=\"text-align:center; font-size:10px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\">For purposes of protecting your security and privacy, we do not disclose the identity of our clients except for testimonials which have been granted the right of publication.</p>\r\n<p style=\"text-align:center; font-size:14px; line-height:1.2em;color:#666;font-family: \'Arial\'!important;color:#666;\"><strong>Your small business income tax returns are only as good as your small business bookkeeping. We\'re small business experts at both.</strong></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For Small Business Profit Improvement, <a href=\"http://www.providentfinancialservices.us/Profit_Improvement.htm\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For a Valuation of Your Small Business, <a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">Bargain hunting for a cheap small business bookkeeper? <a href=\"For_Value_Buyers.htm\">Learn more</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><strong>Links to Members of the Provident Professional Group:</strong><br /><a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">Provident Valuation Professionals</a><br /><a href=\"http://www.providentfinancialservices.us\" target=\"_blank\">Provident Financial Services</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><em>The Provident Group operates in a drug-free work environment.</em></p>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2153:\"<p style=\"text-align:center; font-size:11px; margin-top:-40px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><img alt=\"We employ no offshore staff for outsoucing your work\" height=\"100\" src=\"/_borders/MPj03058440000[1].jpg\" width=\"71\"></p>\r\n<p style=\"text-align:center; font-size:10px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\">For purposes of protecting your security and privacy, we do not disclose the identity of our clients except for testimonials which have been granted the right of publication.</p>\r\n<p style=\"text-align:center; font-size:14px; line-height:1.2em;color:#666;font-family: \'Arial\'!important;color:#666;\"><strong>Your small business income tax returns are only as good as your small business bookkeeping. We\'re small business experts at both.</strong></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For Small Business Profit Improvement, <a href=\"http://www.providentfinancialservices.us/Profit_Improvement.htm\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For a Valuation of Your Small Business, <a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">Bargain hunting for a cheap small business bookkeeper? <a href=\"For_Value_Buyers.htm\">Learn more</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><strong>Links to Members of the Provident Professional Group:</strong><br /><a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">Provident Valuation Professionals</a><br /><a href=\"http://www.providentfinancialservices.us\" target=\"_blank\">Provident Financial Services</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><em>The Provident Group operates in a drug-free work environment.</em></p>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2153:\"<p style=\"text-align:center; font-size:11px; margin-top:-40px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><img alt=\"We employ no offshore staff for outsoucing your work\" height=\"100\" src=\"/_borders/MPj03058440000[1].jpg\" width=\"71\"></p>\r\n<p style=\"text-align:center; font-size:10px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\">For purposes of protecting your security and privacy, we do not disclose the identity of our clients except for testimonials which have been granted the right of publication.</p>\r\n<p style=\"text-align:center; font-size:14px; line-height:1.2em;color:#666;font-family: \'Arial\'!important;color:#666;\"><strong>Your small business income tax returns are only as good as your small business bookkeeping. We\'re small business experts at both.</strong></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For Small Business Profit Improvement, <a href=\"http://www.providentfinancialservices.us/Profit_Improvement.htm\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For a Valuation of Your Small Business, <a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">Bargain hunting for a cheap small business bookkeeper? <a href=\"For_Value_Buyers.htm\">Learn more</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><strong>Links to Members of the Provident Professional Group:</strong><br /><a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">Provident Valuation Professionals</a><br /><a href=\"http://www.providentfinancialservices.us\" target=\"_blank\">Provident Financial Services</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><em>The Provident Group operates in a drug-free work environment.</em></p>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2153:\"<p style=\"text-align:center; font-size:11px; margin-top:-40px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><img alt=\"We employ no offshore staff for outsoucing your work\" height=\"100\" src=\"/_borders/MPj03058440000[1].jpg\" width=\"71\"></p>\r\n<p style=\"text-align:center; font-size:10px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\">For purposes of protecting your security and privacy, we do not disclose the identity of our clients except for testimonials which have been granted the right of publication.</p>\r\n<p style=\"text-align:center; font-size:14px; line-height:1.2em;color:#666;font-family: \'Arial\'!important;color:#666;\"><strong>Your small business income tax returns are only as good as your small business bookkeeping. We\'re small business experts at both.</strong></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For Small Business Profit Improvement, <a href=\"http://www.providentfinancialservices.us/Profit_Improvement.htm\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For a Valuation of Your Small Business, <a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">Bargain hunting for a cheap small business bookkeeper? <a href=\"For_Value_Buyers.htm\">Learn more</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><strong>Links to Members of the Provident Professional Group:</strong><br /><a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">Provident Valuation Professionals</a><br /><a href=\"http://www.providentfinancialservices.us\" target=\"_blank\">Provident Financial Services</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><em>The Provident Group operates in a drug-free work environment.</em></p>\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2153:\"<p style=\"text-align:center; font-size:11px; margin-top:-40px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><img alt=\"We employ no offshore staff for outsoucing your work\" height=\"100\" src=\"/_borders/MPj03058440000[1].jpg\" width=\"71\"></p>\r\n<p style=\"text-align:center; font-size:10px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\">For purposes of protecting your security and privacy, we do not disclose the identity of our clients except for testimonials which have been granted the right of publication.</p>\r\n<p style=\"text-align:center; font-size:14px; line-height:1.2em;color:#666;font-family: \'Arial\'!important;color:#666;\"><strong>Your small business income tax returns are only as good as your small business bookkeeping. We\'re small business experts at both.</strong></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For Small Business Profit Improvement, <a href=\"http://www.providentfinancialservices.us/Profit_Improvement.htm\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">For a Valuation of Your Small Business, <a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">click here</a></p>\r\n<p style=\"text-align:left; font-size:12px; line-height:1.2em;font-weight:bold;font-family: \'Arial\'!important;color:#666;\">Bargain hunting for a cheap small business bookkeeper? <a href=\"For_Value_Buyers.htm\">Learn more</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><strong>Links to Members of the Provident Professional Group:</strong><br /><a href=\"http://www.providentvaluationprofessionals.com\" target=\"_blank\">Provident Valuation Professionals</a><br /><a href=\"http://www.providentfinancialservices.us\" target=\"_blank\">Provident Financial Services</a></p>\r\n<p style=\"text-align:center; font-size:12px; line-height:1.2em;font-family: \'Arial\'!important;color:#666;\"><em>The Provident Group operates in a drug-free work environment.</em></p>\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:41:\"<a href=\"/index.php/sitemap/\">Sitemap</a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:3:{s:34:\"php-code-for-posts/PHPPostCode.php\";a:2:{i:0;s:5:\"PHPPC\";i:1;s:14:\"uninstall_hook\";}s:41:\"php-code-for-posts/php-code-for-posts.php\";a:2:{i:0;s:23:\"PhpCodeForPosts_Install\";i:1;s:14:\"uninstall_hook\";}s:49:\"content-aware-sidebars/content-aware-sidebars.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','326','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','31535','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";}s:7:\"sidebar\";a:2:{i:0;s:10:\"nav_menu-3\";i:1;s:6:\"text-2\";}s:12:\"foot_sidebar\";a:1:{i:0;s:6:\"text-9\";}s:18:\"orphaned_widgets_1\";a:2:{i:0;s:10:\"nav_menu-8\";i:1;s:6:\"text-8\";}s:18:\"orphaned_widgets_2\";a:2:{i:0;s:10:\"nav_menu-7\";i:1;s:6:\"text-7\";}s:18:\"orphaned_widgets_3\";a:2:{i:0;s:10:\"nav_menu-6\";i:1;s:6:\"text-6\";}s:18:\"orphaned_widgets_4\";a:2:{i:0;s:10:\"nav_menu-5\";i:1;s:6:\"text-5\";}s:18:\"orphaned_widgets_5\";a:2:{i:0;s:10:\"nav_menu-4\";i:1;s:6:\"text-3\";}s:18:\"orphaned_widgets_7\";a:2:{i:0;s:10:\"nav_menu-2\";i:1;s:6:\"text-4\";}s:13:\"array_version\";i:3;}','yes'),(97,'cron','a:7:{i:1523697626;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:1523731071;a:1:{s:9:\"xmsg_ping\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1523731625;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1523732210;a:1:{s:24:\"grunion_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:1523740841;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:1523744344;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'),(108,'_transient_random_seed','394eae1e1d09b3def4c769c5f5a0d204','yes'),(130,'_transient_twentyfifteen_categories','1','yes'),(131,'recently_activated','a:0:{}','yes'),(138,'current_theme','Hathor Pro','yes'),(139,'theme_mods_hathor-pro','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(140,'theme_switched','','yes'),(141,'optionsframework','a:1:{s:2:\"id\";s:10:\"hathor_pro\";}','yes'),(142,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_nav_menu','a:9:{i:1;a:0:{}i:2;a:1:{s:8:\"nav_menu\";i:3;}i:3;a:1:{s:8:\"nav_menu\";i:4;}i:4;a:1:{s:8:\"nav_menu\";i:5;}i:5;a:1:{s:8:\"nav_menu\";i:6;}i:6;a:1:{s:8:\"nav_menu\";i:7;}i:7;a:1:{s:8:\"nav_menu\";i:8;}i:8;a:1:{s:8:\"nav_menu\";i:9;}s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_hathor_feat_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(156,'hathor_pro','a:229:{s:14:\"layout1_images\";s:7:\"layout1\";s:11:\"head_select\";s:5:\"head1\";s:13:\"footer_select\";s:7:\"footer2\";s:8:\"call_num\";s:39:\"<b>Call us number:</b> +00 123 456 789\";s:17:\"hathor_logo_image\";s:0:\"\";s:16:\"favicon_uploader\";s:0:\"\";s:11:\"latest_blog\";s:11:\"Latest Blog\";s:17:\"latstpst_checkbox\";s:1:\"1\";s:15:\"footer_textarea\";s:0:\"\";s:15:\"callout1_enable\";b:0;s:10:\"isis_call1\";s:10:\"<h5>1</h5>\";s:10:\"call1_link\";s:0:\"\";s:14:\"call1_linkname\";s:8:\"Download\";s:15:\"callout2_enable\";b:0;s:10:\"isis_call2\";s:10:\"<h5>2</h5>\";s:10:\"call2_link\";s:0:\"\";s:14:\"call2_linkname\";s:8:\"Download\";s:15:\"callout3_enable\";b:0;s:10:\"isis_call3\";s:10:\"<h5>3</h5>\";s:10:\"call3_link\";s:0:\"\";s:14:\"call3_linkname\";s:7:\"Buy Now\";s:15:\"welcome1_enable\";b:0;s:14:\"hathor_welcome\";s:11:\"<h1>W1</h1>\";s:15:\"welcome2_enable\";b:0;s:15:\"hathor1_welcome\";s:11:\"<h1>W2</h1>\";s:9:\"font_text\";s:49:\"https://fonts.googleapis.com/css?family=Open+Sans\";s:10:\"font2_text\";s:9:\"Open Sans\";s:10:\"font_text1\";s:49:\"https://fonts.googleapis.com/css?family=Open+Sans\";s:10:\"font3_text\";s:9:\"Open Sans\";s:15:\"sec_colorpicker\";s:0:\"\";s:16:\"text_colorpicker\";s:0:\"\";s:18:\"header_colorpicker\";s:0:\"\";s:17:\"titel_colorpicker\";s:7:\"#000000\";s:20:\"menutext_colorpicker\";s:7:\"#0000ff\";s:16:\"menu_colorpicker\";s:7:\"#cecece\";s:19:\"submenu_colorpicker\";s:7:\"#373737\";s:19:\"submanu_colorpicker\";s:7:\"#e5e5e5\";s:18:\"footer_colorpicker\";s:7:\"#ffffff\";s:21:\"widfooter_colorpicker\";s:7:\"#ffffff\";s:19:\"widtext_colorpicker\";s:0:\"\";s:21:\"pagetitel_colorpicker\";s:7:\"#26AE90\";s:20:\"pagetext_colorpicker\";s:0:\"\";s:19:\"flavour_colorpicker\";s:0:\"\";s:17:\"hover_colorpicker\";s:7:\"#000080\";s:18:\"servbg_colorpicker\";s:0:\"\";s:20:\"servtext_colorpicker\";s:7:\"#000000\";s:18:\"wellbg_colorpicker\";s:7:\"#F0F0F0\";s:18:\"callbg_colorpicker\";s:7:\"#FAFAFA\";s:13:\"slider_select\";s:4:\"nivo\";s:13:\"effcet_select\";s:6:\"random\";s:11:\"sliderlink2\";s:9:\"Read More\";s:19:\"opacity_colorpicker\";s:3:\"0.5\";s:16:\"sliderspeed_text\";s:4:\"6000\";s:13:\"number_select\";s:1:\"5\";s:16:\"sldrtxt_checkbox\";s:1:\"1\";s:18:\"sldrtitle_checkbox\";s:1:\"1\";s:16:\"sldrdes_checkbox\";s:1:\"1\";s:18:\"titels_colorpicker\";s:4:\"24px\";s:19:\"caption_colorpicker\";s:4:\"16px\";s:23:\"slidertitel_colorpicker\";s:7:\"#26AE90\";s:22:\"slidertext_colorpicker\";s:0:\"\";s:21:\"sliderdsc_colorpicker\";s:0:\"\";s:22:\"sliderdsct_colorpicker\";s:7:\"#000000\";s:24:\"sliderbutton_colorpicker\";s:7:\"#26AE90\";s:15:\"blocks_checkbox\";s:1:\"1\";s:15:\"newtab_checkbox\";b:0;s:12:\"servicelink2\";s:15:\"Show Me Details\";s:12:\"block_select\";s:7:\"service\";s:11:\"block1_logo\";s:8:\"fa-heart\";s:12:\"block1_image\";s:82:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/1.jpg\";s:11:\"block1_text\";s:19:\"We Work Efficiently\";s:15:\"block1_textarea\";s:142:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibendum ac.\";s:11:\"block1_link\";s:21:\"http://wordpress.org/\";s:11:\"block2_logo\";s:12:\"fa-volume-up\";s:12:\"block2_image\";s:0:\"\";s:11:\"block2_text\";s:17:\"24/7 Live Support\";s:15:\"block2_textarea\";s:160:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibendum ac. Sed ultrices leo.\";s:11:\"block2_link\";s:0:\"\";s:11:\"block3_logo\";s:14:\"fa-fighter-jet\";s:12:\"block3_image\";s:0:\"\";s:11:\"block3_text\";s:7:\"Confide\";s:15:\"block3_textarea\";s:143:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibendum ac. \";s:11:\"block3_link\";s:0:\"\";s:11:\"block4_logo\";s:7:\"fa-cogs\";s:12:\"block4_image\";s:0:\"\";s:11:\"block4_text\";s:22:\"Gurantee Like No Other\";s:15:\"block4_textarea\";s:106:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum.\";s:11:\"block4_link\";s:0:\"\";s:19:\"recentwork_checkbox\";s:1:\"1\";s:16:\"newtab2_checkbox\";b:0;s:11:\"recent_work\";s:17:\"Showcase Our Work\";s:12:\"recent_work2\";s:251:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit, sapien non placerat tempor, tortor sapien molestie dui, ut bibendumenim pretium augue. Morbi gravida urna quis lectus vestibulum auctor id sapien dignissim et convallis est rhoncus.\";s:11:\"recentlink2\";s:9:\"Read More\";s:7:\"recent1\";s:84:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/bg2.png\";s:12:\"recenttitle1\";s:15:\"Beautiful Photo\";s:11:\"recentdesc1\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl1\";s:0:\"\";s:7:\"recent2\";s:84:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/bg4.png\";s:12:\"recenttitle2\";s:15:\"Beautiful Photo\";s:11:\"recentdesc2\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl2\";s:0:\"\";s:7:\"recent3\";s:84:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/bg5.png\";s:12:\"recenttitle3\";s:15:\"Beautiful Photo\";s:11:\"recentdesc3\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl3\";s:0:\"\";s:7:\"recent4\";s:84:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/bg5.png\";s:12:\"recenttitle4\";s:15:\"Beautiful Photo\";s:11:\"recentdesc4\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl4\";s:0:\"\";s:7:\"recent5\";s:0:\"\";s:12:\"recenttitle5\";s:15:\"Beautiful Photo\";s:11:\"recentdesc5\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl5\";s:0:\"\";s:7:\"recent6\";s:0:\"\";s:12:\"recenttitle6\";s:15:\"Beautiful Photo\";s:11:\"recentdesc6\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl6\";s:0:\"\";s:7:\"recent7\";s:0:\"\";s:12:\"recenttitle7\";s:15:\"Beautiful Photo\";s:11:\"recentdesc7\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl7\";s:0:\"\";s:7:\"recent8\";s:0:\"\";s:12:\"recenttitle8\";s:15:\"Beautiful Photo\";s:11:\"recentdesc8\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl8\";s:0:\"\";s:7:\"recent9\";s:0:\"\";s:12:\"recenttitle9\";s:15:\"Beautiful Photo\";s:11:\"recentdesc9\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl9\";s:0:\"\";s:16:\"ourteam_checkbox\";s:1:\"1\";s:16:\"newtab3_checkbox\";b:0;s:12:\"ourteam_work\";s:19:\"Meet The Dream Team\";s:13:\"ourteam_work2\";s:251:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit, sapien non placerat tempor, tortor sapien molestie dui, ut bibendumenim pretium augue. Morbi gravida urna quis lectus vestibulum auctor id sapien dignissim et convallis est rhoncus.\";s:8:\"ourteam1\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/team1.png\";s:13:\"ourteamtitle1\";s:8:\"Mr.ronty\";s:12:\"ourteamdesc1\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl1\";s:0:\"\";s:8:\"ourteam2\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/team2.png\";s:13:\"ourteamtitle2\";s:8:\"Mr.Monty\";s:12:\"ourteamdesc2\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl2\";s:0:\"\";s:8:\"ourteam3\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/team3.png\";s:13:\"ourteamtitle3\";s:6:\"ms.oly\";s:12:\"ourteamdesc3\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl3\";s:0:\"\";s:8:\"ourteam4\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/team1.png\";s:13:\"ourteamtitle4\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc4\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl4\";s:0:\"\";s:8:\"ourteam5\";s:0:\"\";s:13:\"ourteamtitle5\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc5\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl5\";s:0:\"\";s:8:\"ourteam6\";s:0:\"\";s:13:\"ourteamtitle6\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc6\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl6\";s:0:\"\";s:8:\"ourteam7\";s:0:\"\";s:13:\"ourteamtitle7\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc7\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl7\";s:0:\"\";s:8:\"ourteam8\";s:0:\"\";s:13:\"ourteamtitle8\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc8\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl8\";s:0:\"\";s:8:\"ourteam9\";s:0:\"\";s:13:\"ourteamtitle9\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc9\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl9\";s:0:\"\";s:9:\"ourteam10\";s:0:\"\";s:14:\"ourteamtitle10\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc10\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl10\";s:0:\"\";s:9:\"ourteam11\";s:0:\"\";s:14:\"ourteamtitle11\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc11\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl11\";s:0:\"\";s:9:\"ourteam12\";s:0:\"\";s:14:\"ourteamtitle12\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc12\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl12\";s:0:\"\";s:9:\"ourteam13\";s:0:\"\";s:14:\"ourteamtitle13\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc13\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl13\";s:0:\"\";s:9:\"ourteam14\";s:0:\"\";s:14:\"ourteamtitle14\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc14\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl14\";s:0:\"\";s:18:\"ourclient_checkbox\";s:1:\"1\";s:16:\"newtab4_checkbox\";b:0;s:10:\"our_client\";s:10:\"Our Client\";s:7:\"client1\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo1.png\";s:10:\"clienturl1\";s:0:\"\";s:7:\"client2\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo2.png\";s:10:\"clienturl2\";s:0:\"\";s:7:\"client3\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo3.png\";s:10:\"clienturl3\";s:0:\"\";s:7:\"client4\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo4.png\";s:10:\"clienturl4\";s:0:\"\";s:7:\"client5\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo4.png\";s:10:\"clienturl5\";s:0:\"\";s:7:\"client6\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo4.png\";s:10:\"clienturl6\";s:0:\"\";s:7:\"client7\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo4.png\";s:10:\"clienturl7\";s:0:\"\";s:7:\"client8\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo4.png\";s:10:\"clienturl8\";s:0:\"\";s:7:\"client9\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo4.png\";s:10:\"clienturl9\";s:0:\"\";s:8:\"client10\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro/images/demo/logo4.png\";s:11:\"clienturl10\";s:0:\"\";s:10:\"fbsoc_text\";s:1:\"#\";s:10:\"ttsoc_text\";s:1:\"#\";s:10:\"gpsoc_text\";s:1:\"#\";s:11:\"ytbsoc_text\";s:1:\"#\";s:11:\"pinsoc_text\";s:1:\"#\";s:11:\"vimsoc_text\";s:1:\"#\";s:11:\"linsoc_text\";s:1:\"#\";s:11:\"flisoc_text\";s:1:\"#\";s:11:\"rsssoc_text\";s:1:\"#\";s:14:\"instagram_text\";s:1:\"#\";s:12:\"rtl_checkbox\";s:1:\"1\";s:13:\"related_posts\";s:10:\"categories\";s:18:\"nosidebar_checkbox\";s:1:\"1\";s:17:\"pagehead_checkbox\";s:1:\"1\";s:14:\"share_checkbox\";s:1:\"1\";s:17:\"disscats_checkbox\";b:0;s:15:\"google_textarea\";s:423:\"<script>\r\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n ga(\'create\', \'UA-92906608-1\', \'auto\');\r\n ga(\'send\', \'pageview\');\r\n\r\n</script>\";}','yes'),(196,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(303,'cas_db_version','3.4.1','yes'),(312,'WPLANG','','yes'),(616,'RMVer','3.0.17','yes'),(617,'RMOptions','a:72:{s:2:\"RM\";s:9:\"main-menu\";s:7:\"RMBreak\";i:800;s:7:\"RMDepth\";i:2;s:5:\"RMTop\";i:10;s:7:\"RMRight\";i:5;s:5:\"RMCss\";s:10:\"#menu_wrap\";s:7:\"RMTitle\";s:15:\"Navigation Menu\";s:9:\"RMLineCol\";s:7:\"#FFFFFF\";s:10:\"RMClickBkg\";s:7:\"#000000\";s:12:\"RMClickTitle\";s:0:\"\";s:9:\"RMBkgTran\";N;s:6:\"RMFont\";s:0:\"\";s:5:\"RMPos\";s:5:\"fixed\";s:7:\"RMImage\";s:0:\"\";s:7:\"RMWidth\";i:75;s:5:\"RMBkg\";s:7:\"#43494C\";s:8:\"RMBkgHov\";s:7:\"#3C3C3C\";s:10:\"RMTitleCol\";s:7:\"#FFFFFF\";s:9:\"RMTextCol\";s:7:\"#FFFFFF\";s:8:\"RMBorCol\";s:7:\"#3C3C3C\";s:12:\"RMTextColHov\";s:7:\"#FFFFFF\";s:13:\"RMTitleColHov\";s:7:\"#FFFFFF\";s:6:\"RMAnim\";s:7:\"overlay\";s:9:\"RMPushCSS\";s:0:\"\";s:10:\"RMTitleBkg\";s:7:\"#43494C\";s:10:\"RMFontSize\";i:13;s:11:\"RMTitleSize\";i:14;s:9:\"RMBtnSize\";i:13;s:8:\"RMCurBkg\";s:7:\"#43494C\";s:8:\"RMCurCol\";s:7:\"#FFFFFF\";s:9:\"RMAnimSpd\";d:0.5;s:9:\"RMTranSpd\";d:1;s:10:\"RMTxtAlign\";s:4:\"left\";s:8:\"RMSearch\";s:6:\"search\";s:8:\"RMExpand\";N;s:12:\"RMLinkHeight\";i:20;s:10:\"RMExternal\";N;s:6:\"RMSide\";s:4:\"left\";s:8:\"RMFooter\";s:6:\"footer\";s:10:\"RMClickImg\";s:0:\"\";s:8:\"RMMinify\";s:6:\"minify\";s:12:\"RMClickClose\";N;s:8:\"RMRemImp\";N;s:3:\"RMX\";s:3:\"rmx\";s:10:\"RMMinWidth\";i:0;s:10:\"RMMaxWidth\";i:0;s:11:\"RMExpandPar\";s:6:\"expand\";s:11:\"RMIgnParCli\";N;s:10:\"RMCliToClo\";N;s:11:\"RMSearchPos\";s:5:\"below\";s:11:\"RMTitleLink\";s:0:\"\";s:10:\"RMTitleLoc\";s:5:\"_self\";s:6:\"RMHtml\";s:0:\"\";s:9:\"RMHtmlLoc\";s:5:\"above\";s:11:\"RMShortcode\";N;s:12:\"RMLineHeight\";i:5;s:11:\"RMLineWidth\";i:33;s:12:\"RMLineMargin\";i:6;s:17:\"RMClickImgClicked\";s:0:\"\";s:11:\"RMAccordion\";N;s:8:\"RMArShpA\";s:8:\"\"\\u25b2\"\";s:8:\"RMArShpI\";s:8:\"\"\\u25bc\"\";s:8:\"RMArImgA\";s:0:\"\";s:8:\"RMArImgI\";s:0:\"\";s:9:\"RMTrigger\";s:11:\"#click-menu\";s:9:\"RMPushBtn\";N;s:11:\"RMCurBkgHov\";s:7:\"#43494C\";s:11:\"RMCurColHov\";s:7:\"#FFFFFF\";s:8:\"RMWalker\";s:0:\"\";s:9:\"RMUseTran\";N;s:5:\"RMLoc\";s:4:\"left\";s:15:\"RMThemeLocation\";s:7:\"primary\";}','yes'),(619,'wpr_optionsframework','a:1:{s:2:\"id\";s:15:\"wprmenu_options\";}','yes'),(620,'wprmenu_options','a:21:{s:7:\"enabled\";s:1:\"1\";s:4:\"menu\";s:1:\"2\";s:4:\"hide\";s:10:\"#menu_wrap\";s:5:\"swipe\";s:3:\"yes\";s:10:\"search_box\";s:4:\"hide\";s:7:\"zooming\";s:3:\"yes\";s:15:\"menu_symbol_pos\";s:4:\"left\";s:9:\"bar_title\";s:4:\"MENU\";s:8:\"bar_logo\";s:0:\"\";s:8:\"position\";s:4:\"left\";s:10:\"from_width\";s:3:\"768\";s:8:\"how_wide\";s:2:\"90\";s:7:\"bar_bgd\";s:7:\"#0D0D0D\";s:9:\"bar_color\";s:7:\"#F2F2F2\";s:8:\"menu_bgd\";s:7:\"#2E2E2E\";s:10:\"menu_color\";s:7:\"#CFCFCF\";s:16:\"menu_color_hover\";s:7:\"#606060\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_border_top\";s:7:\"#0D0D0D\";s:18:\"menu_border_bottom\";s:7:\"#131212\";s:23:\"menu_border_bottom_show\";s:3:\"yes\";}','yes'),(785,'db_upgraded','','yes'),(788,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:23:\"webmaster@kenmunroe.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484650480;}','yes'),(800,'_site_transient_timeout_browser_6c87615462301d709781c5732ebdb395','1439582751','yes'),(801,'_site_transient_browser_6c87615462301d709781c5732ebdb395','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.130\";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'),(802,'can_compress_scripts','1','yes'),(861,'_site_transient_timeout_browser_e3d9c0a5da590831cc59aca115b34dd3','1440353989','yes'),(862,'_site_transient_browser_e3d9c0a5da590831cc59aca115b34dd3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.155\";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'),(921,'phppc_options','a:5:{s:13:\"table_version\";s:1:\"1\";s:21:\"complete_deactivation\";s:1:\"0\";s:14:\"content_filter\";s:1:\"1\";s:14:\"sidebar_filter\";s:1:\"1\";s:17:\"enable_richeditor\";s:1:\"1\";}','yes'),(960,'jetpack_file_data','a:1:{s:5:\"3.7.2\";a:48:{s:32:\"897a2742e7839607c0023b456ed14758\";a:13:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"c870c79f222cdc3114d210d3a3502a79\";a:13:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"5626c5d4355e483f5d4356630646d742\";a:13:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"24c526e6c78dd2c097eee51c33d627ee\";a:13:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"be64897c0a578ee6cadb1a459021fbbe\";a:13:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"6735e720fe2e3f6f2c48fcaf0fe0a157\";a:13:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"3abad4b5ddebf37a03f03331b17c1e1b\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"e30ae0161f5ef7955a2e22021602969b\";a:13:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";}s:32:\"e4e461477edd64344126af366b33ae7c\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"1e285572509707836075afa0b7a0d17a\";a:13:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"2a62f28abd5ac11bea3ce7a8e9c4d893\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"fd2cbe6ae10ff814cc269d51b32baad9\";a:13:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"931a7a94c663547c5cb6cc430e98dd30\";a:13:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"dd442dc05f950526d584e15e54628bfb\";a:13:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"96f2d1988c22688e9e3d8a8cc5ee1b5b\";a:13:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"f79ea51a248d9f624e0936ef023cffe1\";a:13:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"46da83c7358c834dcb193789272f7858\";a:13:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"c189740a3e69c5f42f12a191a15c3dbf\";a:13:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"0f9fdc374b00a8d5ca816aac44e6d3f6\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"6f1872535dd77713441708214388213c\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"65f2f0936d11bffe8cd447696054f38e\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"a8ff13dae8129c451116dea8803b23da\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"0a38341a9df2d2cb6f90e4faf65b4d64\";a:13:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";}s:32:\"1c8f61fb80e0f6dd697e6d995431161a\";a:13:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"4ca0a2f31843f3b2a4522fa8b9fb18d3\";a:13:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"1f1289f469fe089a9ea32024df083f74\";a:13:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";}s:32:\"53eb2f9dfe4e9d9b7203d47ab3a0c58e\";a:13:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"df74d4db35fc795c9bf4b7b2e769116d\";a:13:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";}s:32:\"e8b7c9d9b0be70888c41e139c34eb448\";a:13:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";}s:32:\"04c7eedf95290d03db05e2fc8682a8da\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"f36c13c725ee67f8fbb85d85b4fa8bdb\";a:13:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";}s:32:\"4034d694a22b9864b7d9dbcc291a01f5\";a:13:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";}s:32:\"a260ebaa113e875bbbe59b54cd2475b1\";a:13:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"48e6f4cc58711b5d627931f72a4f55a2\";a:13:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"0361b51d6b8957ba15a90c8893085e51\";a:13:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"03045ecc30a51f072431bd2f6ccffc37\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"2e89d8cf494aa4cc028023de2662b571\";a:13:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";}s:32:\"caf240bf1da3b6f8ec449d7477ac383e\";a:13:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";}s:32:\"b6ef488128505d6cf819d8a6508a081f\";a:13:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"6c0c9cebc91c7aee0de35562fcb8d0b0\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"f354e2a9f6f0823a628e741e7aa88906\";a:13:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"fb806f9c3f633a466076615f99329d22\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"c6908213746b1364a541c3fde961936f\";a:13:{s:4:\"name\";s:10:\"VaultPress\";s:11:\"description\";s:27:\"Backups and security scans.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";}s:32:\"df97f3fe6750f6490164e710152d5946\";a:13:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:78:\"Verify your site or domain with Google Webmaster Tools, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"5e000fbc427cecaed6e1b8dbf2732462\";a:13:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"86f746acdf5d11f8fe753092aec6f619\";a:13:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"b91d486b68701c78e5f2776144c546f4\";a:13:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"98a767d5a9377cc7b8d08fda01d960c0\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}}}','yes'),(961,'jetpack_available_modules','a:1:{s:5:\"3.7.2\";a:36:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(963,'jetpack_security_report','a:0:{}','yes'),(966,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:2;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(968,'jetpack_log','a:2:{i:0;a:4:{s:4:\"time\";i:1439923456;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1439923606;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:97744490;s:4:\"code\";s:9:\"authorize\";}}','no'),(969,'jetpack_private_options','a:0:{}','yes'),(978,'jetpack_protect_key','f61f799645b76ef7641964724da163ddd747b1f9','yes'),(979,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:97744490;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(982,'trusted_ip_header','REMOTE_ADDR','yes'),(984,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(994,'jetpack_updates','a:8:{s:7:\"plugins\";i:2;s:6:\"themes\";i:0;s:9:\"wordpress\";i:1;s:12:\"translations\";i:0;s:5:\"total\";i:3;s:10:\"wp_version\";s:5:\"4.2.5\";s:17:\"wp_update_version\";s:5:\"4.3.1\";s:26:\"site_is_version_controlled\";b:0;}','yes'),(1109,'_transient_timeout_jetpack_site_is_vcs','1443657086','no'),(1110,'_transient_jetpack_site_is_vcs','0','no'),(1127,'_site_transient_timeout_browser_c95da34a699e4cfc425ec3290c4c59a5','1444175588','yes'),(1128,'_site_transient_browser_c95da34a699e4cfc425ec3290c4c59a5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"45.0.2454.101\";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'),(1137,'stats_cache','a:2:{s:32:\"0142c4c9114052235031ef218ab62fc5\";a:1:{i:1481038628;a:1:{i:0;a:4:{s:7:\"post_id\";s:3:\"326\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:41:\"http://www.providentbookkeeping.com/2015/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"dc65b269e70eb05078d22926c8fcb56b\";a:1:{i:1481038629;a:0:{}}}','yes'),(1147,'jetpack_dismissed_manage_banner','1','yes'),(1148,'widget_blog_subscription','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1149,'_transient_timeout_wpcom_subscribers_total','1443574458','no'),(1150,'_transient_wpcom_subscribers_total','a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i:0;}','no'),(1151,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1152,'widget_jetpack_display_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1153,'widget_facebook-likebox','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1154,'widget_wpcom-goodreads','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1155,'widget_grofile','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1156,'widget_image','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1157,'widget_rss_links','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1158,'widget_wpcom_social_media_icons_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1159,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1160,'widget_twitter_timeline','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1171,'wsp_version_key','1.3.0','yes'),(1181,'wsp_exclude_cpt_slider','1','yes'),(1263,'_transient_timeout_endpoint_path_versions','1471818325','no'),(1264,'_transient_endpoint_path_versions','a:39:{s:4:\"mine\";a:1:{i:0;a:4:{s:4:\"path\";s:21:\"/sites/%s/themes/mine\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:6:\"themes\";a:1:{i:0;a:4:{s:4:\"path\";s:16:\"/sites/%s/themes\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:2:\"%s\";a:8:{i:0;a:4:{s:4:\"path\";s:19:\"/sites/%s/themes/%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:1;a:4:{s:4:\"path\";s:21:\"/sites/%s/plugins/%s/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:2;a:4:{s:4:\"path\";s:20:\"/sites/%s/plugins/%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:3;a:4:{s:4:\"path\";s:29:\"/sites/%s/jetpack/modules/%s/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}i:4;a:4:{s:4:\"path\";s:9:\"/sites/%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:5;a:4:{s:4:\"path\";s:24:\"/sites/%s/post-counts/%s\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.2\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:6;a:4:{s:4:\"path\";s:20:\"/sites/%s/invites/%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:7;a:4:{s:4:\"path\";s:28:\"/sites/%s/sharing-buttons/%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:7:\"install\";a:2:{i:0;a:4:{s:4:\"path\";s:27:\"/sites/%s/themes/%s/install\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:1;a:4:{s:4:\"path\";s:28:\"/sites/%s/plugins/%s/install\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:6:\"delete\";a:14:{i:0;a:4:{s:4:\"path\";s:26:\"/sites/%s/themes/%s/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:1;a:4:{s:4:\"path\";s:27:\"/sites/%s/plugins/%s/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:2;a:4:{s:4:\"path\";s:25:\"/sites/%s/posts/%d/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:3;a:4:{s:4:\"path\";s:25:\"/sites/%s/posts/%d/delete\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:4;a:4:{s:4:\"path\";s:25:\"/sites/%s/media/%d/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:5;a:4:{s:4:\"path\";s:25:\"/sites/%s/media/%d/delete\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:6;a:4:{s:4:\"path\";s:28:\"/sites/%s/comments/%d/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:7;a:4:{s:4:\"path\";s:35:\"/sites/%s/categories/slug:%s/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:8;a:4:{s:4:\"path\";s:29:\"/sites/%s/tags/slug:%s/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:9;a:4:{s:4:\"path\";s:25:\"/sites/%s/users/%d/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:10;a:4:{s:4:\"path\";s:27:\"/sites/%s/invites/%s/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:11;a:4:{s:4:\"path\";s:31:\"/sites/%s/connections/%d/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:12;a:4:{s:4:\"path\";s:35:\"/sites/%s/sharing-buttons/%s/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:13;a:4:{s:4:\"path\";s:25:\"/sites/%s/menus/%d/delete\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:7:\"plugins\";a:1:{i:0;a:4:{s:4:\"path\";s:17:\"/sites/%s/plugins\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:6:\"update\";a:2:{i:0;a:4:{s:4:\"path\";s:28:\"/sites/%s/plugins/%s/update/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:1;a:4:{s:4:\"path\";s:21:\"/sites/%s/core/update\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:7:\"modules\";a:1:{i:0;a:4:{s:4:\"path\";s:25:\"/sites/%s/jetpack/modules\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:7:\"updates\";a:1:{i:0;a:4:{s:4:\"path\";s:17:\"/sites/%s/updates\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:10:\"capability\";a:1:{i:0;a:4:{s:4:\"path\";s:23:\"/sites/%s/me/capability\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:4:\"core\";a:1:{i:0;a:4:{s:4:\"path\";s:14:\"/sites/%s/core\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:4:\"sync\";a:1:{i:0;a:4:{s:4:\"path\";s:14:\"/sites/%s/sync\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:12:\"post-formats\";a:1:{i:0;a:4:{s:4:\"path\";s:22:\"/sites/%s/post-formats\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:14:\"page-templates\";a:1:{i:0;a:4:{s:4:\"path\";s:24:\"/sites/%s/page-templates\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:10:\"post-types\";a:1:{i:0;a:4:{s:4:\"path\";s:20:\"/sites/%s/post-types\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:10:\"shortcodes\";a:1:{i:0;a:4:{s:4:\"path\";s:20:\"/sites/%s/shortcodes\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:6:\"render\";a:2:{i:0;a:4:{s:4:\"path\";s:27:\"/sites/%s/shortcodes/render\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:1;a:4:{s:4:\"path\";s:23:\"/sites/%s/embeds/render\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:6:\"embeds\";a:1:{i:0;a:4:{s:4:\"path\";s:16:\"/sites/%s/embeds\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:8:\"reversal\";a:1:{i:0;a:4:{s:4:\"path\";s:25:\"/sites/%s/embeds/reversal\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:5:\"posts\";a:2:{i:0;a:4:{s:4:\"path\";s:16:\"/sites/%s/posts/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:1;a:4:{s:4:\"path\";s:16:\"/sites/%s/posts/\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:2:\"%d\";a:10:{i:0;a:4:{s:4:\"path\";s:18:\"/sites/%s/posts/%d\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}i:1;a:4:{s:4:\"path\";s:18:\"/sites/%s/posts/%d\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}i:2;a:4:{s:4:\"path\";s:18:\"/sites/%s/posts/%d\";s:11:\"min_version\";s:3:\"1.2\";s:11:\"max_version\";s:3:\"1.2\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:3;a:4:{s:4:\"path\";s:18:\"/sites/%s/media/%d\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:4;a:4:{s:4:\"path\";s:18:\"/sites/%s/media/%d\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}i:5;a:4:{s:4:\"path\";s:18:\"/sites/%s/media/%d\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:6;a:4:{s:4:\"path\";s:21:\"/sites/%s/comments/%d\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}i:7;a:4:{s:4:\"path\";s:18:\"/sites/%s/users/%d\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}i:8;a:4:{s:4:\"path\";s:24:\"/sites/%s/connections/%d\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:9;a:4:{s:4:\"path\";s:18:\"/sites/%s/menus/%d\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:4:\"POST\";i:1;s:3:\"GET\";}}}s:7:\"name:%s\";a:1:{i:0;a:4:{s:4:\"path\";s:23:\"/sites/%s/posts/name:%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:7:\"slug:%s\";a:4:{i:0;a:4:{s:4:\"path\";s:23:\"/sites/%s/posts/slug:%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:1;a:4:{s:4:\"path\";s:23:\"/sites/%s/posts/slug:%s\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:2;a:4:{s:4:\"path\";s:28:\"/sites/%s/categories/slug:%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}i:3;a:4:{s:4:\"path\";s:22:\"/sites/%s/tags/slug:%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:3:\"new\";a:11:{i:0;a:4:{s:4:\"path\";s:19:\"/sites/%s/posts/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:1;a:4:{s:4:\"path\";s:19:\"/sites/%s/posts/new\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:2;a:4:{s:4:\"path\";s:19:\"/sites/%s/posts/new\";s:11:\"min_version\";s:3:\"1.2\";s:11:\"max_version\";s:3:\"1.2\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:3;a:4:{s:4:\"path\";s:19:\"/sites/%s/media/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:4;a:4:{s:4:\"path\";s:19:\"/sites/%s/media/new\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:5;a:4:{s:4:\"path\";s:30:\"/sites/%s/posts/%d/replies/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:6;a:4:{s:4:\"path\";s:33:\"/sites/%s/comments/%d/replies/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:7;a:4:{s:4:\"path\";s:24:\"/sites/%s/categories/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:8;a:4:{s:4:\"path\";s:18:\"/sites/%s/tags/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:9;a:4:{s:4:\"path\";s:29:\"/sites/%s/sharing-buttons/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:10;a:4:{s:4:\"path\";s:19:\"/sites/%s/menus/new\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:7:\"restore\";a:2:{i:0;a:4:{s:4:\"path\";s:26:\"/sites/%s/posts/%d/restore\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}i:1;a:4:{s:4:\"path\";s:26:\"/sites/%s/posts/%d/restore\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:8:\"autosave\";a:1:{i:0;a:4:{s:4:\"path\";s:27:\"/sites/%s/posts/%d/autosave\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:5:\"media\";a:2:{i:0;a:4:{s:4:\"path\";s:16:\"/sites/%s/media/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:1:\"1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:1;a:4:{s:4:\"path\";s:16:\"/sites/%s/media/\";s:11:\"min_version\";s:3:\"1.1\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:8:\"comments\";a:1:{i:0;a:4:{s:4:\"path\";s:19:\"/sites/%s/comments/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:7:\"replies\";a:1:{i:0;a:4:{s:4:\"path\";s:27:\"/sites/%s/posts/%d/replies/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:10:\"categories\";a:1:{i:0;a:4:{s:4:\"path\";s:20:\"/sites/%s/categories\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:4:\"tags\";a:1:{i:0;a:4:{s:4:\"path\";s:14:\"/sites/%s/tags\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:5:\"roles\";a:1:{i:0;a:4:{s:4:\"path\";s:15:\"/sites/%s/roles\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:5:\"users\";a:1:{i:0;a:4:{s:4:\"path\";s:15:\"/sites/%s/users\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:8:\"login:%s\";a:1:{i:0;a:4:{s:4:\"path\";s:24:\"/sites/%s/users/login:%s\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:7:\"invites\";a:1:{i:0;a:4:{s:4:\"path\";s:17:\"/sites/%s/invites\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:8:\"settings\";a:1:{i:0;a:4:{s:4:\"path\";s:18:\"/sites/%s/settings\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:2:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";}}}s:11:\"connections\";a:1:{i:0;a:4:{s:4:\"path\";s:22:\"/sites/%s/connections/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}s:15:\"sharing-buttons\";a:2:{i:0;a:4:{s:4:\"path\";s:26:\"/sites/%s/sharing-buttons/\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}i:1;a:4:{s:4:\"path\";s:25:\"/sites/%s/sharing-buttons\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:4:\"POST\";}}}s:5:\"menus\";a:1:{i:0;a:4:{s:4:\"path\";s:15:\"/sites/%s/menus\";s:11:\"min_version\";s:1:\"0\";s:11:\"max_version\";s:3:\"1.1\";s:15:\"request_methods\";a:1:{i:0;s:3:\"GET\";}}}}','no'),(1273,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:9:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.8.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-4.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.6\";s:7:\"version\";s:5:\"4.8.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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:60:\"https://downloads.wordpress.org/release/wordpress-4.7.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.7.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.10\";s:7:\"version\";s:6:\"4.7.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.6.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.6.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.11\";s:7:\"version\";s:6:\"4.6.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.5.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.5.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.14\";s:7:\"version\";s:6:\"4.5.14\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.4.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.4.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.15\";s:7:\"version\";s:6:\"4.4.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.3.16.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.16.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.16-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.16-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.16\";s:7:\"version\";s:6:\"4.3.16\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.2.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.2.20.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.20-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.20-new-bundled.zip\";s:7:\"partial\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.20-partial-10.zip\";s:8:\"rollback\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.20-rollback-10.zip\";}s:7:\"current\";s:6:\"4.2.20\";s:7:\"version\";s:6:\"4.2.20\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:6:\"4.2.10\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1524699063;s:15:\"version_checked\";s:6:\"4.2.10\";s:12:\"translations\";a:0:{}}','yes'),(1292,'_transient_timeout_jetpack_https_test','1481059873','no'),(1293,'_transient_jetpack_https_test','1','no'),(1300,'_transient_timeout_jpp_li_2b22f6efa0950d522e9f11693a7ec14c','1480973547','no'),(1301,'_transient_jpp_li_2b22f6efa0950d522e9f11693a7ec14c','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"{\"trusted_header\":\"REMOTE_ADDR\",\"segments\":1,\"reverse\":false}\";s:17:\"seconds_remaining\";i:60;s:16:\"blocked_attempts\";N;s:6:\"expire\";i:1480973547;}','no'),(1302,'_transient_timeout_jpp_headers_updated_recently','1481059887','no'),(1303,'_transient_jpp_headers_updated_recently','1','no'),(1333,'wp_db_backup_excs','a:2:{s:9:\"revisions\";a:0:{}s:4:\"spam\";a:0:{}}','yes'),(1346,'_site_transient_timeout_browser_624a74c077a47cf0aab8606325ccd24d','1481580616','yes'),(1347,'_site_transient_browser_624a74c077a47cf0aab8606325ccd24d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.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'),(1351,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"02c54ad.netsolhost.com\";s:8:\"username\";s:19:\"ntsl1162067%02c54ad\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(1352,'fs_active_plugins','O:8:\"stdClass\":0:{}','yes'),(1353,'fs_debug_mode','','yes'),(1354,'fs_accounts','a:5:{s:11:\"plugin_data\";a:1:{s:22:\"content-aware-sidebars\";a:13:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:146:\"/WDP/DFS/42/3/2/4/4256612423/user/sites/1824088.site/www/providentbookkeeping/wp-content/plugins/content-aware-sidebars/content-aware-sidebars.php\";}s:17:\"install_timestamp\";i:1480976454;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:9:\"1.2.1.0.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"3.4.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:24:\"providentbookkeeping.com\";s:9:\"server_ip\";s:13:\"54.194.204.47\";s:9:\"is_active\";b:0;s:9:\"timestamp\";i:1480976582;s:7:\"version\";s:5:\"3.4.1\";}}}s:13:\"file_slug_map\";a:1:{s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:22:\"content-aware-sidebars\";}s:7:\"plugins\";a:1:{s:22:\"content-aware-sidebars\";O:9:\"FS_Plugin\":15:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:22:\"Content Aware Sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:4:\"file\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:7:\"version\";s:5:\"3.4.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_75513325effa77f024565ef74c9d6\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"259\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"be2c0ae10fc86bf7a064acda6a826ad5\";s:13:\"admin_notices\";a:1:{s:22:\"content-aware-sidebars\";a:0:{}}}','yes'),(1444,'_transient_timeout_brute_use_math','1481039182','no'),(1445,'_transient_brute_use_math','1','no'),(1446,'jetpack_protect_error','Invalid Action Specified','yes'),(1463,'phppc_menu','a:13:{s:21:\"complete_deactivation\";i:0;s:14:\"content_filter\";i:1;s:17:\"enable_richeditor\";i:1;s:9:\"shortcode\";s:3:\"php\";s:14:\"sidebar_filter\";i:1;s:13:\"table_version\";i:4;s:8:\"ajaxible\";i:1;s:20:\"parameter_extraction\";i:0;s:15:\"multisite_setup\";i:0;s:18:\"multisite_snippets\";i:0;s:18:\"crosssite_snippets\";i:0;s:19:\"multisite_shortcode\";s:5:\"phpmu\";s:21:\"multisite_own_options\";i:0;}','yes'),(1464,'fs_api_cache','a:0:{}','yes'),(1468,'fs_content-aware-sidebars_activated','1','yes'),(1469,'wsp_posts_by_category','<a href=\"{permalink}\">{title}</a>','yes'),(1470,'wsp_exclude_cpt_archive','1','yes'),(1471,'wsp_exclude_cpt_author','1','yes'),(1482,'theme_mods_hathor-pro_OLD','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(1483,'hathor_pro_old','a:227:{s:14:\"layout1_images\";s:7:\"layout1\";s:11:\"head_select\";s:5:\"head1\";s:13:\"footer_select\";s:7:\"footer1\";s:8:\"call_num\";s:39:\"<b>Call us number:</b> +00 123 456 789\";s:17:\"hathor_logo_image\";s:0:\"\";s:16:\"favicon_uploader\";s:0:\"\";s:11:\"latest_blog\";s:11:\"Latest Blog\";s:17:\"latstpst_checkbox\";s:1:\"1\";s:15:\"footer_textarea\";s:20:\"Theme By Imon themes\";s:15:\"callout1_enable\";s:1:\"1\";s:10:\"isis_call1\";s:165:\"<h5>Lorem ipsum dolor sit amet, consectetur dol adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibe Nam nec rhoncus. </h5>\";s:10:\"call1_link\";s:0:\"\";s:14:\"call1_linkname\";s:8:\"Download\";s:15:\"callout2_enable\";b:0;s:10:\"isis_call2\";s:165:\"<h5>Lorem ipsum dolor sit amet, consectetur dol adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibe Nam nec rhoncus. </h5>\";s:10:\"call2_link\";s:0:\"\";s:14:\"call2_linkname\";s:8:\"Download\";s:15:\"callout3_enable\";b:0;s:10:\"isis_call3\";s:165:\"<h5>Lorem ipsum dolor sit amet, consectetur dol adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibe Nam nec rhoncus. </h5>\";s:10:\"call3_link\";s:0:\"\";s:14:\"call3_linkname\";s:7:\"Buy Now\";s:15:\"welcome1_enable\";s:1:\"1\";s:14:\"hathor_welcome\";s:95:\"<h1>Welcome!</h1><h2>You need to configure your Home Page! </h2>Please visit Theme Options Page\";s:15:\"welcome2_enable\";b:0;s:15:\"hathor1_welcome\";s:95:\"<h1>Welcome!</h1><h2>You need to configure your Home Page! </h2>Please visit Theme Options Page\";s:9:\"font_text\";s:60:\"@import url(http://fonts.googleapis.com/css?family=Raleway);\";s:10:\"font2_text\";s:7:\"Raleway\";s:15:\"sec_colorpicker\";s:0:\"\";s:16:\"text_colorpicker\";s:0:\"\";s:18:\"header_colorpicker\";s:0:\"\";s:17:\"titel_colorpicker\";s:7:\"#000000\";s:20:\"menutext_colorpicker\";s:7:\"#000000\";s:16:\"menu_colorpicker\";s:7:\"#cecece\";s:19:\"submenu_colorpicker\";s:7:\"#373737\";s:19:\"submanu_colorpicker\";s:7:\"#e5e5e5\";s:18:\"footer_colorpicker\";s:7:\"#272727\";s:21:\"widfooter_colorpicker\";s:7:\"#373737\";s:19:\"widtext_colorpicker\";s:0:\"\";s:21:\"pagetitel_colorpicker\";s:7:\"#26AE90\";s:20:\"pagetext_colorpicker\";s:0:\"\";s:19:\"flavour_colorpicker\";s:7:\"#26AE90\";s:17:\"hover_colorpicker\";s:7:\"#ff4533\";s:18:\"servbg_colorpicker\";s:0:\"\";s:20:\"servtext_colorpicker\";s:7:\"#000000\";s:18:\"wellbg_colorpicker\";s:7:\"#F0F0F0\";s:18:\"callbg_colorpicker\";s:7:\"#FAFAFA\";s:13:\"slider_select\";s:4:\"nivo\";s:13:\"effcet_select\";s:6:\"random\";s:11:\"sliderlink2\";s:9:\"Read More\";s:19:\"opacity_colorpicker\";s:3:\"0.5\";s:16:\"sliderspeed_text\";s:4:\"6000\";s:13:\"number_select\";s:1:\"5\";s:16:\"sldrtxt_checkbox\";s:1:\"1\";s:18:\"sldrtitle_checkbox\";s:1:\"1\";s:16:\"sldrdes_checkbox\";s:1:\"1\";s:18:\"titels_colorpicker\";s:4:\"24px\";s:19:\"caption_colorpicker\";s:4:\"16px\";s:23:\"slidertitel_colorpicker\";s:7:\"#26AE90\";s:22:\"slidertext_colorpicker\";s:0:\"\";s:21:\"sliderdsc_colorpicker\";s:0:\"\";s:22:\"sliderdsct_colorpicker\";s:7:\"#000000\";s:24:\"sliderbutton_colorpicker\";s:7:\"#26AE90\";s:15:\"blocks_checkbox\";s:1:\"1\";s:15:\"newtab_checkbox\";b:0;s:12:\"servicelink2\";s:15:\"Show Me Details\";s:12:\"block_select\";s:7:\"service\";s:11:\"block1_logo\";s:8:\"fa-heart\";s:12:\"block1_image\";s:86:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/1.jpg\";s:11:\"block1_text\";s:19:\"We Work Efficiently\";s:15:\"block1_textarea\";s:142:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibendum ac.\";s:11:\"block1_link\";s:21:\"http://wordpress.org/\";s:11:\"block2_logo\";s:12:\"fa-volume-up\";s:12:\"block2_image\";s:0:\"\";s:11:\"block2_text\";s:17:\"24/7 Live Support\";s:15:\"block2_textarea\";s:160:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibendum ac. Sed ultrices leo.\";s:11:\"block2_link\";s:0:\"\";s:11:\"block3_logo\";s:14:\"fa-fighter-jet\";s:12:\"block3_image\";s:0:\"\";s:11:\"block3_text\";s:7:\"Confide\";s:15:\"block3_textarea\";s:143:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum, posuere faucibus velit bibendum ac. \";s:11:\"block3_link\";s:0:\"\";s:11:\"block4_logo\";s:7:\"fa-cogs\";s:12:\"block4_image\";s:0:\"\";s:11:\"block4_text\";s:22:\"Gurantee Like No Other\";s:15:\"block4_textarea\";s:106:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nec rhoncus risus. In ultrices lacinia ipsum.\";s:11:\"block4_link\";s:0:\"\";s:19:\"recentwork_checkbox\";s:1:\"1\";s:16:\"newtab2_checkbox\";b:0;s:11:\"recent_work\";s:17:\"Showcase Our Work\";s:12:\"recent_work2\";s:251:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit, sapien non placerat tempor, tortor sapien molestie dui, ut bibendumenim pretium augue. Morbi gravida urna quis lectus vestibulum auctor id sapien dignissim et convallis est rhoncus.\";s:11:\"recentlink2\";s:9:\"Read More\";s:7:\"recent1\";s:88:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/bg2.png\";s:12:\"recenttitle1\";s:15:\"Beautiful Photo\";s:11:\"recentdesc1\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl1\";s:0:\"\";s:7:\"recent2\";s:88:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/bg4.png\";s:12:\"recenttitle2\";s:15:\"Beautiful Photo\";s:11:\"recentdesc2\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl2\";s:0:\"\";s:7:\"recent3\";s:88:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/bg5.png\";s:12:\"recenttitle3\";s:15:\"Beautiful Photo\";s:11:\"recentdesc3\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl3\";s:0:\"\";s:7:\"recent4\";s:88:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/bg5.png\";s:12:\"recenttitle4\";s:15:\"Beautiful Photo\";s:11:\"recentdesc4\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl4\";s:0:\"\";s:7:\"recent5\";s:0:\"\";s:12:\"recenttitle5\";s:15:\"Beautiful Photo\";s:11:\"recentdesc5\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl5\";s:0:\"\";s:7:\"recent6\";s:0:\"\";s:12:\"recenttitle6\";s:15:\"Beautiful Photo\";s:11:\"recentdesc6\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl6\";s:0:\"\";s:7:\"recent7\";s:0:\"\";s:12:\"recenttitle7\";s:15:\"Beautiful Photo\";s:11:\"recentdesc7\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl7\";s:0:\"\";s:7:\"recent8\";s:0:\"\";s:12:\"recenttitle8\";s:15:\"Beautiful Photo\";s:11:\"recentdesc8\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl8\";s:0:\"\";s:7:\"recent9\";s:0:\"\";s:12:\"recenttitle9\";s:15:\"Beautiful Photo\";s:11:\"recentdesc9\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:10:\"recenturl9\";s:0:\"\";s:16:\"ourteam_checkbox\";s:1:\"1\";s:16:\"newtab3_checkbox\";b:0;s:12:\"ourteam_work\";s:19:\"Meet The Dream Team\";s:13:\"ourteam_work2\";s:251:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit, sapien non placerat tempor, tortor sapien molestie dui, ut bibendumenim pretium augue. Morbi gravida urna quis lectus vestibulum auctor id sapien dignissim et convallis est rhoncus.\";s:8:\"ourteam1\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/team1.png\";s:13:\"ourteamtitle1\";s:8:\"Mr.ronty\";s:12:\"ourteamdesc1\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl1\";s:0:\"\";s:8:\"ourteam2\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/team2.png\";s:13:\"ourteamtitle2\";s:8:\"Mr.Monty\";s:12:\"ourteamdesc2\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl2\";s:0:\"\";s:8:\"ourteam3\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/team3.png\";s:13:\"ourteamtitle3\";s:6:\"ms.oly\";s:12:\"ourteamdesc3\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl3\";s:0:\"\";s:8:\"ourteam4\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/team1.png\";s:13:\"ourteamtitle4\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc4\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl4\";s:0:\"\";s:8:\"ourteam5\";s:0:\"\";s:13:\"ourteamtitle5\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc5\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl5\";s:0:\"\";s:8:\"ourteam6\";s:0:\"\";s:13:\"ourteamtitle6\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc6\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl6\";s:0:\"\";s:8:\"ourteam7\";s:0:\"\";s:13:\"ourteamtitle7\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc7\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl7\";s:0:\"\";s:8:\"ourteam8\";s:0:\"\";s:13:\"ourteamtitle8\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc8\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl8\";s:0:\"\";s:8:\"ourteam9\";s:0:\"\";s:13:\"ourteamtitle9\";s:7:\"Mr.Imon\";s:12:\"ourteamdesc9\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:11:\"ourteamurl9\";s:0:\"\";s:9:\"ourteam10\";s:0:\"\";s:14:\"ourteamtitle10\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc10\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl10\";s:0:\"\";s:9:\"ourteam11\";s:0:\"\";s:14:\"ourteamtitle11\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc11\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl11\";s:0:\"\";s:9:\"ourteam12\";s:0:\"\";s:14:\"ourteamtitle12\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc12\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl12\";s:0:\"\";s:9:\"ourteam13\";s:0:\"\";s:14:\"ourteamtitle13\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc13\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl13\";s:0:\"\";s:9:\"ourteam14\";s:0:\"\";s:14:\"ourteamtitle14\";s:7:\"Mr.Imon\";s:13:\"ourteamdesc14\";s:125:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy.\";s:12:\"ourteamurl14\";s:0:\"\";s:18:\"ourclient_checkbox\";s:1:\"1\";s:16:\"newtab4_checkbox\";b:0;s:10:\"our_client\";s:10:\"Our Client\";s:7:\"client1\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo1.png\";s:10:\"clienturl1\";s:0:\"\";s:7:\"client2\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo2.png\";s:10:\"clienturl2\";s:0:\"\";s:7:\"client3\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo3.png\";s:10:\"clienturl3\";s:0:\"\";s:7:\"client4\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo4.png\";s:10:\"clienturl4\";s:0:\"\";s:7:\"client5\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo4.png\";s:10:\"clienturl5\";s:0:\"\";s:7:\"client6\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo4.png\";s:10:\"clienturl6\";s:0:\"\";s:7:\"client7\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo4.png\";s:10:\"clienturl7\";s:0:\"\";s:7:\"client8\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo4.png\";s:10:\"clienturl8\";s:0:\"\";s:7:\"client9\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo4.png\";s:10:\"clienturl9\";s:0:\"\";s:8:\"client10\";s:90:\"http://www.providentbookkeeping.com/wp-content/themes/hathor-pro_OLD/images/demo/logo4.png\";s:11:\"clienturl10\";s:0:\"\";s:10:\"fbsoc_text\";s:1:\"#\";s:10:\"ttsoc_text\";s:1:\"#\";s:10:\"gpsoc_text\";s:1:\"#\";s:11:\"ytbsoc_text\";s:1:\"#\";s:11:\"pinsoc_text\";s:1:\"#\";s:11:\"vimsoc_text\";s:1:\"#\";s:11:\"linsoc_text\";s:1:\"#\";s:11:\"flisoc_text\";s:1:\"#\";s:11:\"rsssoc_text\";s:1:\"#\";s:14:\"instagram_text\";s:1:\"#\";s:12:\"rtl_checkbox\";s:1:\"1\";s:13:\"related_posts\";s:10:\"categories\";s:18:\"nosidebar_checkbox\";b:0;s:17:\"pagehead_checkbox\";s:1:\"1\";s:14:\"share_checkbox\";s:1:\"1\";s:17:\"disscats_checkbox\";b:0;s:15:\"google_textarea\";s:0:\"\";}','yes'),(1588,'category_children','a:0:{}','yes'),(1710,'wsp_exclude_pages','','yes'),(1711,'wsp_exclude_cpt_page','','yes'),(1712,'wsp_exclude_cpt_post','','yes'),(1713,'wsp_add_nofollow','','yes'),(1714,'wsp_is_display_copyright','','yes'),(1715,'wsp_is_display_post_multiple_time','','yes'),(1716,'wsp_is_exclude_password_protected','','yes'),(1740,'wpXSG_databaseUpgraded','1','no'),(1742,'wpXSG_rewrite_done','0003','yes'),(1744,'wpXSG_MapId','58483adb9d9d89.74535322','yes'),(1745,'xmsg_LastPing','1481143894','yes'),(1746,'xmsg_Log','a:2:{i:0;s:198:\"Dec 07 2016 16:37:48 - <strong>Bing Auto ping - Thanks for submitting your Sitemap. Join the Bing Webmaster Tools to see your Sitemaps status and more reports on how you are doing on Bing.</strong>\";i:1;s:116:\"Dec 07 2016 16:37:48 - <strong>Google Auto ping - \nGoogle Webmaster Tools\n-\nSitemap Notification Received\n\n</strong>\";}','yes'),(1747,'xmsg_Update','1','yes'),(1748,'wpXSG_global','O:34:\"xmlSitemapGenerator\\globalSettings\":6:{s:12:\"addRssToHead\";s:1:\"1\";s:11:\"pingSitemap\";s:1:\"1\";s:11:\"addToRobots\";s:1:\"1\";s:9:\"sendStats\";s:1:\"1\";s:11:\"smallCredit\";s:1:\"1\";s:12:\"robotEntries\";s:0:\"\";}','yes'),(1749,'wpXSG_sitemapDefaults','O:35:\"xmlSitemapGenerator\\sitemapDefaults\":12:{s:8:\"homepage\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"3\";s:8:\"priority\";s:2:\"12\";s:9:\"frequency\";s:1:\"4\";s:7:\"inherit\";i:0;}s:5:\"pages\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"3\";s:8:\"priority\";s:1:\"8\";s:9:\"frequency\";s:1:\"4\";s:7:\"inherit\";i:0;}s:5:\"posts\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"2\";s:8:\"priority\";s:1:\"8\";s:9:\"frequency\";s:1:\"4\";s:7:\"inherit\";i:0;}s:18:\"taxonomyCategories\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"2\";s:8:\"priority\";s:1:\"5\";s:9:\"frequency\";s:1:\"5\";s:7:\"inherit\";i:0;}s:12:\"taxonomyTags\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"2\";s:8:\"priority\";s:1:\"5\";s:9:\"frequency\";s:1:\"5\";s:7:\"inherit\";i:0;}s:13:\"recentArchive\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"2\";s:8:\"priority\";s:1:\"8\";s:9:\"frequency\";s:1:\"7\";s:7:\"inherit\";i:0;}s:10:\"oldArchive\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"2\";s:8:\"priority\";s:1:\"5\";s:9:\"frequency\";s:1:\"3\";s:7:\"inherit\";i:0;}s:7:\"authors\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"2\";s:8:\"priority\";s:1:\"5\";s:9:\"frequency\";s:1:\"5\";s:7:\"inherit\";i:0;}s:9:\"dateField\";s:7:\"updated\";s:12:\"excludeRules\";s:0:\"\";s:11:\"customPosts\";a:0:{}s:6:\"slider\";O:32:\"xmlSitemapGenerator\\metaSettings\":7:{s:2:\"id\";i:0;s:6:\"itemId\";i:0;s:8:\"itemType\";s:0:\"\";s:7:\"exclude\";s:1:\"2\";s:8:\"priority\";s:1:\"8\";s:9:\"frequency\";s:1:\"4\";s:7:\"inherit\";i:0;}}','no'),(1756,'_site_transient_timeout_security_report_performed_recently','1481132131','yes'),(1757,'_site_transient_security_report_performed_recently','1','yes'),(1765,'301_redirects','a:1:{s:21:\"/For_Value_Buyers.htm\";s:69:\"http://www.providentbookkeeping.com/index.php/rates/for-value-buyers/\";}','yes'),(1768,'ppr_version','5.1.8','yes'),(1769,'quickppr_redirects','a:1:{s:56:\"http://www.providentbookkeeping.com/For_Value_Buyers.htm\";s:69:\"http://www.providentbookkeeping.com/index.php/rates/for-value-buyers/\";}','yes'),(1770,'quickppr_redirects_meta','a:1:{s:56:\"http://www.providentbookkeeping.com/For_Value_Buyers.htm\";a:2:{s:9:\"newwindow\";i:0;s:8:\"nofollow\";i:0;}}','yes'),(1863,'_site_transient_timeout_browser_34f676f9c342b94e657bdc22b061ef1c','1482187524','yes'),(1864,'_site_transient_browser_34f676f9c342b94e657bdc22b061ef1c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.99\";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'),(1871,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1481594020','yes'),(1872,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"6110\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3747\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3738\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3244\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2869\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2546\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2229\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2155\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2104\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2089\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"2044\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"2025\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1965\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1937\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1756\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1653\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1625\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1469\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1380\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1299\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1296\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1152\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1136\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:4:\"1065\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:4:\"1027\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1017\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"969\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"964\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"963\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"932\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"929\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"916\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"861\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"851\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"841\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"821\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"788\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"783\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"783\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"770\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"759\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"751\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"749\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"743\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"736\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"731\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"725\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"718\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"718\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"710\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"701\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"656\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"652\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"640\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"635\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"629\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"616\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"615\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"614\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"612\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"601\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"585\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"585\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"584\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"580\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"563\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"553\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"549\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"546\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"540\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"540\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"538\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"534\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"522\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"519\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"509\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"507\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"496\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"484\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"471\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"469\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"467\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"462\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"459\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"448\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"447\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"443\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"438\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"436\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"430\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"427\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"426\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"425\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"424\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"422\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"422\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"421\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"417\";}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";s:3:\"414\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"413\";}}','yes'),(1876,'responsive_menu_current_page','technical','yes'),(1884,'responsive_navigation','a:6:{s:17:\"menu_button_title\";s:15:\"Navigation Menu\";s:12:\"element_hide\";s:10:\"#menu_wrap\";s:15:\"responsive_menu\";s:9:\"Main Menu\";s:13:\"menu_bg_color\";s:7:\"#ffffff\";s:20:\"menu_button_bg_color\";s:7:\"#ffffff\";s:22:\"menu_button_text_color\";s:7:\"#ffffff\";}','yes'),(1898,'theme_mods_DISABLED/DISABLED_hathor-pro','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481586679;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";}s:7:\"sidebar\";a:2:{i:0;s:10:\"nav_menu-3\";i:1;s:6:\"text-2\";}s:12:\"foot_sidebar\";a:1:{i:0;s:6:\"text-9\";}s:18:\"orphaned_widgets_1\";a:2:{i:0;s:10:\"nav_menu-8\";i:1;s:6:\"text-8\";}s:18:\"orphaned_widgets_2\";a:2:{i:0;s:10:\"nav_menu-7\";i:1;s:6:\"text-7\";}s:18:\"orphaned_widgets_3\";a:2:{i:0;s:10:\"nav_menu-6\";i:1;s:6:\"text-6\";}s:18:\"orphaned_widgets_4\";a:2:{i:0;s:10:\"nav_menu-5\";i:1;s:6:\"text-5\";}s:18:\"orphaned_widgets_5\";a:2:{i:0;s:10:\"nav_menu-4\";i:1;s:6:\"text-3\";}s:18:\"orphaned_widgets_6\";a:2:{i:0;s:10:\"nav_menu-2\";i:1;s:6:\"text-4\";}}}}','yes'),(1899,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481586685;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:15:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";i:4;s:6:\"text-6\";i:5;s:6:\"text-7\";i:6;s:6:\"text-8\";i:7;s:6:\"text-9\";i:8;s:10:\"nav_menu-2\";i:9;s:10:\"nav_menu-3\";i:10;s:10:\"nav_menu-4\";i:11;s:10:\"nav_menu-5\";i:12;s:10:\"nav_menu-6\";i:13;s:10:\"nav_menu-7\";i:14;s:10:\"nav_menu-8\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(1906,'ng_slicknavmenu','a:30:{s:22:\"ng_slicknav_brand_text\";s:21:\"Provident Bookkeeping\";s:16:\"ng_slicknav_menu\";s:10:\"#menu_wrap\";s:17:\"ng_slicknav_width\";s:3:\"768\";s:17:\"ng_slicknav_brand\";s:0:\"\";s:15:\"ng_slicknav_alt\";s:0:\"\";s:28:\"ng_slicknav_brand_text_color\";s:7:\"#ffffff\";s:27:\"ng_slicknav_button_position\";s:5:\"right\";s:28:\"ng_slicknav_submenu_position\";s:5:\"right\";s:22:\"ng_slicknav_background\";s:7:\"#4c4c4c\";s:18:\"ng_slicknav_button\";s:7:\"#222222\";s:25:\"ng_slicknav_button_expand\";s:7:\"#222222\";s:23:\"ng_slicknav_label_color\";s:4:\"#fff\";s:22:\"ng_slicknav_icon_color\";s:4:\"#fff\";s:22:\"ng_slicknav_link_color\";s:4:\"#fff\";s:28:\"ng_slicknav_link_hover_color\";s:7:\"#222222\";s:39:\"ng_slicknav_link_hover_background_color\";s:21:\"rgba(204,204,204,0.3)\";s:23:\"ng_slicknav_search_text\";s:9:\"search...\";s:29:\"ng_slicknav_search_icon_color\";s:4:\"#fff\";s:24:\"ng_slicknav_search_color\";s:7:\"#222222\";s:16:\"ng_slicknav_font\";s:2:\"16\";s:22:\"ng_slicknav_label_size\";s:2:\"16\";s:24:\"ng_slicknav_label_weight\";s:4:\"bold\";s:21:\"ng_slicknav_font_case\";s:4:\"none\";s:20:\"ng_slicknav_position\";s:4:\"body\";s:17:\"ng_slicknav_label\";s:4:\"MENU\";s:23:\"ng_slicknav_close_click\";s:1:\"1\";s:21:\"ng_slicknav_accordion\";s:1:\"1\";s:17:\"ng_slicknav_speed\";s:3:\"400\";s:24:\"ng_slicknav_closedsymbol\";s:3:\"►\";s:24:\"ng_slicknav_openedsymbol\";s:3:\"▼\";}','yes'),(2867,'_site_transient_timeout_browser_4aae293127d148bbe99fa13d81ceb9a0','1487352426','yes'),(2868,'_site_transient_browser_4aae293127d148bbe99fa13d81ceb9a0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.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'),(3133,'_site_transient_timeout_browser_e962b733612dd4249c54f83e15b3b715','1489012291','yes'),(3134,'_site_transient_browser_e962b733612dd4249c54f83e15b3b715','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.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'),(4966,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1499115625','yes'),(4967,'_site_transient_browser_699dfc46f2edc5d25d73bee60c1bf7b9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4986,'rewrite_rules','a:74:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=326&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:41:\"index.php/.+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"index.php/.+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"index.php/.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"index.php/(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:56:\"index.php/(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:51:\"index.php/(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:44:\"index.php/(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:51:\"index.php/(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:36:\"index.php/(.+?)/([^/]+)(/[0-9]+)?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:30:\"index.php/.+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"index.php/.+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"index.php/.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"index.php/.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"index.php/.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"index.php/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"index.php/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"index.php/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"index.php/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:18:\"index.php/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(8732,'_site_transient_timeout_available_translations','1517266338','yes'),(8733,'_site_transient_available_translations','a:68:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-07-22 12:43:02\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-28 10:19:19\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-20 21:24:02\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-16 13:32:19\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-06-22 04:40:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-17 08:12:43\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-12-09 10:14:47\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-10-27 04:34:29\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-12 10:52:32\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-01-21 14:19:18\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/core/4.2.10/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-06-21 20:36:20\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-09-29 17:53:06\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-01-18 19:29:28\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-10-01 16:04:19\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-05 20:09:08\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-03-22 18:30:35\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-03-08 17:33:16\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-12-08 01:53:01\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-02-29 09:16:12\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:37:43\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.1.14\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.1.14/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-12 11:07:42\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-11-20 14:13:29\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-11-25 10:51:38\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-09-15 15:59:46\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-06-12 06:01:46\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-06-02 15:18:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-10-01 10:49:19\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-04-11 02:40:57\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2016-02-12 07:04:31\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-27 01:39:56\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-02-04 00:21:25\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-12-16 04:56:00\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-02 17:06:22\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-12 12:07:26\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-29 10:11:53\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-09-23 13:46:44\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.10/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-03-24 15:32:22\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-12-07 09:29:32\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-12-26 15:00:20\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-11-22 15:10:39\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-26 00:43:12\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-31 19:54:11\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-07-29 22:49:26\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-18 07:58:34\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2016-07-28 09:31:50\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-25 16:07:43\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-06 10:10:09\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-24 13:30:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-11 11:08:44\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-10-22 10:30:48\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.10/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-08-13 13:38:55\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:6:\"4.2.10\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.10/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(8796,'_site_transient_timeout_browser_adfc738764c1c19b29fbb8207e1af73b','1518199059','yes'),(8797,'_site_transient_browser_adfc738764c1c19b29fbb8207e1af73b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.119\";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'),(9969,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1524699063;s:7:\"checked\";a:2:{s:10:\"hathor-pro\";s:3:\"0.2\";s:13:\"twentyfifteen\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(9970,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1524699063;s:8:\"response\";a:3:{s:49:\"content-aware-sidebars/content-aware-sidebars.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/content-aware-sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:6:\"plugin\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:11:\"new_version\";s:5:\"3.7.6\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/content-aware-sidebars/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/content-aware-sidebars.3.7.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1815877\";s:2:\"1x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-128x128.png?rev=1815877\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/content-aware-sidebars/assets/banner-1544x500.png?rev=1815877\";s:2:\"1x\";s:77:\"https://ps.w.org/content-aware-sidebars/assets/banner-772x250.png?rev=1815877\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";a:0:{}}s:45:\"slicknav-mobile-menu/slicknav-mobile-menu.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/slicknav-mobile-menu\";s:4:\"slug\";s:20:\"slicknav-mobile-menu\";s:6:\"plugin\";s:45:\"slicknav-mobile-menu/slicknav-mobile-menu.php\";s:11:\"new_version\";s:5:\"1.8.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/slicknav-mobile-menu/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/slicknav-mobile-menu.1.8.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/slicknav-mobile-menu/assets/icon-256x256.jpg?rev=1130038\";s:2:\"1x\";s:73:\"https://ps.w.org/slicknav-mobile-menu/assets/icon-128x128.jpg?rev=1137772\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/slicknav-mobile-menu/assets/banner-772x250.jpg?rev=1306762\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";a:0:{}}s:35:\"wp-sitemap-page/wp-sitemap-page.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/wp-sitemap-page\";s:4:\"slug\";s:15:\"wp-sitemap-page\";s:6:\"plugin\";s:35:\"wp-sitemap-page/wp-sitemap-page.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-sitemap-page/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-sitemap-page.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-sitemap-page/assets/icon-256x256.png?rev=981368\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-sitemap-page/assets/icon-128x128.png?rev=981368\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-sitemap-page/assets/banner-772x250.png?rev=630898\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:37:\"breadcrumb-trail/breadcrumb-trail.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-trail\";s:4:\"slug\";s:16:\"breadcrumb-trail\";s:6:\"plugin\";s:37:\"breadcrumb-trail/breadcrumb-trail.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-trail/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-trail.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/breadcrumb-trail/assets/icon-256x256.png?rev=1256005\";s:2:\"1x\";s:69:\"https://ps.w.org/breadcrumb-trail/assets/icon-128x128.png?rev=1256005\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-trail/assets/banner-1544x500.png?rev=1256005\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-trail/assets/banner-772x250.png?rev=1256005\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.8.6\";s:12:\"requires_php\";N;s:13:\"compatibility\";a:0:{}}s:35:\"disable-wpautop/disable-wpautop.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/disable-wpautop\";s:4:\"slug\";s:15:\"disable-wpautop\";s:6:\"plugin\";s:35:\"disable-wpautop/disable-wpautop.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/disable-wpautop/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/disable-wpautop.1.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/disable-wpautop.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','yes'),(9972,'_transient_doing_cron','1525131964.8640580177307128906250','yes'),(9991,'_site_transient_timeout_browser_f486628b8b3cd381d361bdc25237d08d','1525218313','yes'),(9992,'_site_transient_browser_f486628b8b3cd381d361bdc25237d08d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"65.0.3325.181\";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'),(10005,'_site_transient_timeout_theme_roots','1524700863','yes'),(10006,'_site_transient_theme_roots','a:2:{s:10:\"hathor-pro\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";}','yes'),(10007,'_site_transient_timeout_browser_b12d5038d8519a3a5d8c6c00ea573726','1525305400','yes'),(10008,'_site_transient_browser_b12d5038d8519a3a5d8c6c00ea573726','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"59.0\";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:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(10009,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1524743802','no'),(10010,'_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, 20 Apr 2018 21:07:41 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.0-alpha-43002\";s:7:\"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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 21:07: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s: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:\"Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"wp15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun: Check the WordPress 15th Anniversary website to see […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3948:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\"></a>— and we can’t wait to celebrate!</p>\n\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 342px) 100vw, 342px\" data-recalc-dims=\"1\" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there’s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn’t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don’t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>) and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don’t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we’ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it’s going to be great! </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:\"5753\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"GDPR Compliance Tools 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";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:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</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:\"5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.5 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/2018/04/wordpress-4-9-5-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, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";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:376:\"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Aaron D. Campbell\";s: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:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</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/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</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:\"5645\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00: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: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=5632\";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:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 08:41:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=5613\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 & 4.9.4 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 & 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordCamp Incubator 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"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:34:\"https://wordpress.org/news/?p=5577\";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:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we're bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We're looking forward to hearing from you!<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:\"5577\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-4-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, 06 Feb 2018 16:17: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5559\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordPress 4.9.4 is now available. This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4. Four years ago with WordPress 3.7 “Basie”, we added the ability […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dion Hulse\";s: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:1823:\"<p>WordPress 4.9.4 is now available.</p>\n<p>This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4.</p>\n<p>Four years ago with <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 “Basie”</a>, we added the ability for WordPress to self-update, keeping your website secure and bug-free, even when you weren’t available to do it yourself. For four years it’s helped keep millions of installs updated with very few issues over that time. Unfortunately <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">yesterdays 4.9.3 release</a> contained a severe bug which was only discovered after release. The bug will cause WordPress to encounter an error when it attempts to update itself to WordPress 4.9.4, and will require an update to be performed through the WordPress dashboard or hosts update tools.</p>\n<p>WordPress managed hosting companies who install updates automatically for their customers can install the update as normal, and we’ll be working with other hosts to ensure that as many customers of theirs who can be automatically updated to WordPress 4.9.4 can be.</p>\n<p>For more technical details of the issue, we’ve <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">posted on our Core Development blog</a>. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.4&group=component\">list of tickets</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.4</a> or visit Dashboard → Updates and click “Update Now.”</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:\"5559\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Feb 2018 19:47:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5545\";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:372:\"WordPress 4.9.3 is now available. This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the list of tickets and the changelog. Download WordPress 4.9.3 or visit Dashboard → Updates and click “Update Now.” Sites that support automatic […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sergey Biryukov\";s: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:3421:\"<p>WordPress 4.9.3 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.3&group=component\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.9?rev=42630&stop_rev=42521\">changelog</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.3</a> or visit Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu/\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/coleh/\">coleh</a>, <a href=\"https://profiles.wordpress.org/darko-a7/\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/desertsnowman/\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</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/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski/\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/ndavison/\">ndavison</a>, <a href=\"https://profiles.wordpress.org/nickmomrik/\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rishishah/\">rishishah</a>, <a href=\"https://profiles.wordpress.org/othellobloke/\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/sayedwp/\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</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:\"5545\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Feb 2018 08:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=5541\";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:339:\"Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project. WordPress 4.9.2 Security and Maintenance Release On January 16, WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:3840:\"<p>Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.2 Security and Maintenance Release</h2>\n\n<p>On January 16, <a href=\"https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/\">WordPress 4.9.2 was released</a> to fix an important security issue with the media player, as well as a number of other smaller bugs. This release goes a long way to smoothing out the 4.9 release cycle with the next point release, v4.9.3, <a href=\"https://make.wordpress.org/core/2018/01/31/wordpress-4-9-3-release-pushed-to-february-5th/\">due in early February</a>.</p>\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updated Plugin Directory Guidelines</h2>\n\n<p>At the end of 2017, <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\">the guidelines for the Plugin Directory</a> received a significant update to make them clearer and expanded to address certain situations. This does not necessarily make these guidelines complete, but rather more user-friendly and practical; they govern how developers build plugins for the Plugin Directory, so they need to evolve with the global community that the Directory serves.</p>\n\n<p>If you would like to contribute to these guidelines, you can make a pull request to <a href=\"https://github.com/WordPress/wporg-plugin-guidelines\">the GitHub repository</a> or email <a href=\"mailto:plugins@wordpress.org\">plugins@wordpress.org</a>. You can also jump into the #pluginreview channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>Near the end of last year a lot of work was put into improving the standards in the WordPress core codebase and now <a href=\"https://make.wordpress.org/core/2017/11/30/wordpress-php-now-mostly-conforms-to-wordpress-coding-standards/\">the entire platform is at nearly 100% compliance with the WordPress coding standards</a>.</li>\n <li>Gutenberg, the new editor coming to WordPress core in the next major release, <a href=\"https://make.wordpress.org/core/2018/01/25/whats-new-in-gutenberg-25th-january/\">was updated to v2.1 this month</a> with some great usability and technical improvements.</li>\n <li>The Global Community Team is <a href=\"https://make.wordpress.org/community/2018/01/16/2018-goals-for-the-global-community-team-suggestions-time/\">taking suggestions for the goals of the Community program in 2018</a>.</li>\n <li><a href=\"https://online.wpcampus.org/\">WPCampus Online</a>, a digital conference focused on WordPress in higher education, took place on January 30. The videos of the event sessions will be online soon.</li>\n <li>A WordPress community member <a href=\"https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks\">has released a toolkit</a> to help developers build blocks for Gutenberg.</li>\n <li>The community team that works to improve the WordPress hosting experience is relatively young, but <a href=\"https://make.wordpress.org/hosting/2018/01/25/hosting-meeting-notes-january-10-2018/\">they have been making some great progress recently</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5541\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.2 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/2018/01/wordpress-4-9-2-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, 16 Jan 2018 23:00:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5376\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"WordPress 4.9.2 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Ian Dunn\";s: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:3946:\"<p>WordPress 4.9.2 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for most use cases, they have been removed from WordPress.</p>\n\n<p>MediaElement has released a new version that contains a fix for the bug, and <a href=\"https://wordpress.org/plugins/mediaelement-flash-fallbacks/\">a WordPress plugin containing the fixed files</a> is available in the plugin repository.</p>\n\n<p>Thank you to the reporters of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://opnsec.com\">Enguerran Gillier</a> and <a href=\"https://widiz.com/\">Widiz</a>.</p>\n\n<p>21 other bugs were fixed in WordPress 4.9.2. Particularly of note were:</p>\n\n<ul>\n <li>JavaScript errors that prevented saving posts in Firefox have been fixed.</li>\n <li>The previous taxonomy-agnostic behavior of <code>get_category_link()</code> and <code>category_description()</code> was restored.</li>\n <li>Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map.<br /></li>\n</ul>\n\n<p>The Codex has <a href=\"https://codex.wordpress.org/Version_4.9.2\">more information about all of the issues fixed in 4.9.2</a>, if you'd like to learn more.</p>\n\n<p><a href=\"https://wordpress.org/download/\"></a><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.2</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.2:</p>\n\n<p><a href=\"https://profiles.wordpress.org/0x6f0/\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chasewg/\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara/\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/ionvv/\">ionvv</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnschulz/\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.<strong></strong><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:\"5376\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"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:\"Wed, 25 Apr 2018 23:56:42 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 20 Apr 2018 21:07:41 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}s:5:\"build\";s:14:\"20161206182514\";}','no'),(10011,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1524743802','no'),(10012,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1524700602','no'),(10013,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1524743803','no'),(10014,'_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:45:\"WPTavern: AMP for WordPress 0.7 RC 1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/amp-for-wordpress-0-7-rc-1-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1966:\"<p>XWP, Automattic, and Google’s AMP team, <a href=\"https://make.xwp.co/2018/04/23/wordpress-amp-plugin-0-7-rc1/\">has released</a> 0.7 Release Candidate 1 of the <a href=\"https://wordpress.org/plugins/amp/\">AMP for WordPress plugin</a>. Hinted at during <a href=\"https://www.youtube.com/watch?v=GGS-tKTXw4Y\">AMP Conf 2018</a> earlier this year, 0.7 is a major release that contains significant new features.</p>\n\n<p>This release adds Native AMP support for all of the default widgets, embeds, and commenting. Notifications will be triggered for posts that contain content with validation errors or if you use a theme or plugin that adds invalid AMP markup.</p>\n\n<p>While earlier versions of AMP displayed content in a way that was different from a site’s theme, 0.7 creates a native experience. For example, if you visit the <a href=\"https://ampdemo.xwp.io/\">AMP Conf WordPress Theme Demo site</a> on an iPhone 7, the site looks exactly the same. As you can see in the image below, you can’t tell it’s running AMP. <br /></p>\n\n<img />\n AMP Conf Demo Theme\n\n\n<p>Before 0.7 is officially released, the development team is asking for users to put 0.7 RC 1 through its paces and <a href=\"https://github.com/Automattic/amp-wp/issues\">report issues</a> on the project’s GitHub page. You can download the <a href=\"https://github.com/Automattic/amp-wp/releases/download/0.7-RC1/amp.zip\">pre-release version here</a>.<br />.<br /></p>\n\n<p>For more information on the AMP project, <a href=\"https://wptavern.com/wpweekly-episode-309-all-amped-up\">listen to episode 309 of WordPress Weekly</a> where I interviewed <a href=\"https://medinathoughts.com/\">Alberto Medina</a>, Developer Advocate working with the Web Content Ecosystems Team at Google, and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, CTO of XWP. In this interview, we covered why the project was created, its future, and its potential impacts on the Open Web. </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, 25 Apr 2018 17:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: How Delicious Brains Creates and Releases WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/how-delicious-brains-creates-and-releases-wordpress-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"<p>Delicious Brains have <a href=\"https://deliciousbrains.com/building-wordpress-plugins/\">published the process</a> they use for creating and releasing WordPress plugins. The post covers development, brainstorming, reviewing, testing, and wire frames. The team also describes the products and services they use and the roles they play within their projects. How is their process different or similar to yours?<br /></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, 25 Apr 2018 16:32: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:2;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a: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:25:\"HeroPress: Second Careers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/?p=2514\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://heropress.com/second-careers/#utm_source=rss&utm_medium=rss&utm_campaign=second-careers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3381:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/05/042418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I\'d rather solve the right problem with code that has room for improvement, than solve the wrong problem with perfect code.\" /><p>I’m always fascinated by people who find second careers when they’re at the top of their game in the first one. To be really excellent at something and then switch to something else altogether is fascinating to see. Very often those people bubble to the top of whatever career they venture into.</p>\n<p>This week’s HeroPress replay is titled “<a href=\"https://heropress.com/essays/moving-on-from-moving-on-stage/\">Moving On From Moving On Stage</a>” by Karin Taliga. Karin is a dancer, and has had a rich and full career in that field. But the web called to her. Like the siren’s song, always keening “Come play here, it’s wonderful!”</p>\n<p>When someone recommended I contact Karin 2 years ago she was winding up her dancing career and moving into a full time career as a web developer. The whole concept of a second career sounds exciting. I’ve always thought of “career” as something you do your whole life. But Karin has more adult life ahead of her than behind her, and I’m super excited to see where she goes with it.</p>\n<p>Check out Karin’s original post from May of 2016.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/moving-on-from-moving-on-stage/\">Moving On From Moving On Stage</a></p></blockquote>\n<p></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: Second Careers\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Second%20Careers&via=heropress&url=https%3A%2F%2Fheropress.com%2Fsecond-careers%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Second Careers\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fsecond-careers%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%2Fsecond-careers%2F&title=Second+Careers\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Second Careers\"></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/second-careers/&media=https://heropress.com/wp-content/uploads/2016/05/042418-150x150.jpg&description=Second Careers\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Second Careers\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/second-careers/\" title=\"Second Careers\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/second-careers/\">Second Careers</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, 25 Apr 2018 11:30:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:59:\"WPTavern: WordPress for iOS and Gutenberg Don’t Get Along\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=80236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wordpress-for-ios-and-gutenberg-dont-get-along\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3064:\"<p>When it comes to editing and crafting content on the go, the <a href=\"https://apps.wordpress.com/mobile/\">WordPress Mobile apps</a> are a good choice. The question is, how does the editor in the iOS app interact with content written in Gutenberg? Let’s find out.</p>\n\n<h2>Quick Edits Turn Into Lengthy, Frustrating Fixes<br /></h2>\n\n<p>For testing purposes, I used a simple scenario that many users may run into. I’ve written and published a post in Gutenberg using paragraph, unordered lists, and image blocks. I then used the WordPress for iOS mobile app to access the post, correct a typo, and save it. The goal is to see if content is affected by saving it in a different editor.<br /></p>\n\n<p>Here is what the content looks like written and published in Gutenberg.</p>\n\n<img />\n Content Written and Published in Gutenberg\n\n\n<p>Here is what the post looks like in the iOS app. It displays what appears to be Comment shortcodes at the beginning of each paragraph.<br /></p>\n\n<img />\n Gutenberg Content in WordPress for Ios\n\n\n<p>After correcting a typo and saving the changes, this is what happened to the post. As you can see, what was supposed to be a quick fix has turned into a lengthy process of fixing the entire article in Gutenberg.</p>\n\n<img />\n Content Written in Gutenberg After Editing in the WordPress for iOS App\n\n\n<p>All of the content runs together as one giant block. To say that this is frustrating is an understatement, especially if you’re on the road and don’t have access to a desktop or tablet that can load the WordPress backend. <br /></p>\n\n<p>Here is what the content looks like in Gutenberg after saving the edits in the iOS app. There are large gaps and a few of the blocks have warnings stating that they appear to have been modified externally.</p>\n\n<img />\n Content in Gutenberg After It Was Edited in the WordPress for iOS App\n\n\n<p>Clicking the convert to block buttons turns the messages into blocks but it doesn’t return the formatting and in some cases, content goes missing. Before editing in the iOS app, this block contained a quote with a citation. Now it’s empty. <br /></p>\n\n<img />\n Quote Block Is Missing Content\n\n\n<p>WordPress has post revisions so I was able to quickly restore the breaking changes introduced by the iOS app. But this user experience between Gutenberg and the WordPress for iOS app is a great example of how something so simple can easily turn into a perceived disaster by users and ultimately, tarnish the new editor’s reputation.</p>\n\n<p>Searching the Gutenberg repository on Github for iOS <a href=\"https://github.com/WordPress/gutenberg/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+ios\">produces some results</a>, but none refer to the compatibility issues I experienced. </p>\n\n<p>I found out the hard way and will not be making any more changes to posts written in Gutenberg in the iOS app until compatibility between both editors exists. I recommend you don’t as well unless you want to fix a lot more than a typo. <br /></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, 24 Apr 2018 23:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"Dev Blog: Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3246:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\"></a>— and we can’t wait to celebrate!</p>\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" />\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there’s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn’t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don’t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>) and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don’t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we’ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it’s going to be great! </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, 20 Apr 2018 21:07: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:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:65:\"WPTavern: Gutenberg 2.7 Released, Adds Ability to Edit Permalinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=80121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/gutenberg-2-7-released-adds-ability-to-edit-permalinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1977:\"<p>Gutenberg 2.7 <a href=\"https://wordpress.org/plugins/gutenberg/\">is available</a> for testing and not only does it refine the visuals around block controls, it adds the highly requested ability to <a href=\"https://github.com/WordPress/gutenberg/pull/5756\">edit permalinks</a>.</p>\n\n<img />\n Editing Permalinks in Gutenberg 2.7\n\n\n<p>A new pagination block is available that adds a page break, allowing users to break posts into multiple pages. The block is located in the <strong>Blocks – Layout Elements</strong> section.</p>\n\n<p>There are a number of changes to the link insertion interface. Gutenberg 2.7 brings back the option to have links open in the same window.<br /></p>\n\n<img />\n Toggle Determines Whether Links Open in a New Window\n\n\n<p>When editing linked text, the Unlink icon now stays in the toolbar instead of displaying within the link options modal. When adding links, there’s a URL suggestion tool similar to what’s available in WordPress’ current editor.</p>\n\n<p>What will be welcomed news to plugin developers, the <a href=\"https://github.com/WordPress/gutenberg/pull/6031\">PluginSidebar API</a> is exposed and considered final. According to the pull request, this change does the following.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>Refactors all the existing Sidebar components to share the same set components and removes duplicated custom CSS styles applied to <code><PluginSidebar /></code>. There are no changes to the public API of <code><PublicSidebar /></code> component, other than it is going to be available under <code>wp.editPost.PluginSidebar</code>.</p><cite>Grzegorz Ziółkowski<br /></cite></blockquote>\n\n<p>This release, like the others before it, has a changelog that’s a mile long. Please check out the <a href=\"https://make.wordpress.org/core/2018/04/18/whats-new-in-gutenberg-18th-april/\">release post</a> for a detailed list of changes and links to issues on GitHub. <br /></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, 20 Apr 2018 03:05:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: WordPress Accessibility Team Is Seeking Contributors for Its Handbook 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:29:\"https://wptavern.com/?p=80068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wordpress-accessibility-team-is-seeking-contributors-for-its-handbook-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:1290:\"<p>The <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> is seeking contributors for its <a href=\"https://make.wordpress.org/accessibility/handbook/\">handbook project</a>. It’s a collection of tips, resources, <a href=\"https://make.wordpress.org/accessibility/handbook/which-tools-can-i-use/\">tools</a>, and <a href=\"https://make.wordpress.org/accessibility/handbook/best-practices/\">best practices</a>. The goal is to educate users through summaries, articles, and reference materials.<br /></p>\n\n<p>The handbook was created after the accessibility team repeatedly noticed the same accessibility issues cropping up and not having a central place to send people to learn about them.</p>\n\n<p>The team is looking for people to review articles, discover resources to add to the handbook, and suggest topics to cover. If you’re interested in contributing, please join the #<a href=\"https://wordpress.slack.com/archives/C6PK2QCTY\">accessibility-docs</a> channel on <a href=\"https://make.wordpress.org/chat/\">Slack</a> where you can ask questions and learn more about the project.</p>\n\n<p>Also, consider following <a href=\"https://twitter.com/WPAccessibility\">WPAccessibility</a> on Twitter to keep tabs on team projects and links to resources. </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, 20 Apr 2018 01:57:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:40:\"WPTavern: BuddyPress 3.0 Beta 2 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:29:\"https://wptavern.com/?p=79984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/buddypress-3-0-beta-2-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:1844:\"<p>The BuddyPress development team <a href=\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\">has released</a> Beta 2 of BuddyPress 3.0. BuddyPress 3.0 is a major release that contains some significant changes. A new template pack called Nouveau will replace the bp-legacy template packs introduced in BuddyPress 1.7.</p>\n\n<p>The new template pack has been refactored to be semantic, accessible, and use a new set of markup files. Loops, members, and activity areas now run under Backbone to provide a smoother experience. JavaScript has been rewritten to be more modular and have better structure. <br /></p>\n\n<img />\n BuddyPress 3.0 Customizer Options\n\n\n<p>BuddyPress 3.0 utilizes the Customizer by providing options to manipulate the Nouveau template pack or the site itself. For example, you can modify a user’s navigation options from the frontend. There’s also an option to adjust the number of columns for the Members loop. </p>\n\n<p>There are <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&milestone=3.0&page=2&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">138 tickets closed</a> in this release. In addition to what’s noted above, 3.0 will <a href=\"https://buddypress.trac.wordpress.org/ticket/7722\">remove support for WordPress 4.3 and below</a> and BuddyPress functions for bbPress 1.x forums <a href=\"https://buddypress.trac.wordpress.org/ticket/6851\">will be deprecated</a>.</p>\n\n<p>Considering the scope and breadth of changes in 3.0, users are highly encouraged to test <a href=\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\">BuddyPress 3.0 Beta 2</a>. If you encounter any issues, please report them in the <a href=\"https://buddypress.org/support/forum/how-to/\">Troubleshooting and How-to</a> section of the support forums. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Apr 2018 22:55:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a: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:41:\"HeroPress: Where WordPress REALLY Matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/?p=2509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://heropress.com/where-wordpress-really-matters/#utm_source=rss&utm_medium=rss&utm_campaign=where-wordpress-really-matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3591:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/03/041818-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The silence is there. But it no longer scares me.\" /><p>A couple years ago I was given possibly the biggest gift the WordPress community has ever given me. The organizers of WordCamp Pune called me to speak, and the community sent me. It was an amazing experience that changed my life.</p>\n<p>While I was there I met Mahangu Weerasinghe, a wonderful man from Sri Lanka. He spoke about things that really really resonated with me. His talk was about linguistic accessibility to the Internet in Southeast Asia. Many people told me that English is enough to communicate to all of India, but Mahangu pointed out that MILLIONS of people in Southeast Asia cannot read or understand a single language on the web, let alone English.</p>\n<p>WordPress can change that, and that’s where WordPress really matters. It’s wonderful that people around the world can make a living with it, and it’s wonderful that it gives creative outlet to so many, but <strong>important</strong> that WordPress can give global voice to those who have none.</p>\n<p>Mahangu felt for a long time that he had no voice. WordPress changed that for him, and now he’s using WordPress to change that for everyone. He’s been hugely inspirational to me, and I hope he is for you as well.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/breaking-the-silence/\">Breaking the Silence</a></p></blockquote>\n<p></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: Where WordPress REALLY Matters\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Where%20WordPress%20REALLY%20Matters&via=heropress&url=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Where WordPress REALLY Matters\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%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%2Fwhere-wordpress-really-matters%2F&title=Where+WordPress+REALLY+Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Where WordPress REALLY Matters\"></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/where-wordpress-really-matters/&media=https://heropress.com/wp-content/uploads/2016/03/041818-150x150.jpg&description=Where WordPress REALLY Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Where WordPress REALLY Matters\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/where-wordpress-really-matters/\" title=\"Where WordPress REALLY Matters\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/where-wordpress-really-matters/\">Where WordPress REALLY Matters</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, 18 Apr 2018 12:00: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:\"\";}}}}}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:23:\"Matt: Abstract Aluminum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48051\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2018/04/abstract-aluminum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"<p>You probably haven’t thought much about beer cans, Abstract Aluminum Space, the Midwest Premium, and how it all ties into Goldman Sachs, so you should read <a href=\"https://www.bloomberg.com/view/articles/2014-09-03/the-goldman-sachs-aluminum-conspiracy-lawsuit-is-over\">how the Goldman Sachs aluminum conspiracy lawsuit is over</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 21:57: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: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: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:33:\"BuddyPress: BuddyPress 3.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=272059\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p>It’s with a huge amount of pleasure and excitement that we’re announcing the Beta 2 release of BP 3.0 today ready for testing and feedback.</p>\n<p>BuddyPress 3.0 will be a major milestone release for us and one we’re all really excited about, it’s been a long time coming but finally we are close to releasing the first template pack for BP, this is a completely new ‘theme’ or set of template files and functionality designed to replace bp-legacy which has served us so well since it’s inception way back in the major release of 1.7 where we introduced ‘Theme Compatibility’, and we’re all really eager for any feedback during these beta phases you may grab a copy of our beta1 release <a href=\"https://downloads.wordpress.org/plugin/buddypress.3.0.0-beta1.zip\">here</a> to test with.</p>\n<p>Nouveau – as our new template pack has been named – provides an all new clean set of markup files, refactored from the ground up to be semantic and accessible. Styles are re-written and provided as Sass partials for developers if wanting to build out new packs. A lot of core functionality for components has been re-written and re-located to be sourced from include files by component in the template directory which allows even easier access to modify functions by overloading to a new theme or child theme. Our major loops, members, activity etc have been re-factored to run under Backbone for a smooth Ajax experience and indeed all the Javascript functionality is re-written to be far more modular than it was before and has a far better modern feel to it’s structuring.</p>\n<p>For the first time we have brought in the Customizer to provide user option choices and a range of layout configurations may be selected. In our initial offering we have provided various layout options for the main BP navigation elements allowing for vertical navs or horizontal, tab effect where suitable. for the component loops such as members, Groups we provide an option to display in a grid layout & at row quantity options or simply as a flat classic list layout.</p>\n<p>While we are really excited about Nouveau 3.0 also has many other improvements to offer and you can <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&milestone=3.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">view a list of all closed tickets for 3.0</a></p>\n<p>As always your feedback and testing is an invaluable part of our releases, helping us to catch any last minute bugs.<br />\nYou can download the beta release for testing at <a href=\"https://downloads.wordpress.org/plugin/buddypress.3.0.0-beta1.zip\">downloads.wordpress.org</a> and install on a local copy of WordPress ( please remember this is a beta release and should not be run on an active production site). Any issues found can be reported on our Trac by creating a <a href=\"https://buddypress.trac.wordpress.org/newticket\">new ticket</a></p>\n<p>If you’re a developer comfortable with SVN you might like to checkout a development copy which you can do <a href=\"https://svn.buddypress.org/trunk\">from this link</a> patches can be submitted to existing tickets or issues found reported on a new ticket.</p>\n<p>Further guidance on contributing to BuddyPress is covered on our <a href=\"https://codex.buddypress.org/participate-and-contribute/\">Contributor guidelines page</a> in our <a href=\"https://codex.buddypress.org/\">Codex</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 20:30: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:12:\"Hugo Ashmore\";s: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:70:\"WPTavern: Talking Gutenberg on Episode Eight of the Drunken UX Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/talking-gutenberg-on-episode-eight-of-the-drunken-ux-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:738:\"<p>Last week, I had the pleasure of joining Michael Fienen and Aaron Hill, hosts of the Drunken UX podcast, to <a href=\"https://drunkenux.com/podcast/8-sweet-home-automattic-where-we-use-gutenberg/\">discuss Gutenberg</a>. We covered a lot of topics, including, why Gutenberg was created, our experiences, its timeline, pros, cons, resources, our biggest concerns, and what developers and freelancers need to know.</p>\n\n<p>The show is one hour and thirty minutes in length. By the way, please don’t criticize my drink of choice.</p>\n\n\n <blockquote class=\"wp-embedded-content\"><a href=\"https://drunkenux.com/podcast/8-sweet-home-automattic-where-we-use-gutenberg/\">#8: Sweet Home Automattic, Where We Use Gutenberg</a></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 00:14: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: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:82:\"WPTavern: Plugins Hosted on WordPress.org Can No Longer Guarantee Legal Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=79884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/plugins-hosted-on-wordpress-org-can-no-longer-guarantee-legal-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>The plugin review team has amended <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#9-developers-and-their-plugins-must-not-do-anything-illegal-dishonest-or-morally-offensive\">guideline number nine</a> which states, <em>developers and their plugins must not do anything illegal, dishonest, or morally offensive</em>, to include the following statement:</p>\n\n<ul>\n <li>Implying that a plugin can create, provide, automate, or guarantee legal compliance</li>\n</ul>\n\n<p>Mika Epstein, a member of the WordPress.org plugin review team, <a href=\"https://make.wordpress.org/plugins/2018/04/12/legal-compliance-added-to-guidelines/\">says</a> the change was made because plugins by themselves can not provide legal compliance. <br /></p>\n\n<blockquote class=\"wp-block-quote\">\n <p>Sadly, no plugin in and of itself can provide legal compliance. While a plugin can certainly <em>assist</em> in automating the steps on a compliance journey, or allow you to develop a workflow to solve the situation, they cannot protect a site administrator from mistakes or lack of compliance, nor can they protect site users from incorrect or incomplete legal compliance on the part of the web site.</p><cite>Mika Epstein</cite></blockquote>\n\n<p>Since sites can have any combination of WordPress plugins and themes activated, it’s nearly impossible for a single plugin to make sure they’re 100% legally compliant.</p>\n\n<p>Plugin developers affected by this change will be contacted by the review team and be asked to change their titles, descriptions, plugin header images, and or the text within the readme.</p>\n\n<p>Instead of claiming compliance, the team has published a <a href=\"https://developer.wordpress.org/plugins/wordpress-org/compliance-disclaimers/\">frequently asked questions</a> document that recommends plugin authors explain how the plugin will assist in compliance. If you have any questions, please leave a comment on the <a href=\"https://make.wordpress.org/plugins/2018/04/12/legal-compliance-added-to-guidelines/\">announcement post</a>. </p>\n\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, 16 Apr 2018 23:35: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: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:55:\"Post Status: All about you(r privacy) — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/all-about-your-privacy-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2485:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, the two Brians discuss the current conversations and controversy surrounding data collection and visitor privacy on the web. The duo dig in to the General Data Protection Regulation (GDPR) and what it means for you both as site visitors and site owners and, in particular, how WordPress core and plugin authors are (or should be) responding to the new regulation. It’s a pretty deep topic with many implications and ramifications. Be sure to follow the episode links, too, so that you can be best informed and prepared for when GDPR goes into effect on May 25, 2018.</span></p>\n<p></p>\n<p>Links</p>\n<ul>\n<li><a href=\"https://www.cjr.org/tow_center_reports/understanding-general-data-protection-regulation.php\">CJR report on understanding the General Data Protection Regulation</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">Core’s roadmap for GDPR compliance</a></li>\n<li><a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">Trac issues related to GDPR</a></li>\n<li><a href=\"https://pagely.com/blog/gdpr-wordpress-2018-resources/?mc_cid=a002d1fc74&mc_eid=58d2ea272a\">Pagely’s GDPR guide</a></li>\n<li><a href=\"https://www.smashingmagazine.com/2018/02/gdpr-for-web-developers/?mc_cid=a002d1fc74&mc_eid=58d2ea272a\">Heather Burns’ detailed GDPR analysis in Smashing Magazine</a></li>\n</ul>\n<h3>Sponsor: Valet</h3>\n<p>This episode is sponsored by <a href=\"https://www.valet.io/\">Valet</a>. Valet helps keep your clients happy & coming back. They offer expert services and keep the websites they manage functioning flawlessly. They offer preventative care that provides peace of mind around the clock. For more information, check out <a href=\"https://www.valet.io/\">their website</a> and thank you to Valet for being a Post Status partner.</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, 16 Apr 2018 12:56: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Matt: Russell’s Treadmill\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48043\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2018/04/russells-treadmill/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:704:\"<p>From <a href=\"https://www.amazon.com/dp/B015D3X0YG\">Bertrand Russell’s A Conquest of Happiness</a>.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>It is very singular how little men seem to realize that they are not caught in the grip of a mechanism from which there is no escape, but that the treadmill is one upon which they remain merely because they have not noticed that it fails to take them up to a higher level.</p>\n</blockquote>\n\n<p>He also says later, “There are two motives for reading a book: one, that you enjoy it; the other, that you can boast about it.” <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f602.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Apr 2018 20:22:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:44:\"Dev Blog: GDPR Compliance Tools 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=5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11: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:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:103:\"WPTavern: WPWeekly Episode 312 – Dragon Drop, WordPress Accessibility Statement, and WooCommerce GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79862&preview=true&preview_id=79862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-312-dragon-drop-wordpress-accessibility-statement-and-woocommerce-gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1888:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start the show by sharing our thoughts on Mark Zuckberberg’s congressional hearing. We then discuss what’s new in Gutenberg 2.6 and describe our user experience. We let you know what’s in WooCommerce 3.3.5 and discuss what the development team is doing to prepare for GDPR compliance.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/gutenberg-2-6-introduces-drag-and-drop-block-sorting\">Gutenberg 2.6 Introduces Drag and Drop Block Sorting</a><br />\n<a href=\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\">Theme Review Changes Place More Onus Onto Theme Authors</a><br />\n<a href=\"https://wordpress.org/about/accessibility/\">WordPress Accessibility Statement</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/woocommerce-3-3-5-fix-release-notes/\">WooCommerce 3.3.5 Released</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/how-were-tackling-gdpr-in-woocommerce-core/\">How WooCommerce is tackling GDPR</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://atomicblocks.com/introducing-the-atomic-blocks-plugin-and-theme/\">AtomBlocks by Mike McAlister</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 18th 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 #312:</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, 12 Apr 2018 01:05:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a: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:27:\"HeroPress: Growing Up Rural\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/?p=2503\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/growing-up-rural/#utm_source=rss&utm_medium=rss&utm_campaign=growing-up-rural\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2947:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I hope and pray that in some small way I\'ll be able to take what I\'ve learned and make an impact for others.\" /><p>This week’s throwback essay is titled “<a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I don’t know anything, and that’s ok</a>“. It was written back in 2015 by my friend Kyle. He and I grew up in similar circumstances; far from a hub of civilization, in a relatively economically depressed area, without the best education opportunities.</p>\n<p>Yet he and I both managed to find the web, dive in, and find home. We support our families and find joy in the work we produce. I’m not sure there’s a better way to live than that.</p>\n<p>Check out Kyle’s essay and let him know what you think.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I Don’t Know Anything and That’s OK</a></p></blockquote>\n<p></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: Growing Up Rural\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Growing%20Up%20Rural&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Growing Up Rural\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%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%2Fgrowing-up-rural%2F&title=Growing+Up+Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Growing Up Rural\"></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/growing-up-rural/&media=https://heropress.com/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-150x150.jpg&description=Growing Up Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Growing Up Rural\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/growing-up-rural/\" title=\"Growing Up Rural\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/growing-up-rural/\">Growing Up Rural</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, 11 Apr 2018 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:65:\"WPTavern: Theme Review Changes Place More Onus Onto Theme Authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=79771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2093:\"<p>The WordPress Theme Review team has <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">implemented changes</a> that simplify the process and places more responsibility onto theme authors. Theme reviewers now only need to check the following items to pass a theme.</p>\n\n<ul>\n <li>Licensing</li>\n <li>Malicious or egregious stuff</li>\n <li>Content Creation</li>\n <li>Security</li>\n</ul>\n\n<p>Although the bar to pass a theme is significantly lower, theme authors are still expected to follow the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">required</a> and <a href=\"https://make.wordpress.org/themes/handbook/review/recommended/\">recommended</a> requirements listed in the theme handbook.</p>\n\n<p>Moderators will check themes after they’ve gone live to make sure the author is following guidelines. If a moderator discovers any issues, a request will be made to the theme author to correct them. Failure to do so could lead to a temporary or permanent suspension.</p>\n\n<p>Justin Tadlock <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/#comment-43128\">clarified</a> in the comments examples of egregious issues.</p>\n\n<ul>\n <li>Illegal</li>\n <li>Dishonest</li>\n <li>Morally offensive</li>\n <li>PHP Errors</li>\n</ul>\n\n<p>In the past two years, The Theme Review Team has battled the theme review queue with moderate success. <a href=\"https://wptavern.com/wordpress-theme-review-team-making-progress-on-clearing-out-1000-review-backlog\">In early 2017</a>, the number of themes in the queue dropped below 200. Although there has been some work on automating the process, it’s largely reliant on humans.</p>\n\n<p>Even though it hasn’t been updated in more than a year, theme authors are highly encouraged to use the <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check plugin</a> before submitting themes for review.</p>\n\n<p>With a simplified process to get a theme live, reviewers are hoping it will free them up to focus on larger projects.</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, 10 Apr 2018 23:45: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:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Gutenberg 2.6 Introduces Drag and Drop Block Sorting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=79658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gutenberg-2-6-introduces-drag-and-drop-block-sorting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1729:\"<p><a href=\"https://wordpress.org/plugins/Gutenberg/\">Gutenberg 2.6</a> is available for download and with it, comes a new way of sorting blocks. In addition to using up and down arrows, this version introduces the ability to sort blocks by <a href=\"https://github.com/WordPress/gutenberg/issues/6041\">dragging and dropping</a>.</p>\n\n<p>If you hover the cursor over the up and down arrows on the left side of a block, you’ll see a hand icon. Simply click, hold, and drag the block up or down below or above the blue indicator.</p>\n\n\n \n\n\n<p>In my limited testing, I found drag and drop to be hit or miss. Sometimes, when I try to drag and drop a block, the blue line doesn’t show up.</p>\n\n<p>The hand icon for the cursor is different for the top and bottom of the block. You can drag a block by hovering over the bottom of it but you can’t do it from the top.</p>\n\n<img />\n Hovering the cursor at the top of the block\n\n\n<img />\n Hovering the cursor at the bottom of the block\n\n\n<p>I also found it difficult to add a new block manually. For example, when I add a paragraph block, I don’t see the Plus icon to create a new block underneath it anymore.</p>\n\n<p>Pressing enter at the end of a paragraph creates a new Paragraph block automatically. But I don’t know how to transform it into an image block. I’ll need to do more testing to figure out what’s going on. <br /></p>\n\n<p>There’s a host of <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">other improvements and bug fixes </a>in this release, some of which I covered <a href=\"https://wptavern.com/an-update-to-my-gutenberg-experience\">in this post</a>. <br />. <br /></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, 10 Apr 2018 00:09: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: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:49:\"Post Status: Designing the news — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/designing-the-news-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1904:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, Brian and Brian discuss a variety of news topics spanning design, development, and business. Tune in to learn about the history of WordPress and the web, the newest TechCrunch redesign, a WordCamp for WordCamp organizers, and more.</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://zeen101.com/for-developers/leakypaywall/\">Leaky Paywall</a></li>\n<li><a href=\"https://designintech.report/\">2018 Design in Tech report</a></li>\n<li><a href=\"https://gutenberg.courses/development/\">Gutenberg Development Course</a></li>\n<li><a href=\"https://techcrunch.com/2018/03/13/welcome-to-the-new-techcrunch/\">TechCrunch redesign</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-wordpress/\">WordPress turns 15</a>, via History of the Web</li>\n<li><a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Proposal for a WordCamp for WordCamp organizers </a></li>\n</ul>\n<h3>Sponsor: Gravity Forms</h3>\n<p><a href=\"http://www.gravityforms.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Gravity Forms</a> makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? Thanks to Gravity Forms for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Apr 2018 18:36: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WPTavern: An Update to My Gutenberg Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/an-update-to-my-gutenberg-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2508:\"<p>Not long after I published <a href=\"https://wptavern.com/my-gutenberg-experience-thus-far\">my experience with Gutenberg</a>, developers reached out to me to work on some of the issues I mentioned. Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/5902\">figured out</a> why meta boxes were not collapsing or expanding.</p>\n\n<p>It turns out that some meta boxes depend on the post script which has a side effect of calling the window.postboxes.add_postbox_toggles( postType ) twice, causing meta boxes to break.</p>\n\n<p>Gutenberg 2.6 <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">released earlier this week</a>, fixes the issue and all meta boxes function properly again. This also fixes the issue I had with the Telegram for WordPress plugin. <br /></p>\n\n<p><a href=\"https://wordpress.org/plugins/public-post-preview/\">Public Post Preview</a> still doesn’t work in Gutenberg but the plugin’s developer, Dominik Schilling, shared some experiments he has conducted with adding support for Gutenberg on Twitter.</p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Can\'t wait for seeing Gutenberg in WordPress core. So many new possibilities. Even for Public Post Preview (<a href=\"https://t.co/Xsw9hugxKT\">https://t.co/Xsw9hugxKT</a>). With just a few lines I was able to create this: <a href=\"https://t.co/fxyuBIMPOl\">pic.twitter.com/fxyuBIMPOl</a></p>— Dominik Schilling <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f30a.png\" alt=\"?\" class=\"wp-smiley\" /> (@ocean90) <a href=\"https://twitter.com/ocean90/status/980420608822562816?ref_src=twsrc%5Etfw\">April 1, 2018</a></blockquote>\n\n\n<p>In the preview video, you can see Public Post Preview’s options added to the sidebar and in addition to generating a link, you can choose when that URL expires which is better than what’s currently available in the plugin.</p>\n\n<p>I mentioned how Tags would sometimes disappear and there overall behavior was inconsistent. This <a href=\"https://github.com/WordPress/gutenberg/pull/5913\">pull request </a>that made it into Gutenberg 2.6, fixes the issue by only including the term in the Tag selector if it’s known.</p>\n\n<p>Although I’m still bummed that certain plugins are not yet compatible with Gutenberg, I’m pretty happy that two of the major pain points I experienced have been fixed. Thanks to Riad, Tammie Lister, and others for helping to solve these problems so quickly. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Apr 2018 21:29: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:\"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:61:\"WPTavern: A WordCamp for Organizers Is in the Planning Stages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=79513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/a-wordcamp-for-organizers-is-in-the-planning-stages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2684:\"<p>Last year, Drew Jaynes and Carol Stambaugh <a href=\"https://make.wordpress.org/community/2017/08/16/proposed-event-wordcamp-for-wordcamp-organizers/\">proposed</a> a new WordCamp event geared towards organizers to the WordPress Community Team. After fleshing out the details and discussing the idea over the course of seven months, the duo <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">has announced</a> that a WordCamp for Organizers is officially on the table.</p>\n\n<p>The goal of the event is to provide an opportunity for meetup and WordPress event organizers to share their experience with others in the community. The plan is to host a one-day event a day or two before <a href=\"https://2018.us.wordcamp.org/\">WordCamp US</a> in Nashville, TN, later this year.</p>\n\n<p>“The idea for WordCamp for Organizers – what some of us affectionately refer to as ‘dotOrganize’ – was really borne out of many conversations I’ve had over the years with others in the WordPress community lamenting the lack of a ready knowledge sharing opportunity between event organizers,” Jaynes said.</p>\n\n<p>“One common thread seemed to be the idea of common lessons learned, and how awesome it would be to just have an event for organizers to get together and swap tips and tricks. </p>\n\n<p>“We’re all here organizing the same community, maybe we should get together and trade notes! And so we now have a new topic-based WordCamp just for organizers. </p>\n\n<p>“It’s kind of meta – organizing a WordCamp for Organizers, but I really feel like this could be a boon for anybody currently organizing or looking to start organizing in WordPress. Exciting!”</p>\n\n<p>Some of the session topics that could be presented on include:</p>\n\n<ul>\n <li>Spreading the word about your community events</li>\n <li>Tips for wrangling speakers, volunteers, and sponsors</li>\n <li>Conflict resolution among organizing teams</li>\n <li>How to respond to a code of conduct issue</li>\n <li>Finding and using official organizing tools and resources<br /></li>\n</ul>\n\n<p>The team is seeking volunteers who can spend 2-4 hours per week to help organize the event. Although it’s focused on organizers, those who have attended many conferences, including WordCamps, with little event organizing experience, are encouraged to join the team.</p>\n\n<p>If you’re interested in volunteering, please leave a comment on the <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">official announcement post</a>. </p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Apr 2018 00:22:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPTavern: Jetpack 6.0 Takes Steps Towards GDPR Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=79459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/jetpack-6-0-takes-steps-towards-gdpr-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"<p>Jetpack 6.0 <a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">is available</a> for upgrade. It comes with improvements to the social media icons widget, enhanced brute force protection, and better compatibility between WooCommerce and Jetpack.</p>\n\n<p>Its headlining features though are privacy related as the <a href=\"https://www.eugdpr.org/\">General Data Protection Regulation</a> (GDPR) is set to go into effect May 25th. In 6.0, Jetpack has a dedicated privacy settings page that links to privacy documents and includes a way to opt-out of activity tracking.</p>\n\n<p>These settings can be accessed by clicking the Privacy link at the bottom of the Jetpack Dashboard page. </p>\n\n<img />\n Jetpack 6.0 Privacy Settings\n\n\n<p>The '<a href=\"https://jetpack.com/support/what-data-does-jetpack-sync/\">What Data Does Jetpack Sync</a>' page outlines what data is used, how it's used, the relationship it has with the WordPress mobile apps, and provides an inside look at how Jetpack works.</p>\n\n<p>These are the first steps towards GDPR compliance with more updates planned before the regulation goes into effect next month. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Apr 2018 23:20: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: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:94:\"WPTavern: WPWeekly Episode 311 – Jetpack 6.0, WordPress 4.9.5, and A WordCamp for Organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79447&preview=true&preview_id=79447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wpweekly-episode-311-jetpack-wordpress-4-9-5-and-a-wordcamp-for-organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1628:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a <a href=\"https://glueckpress.com/9336/amp-and-wordpress/\">great article</a> published by Caspar Hübinger on AMP and WordPress. We cover what’s new in WordPress 4.9.5, Jetpack 6.0, and a WordCamp geared toward organizers.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-9-5-squashes-25-bugs\">WordPress 4.9.5 Squashes 25 Bugs</a><br />\n<a href=\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\">‘Try Gutenberg’ Prompt Pushed Back to A Later Release</a><br />\n<a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">Jetpack 6.0 Released</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/code-of-conduct-survey/\">Code of Conduct Survey</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Want to Help Organize a WordCamp for Organizers?</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 11th 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 #311:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Apr 2018 01:15:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:\"HeroPress: The Year I Got Cancer Was The Year My WordPress Business Took Off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/#utm_source=rss&utm_medium=rss&utm_campaign=the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8809:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/04/040418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Take care of yourselves and of each other, it\'s very important.\" /><p>In 2010 I was beginning to take on client work creating WordPress web sites when I was diagnosed with ovarian cancer. Ironically, at 43 years old I was more fit and healthy than I had ever been in my entire life. I had been running road marathons and trail ultra marathons for a few years leading up to my diagnosis. Good thing too, because surgery and treatment were obviously very tough.</p>\n<p>I was transitioning my design studio from analog to digital. Previously, I was working as a professional artist and illustrator creating commission portraiture and college mascot illustrations with some moderate successes. My background is in Fine Art and Design. I studied Drawing, Sculpture, & Time Arts. (2D, 3D & 4D – 4D can be described as: Length, width, height, and time/ motion) Naturally, as a Time Arts artist/illustrator I love the web! I love designing for the web and mobile too. Web work is immediately gratifying. I do design for both the web and print but I have always felt drawn to the web as it is more accessible, more fluid, dynamic, interconnected, animated, media rich, and well … if you are reading this then you already get the picture. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<blockquote><p>To get through treatment it was important to me that I still work every day.</p></blockquote>\n<p>Some days it was just a couple hours in the afternoon but it really helped me to cope and endure unplanned surgery and many painful chemotherapy treatments. I had recently completed a couple of websites with the help of my mentor Jerry Turk. Those sites had good reach. I mean they were the kind of sites that groups of people used and managed so I got some attention for the work and word of mouth spread locally.</p>\n<p>It was while getting through that period of treatment and the shock of a devastating diagnosis that my digital design agency really got legs. It could not have happened at a better time. So, my studio, C&D Studios – <a href=\"https://CandDStudios.com\">https://CandDStudios.com</a> continued it’s move towards being 100% digital. No more analog photography and not much more drawing at the drawing table either. Now my work was nearly 100% focused on screens and it would also begin to pay the bills. That was eight years ago. I was very fortunate to learn using reliable frameworks, themes, plug-ins, and hosts that would also stand the test of time. Thank you Genesis Framework, StudioPress and Gravity Forms to name a few…</p>\n<p>Fast forward to 2016 after having been cancer free all those years and cranking out a lot of agency work, I had a cancer reoccurrence. I never wanted cancer to be part of my story and I tried to deny or overcome it in all ways but it had resurfaced in October of 2016. Professionally, I was involved in collaborating on very large scale enterprise sites with teams. I was spending the year testing the waters at a new level of production. It was not good timing to require another surgery and 18 more rounds of chemotherapy. Fortunately, I found support in the community from other designers and developers whom helped me to the finish lines with 3 large projects in areas of e-commerce, college membership and enterprise site work -one with a large volume of SVG animations. After surgery, in February of 2017 I completed 18 rounds of chemotherapy treatments.</p>\n<blockquote><p>I have survived and am cancer free once again!</p></blockquote>\n<p>While going through treatment the second time I was not really focused on what good thing will I be able to grow towards professionally. Honestly, when you go through these things in life – you just spend your energy getting through as best as you can. I think it is worth noting here that while a positive attitude is great and it can improve a patient’s overall experience. Please don’t tell people they will survive cancer because of their positive attitude. Cancer is horrible, it does not discriminate and when people can’t beat a disease with their mental attitude they end up blaming themselves unnecessarily. That is not good. That is not what people intend when then try to offer support in that way but that is something I wanted to share.</p>\n<p>Now I have landed on the other side of treatment again and as I reflect, it’s been a really epic year! Our WordPress community has been open and supportive, welcoming me at conferences, online, and in slack groups, whether I had hair, energy, or resources – always welcoming and always encouraging. Over the years I have made some wonderful friends through WordPress! Some of us have been at this for a long time and we now have many shared experiences and skills.</p>\n<h3>Having Survived Again I’m Launching a WordPress Product</h3>\n<p>Having survived again, and having been inspired at PressNomics in Tempe last spring, I’m busy launching a mobile product/service with my team Dr. Kendra Remington and Rita Best called <a href=\"https://docswithapps.com\">Docs With Apps</a>.</p>\n<p>I still accept some client work, and some retainer work but I’m pretty selective about the projects we work on “in house.”</p>\n<p>I love SVG animation work so in 2018 I’m overjoyed to be doing more contracted SVG animation work with my collaborator Jackie D’Elia. Hit us up!!</p>\n<p>These are some very wonderful times in technology and within the Internet of things. I feel very grateful to have been able to ride the digital wave into the present and future. At WCUS in Nashville I began the process of contributing to make WordPress after having spent many years empowering others with it.</p>\n<p>When I was young I needed a way to get my portfolio on line and that is how I got started. Thank you for the opportunity to share my story, to publicly thank my husband Dominic, my family, and friends too. The future is going to be awesome!</p>\n<p>Take care of yourself and of each other, it’s very important.</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: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Year%20I%20Got%20Cancer%20Was%20The%20Year%20My%20WordPress%20Business%20Took%20Off&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%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%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F&title=The+Year+I+Got+Cancer+Was+The+Year+My+WordPress+Business+Took+Off\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></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/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/&media=https://heropress.com/wp-content/uploads/2018/04/040418-150x150.jpg&description=The Year I Got Cancer Was The Year My WordPress Business Took Off\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\" title=\"The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\">The Year I Got Cancer Was The Year My WordPress Business Took Off</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, 04 Apr 2018 12:00: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:11:\"Cathi Bosco\";s: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:42:\"WPTavern: WordPress 4.9.5 Squashes 25 Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=79399\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/wordpress-4-9-5-squashes-25-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:940:\"<p>WordPress 4.9.5 <a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. WordPress 4.9.4 and earlier versions are affected by three security issues. The following security hardening changes are in 4.9.5.</p>\n\n<ul>\n <li>Localhost is no longer treated as the same host by default.<br /></li>\n <li>Safe redirects are used when redirecting the login page if SSL is forced.</li>\n <li>Versions strings are correctly escaped for use in generator tags.</li>\n</ul>\n\n<p>Twenty-five bugs are fixed in this release including, improve compatibility with PHP 7.2, previous styles on caption shortcodes are restored, and clearer error messages. To see a full list of changes along with their associated trac tickets, check out <a href=\"https://make.wordpress.org/core/2018/04/02/wordpress-4-9-5/\">the detailed release post</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 23:02:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Dev Blog: WordPress 4.9.5 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2018/04/wordpress-4-9-5-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6336:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</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/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s: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:67:\"WPTavern: ‘Try Gutenberg’ Prompt Pushed Back to A Later Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4312:\"<p>Last week, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">we reported</a> that WordPress 4.9.5 would ship with a call-out prompt that asks users if they want to try the new editor experience.</p>\n\n<p>Within the comments of the post, Gary Pendergast, who works for Automattic, is a WordPress core contributor, and a lead developer on the Gutenberg project, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard#comment-246119\">informed us</a> that the prompt would not be in WordPress 4.9.5. Instead, it will ship in a later version once it has gone through a few more refinements.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>Change of plans, this won’t be happening in the 4.9.5 release: there are still a few issues we’d like to fix up the callout happens, they won’t be done in time for the 4.9.5 release. I expect there will be a smaller 4.9.6 release that contains this callout, and any bugfixes that happen to be ready.</p><cite>Gary Pendergast</cite></blockquote>\n\n<p>Reverting the call-out has <a href=\"https://core.trac.wordpress.org/ticket/41316\">extended the conversation</a> surrounding its implementation. Jadon N who works for InMotion hosting and is a contributor to the <a href=\"https://make.wordpress.org/chat/\">#hosting-community slack channel</a>, says the hosting-community group is working on ideas to help test popular plugins for Gutenberg compatibility.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>We have been working to expand our collection of data about how well plugins function with Gutenberg. To help with that effort, we would like to explore using feedback collected from WordPress users through the Try Gutenberg effort to add to the existing database on WordPress plugin compatibility if that could be worked out. </p>\n <p>The goal of this project is to make sure everyone can use Gutenberg without having to worry about plugin incompatibilities.</p><cite>Jadon N</cite></blockquote>\n\n<p>The <a href=\"https://plugincompat.danielbachhuber.com/\">Gutenberg Plugin Compatibility Database project</a> launched by Daniel Bachhuber last month attempts to determine which popular plugins are already compatible with Gutenberg by having volunteers test them in a sandboxed environment.</p>\n\n<p>Out of the 4,213 plugins in the database, 84% have an unknown compatibility status. Out of 610 plugins that have been tested, 82% don't include editor functionality.</p>\n\n<p>Pendergast <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:92\">supports the idea</a> of hosts collecting a wide range of testing data and turning it into actionable items for the team to work on. There's also been some discussion on creating snapshots of plugin compatibility and filtering those results into Bachhuber's project.</p>\n\n<p>Chris Lema, Vice President of Products at LiquidWeb, <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">responded</a> in the trac ticket with a suggestion that the team place as much emphasis on the Learn More and Report Issues sections as the Try Gutenberg message. He also added a prototype screenshot of what the call-out could look like. <br /></p>\n\n<img />\n Gutenberg Call Out Prototype by Chris Lema\n\n\n<p>\"The reality is that people don't read a lot, so people may not fully grasp the 'testing' part given the proposed design,\" Lema said. \"When there are equal weight to the design, the message also carries with it the same equality.\"</p>\n\n<p>One of the best suggestions I've read comes <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">from Bachhuber</a>. He suggests displaying the prompt to a small percentage of WordPress sites to prevent thousands of users from re-reporting known issues with Gutenberg. It would also help lessen the load on the support forums.</p>\n\n<p>One of my main concerns with the call-out is the lack of upfront information to the user that it is beta software and it could cause adverse affects on their site. Lema's prototype does a great job of informing the user of this possibility and a link to known issues is a great enhancement. What do you think?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 00:13:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:21:\"Matt: Goose-down Nape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2018/04/goose-down-nape/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1378:\"<p>There was a <a href=\"https://www.nytimes.com/2018/03/28/magazine/poem-the-nod.html\">beautiful poem by Kayo Chingonyi in the New York Magazine this week</a> titled The Nod:</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>When we’re strangers that pass each other<br />in the street, it will come down to this tilt<br />of the head — acknowledging another<br />version of events set in a new-build<br />years from now, a mess of a place filled<br />with books and records, our kids thick as thieves<br />redefining all notions of mischief.</p>\n <p>Perhaps our paths will cross in a city<br />of seven hills as the light draws your face<br />out from the bliss of anonymity.<br />Maybe you’ll be stroking the goose-down nape<br />of a small child with eyes the exact shade<br />of those I met across a room at the start<br />of this pain-in-the-heart, this febrile dance.</p>\n</blockquote>\n\n<p>When I hear \"seven hills\" my mind immediately goes to Rome, then San Francisco, but <a href=\"https://en.wikipedia.org/wiki/List_of_cities_claimed_to_be_built_on_seven_hills\">Wikipedia has a helpful list of cities that claim to be built on seven hills</a>.</p>\n\n<p>A friend pointed out <em>The Nod</em> is a <a href=\"https://www.familyfriendpoems.com/poem/the-invitation-by-oriah-mountain-dreamer\">fine complement to <em>The Invitation</em> by Oriah Mountain Dreamer</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 00:05: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: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: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:77:\"Post Status: Contextualized Learning in or around WordPress — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/contextualized-learning-in-or-around-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1838:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, the dynamic Brian duo discuss the highly-anticipated return of WordSesh, the different ways in which we all learn the same, and some of the problems we face in skill building. The guys also spend time finding and contacting the addressable market around WordPress, characterizing a business as WordPress-focused vs providing WordPress services in the context of a broader market, and some of the nuances of providing contextualized services (whether they be training, consulting, or otherwise).</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://www.nbcnews.com/health/health-news/scientists-say-they-ve-discovered-unknown-human-organ-could-help-n860601\">New human organ</a></li>\n<li><a href=\"http://wordsesh.com/\">WordSesh.com</a></li>\n<li><a href=\"https://wpsessions.com/\">WPSessions.com</a></li>\n</ul>\n<h3>Sponsor: OptinMonster</h3>\n<p><a href=\"http://optinmonster.com\">OptinMonster</a> allows you to convert visitors into subscribers. You can easily create & A/B test beautiful lead capture forms without a developer. Be sure to check out their new <a href=\"http://optinmonster.com/announcing-the-inactivitysensor-activity-logs-and-more/\">Inactivity Sensor</a> technology.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 19:31:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"Dev Blog: The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4323:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00: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: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:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WPWeekly Episode 310 – Community Management, PHP, and Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79249&preview=true&preview_id=79249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wpweekly-episode-310-community-management-php-and-hello-dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2325:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the news of the week including, the removal of offensive lyrics in Hello Dolly, a request for plugin developers to stop supporting legacy PHP versions, and changes coming in WordPress 4.9.5.</p>\n<p>We also talk about community management, the difference between comments and forums, and finally, John shares his concerns on how the Gutenberg call-out prompt is being built into core.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-plea-for-plugin-developers-to-stop-supporting-legacy-php-versions\">A Plea For Plugin Developers to Stop Supporting Legacy PHP Versions</a><br />\n<a href=\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\">Without Context, Some Lyrics Inside the Hello Dolly Plugin Are Degrading to Women</a><br />\n<a href=\"https://wptavern.com/why-gutenberg-and-why-now\">Why Gutenberg and Why Now?</a><br />\n<a href=\"https://wptavern.com/noteworthy-changes-coming-in-wordpress-4-9-5\">Noteworthy Changes Coming in WordPress 4.9.5</a><br />\n<a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-disable-push-notification-requests-in-firefox\">How to Disable Push Notification Requests in Firefox</a></p>\n<p><a href=\"https://addons.mozilla.org/en-US/firefox/addon/facebook-container/\">Facebook Container Add-on for Firefox</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 4th 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 #310:</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, 29 Mar 2018 21:07: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: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:42:\"WPTavern: My Gutenberg Experience Thus Far\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/my-gutenberg-experience-thus-far\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5397:\"<p>Ive used Gutenberg for several months and during that time, there have been moments where I love it and situations where I've had to disable the plugin because of frustrating bugs. </p>\n\n<p>One of the most frustrating aspects of using Gutenberg is the lack of support from the plugins I depend on.</p>\n\n<h2>Publish Post Preview</h2>\n\n<p>I use the <a href=\"https://wordpress.org/plugins/public-post-preview/\">Publish Post Preview</a> plugin to generate a preview link for posts so that people can see what it looks like before it's published.</p>\n\n<img />\n Publish Preview Checkbox in the Current Editor\n\n\n<p>In the current editor, the checkbox to generate a link is in the Publish meta box. In Gutenberg, that option doesn't exist. According to a <a href=\"https://wordpress.org/support/topic/compatibility-with-gutenberg/\">recent support forum post</a>, the author does not plan on making it Gutenberg compatible until there is a finalized API to extend the sidebar.</p>\n\n<h2>Telegram for WordPress</h2>\n\n<p>We use the <a href=\"https://wordpress.org/plugins/telegram-for-wp/\">Telegram for WordPress</a> plugin to automatically send published posts to our Telegram channel. The plugin adds a meta box that has options to send the post, configure the message structure, send a file, and display the featured image.</p>\n\n<p>In Gutenberg, the meta box is open by default which provides access to those options. However, when I edit a published post, there are times when the meta box is closed and clicking the arrow to expand it doesn't work. <em>Since the Send this post to channel</em> option is on by default, saving changes to the post will resend the post to Telegram subscribers. Something I don't want to happen for simple edits. <br /></p>\n\n<h2>Edit Flow</h2>\n\n<p>We use <a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> to collaborate on posts and often use the Editorial Comments feature to provide feedback. In Gutenberg, the meta boxes for Editorial Comments and Notifications do not open when clicking the arrow. Therefor, we can't use those features. <br /></p>\n\n<img />\n <br /><br />Edit Flow Meta Boxes are Broken\n\n\n<h2>After the Deadline</h2>\n\n<p>I'm a fan of <a href=\"https://jetpack.com/support/spelling-and-grammar/\">After the Deadline</a> which is a proofreading module in Jetpack. It checks posts for spelling, grammar, and misused words. When activated, a button is added to the visual editor to perform the checks. This button is not available in Gutenberg, so those features are not available as well.</p>\n\n<h2>Adding Images to Paragraphs is a Pain</h2>\n\n<p>Adding images to paragraphs in Gutenberg is more cumbersome than it needs to be. In the current editor, all I have to do is place the cursor where I want to insert an image, add media, choose image size, align it, and I'm done.</p>\n\n<p>In Gutenberg, you need to create an image block below the paragraph block, move the image block to the paragraph block, align it, and use handlebars on the corner of the image to resize it. </p>\n\n<p>I realize that there are a few workflows that I'm going to have to change because of how Gutenberg works, but this workflow doesn't make any sense to me, especially when I can't insert images without creating a new block. Thankfully, the Gutenberg team is on top of it and is <a href=\"https://github.com/WordPress/gutenberg/pull/5794\">working on a solution</a> to add images within a paragraph block.</p>\n\n<h2>Random Blank Paragraph Blocks</h2>\n\n<p>I recently copied a large amount of text from a Google Doc and pasted it into Gutenberg and was surprised by how well it worked. Blocks were created in the right spots and I didn't have to edit it much.</p>\n\n<p>I opened the post in the classic editor so that I could use the proofreading feature and it mangled the post. I opened the post in Gutenberg again and noticed a bunch of empty paragraph blocks created in-between paragraph blocks.</p>\n\n<p>This resulted in having to spend some time deleting the empty paragraph blocks and questioning whether I should avoid transferring posts between editors in the future.</p>\n\n<h2>Tags Sometimes Appear Blank in the Meta Box</h2>\n\n<p>When adding tags to posts, sometimes the tags appear blank although they show up on the front-end. Also, deleting tags sometimes doesn't work. I click on the X and nothing happens in the back-end, but the tag will be removed from the front-end. <br /></p>\n\n<img />\n Blank Tags in Gutenberg\n\n\n<h2>Gutenberg Has a Lot of Rough Edges</h2>\n\n<p>If this version of Gutenberg were merged into WordPress today, it would be a disaster. It's clear that the project has a long way to go before being considered for merge into core. Most of the issues I've outlined in this post are known and are being addressed. <br /></p>\n\n<p>Gutenberg is supposed to make everything we do in the current editor easier and more efficient. If it doesn't, then I have to ask, what's the point?</p>\n\n<p>What concerns me the most about Gutenberg is plugin support. Some of the plugins I mentioned above are active on 10K sites or less but are important to the way I craft and publish content in WordPress. <br /></p>\n\n<p> Without them, using Gutenberg is not a great experience and instead, makes me want to use the current editor where things simply work. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Mar 2018 20:28: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a: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:44:\"HeroPress: Giving Back In Your Own Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://heropress.com/giving-back-in-your-own-community/#utm_source=rss&utm_medium=rss&utm_campaign=giving-back-in-your-own-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3298:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: It is a good time to be part of the global WordPress community: the costs are low, the developer community is strong, and job availability is at an all time high.\" /><p>I was delighted to find several years ago that there’s a thriving WordPress community in Nepal. Via Slack I got to meet Sakin Shrestha, and learned all about what their group is doing in Nepal to create jobs and keep the Nepali from having to leave the country to find work.</p>\n<p>I recently found out that Sakin is finding a new way to give back to his community: <a href=\"https://sakinshrestha.com/events/announcing-my-new-venture-aksharaa-kindergarten/\">opening a kindergarten</a>. In order for any country to grow strong it has to have good education for its children, and Sakin is working to make that happen.</p>\n<p>Read about how the Nepali WordPress community is working to build their own country.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/doing-our-part-for-the-community/\">Doing Our Part for the Community</a></p></blockquote>\n<p></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: Giving Back In Your Own Community\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Giving%20Back%20In%20Your%20Own%20Community&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Giving Back In Your Own Community\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%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%2Fgiving-back-in-your-own-community%2F&title=Giving+Back+In+Your+Own+Community\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Giving Back In Your Own Community\"></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/giving-back-in-your-own-community/&media=https://heropress.com/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-150x150.jpg&description=Giving Back In Your Own Community\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Giving Back In Your Own Community\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/giving-back-in-your-own-community/\" title=\"Giving Back In Your Own Community\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/giving-back-in-your-own-community/\">Giving Back In Your Own Community</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, 28 Mar 2018 14:21:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:119:\"WPTavern: In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3920:\"<p>At the end of last month, Matt Cromwell, Head of Support and Community Outreach for <a href=\"https://givewp.com/\">GiveWP</a> and an administrator for the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, hosted a <a href=\"https://wptavern.com/matt-cromwell-hosts-matt-mullenweg-in-qa-gutenberg-interview\">question and answer session</a> about Gutenberg with Matt Mullenweg.</p>\n\n<p>Mullenweg was asked a few times if he could provide a concrete date on when Gutenberg and WordPress 5.0 would be ready. While a date was not given, Mullenweg said, \"For those who want a concrete date, we will have one or two orders of magnitude more users of Gutenberg in April.\"</p>\n\n<p>It's now clear what he meant by that. WordPress 4.9.5, scheduled for release in April, will <a href=\"https://core.trac.wordpress.org/ticket/41316\">feature a call-out prompt</a> that has links to information about Gutenberg and a button to quickly install the plugin if user permissions allow. <br /></p>\n\n<img />\n Gutenberg Call-out in WordPress 4.9.5\n\n\n<p>The core team added a Try Gutenberg prompt in October of last year but <a href=\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\">it was removed</a> in WordPress 4.9 Beta 4. After discussing the subject with Mullenweg, it was determined that Gutenberg was not ready for large-scale testing.</p>\n\n<p>The prompt in WordPress 4.9.5 changes the button text based on the following scenarios.<br /></p>\n\n<ul>\n <li>If Gutenberg is not installed, <em>and</em> the user can install plugins, the Install Today button is displayed.<br /></li>\n <li>If Gutenberg is installed but not activated, <em>and</em> the user can install plugins, the Activate Today button is displayed.<br /></li>\n <li>If Gutenberg is installed and activated, <em>and</em> the user can edit posts, the Try Today button is displayed.<br /></li>\n</ul>\n\n<p>If Gutenberg is not installed and the user can not install plugins, the button is hidden from view. If you'd like to hide the prompt from users, David Decker has <a href=\"https://github.com/deckerweb/remove-gutenberg-panel\">created a plugin</a> that's available on GitHub that simply hides it from view.</p>\n\n<p>One of the concerns about the prompt is the lack of warning of the risks involved using beta software on a live site. Gutenberg is beta software that's still in development that could <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:75\">adversely affect sites</a>. There is no warning on the call-out box and in two clicks, users can install and activate Gutenberg. <br /></p>\n\n<p>Whether it's Gutenberg or some other beta software, this general advice applies. Create a full backup of your site before installing and if possible, install it on a staging site first.</p>\n\n<p>I predict that the volunteers who manage the WordPress.org support forums will have their hands full once WordPress 4.9.5 is released. The support team <a href=\"https://make.wordpress.org/support/2018/03/agenda-for-march-22nd-support-meeting/\">is preparing</a> by brainstorming user outcomes, common questions that may be asked, and potential pitfalls users experience after installing Gutenberg. <br /></p>\n\n<p>If you'd like to give them a helping hand, check out the <a href=\"https://make.wordpress.org/support/handbook/\">Support Handbook</a> and if you have any questions, stop by the <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fforums%2F\">#forums</a> channel in <a href=\"https://make.wordpress.org/chat/\">Slack</a>.</p>\n\n<p>The Gutenberg call-out has the potential to pave the way for large audiences to test major features in core without needing to use or install a beta branch of WordPress. However, this convenience comes with risks and while they can be reduced, WordPress needs to be up front and center to users about those risks.</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, 27 Mar 2018 22:55:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"WPTavern: Why Gutenberg and Why Now?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78707\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wptavern.com/why-gutenberg-and-why-now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17921:\"<img />\n\n<p>Tevya Washburn has been building websites for more than 20 years and building them on WordPress for 10. He bootstrapped his website maintenance and support company, <a href=\"http://wordx.press\">WordXpress</a>, that he’s worked on full-time for more than seven years.</p>\n\n<p>Late last year he launched his first premium plugin, and presented at WordCamp Salt Lake City. He lives in Caldwell, ID and is the founding member of the WordPress Meetup group in Western Idaho. <br /></p>\n\n<hr />\n\n<p>It was only a few months ago that I knew almost nothing about WordPress’ new Gutenberg editor. I had a basic concept of what it was and this vague annoyance that it would mean I’d have to learn new things and probably put a lot of effort into making some sites or projects work with it.</p>\n\n<p>I kept hearing all of the frustration and issues with Gutenberg itself and the lack of information on how to integrate with it. At <a href=\"https://wordx.press\">WordX</a>p<a href=\"https://wordx.press\">ress</a> we recently pivoted away from designing websites. When we designed them in the past, we used premium themes. I figured Gutenberg was the theme developer’s problem.<br /></p>\n\n<p>I still had this feeling of dread though, knowing many of my favorite plugins might not add support for it. I also felt some apprehension that even if the themes we use did add support for it, they might have a lot of new bugs through the first few releases.</p>\n\n<p>Then I launched my first WordPress plugin, <a href=\"https://starfishwp.com\">Starfish Reviews</a>, and suddenly they weren’t someone else’s problems anymore! Now I’d have to come up with a plan to integrate our plugin with Gutenberg. I installed the Gutenberg plugin on a test site where we were testing our plugin with the nightly releases of WordPress and started playing around with it.</p>\n\n<p>I was pleasantly surprised at how intuitive and easy it was to use! Now it wasn’t (and isn’t) finished, so there were bugs and annoyances, but overall I was impressed.</p>\n\n<p>Around the same time, I suggested we should have someone present on Gutenberg at our local meetup. My brief experience was more than what anyone else had, so the responsibility fell on me. Preparing for the presentation forced me to look at Gutenberg more carefully and pay more attention to the information and debate going on throughout the community.</p>\n\n<p>I started reading blog posts, paying more attention in podcasts, and even looking at what was being said on Twitter. I watched the State of the Word at WordCamp US where the general tide in the feelings toward Gutenberg, seemed to turn, though many people still remain skeptical, critical, or antagonistic toward the project as a whole.</p>\n\n<p>Today, I saw someone suggesting legal action if Gutenberg caused problems on their sites. That’s ridiculous on several levels, but shows that there’s still a lot of suspicion, frustration, and outright anger around Gutenberg.</p>\n\n<p><em>A couple notes: 1. the graphs below are for illustration purposes only, they’re not meant to be accurate to any actual data. 2. If you prefer listening, you can </em><a href=\"https://www.youtube.com/watch?v=S4ZqrVJ465E\"><em>watch my screencast version</em></a><em> (13:12) of what follows. The message is the same, but differs in many aspects of presentation.</em></p>\n\n<h2><strong>Finding the Why</strong></h2>\n\n<p>Simon Sinek is known for <a href=\"https://www.youtube.com/watch?v=u4ZoJKF_VuA\">his Ted talk</a> where he explains that most people explain a new product or service by talking about ‘what’ it is and ‘how’ it works, but they rarely explain the ‘why’ behind it. The ‘why’ actually resonates with people the most. They want to understand the reason and beliefs behind it.</p>\n\n<p>In my research, I couldn’t seem to find a clear answer to the most important question: “Why Gutenberg?” If I was going to present to people who knew little or nothing about it, I wanted to provide a reason why this major change was coming that might cause significant frustration, work, and pain for them.</p>\n\n<img />\n\n<p>I found a lot of ‘what’ and ‘how’ about Gutenberg. In some posts by <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">Matt Mullenweg</a> and <a href=\"https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">Matías Ventura</a>, I found hints about ‘why’ Gutenberg existed, but no really clear, simple explanation of why this whole project was happening. Why would Matt and others want to seemingly force this major change on us all? Why does it have to be such a radical departure from the past? Why now?</p>\n\n<p>I was certain the conspiracy theorists—who seem to believe that Automattic’s sole mission is to make their lives more miserable—were wrong. But what was the purpose? Could it really just be a <strong>me too</strong> attitude that left all of these brilliant minds feeling like they had to keep up with Squarespace and Medium? That didn’t seem to fit. Especially since Gutenberg is already leagues better than Squarespace’s convoluted visual editor.</p>\n\n<h2><strong>Innovative Disruption</strong></h2>\n\n<img />\n The Innovator's Dilemma Book Cover\n\n\n<p>Taking cues from those hints and suggestions, I started thinking about the innovative disruption model. It was popularized in business circles, starting in 1997 when the book “<a href=\"https://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\">The Innovator’s Dilemma</a>” was published by Clayton Christensen, a Harvard professor. His book was an expansion of an <a href=\"https://hbr.org/1995/01/disruptive-technologies-catching-the-wave\">earlier article</a> in the Harvard Business Review.</p>\n\n<p>At the risk of oversimplifying the model, innovative disruption is what happens when an existing company who is the top dog (either in sales or market share) gets comfortable with their position at the top along with their revenue stream and quits innovating. They make small, incremental updates to their products or services to keep customers happy, but fail to look at the future of their industry.</p>\n\n<p>This makes it easier for a startup or smaller, more innovative company to bring a new product or service to market that completely disrupts the existing market because it’s better, faster, cheaper. The established company doesn’t see the disruption coming because they feel secure in their large market share and steady sales revenue. They often respond with “why would anyone want that?” when approached with the new model that is about to completely upset their business model.</p>\n\n<h2><strong>Blockbuster Gets Busted</strong></h2>\n\n<p>The classic example of this is Blockbuster Entertainment, Inc. They had over 9,000 stores at one time, allowing people to rent VHS tapes and later, DVDs. They had a huge portion of the market all to themselves and it seemed nobody could compete with this juggernaut.</p>\n\n<p>Then along came two small startups: Netflix and Redbox. Netflix comes along and says “we’re going to stream movies over the internet. That’s the future and the way everyone will want to consume movies and TV in the future. But since the internet is too slow right now, we’ll just start by mailing DVDs to people.”</p>\n\n<p>Blockbuster looked at this and said, “the internet is <em>way</em> too slow to stream movies. That’s ridiculous! Who wants to wait two weeks to get a movie in the mail?! Hahaha! Stupid startup, they’re wasting their money and energy.” In hindsight this seems ridiculous. At the time, most people would have agreed with Blockbuster.</p>\n\n<p>As you know, people started changing the way they rented movies. Once they tried it, they were happy to pay a subscription and use a queue to get DVDs delivered in the mail. Ultimately, making the decision of what to watch ahead of time was better than wandering through a cathedral of DVDs only to find the one you wanted to watch has already been checked out.</p>\n\n<p>Consumer internet bandwidth speeds quickly caught up. Netflix even invented some of the technologies that provide high quality streaming video to your home. Now, most of us can’t imagine having to go to the store to rent a physical copy of a movie. And those that can, get them from a Redbox kiosk that has a limited selection, but is much quicker and easier than a video store. Netflix now has a larger market share than Blockbuster ever did, with <em>zero</em> physical locations.</p>\n\n<img />\n\n<p>There are exactly nine Blockbuster stores still operating, mostly in Alaska. From 9,000 down to nine in only a few years! This is what failing to innovate does. This is how comfort and confidence in market share and sales blinds people and organizations to the coming innovations that will disrupt their market.</p>\n\n<h2><strong>Literacy, Disruption, and Gutenberg</strong></h2>\n\n<p>Disruptive innovation doesn’t apply just in business. I have a Bachelor’s degree in history. So one example I love to use is how literacy and education ultimately toppled monarchies and traditional power structures in favor of republics and representative democracy.</p>\n\n<p>The choice of Gutenberg as the name of the new WordPress editor seems prescient in this example as well. The name was one of the clues that led me to answer the ‘why?’ question. It was Johannes Gutenberg and his movable type printing press that was the innovative disruption that changed everything!</p>\n\n<p>Before that, the vast majority of people in Europe were illiterate and uneducated. The scarcity of books and written material made it impractical and prohibitively expensive for most people to learn to read. It also allowed the Church and aristocracy to control the opportunity to become literate. That meant the rich and powerful were the gatekeepers of knowledge. Most riots and uprisings to this point were about hunger.</p>\n\n<p>The Gutenberg press changed all that. Suddenly books could be mass-produced faster, cheaper, better than they ever could before. Literacy caught on like a wildfire. The power structures thought they could control it and maintain the status quo. They outlawed printing without state approval and did many other things to limit the spread of ideas through printed materials.</p>\n\n<p>But it was too late, the power to spread ideas that the printing press provided was much too viral. Many printing presses were operated illegally, then destroyed when they were discovered by authorities.</p>\n\n<img />\n\n<p>The tipping point had been reached though. The ability to read and spread ideas via printed documents was much more powerful than the money, soldiers, and weapons of the monarchy. Though hunger might have sparked riots and uprisings from this time on, those tiny flames were fanned into an inferno of revolution by ideas spread through printed words. <a href=\"https://en.wikipedia.org/wiki/Thomas_Paine\">Thomas Paine</a>’s Common Sense is a great example if you want to learn more about concrete examples.</p>\n\n<h2><strong>The Pain of Disrupting Yourself</strong></h2>\n\n<p>I don’t have a business degree, but from my understanding, <em>The Innovator’s Dilemma</em> can be simplified down to this: to survive, and stay on top, a company (or software, or community) must innovate. It <em>can not</em> be incremental innovation. It <em>must</em> be innovation that disrupts the company’s core product or business model, even to the point of entirely replacing it.</p>\n\n<p>Blockbuster tried some Redbox-like and Netflix-like solutions, but they were too little, too late. The only way they could have survived would have been to disrupt their own business model and service. They would have had to say, “in five years we will close all 9k stores and completely shift our business to providing video online.”</p>\n\n<p>Who does that? Who thinks “we have built an empire, but we have to completely change it and replace it all over again”? That’s “The Innovator’s Dilemma” that the book’s title refers to: it’s incredibly difficult to think in those terms when you’re on the top. It’s nearly impossible to say, “we have to disrupt ourselves. We must compete with our own business and products and services.” But ultimately it’s the only way to survive.</p>\n\n<p>…Or you can buy an innovative company and let them disrupt your main business. Did you know Blockbuster had the <a href=\"http://www.businessinsider.com/blockbuster-ceo-passed-up-chance-to-buy-netflix-for-50-million-2015-7\">chance to buy Netflix</a> for $50 million in 2000? It was pocket change, but they passed because it was a very small, niche business.</p>\n\n<p>Had they bought Netflix and allowed it to continue innovating and disrupting their core retail rental model, Blockbuster might still be around. It wouldn’t have 9k retail stores, but it would have an even larger market share than it ever did renting DVDs.</p>\n\n<img />\n\n<p>In either case, the process is painful. That’s why it’s called disruptive. Not because it’s a walk on the beach or small speed bump, but because it takes a lot of work and forward-thinking and causes a lot of pain to create and implement.</p>\n\n<p>If you are the market leader, you can’t rest on your previous success. You have to change everything once again, like you did to get to where you are now. Despite the pain of doing it, you have to invest yourself and your resources into hard work and difficult questions and challenging thinking that goes directly counter to our natural tendency as humans. If you want to stay on top, it’s the only way.</p>\n\n<h2><strong>WordPress is Ripe for Disruption</strong></h2>\n\n<p>WordPress has a 30% market share right now. It won’t be long before 1 out of every 3 websites is built on WordPress. No other platform is even close.</p>\n\n<p>As WordPress professionals and community members, it seems like we have all the momentum and benefits of being the leader. “Surely nothing could displace WordPress!” That’s what Blockbuster said. That’s what monarchs of past ages said. The truth is simple: “yes, something could. In fact, something will, if WordPress doesn’t innovatively disrupt itself.”</p>\n\n<img />\n\n<p>Is it going to be painful? Yes. Is it going to cause a lot of work and effort on the part of the community? Yes! Absolutely. But the alternative is to learn a totally new platform in five years when WordPress dies like Blockbuster did. You think this change is going to be difficult? Try throwing out WordPress entirely and moving your website(s) to an entirely new platform. Because that’s the alternative.</p>\n\n<h2><strong>Good Arguments Against Gutenberg</strong></h2>\n\n<p>I see many people listing a string of bugs in the Gutenberg UI/UX and concluding that Gutenberg shouldn’t exist. I see others critiquing the underlying technologies and claiming that’s evidence that Gutenberg is entirely wrong.</p>\n\n<p>I’m sorry, but those arguments are entirely invalid. They may be great arguments for how Gutenberg needs to change or improve, but they are <em>not</em> valid arguments against the existence of Gutenberg and its inclusion in core.</p>\n\n<p>Hopefully, I’ve made it clear that WordPress is in dire need of innovation. If that’s true, then as I see it, there’s only one really great argument against Gutenberg. As one person in one of the meetups I presented at put it: “is it the right innovation?”</p>\n\n<p>That's the crux of the whole thing: <strong>WordPress must innovate to survive</strong>. Matt Mullenweg and the entire Gutenberg team have looked at the past and the future and decided that a better, faster, easier user interface and experience, are the disruptive innovations that WordPress needs to survive.</p>\n\n<p>You can argue that it’s not, that there’s some other innovation that will completely change WordPress and thereby save it from disruption by outside forces. And that's a totally valid argument to make. But in my opinion, <strong>you can’t argue that continued, incremental changes are enough.</strong> You can’t argue that the path we’ve been on the last five years is going to keep WordPress on top for the next five years. It simply won’t.</p>\n\n<h2><strong>I Like Gutenberg, but I Love What it’s Doing</strong></h2>\n\n<p>In my experience thus far, I like Gutenberg. I believe it is the right disruptive innovation WordPress needs at this time. It will make WordPress easier to use and help its underpinnings be ready for the future. Being easy to use is what got WordPress where it is today.</p>\n\n<p>It’s not very easy to use any more. There are significantly easier options out there, that could disrupt WordPress and replace it. I think Gutenberg will allow WordPress to disrupt itself and keep ahead of other disruptive innovations. It will save WordPress and allow us all to keep using it and building our businesses on it for another 10 years into the future.</p>\n\n<p>I like Gutenberg, but I really love what Gutenberg means, what it represents, and what it's doing. Gutenberg is bigger than just a new post editor, it shows that the leaders of the WordPress community are willing to make hard decisions and innovate even when it means disrupting their own work and previous innovations.</p>\n\n<img />\n\n<p>I have huge respect for the Gutenberg team, who have not only had to rethink everything and do all those difficult things I referred to before, but have had to do it all very publicly, while navigating a gauntlet of criticism, personal attacks, and much more.</p>\n\n<p>I hope this post shows my thanks and newfound appreciation for what they’re doing and going through. Flipping the phrase from <em>The Dark Knight,</em> the members of the Gutenberg team are “the heroes the WordPress community needs right now, even if they’re not the ones we deserve.”</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, 26 Mar 2018 18:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:65:\"Post Status: The Future of Content Distribution — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/future-content-distribution-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2385:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>This week the Brians put their brains together and discuss content distribution across various mediums and platforms as well as subscriptions for both digital and physical products. The conversation shifts between different tooling and platforms that exist for enabling content distribution as well as some of the societal shifts that have shaped how we share and consume both content and products. </span></p>\n<p><span>This is a good episode for anyone who is developing sites and selling solutions around content distribution or subscriptions as well as anyone who is running (or looking to run) a business based around a subscriber model (paid or otherwise).</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">WP Jargon Glossary</a></li>\n<li><a href=\"https://www.blog.google/topics/google-news-initiative/announcing-google-news-initiative/\">Google News subscription initiative</a></li>\n<li><a href=\"https://woocommerce.com/2018/02/succeed-with-woocommerce-subscriptions-technical-tips/\">Brent’s blog post</a></li>\n<li><a href=\"https://woocommerce.com/products/teams-woocommerce-memberships/\">Teams for WooCommerce Memberships</a></li>\n<li><a href=\"https://www.recode.net/2017/12/13/16771646/target-shipt-acquisition-price-550-million-grocery-delivery-same-day\">Target acquires Shipt</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Mar 2018 13:24: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"BuddyPress: 10 years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=271550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://buddypress.org/2018/03/10-years/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5437:\"<p>In 2008 (just 10 short years ago) <a href=\"https://profiles.wordpress.org/apeatling\">Andy Peatling</a> made the very first code-commit to the newly adopted BuddyPress project, joining bbPress, GlotPress, and BackPress at the time. As most of you can probably imagine, BuddyPress was a different piece of software back then, trying to solve a completely different decade’s worth of problems for a completely different version of WordPress.</p>\n<p>BuddyPress was multisite only, meaning it did not work on the regular version of WordPress that most people were accustomed to installing. It needed to completely take over the entire website experience to work, with a specific theme for the primary part of your site, and blog themes for user profiles and everything else.</p>\n<p>There was a lot to love about the original vision and version of BuddyPress. It was ambitious, but in a clever kind of way that made everyone tilt their heads, squint their eyes, and ponder what WordPress was capable of. BuddyPress knew exactly what it was trying to do, and owned it without apologies.</p>\n<p>It touted itself as a “Social Network in a box” at a time when MySpace was generating 75.9 million <em>unique</em> visitors per month, so if you couldn’t imagine how different BuddyPress may have been before, imagine how excited everyone was at the idea of owning their own MySpace.</p>\n<p>Since then, Andy invited <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul</a>, and <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">me</a> to help lead the project forward, and in-turn we’ve invited several other prolific BuddyPress contributors to help with every aspect of the project, website, design, and so on.</p>\n<p>The BuddyPress team has grown in a few different ways. Most recently, we’ve added <a href=\"https://profiles.wordpress.org/espellcaste\">Renato Alves</a> to the team to help with WP-CLI support. Renato is a long-time contributor who stepped up big-time to really own the WP-CLI implementation and finally see it through to the end.</p>\n<p><a href=\"https://profiles.wordpress.org/slaffik\">Slava Abakumov</a> lead the 2.8 release, and we finally met in person for the very first time just last week at WordCamp Miami. He’s another long-time contributor who has always had the best interests of the project in mind and at heart.</p>\n<p><a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a> has been helping fix BuddyPress bugs and work on evolving features since version 2.1, and while we haven’t met in person <em>yet</em>, I look forward to it someday!</p>\n<p><a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a> (who you may recognize from bbPress) also works a bit on BuddyPress, largely around tooling & meta related things, but he’s fully capable and will jump in and help anywhere he can, be it the forums or features.</p>\n<p><a href=\"https://profiles.wordpress.org/mercime\">Mercime</a> would prefer I not blather on endlessly here about how important she is, or how much I appreciate her, or anything like that, so please forget I mentioned it.</p>\n<p><a href=\"https://profiles.wordpress.org/hnla\">Hugo Ashmore</a> has spent the past 2 years completely rebuilding the default template pack. This is an absolutely huge undertaking, and everyone is really excited about sunsetting ye olde <code>bp-legacy</code>.</p>\n<p><a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a> has moved on to work on the enormously important and equally ambitious <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a> project. Tammie is wonderful, and doing a great job crafting what the future of democratizing publishing is.</p>\n<p>Lastly, a few of our veteran team members took sabbaticals from contributing to BuddyPress in the past few years, which I see as an opportunity to return with fresh ideas and perspectives, or maybe moving onto new & exciting challenges. This is a good, healthy thing to do, both for oneself and the project. Space makes the heart grow fonder, and all that.</p>\n<hr />\n<p>A small aside but worth saying here & now, is that leading an open-source project is everything you think it is (or maybe have read already that it is) and like a million other things that are hard to understand until you understand. The one constant (and subsequently the hardest and funnest part) is how to provide opportunities for personal growth, without prohibiting contributions, while also doing what’s best for the greater vision of the project itself, amongst a completely remote group of bespoke volunteers. I think Paul, Boone, and I do OK at this, but we are always learning and adjusting, so please reach out to us if there is anything we can do differently or better.</p>\n<hr />\n<p>BuddyPress is my personal favorite piece of software. It’s my favorite community. I wake up excited every day because of what it can do and who it does it for. Put another way, I love what we make it do and who we make it for: ourselves, one another, each other, and you.</p>\n<p>Cheers to 10 years, and here’s to another 10!</p>\n<p><img class=\"alignnone wp-image-271562 size-full\" src=\"https://buddypress.org/wp-content/uploads/1/2018/03/Screen-Shot-2018-03-25-at-4.38.12-PM.png\" alt=\"\" width=\"898\" height=\"452\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Mar 2018 22:54: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:3:\"JJJ\";s: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:54:\"WPTavern: Noteworthy Changes Coming in WordPress 4.9.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wptavern.com/noteworthy-changes-coming-in-wordpress-4-9-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p>WordPress 4.9.5 Beta 1 <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">is available</a> for testing and brings with it 23 bug fixes and improvements. A release candidate is scheduled for release on March 20th and a final release on April 3rd. Here are some notable changes you can expect in the release.</p>\n\n<h3>\"Cheatin’ uh?\" Error Message is Replaced</h3>\n\n<p>The \"Cheatin’ uh?\" error message has existed in WordPress for years and for some, is insulting. The error doesn't explain what went wrong and accuses the user of trying to cheat the system.</p>\n\n<img />\n Cheatin' Uh Error Message<br />\n\n\n<p>Eric Meyer highlighted the error in <a href=\"https://wordpress.tv/2016/06/24/eric-a-meyer-design-for-real-life/\">his keynote</a> at WordCamp North East Ohio in 2016, when talking about Designing for Real Life. He also <a href=\"https://core.trac.wordpress.org/ticket/38332#comment:11\">contributed to the ticket</a> with suggestions on how to improve the wording.</p>\n\n<p>In WordPress 4.9.5, the error <a href=\"https://core.trac.wordpress.org/ticket/38332\">has been changed</a> to more meaningful messages depending on the error that occurs.</p>\n\n<h3>Recommended PHP Version Increased to 7.2</h3>\n\n<p>Inside of the readme file in WordPress, the current recommended PHP version is 7.0. This version of PHP reached end of life last December. In 4.9.5, the recommend version is PHP 7.2. This is the same version that is <a href=\"https://wordpress.org/about/requirements/\">recommended on WordPress.org</a>.</p>\n\n<h3>Offensive Lyrics Removed From Hello Dolly</h3>\n\n<p>As we covered <a href=\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\">earlier this week</a>, some of the lines displayed in the dashboard from the Hello Dolly plugin are inappropriate without context. In 4.9.5, the plugin will no longer display those lines.</p>\n\n<p>There's a possibility that in the future, there will be a musical note icon or symbol placed next to the line to indicate it's from a song. In addition, the lyrics are more in line with Louis Armstrong's recording.</p>\n\n<p>To see a full list of changes in WordPress 4.9.5, you can <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.5&group=component\">view a full list</a> of closed tickets on Trac. </p>\n\n<p><br /></p><br /></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, 22 Mar 2018 21:32:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WPTavern: WPWeekly Episode 309 – All AMPed Up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=78601&preview=true&preview_id=78601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wptavern.com/wpweekly-episode-309-all-amped-up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2180:\"<p>In this episode, I’m joined by <a href=\"https://medinathoughts.com/\">Alberto Medina</a>, Developer Advocate working with the Web Content Ecosystems Team at Google, and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, CTO of XWP. We have a candid conversation about <a href=\"https://www.ampproject.org/\">Google’s AMP Project</a>. We start by learning why the project was created, what its main goal is, and the technology behind it.</p>\n<p>We also dive into some of the controversy surrounding the project by discussing whether or not AMP is a threat to the Open Web. Medina and Ruter provide insight into AMP’s transformation from focusing on the mobile web to providing a great user experience across the entire web. Last but not least, we learn about the relationship between Automattic, XWP, and the AMP team and how it’s helping to shape the future of the project.</p>\n<h2>Notable Links Mentioned:</h2>\n<p><a href=\"https://wordpress.org/plugins/amp/\">AMP for WordPress Plugin</a><br />\n<a href=\"https://github.com/Automattic/amp-wp\">AMP for WordPress GitHub Repository</a><br />\n<a href=\"https://github.com/ampproject\">AMP GitHub Repository</a><br />\n<a href=\"https://www.youtube.com/watch?v=GGS-tKTXw4Y\">Video presentation from AMP Conf 2018 showcasing the work that’s gone into the AMP for WordPress plugin</a><br />\n<a href=\"https://www.ampproject.org/latest/blog/standardizing-lessons-learned-from-amp/\">Official blog post outlining the future of the AMP Project</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 28th 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 #309:</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, 22 Mar 2018 14:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:25:\"Matt: Don’t Like Change\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2018/03/dont-like-change/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:407:\"<blockquote class=\"wp-block-quote\">\n <p>If you don't like change, you're going to like irrelevance even less.</p><cite>General Eric Shinseki</cite></blockquote>\n\n<p>I actually heard this on the <a href=\"https://www.fs.blog/2015/06/michael-lombardi/\">Farnam Street podcast with Patriots coach Michael Lombardi</a>, but it seems like General Shinseki said it first so attributing it there.</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, 22 Mar 2018 00:01: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: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:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a: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:34:\"HeroPress: Keeping Community Alive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/?p=2487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://heropress.com/keeping-community-alive/#utm_source=rss&utm_medium=rss&utm_campaign=keeping-community-alive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3425:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/09/090716-David-Laietta-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be a pillar of support for your community.\" /><p>In the last year or so I’ve been a lot more involved with the business side of WordPress than the community side. The business side isn’t nearly as loving and supportive as the community side, and some of that is out of necessity. Business is business, and people need to eat.</p>\n<p>The problem comes when people get so focused on the business side of things that they forget they’re dealing with people. Recently <a href=\"https://twitter.com/carlhancock/status/971182969514799105\">Carl Hancock mentioned on twitter</a> that there are things that happen in business in the WordPress community that would horrify people. I don’t know who those people are that do those things, and I don’t even know what the things are, but I have hope that the community can be bigger and better than that.</p>\n<p>There will always be selfish jerks who abuse the system for personal gain, but I have hope that the WordPress community can generally rise above that, and perhaps even change the hearts of poor players.</p>\n<p>This week’s HeroPress replay is from David Laietta, about how our community changes lives.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/a-community-of-acceptance/\">A Community of Acceptance</a></p></blockquote>\n<p></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: Keeping Community Alive\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Keeping%20Community%20Alive&via=heropress&url=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Keeping Community Alive\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%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%2Fkeeping-community-alive%2F&title=Keeping+Community+Alive\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Keeping Community Alive\"></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/keeping-community-alive/&media=https://heropress.com/wp-content/uploads/2016/09/090716-David-Laietta-150x150.jpg&description=Keeping Community Alive\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Keeping Community Alive\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/keeping-community-alive/\" title=\"Keeping Community Alive\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/keeping-community-alive/\">Keeping Community Alive</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, 21 Mar 2018 15:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:77:\"WPTavern: A Plea For Plugin Developers to Stop Supporting Legacy PHP Versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/a-plea-for-plugin-developers-to-stop-supporting-legacy-php-versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2188:\"<p>Iain Poulson has <a href=\"https://deliciousbrains.com/legacy-php-version-support/\">published a thoughtful request</a> on the Delicious Brains blog asking WordPress plugin developers to stop supporting legacy PHP versions. He covers some of the benefits of developing with newer versions of PHP, what Delicious Brains is doing with its plugins, and using the <a href=\"https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/\">Requires Minimum PHP Version header</a> in readme.txt.<br /></p>\n\n<blockquote class=\"wp-block-quote\">\n <p>While we wait for the Trac discussion to roll on and the WordPress development wheels to turn we can take action ourselves in our plugins to stop them working on installs that don’t meet our requirements. </p>\n <p>We do this in our own plugins where it is strictly necessary (<a href=\"https://deliciousbrains.com/wp-offload-s3/\">WP Offload S3</a> relies on the Amazon Web Services S3 SDK, which requires PHP 5.3.3+ and will we will <a href=\"https://deliciousbrains.com/wp-offload-s3/doc/php-version-requirements/\">move to PHP 5.5</a> in the future), and the more plugins that do this out of choice will help move the needle further.</p><cite>Iain Poulson <br type=\"_moz\" /></cite></blockquote>\n\n<p>Poulson mentions the <a href=\"https://github.com/WordPress/servehappy\">ServeHappy project</a> in his post and it's worth a mention here as well. The ServeHappy project was <a href=\"https://make.wordpress.org/core/2018/01/09/servehappy-roadmap/\">launched earlier this year</a> by a group of volunteers.</p>\n\n<p>Its main goal is to reduce the number of WordPress installs running on unsupported PHP versions through education, awareness, and tools to help users update their site's PHP versions.</p>\n\n<p>This project is in need of contributors. If you're interested, join the #core-php channel on <a href=\"https://make.wordpress.org/chat/\">WordPress Slack</a>. The team has meetings every Monday at 11:00 AM EDT. You can also follow the <a href=\"https://make.wordpress.org/core/tag/core-php/\">#core-php tag</a> on the Make WordPress.org Core site where links to chat logs and meeting summaries are published. </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, 21 Mar 2018 00:31:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: How to Disable Push Notification Requests in Firefox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-disable-push-notification-requests-in-firefox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>Have you noticed how many sites ask if you want to enable push notifications? I've answered no to every request but thanks <a href=\"https://twitter.com/tkraftner/status/976116234365358081\">to a tip</a> suggested by Thomas Kräftner, you can disable requests from appearing altogether in Firefox.</p>\n\n<p>Last week, Mozilla <a href=\"https://www.mozilla.org/en-US/firefox/59.0/releasenotes/\">released Firefox 59.0</a> and added a <a href=\"https://support.mozilla.org/en-US/kb/push-notifications-firefox\">new privacy feature</a> that allows users to block sites from sending push notification requests. To enable it, open the Options panel in Firefox 59.0 and click the Privacy&Security tab.<br /></p>\n\n<p>Scroll down to the Permissions section. Click on the Settings button for Notifications and check the box that says <em>Block new requests asking to allow notifications.</em></p>\n\n<img />\n Settings panel for Notifications\n\n\n<p>Click the Save Changes button and enjoy one less thing interrupting your browsing experience. To accomplish the same thing in Chrome, follow <a href=\"https://fieldguide.gizmodo.com/how-to-block-super-annoying-website-notification-reques-1797499616\">this tutorial published by Field Guide</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Mar 2018 23:32:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WPTavern: Without Context, Some Lyrics Inside the Hello Dolly Plugin Are Degrading to Women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2914:\"<p>There have been <a href=\"https://core.trac.wordpress.org/ticket/11538\">many discussions</a> over the years on whether or not <a href=\"https://wordpress.org/plugins/hello-dolly/\">Hello Dolly</a> should be unbundled with WordPress. Seven years ago, it was <a href=\"https://core.trac.wordpress.org/ticket/15769\">argued</a> that the lyrics are copyrighted and could potentially violate the GPL license.</p>\n\n<p>The latest issue with Hello Dolly is that some lyrics that appear in users dashboards with the plugin activated can be degrading to women without context.</p>\n\n<p><blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Find her an empty lap, fellas.<br /><br />Wondering about my <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> dashboard. Apparently they\'re lyrics. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f643.png\" alt=\"?\" class=\"wp-smiley\" /> <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f644.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/oxNU9czr5X\">pic.twitter.com/oxNU9czr5X</a></p>— Michelle Felt (@michellefelt) <a href=\"https://twitter.com/michellefelt/status/974060334502719488?ref_src=twsrc%5Etfw\">March 14, 2018</a></blockquote></p>\n\n<p>Two examples are:</p>\n\n<ul>\n <li>Find her an empty lap, fellas</li>\n <li>Find her a vacant knee, fellas</li>\n</ul>\n\n<p>Joe McGill has <a href=\"https://core.trac.wordpress.org/ticket/43555\">created a trac ticket</a> proposing that those two lines be removed. \"The Hello Dolly plugin has been bundled in WordPress for many years, being a simple example of how to build a plugin for WordPress while also adding a bit of whimsy to admin,\" he said.</p>\n\n<p>\"However, there are several passages of text from this song which are inappropriate to display without any context to people using WordPress—particularly as the WordPress project seeks to promote inclusivity for all.\"</p>\n\n<p>The discussion within the ticket suggests creating a black list or replacing the lyrics with less offensive versions. In many of the Google search results for Hello Dolly lyrics by Jerry Herman, shows that the lyrics inside the plugin and those in the song are different.</p>\n\n<p>The lyrics say, \"Find me a vacant knee, fellas.\" In a <a href=\"https://www.youtube.com/watch?v=RETJfq1U_gg\">video on YouTube</a> of Hello Dolly featuring Sarah Gardner singing the lyrics, she clearly says \"Find her an empty lap, fellas.\" In a YouTube video of <a href=\"https://www.youtube.com/watch?v=kmfeKUNDDYs\">Louis Armstrong singing Hello Dolly live</a>, he says \"Find her an empty lap, fellas.\"<br /></p>\n\n<p>Putting aside the debate of which version of the lyrics are used, displaying the text above without context can and is seen as degrading women. At a time when WordPress and its community are doing what it can to be more inclusive, changing or removing the lyrics seems like an easy win. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Mar 2018 20:45:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: Watch WordCamp Miami 2018 Via Free Livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/watch-wordcamp-miami-2018-via-free-livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"<p>Tickets for the event may be sold out, but you can watch the event from anywhere thanks to a <a href=\"https://2018.miami.wordcamp.org/live/\">free livestream</a>. The stream starts today and covers both the E-Commerce and developers workshops. The stream begins tomorrow at 8:30AM EDT with separate links to <a href=\"https://bizstreams.fiu.edu/Mediasite/Play/05a25d9473ca4c919b5f29aa426bb0c01d?catalog=f4f4edd3-2dee-4302-91c6-d77c1da5f437\">morning</a> and <a href=\"https://bizstreams.fiu.edu/Mediasite/Play/30c9fdc284ce46648866ed715fd3b90d1d?catalog=f4f4edd3-2dee-4302-91c6-d77c1da5f437\">afternoon</a> sessions. </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, 16 Mar 2018 16:18: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: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:65:\"WPTavern: Let’s Encrypt Wildcard Certificates Are Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/lets-encrypt-wildcard-certificates-are-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1765:\"<p>In July of last year, <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> announced that it would begin <a href=\"https://letsencrypt.org/2017/07/06/wildcard-certificates-coming-jan-2018.html\">issuing Wildcard certificates</a> for free in January of 2018. Although a little late, the organization <a href=\"https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579\">has announced</a> that Wildcard certificate support is now live.</p>\n\n<p>In addition to these certificates, the organization has updated its <a href=\"https://datatracker.ietf.org/wg/acme/about/\">ACME protocol</a> to version 2.0. ACMEv2 is required for clients that want to use Wildcard certificates.</p>\n\n<p>Wildcard certificates enable site administrators to secure all sub domains with a single certificate. This can be especially convenient for WordPress Multi-site networks.</p>\n\n<p>Let's Encrypt is working on transitioning all clients and subscribers to ACMEv2, though it hasn't set a time table on when it will expire the ACMEv1 API. </p>\n\n<p>In July of 2017, Let's Encrypt was securing 47 million domains. Today, the organization is <a href=\"https://letsencrypt.org/stats/\">securing nearly 70 million domains with 54 million certificates</a>. In the United States, nearly 80% of sites loaded in Firefox are through HTTPS.</p>\n\n<p>Let's Encrypt is an open certificate authority that's part of the non-profit <a href=\"https://letsencrypt.org/isrg/\">Internet Security Research Group</a>. It's mission is to make 100% of the web HTTPS. Operations are financed through sponsors and donations. If this is a mission you believe in, please consider <a href=\"https://letsencrypt.org/donate/\">donating</a> to the project.<br /></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, 15 Mar 2018 17:23:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: WPWeekly Episode 308 – Wildcard SSL Certificates For All\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=78291&preview=true&preview_id=78291\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/wpweekly-episode-308-wildcard-ssl-certificates-for-all\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2349:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the news of the week including the results from the 2018 Stack Overflow survey, Tech Crunch’s rebuild, and Let’s Encrypt adding support for wildcard certificates. We also talk about Google working towards AMP or parts of it becoming official web standards. I ranted about how the mobile experience on the web sucks, and we end the show with some event news.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/stack-overflow-survey-respondents-still-rank-wordpress-among-the-most-dreadful-platforms\">Stack Overflow Survey Respondents Still Rank WordPress Among the Most Dreadful Platforms</a><br />\n<a href=\"https://www.theverge.com/2018/3/8/17095078/google-amp-accelerated-mobile-page-announcement-standard-web-packaging-urls\">Inside Google’s plan to make the whole web as fast as AMP</a><br />\n<a href=\"https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579\">ACME v2 and Wildcard Certificate Support is Live</a><br />\n<a href=\"https://techcrunch.com/2018/03/13/welcome-to-the-new-techcrunch/\">TechCrunch rebuilt using the REST API</a><br />\n<a href=\"https://wptavern.com/wpcampus-scheduled-for-july-12-14-in-st-louis-mo\">WPCampus Scheduled for July 12-14 in St. Louis, MO</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://themeshaper.com/2018/03/07/designing-gutenberg-block-driven-themes-with-sketch/\">Designing Themes with Gutenberg Blocks and Sketch</a></p>\n<p><a href=\"https://www.pioneerdj.com/en-us/product/controller/ddj-1000/black/overview/\">DDJ-1000 The 4-channel professional performance DJ controller for rekordbox dj</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 21st 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 #308:</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, 15 Mar 2018 01:09:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a: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:63:\"HeroPress: A look back: Tamsin Taylor, Freedom Through Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/?p=2484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://heropress.com/a-look-back-tamsin-taylor-freedom-through-blogging/#utm_source=rss&utm_medium=rss&utm_campaign=a-look-back-tamsin-taylor-freedom-through-blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3463:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/10/100516-2-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: We cannot know the end of any journey until we find ourselves there.\" /><p>In August of 2016 I saw <a href=\"https://wordpress.tv/2016/08/09/tamsin-taylor-a-heros-journey/\">a WordCamp talk on WordPress.tv</a> called “A Hero’s Journey”, and I thought that seemed like something I should know a lot more about. A short time later I was speaking with Tamsin Taylor on Slack.</p>\n<p><img class=\"aligncenter wp-image-2485 size-full\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/03/Screen-Shot-2018-03-14-at-8.46.22-AM.png\" alt=\"A greeting conversation\" width=\"356\" height=\"201\" /></p>\n<p>I love telling stories, but I love hearing them more. Tamsin told me a story grief and loss, and how WordPress provided an outlet for those feelings. I hope her story resonates with you as well.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/bumpy-journey-becoming/\">The Bumpy Journey of Becoming</a></p></blockquote>\n<p></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: A look back: Tamsin Taylor, Freedom Through Blogging\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20look%20back%3A%20Tamsin%20Taylor%2C%20Freedom%20Through%20Blogging&via=heropress&url=https%3A%2F%2Fheropress.com%2Fa-look-back-tamsin-taylor-freedom-through-blogging%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A look back: Tamsin Taylor, Freedom Through Blogging\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fa-look-back-tamsin-taylor-freedom-through-blogging%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%2Fa-look-back-tamsin-taylor-freedom-through-blogging%2F&title=A+look+back%3A+Tamsin+Taylor%2C+Freedom+Through+Blogging\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A look back: Tamsin Taylor, Freedom Through Blogging\"></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/a-look-back-tamsin-taylor-freedom-through-blogging/&media=https://heropress.com/wp-content/uploads/2016/10/100516-2-150x150.jpg&description=A look back: Tamsin Taylor, Freedom Through Blogging\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A look back: Tamsin Taylor, Freedom Through Blogging\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/a-look-back-tamsin-taylor-freedom-through-blogging/\" title=\"A look back: Tamsin Taylor, Freedom Through Blogging\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/a-look-back-tamsin-taylor-freedom-through-blogging/\">A look back: Tamsin Taylor, Freedom Through Blogging</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, 14 Mar 2018 12:46:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 25 Apr 2018 23:56:42 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"185241\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 25 Apr 2018 23:30:27 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20161206182514\";}','no'),(10015,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1524743803','no'),(10016,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1524700603','no'),(10017,'_transient_timeout_plugin_slugs','1524787005','no'),(10018,'_transient_plugin_slugs','a:6:{i:0;s:37:\"breadcrumb-trail/breadcrumb-trail.php\";i:1;s:49:\"content-aware-sidebars/content-aware-sidebars.php\";i:2;s:35:\"disable-wpautop/disable-wpautop.php\";i:3;s:41:\"php-code-for-posts/php-code-for-posts.php\";i:4;s:45:\"slicknav-mobile-menu/slicknav-mobile-menu.php\";i:5;s:35:\"wp-sitemap-page/wp-sitemap-page.php\";}','no'),(10019,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1524743805','no'),(10020,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\'>Celebrate the WordPress 15th Anniversary on May 27</a> <span class=\"rss-date\">April 20, 2018</span><div class=\"rssSummary\">May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun: Check the WordPress 15th Anniversary website to see […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/amp-for-wordpress-0-7-rc-1-released\'>WPTavern: AMP for WordPress 0.7 RC 1 Released</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/how-delicious-brains-creates-and-releases-wordpress-plugins\'>WPTavern: How Delicious Brains Creates and Releases WordPress Plugins</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/second-careers/#utm_source=rss&utm_medium=rss&utm_campaign=second-careers\'>HeroPress: Second Careers</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_phppc_functions` -- DROP TABLE IF EXISTS `wp_phppc_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_phppc_functions` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(256) NOT NULL DEFAULT 'Untitled Function', `description` text, `code` longtext NOT NULL, `shared` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `shared` (`shared`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_phppc_functions` -- LOCK TABLES `wp_phppc_functions` WRITE; /*!40000 ALTER TABLE `wp_phppc_functions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_phppc_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1168 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','page-left_side_bar.php'),(4,2,'_edit_lock','1524613877:1'),(5,2,'_edit_last','1'),(78,14,'_wp_attached_file','2015/07/finval.gif'),(79,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:115;s:4:\"file\";s:18:\"2015/07/finval.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(80,15,'_wp_attached_file','2015/07/j0399541.jpg'),(81,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2015/07/j0399541.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0399541-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0399541-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"j0399541-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:22:\"© Royalty-Free/CORBIS\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:10:\"Calculator\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:32:\"© Corbis. All Rights Reserved.\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:10:\"Calculator\";s:11:\"orientation\";i:0;}}'),(82,16,'_wp_attached_file','2015/07/j0284868.jpg'),(83,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:396;s:4:\"file\";s:20:\"2015/07/j0284868.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0284868-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0284868-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(84,17,'_wp_attached_file','2015/07/j0399137.jpg'),(85,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2015/07/j0399137.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0399137-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0399137-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(86,18,'_wp_attached_file','2015/07/j0309636.jpg'),(87,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:428;s:4:\"file\";s:20:\"2015/07/j0309636.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0309636-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0309636-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(88,19,'_wp_attached_file','2015/07/j0382632.jpg'),(89,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:750;s:4:\"file\";s:20:\"2015/07/j0382632.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0382632-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0382632-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"j0382632-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(90,20,'_wp_attached_file','2015/07/TK-IMG_0076-adjusted.jpg'),(91,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:533;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2015/07/TK-IMG_0076-adjusted.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"TK-IMG_0076-adjusted-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"TK-IMG_0076-adjusted-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1275754203;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(92,22,'_edit_last','1'),(93,22,'_edit_lock','1481147809:1'),(94,22,'_wp_page_template','page-left_side_bar.php'),(95,24,'_edit_last','1'),(96,24,'_edit_lock','1524613925:1'),(97,24,'_wp_page_template','page-left_side_bar.php'),(98,26,'_edit_last','1'),(99,26,'_edit_lock','1481152827:1'),(100,26,'_wp_page_template','page-left_side_bar.php'),(101,28,'_menu_item_type','post_type'),(102,28,'_menu_item_menu_item_parent','0'),(103,28,'_menu_item_object_id','26'),(104,28,'_menu_item_object','page'),(105,28,'_menu_item_target',''),(106,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(107,28,'_menu_item_xfn',''),(108,28,'_menu_item_url',''),(119,30,'_menu_item_type','post_type'),(120,30,'_menu_item_menu_item_parent','0'),(121,30,'_menu_item_object_id','22'),(122,30,'_menu_item_object','page'),(123,30,'_menu_item_target',''),(124,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(125,30,'_menu_item_xfn',''),(126,30,'_menu_item_url',''),(128,31,'_menu_item_type','post_type'),(129,31,'_menu_item_menu_item_parent','0'),(130,31,'_menu_item_object_id','2'),(131,31,'_menu_item_object','page'),(132,31,'_menu_item_target',''),(133,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,31,'_menu_item_xfn',''),(135,31,'_menu_item_url',''),(137,32,'_edit_last','1'),(138,32,'_edit_lock','1439922448:1'),(139,33,'_ca_post_type','24'),(141,32,'_ca_handle','0'),(142,32,'_ca_host','sidebar'),(143,32,'_ca_merge_pos','1'),(147,36,'_edit_last','1'),(148,36,'_edit_lock','1443574205:1'),(149,36,'_wp_page_template','page-left_side_bar.php'),(150,38,'_edit_last','1'),(151,38,'_wp_page_template','page-left_side_bar.php'),(152,38,'_edit_lock','1481148256:1'),(153,40,'_edit_last','1'),(154,40,'_wp_page_template','page-left_side_bar.php'),(155,40,'_edit_lock','1481147886:1'),(156,42,'_edit_last','1'),(157,42,'_wp_page_template','page-left_side_bar.php'),(158,42,'_edit_lock','1481125152:1'),(159,44,'_menu_item_type','post_type'),(160,44,'_menu_item_menu_item_parent','0'),(161,44,'_menu_item_object_id','24'),(162,44,'_menu_item_object','page'),(163,44,'_menu_item_target',''),(164,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(165,44,'_menu_item_xfn',''),(166,44,'_menu_item_url',''),(177,46,'_menu_item_type','post_type'),(178,46,'_menu_item_menu_item_parent','0'),(179,46,'_menu_item_object_id','40'),(180,46,'_menu_item_object','page'),(181,46,'_menu_item_target',''),(182,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(183,46,'_menu_item_xfn',''),(184,46,'_menu_item_url',''),(186,47,'_menu_item_type','post_type'),(187,47,'_menu_item_menu_item_parent','0'),(188,47,'_menu_item_object_id','38'),(189,47,'_menu_item_object','page'),(190,47,'_menu_item_target',''),(191,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(192,47,'_menu_item_xfn',''),(193,47,'_menu_item_url',''),(195,48,'_menu_item_type','post_type'),(196,48,'_menu_item_menu_item_parent','0'),(197,48,'_menu_item_object_id','36'),(198,48,'_menu_item_object','page'),(199,48,'_menu_item_target',''),(200,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(201,48,'_menu_item_xfn',''),(202,48,'_menu_item_url',''),(222,51,'_menu_item_type','post_type'),(223,51,'_menu_item_menu_item_parent','221'),(224,51,'_menu_item_object_id','42'),(225,51,'_menu_item_object','page'),(226,51,'_menu_item_target',''),(227,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,51,'_menu_item_xfn',''),(229,51,'_menu_item_url',''),(231,52,'_menu_item_type','post_type'),(232,52,'_menu_item_menu_item_parent','267'),(233,52,'_menu_item_object_id','40'),(234,52,'_menu_item_object','page'),(235,52,'_menu_item_target',''),(236,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(237,52,'_menu_item_xfn',''),(238,52,'_menu_item_url',''),(240,53,'_menu_item_type','post_type'),(241,53,'_menu_item_menu_item_parent','267'),(242,53,'_menu_item_object_id','38'),(243,53,'_menu_item_object','page'),(244,53,'_menu_item_target',''),(245,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(246,53,'_menu_item_xfn',''),(247,53,'_menu_item_url',''),(249,54,'_menu_item_type','post_type'),(250,54,'_menu_item_menu_item_parent','267'),(251,54,'_menu_item_object_id','36'),(252,54,'_menu_item_object','page'),(253,54,'_menu_item_target',''),(254,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(255,54,'_menu_item_xfn',''),(256,54,'_menu_item_url',''),(267,56,'_edit_last','1'),(268,56,'_edit_lock','1436226998:1'),(269,56,'_wp_page_template','page-left_side_bar.php'),(270,58,'_edit_last','1'),(271,58,'_edit_lock','1436226968:1'),(272,58,'_wp_page_template','page-left_side_bar.php'),(273,61,'_wp_attached_file','2015/07/j0385530.jpg'),(274,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1050;s:4:\"file\";s:20:\"2015/07/j0385530.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0385530-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0385530-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"j0385530-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(275,62,'_wp_attached_file','2015/07/09-ProAdvisor-QB-403x635-1.png'),(276,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:635;s:4:\"file\";s:38:\"2015/07/09-ProAdvisor-QB-403x635-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"09-ProAdvisor-QB-403x635-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"09-ProAdvisor-QB-403x635-1-190x300.png\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(277,64,'_edit_last','1'),(278,64,'_edit_lock','1436226974:1'),(279,65,'_wp_attached_file','2015/07/ASSEMBLY.jpg'),(280,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:296;s:4:\"file\";s:20:\"2015/07/ASSEMBLY.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ASSEMBLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(281,64,'_wp_page_template','page-left_side_bar.php'),(282,67,'_wp_attached_file','2015/07/j0285171.jpg'),(283,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:164;s:6:\"height\";i:221;s:4:\"file\";s:20:\"2015/07/j0285171.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0285171-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(284,70,'_edit_last','1'),(285,70,'_edit_lock','1436226981:1'),(286,71,'_wp_attached_file','2015/07/CTEC-logo-small-enhanced.jpg'),(287,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:86;s:4:\"file\";s:36:\"2015/07/CTEC-logo-small-enhanced.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CTEC-logo-small-enhanced-150x86.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(288,72,'_wp_attached_file','2015/07/j0385523.jpg'),(289,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1050;s:4:\"file\";s:20:\"2015/07/j0385523.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0385523-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0385523-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"j0385523-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(290,70,'_wp_page_template','page-left_side_bar.php'),(295,74,'_edit_last','1'),(297,74,'_ca_handle','0'),(299,74,'_ca_merge_pos','1'),(300,74,'_edit_lock','1439756951:1'),(373,85,'_edit_last','1'),(374,85,'_edit_lock','1524613584:1'),(375,85,'_wp_page_template','page-left_side_bar.php'),(376,87,'_edit_last','1'),(377,87,'_edit_lock','1439922484:1'),(378,88,'_ca_post_type','26'),(381,87,'_ca_handle','0'),(382,87,'_ca_host','sidebar'),(383,87,'_ca_merge_pos','1'),(384,89,'_menu_item_type','post_type'),(385,89,'_menu_item_menu_item_parent','0'),(386,89,'_menu_item_object_id','26'),(387,89,'_menu_item_object','page'),(388,89,'_menu_item_target',''),(389,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(390,89,'_menu_item_xfn',''),(391,89,'_menu_item_url',''),(402,91,'_menu_item_type','post_type'),(403,91,'_menu_item_menu_item_parent','267'),(404,91,'_menu_item_object_id','85'),(405,91,'_menu_item_object','page'),(406,91,'_menu_item_target',''),(407,91,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(408,91,'_menu_item_xfn',''),(409,91,'_menu_item_url',''),(411,104,'_edit_last','1'),(412,104,'_edit_lock','1443573579:1'),(413,104,'_wp_page_template','page-left_side_bar.php'),(414,110,'_edit_last','2'),(415,110,'_edit_lock','1481555815:2'),(416,110,'_wp_page_template','page-left_side_bar.php'),(417,114,'_edit_last','1'),(418,114,'_edit_lock','1443573666:1'),(419,114,'_wp_page_template','page-left_side_bar.php'),(420,119,'_edit_last','1'),(421,119,'_edit_lock','1443573751:1'),(422,119,'_wp_page_template','page-left_side_bar.php'),(423,121,'_edit_last','1'),(424,121,'_edit_lock','1524717005:1'),(425,121,'_wp_page_template','page-left_side_bar.php'),(426,126,'_edit_last','1'),(427,126,'_edit_lock','1443573782:1'),(428,126,'_wp_page_template','page-left_side_bar.php'),(429,129,'_edit_last','1'),(430,129,'_edit_lock','1443573811:1'),(431,129,'_wp_page_template','page-left_side_bar.php'),(432,133,'_edit_last','1'),(433,133,'_edit_lock','1443573848:1'),(434,133,'_wp_page_template','page-left_side_bar.php'),(435,135,'_edit_last','1'),(436,135,'_edit_lock','1481125776:1'),(437,136,'_wp_attached_file','2015/07/j0289513.jpg'),(438,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:20:\"2015/07/j0289513.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0289513-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0289513-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(439,135,'_wp_page_template','page-left_side_bar.php'),(440,140,'_edit_last','1'),(441,140,'_edit_lock','1481148210:1'),(442,141,'_wp_attached_file','2015/07/j0314331.jpg'),(443,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2015/07/j0314331.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0314331-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0314331-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(444,140,'_wp_page_template','page-left_side_bar.php'),(454,144,'_menu_item_type','post_type'),(455,144,'_menu_item_menu_item_parent','28'),(456,144,'_menu_item_object_id','26'),(457,144,'_menu_item_object','page'),(458,144,'_menu_item_target',''),(459,144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(460,144,'_menu_item_xfn',''),(461,144,'_menu_item_url',''),(472,146,'_menu_item_type','post_type'),(473,146,'_menu_item_menu_item_parent','0'),(474,146,'_menu_item_object_id','104'),(475,146,'_menu_item_object','page'),(476,146,'_menu_item_target',''),(477,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(478,146,'_menu_item_xfn',''),(479,146,'_menu_item_url',''),(481,147,'_menu_item_type','post_type'),(482,147,'_menu_item_menu_item_parent','0'),(483,147,'_menu_item_object_id','110'),(484,147,'_menu_item_object','page'),(485,147,'_menu_item_target',''),(486,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(487,147,'_menu_item_xfn',''),(488,147,'_menu_item_url',''),(490,148,'_menu_item_type','post_type'),(491,148,'_menu_item_menu_item_parent','0'),(492,148,'_menu_item_object_id','114'),(493,148,'_menu_item_object','page'),(494,148,'_menu_item_target',''),(495,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(496,148,'_menu_item_xfn',''),(497,148,'_menu_item_url',''),(499,149,'_menu_item_type','post_type'),(500,149,'_menu_item_menu_item_parent','0'),(501,149,'_menu_item_object_id','119'),(502,149,'_menu_item_object','page'),(503,149,'_menu_item_target',''),(504,149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(505,149,'_menu_item_xfn',''),(506,149,'_menu_item_url',''),(508,150,'_menu_item_type','post_type'),(509,150,'_menu_item_menu_item_parent','0'),(510,150,'_menu_item_object_id','121'),(511,150,'_menu_item_object','page'),(512,150,'_menu_item_target',''),(513,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(514,150,'_menu_item_xfn',''),(515,150,'_menu_item_url',''),(517,151,'_menu_item_type','post_type'),(518,151,'_menu_item_menu_item_parent','0'),(519,151,'_menu_item_object_id','126'),(520,151,'_menu_item_object','page'),(521,151,'_menu_item_target',''),(522,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(523,151,'_menu_item_xfn',''),(524,151,'_menu_item_url',''),(526,152,'_menu_item_type','post_type'),(527,152,'_menu_item_menu_item_parent','0'),(528,152,'_menu_item_object_id','129'),(529,152,'_menu_item_object','page'),(530,152,'_menu_item_target',''),(531,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(532,152,'_menu_item_xfn',''),(533,152,'_menu_item_url',''),(535,153,'_menu_item_type','post_type'),(536,153,'_menu_item_menu_item_parent','0'),(537,153,'_menu_item_object_id','133'),(538,153,'_menu_item_object','page'),(539,153,'_menu_item_target',''),(540,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(541,153,'_menu_item_xfn',''),(542,153,'_menu_item_url',''),(544,154,'_menu_item_type','post_type'),(545,154,'_menu_item_menu_item_parent','0'),(546,154,'_menu_item_object_id','135'),(547,154,'_menu_item_object','page'),(548,154,'_menu_item_target',''),(549,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(550,154,'_menu_item_xfn',''),(551,154,'_menu_item_url',''),(562,156,'_edit_last','1'),(563,156,'_edit_lock','1439761884:1'),(564,157,'_ca_post_type','121'),(565,157,'_ca_post_type','119'),(566,157,'_ca_post_type','104'),(567,157,'_ca_post_type','114'),(569,157,'_ca_post_type','126'),(570,157,'_ca_post_type','133'),(571,157,'_ca_post_type','129'),(572,157,'_ca_post_type','135'),(573,157,'_ca_post_type','110'),(574,157,'_ca_post_type','2'),(576,156,'_ca_handle','0'),(577,156,'_ca_host','sidebar'),(578,156,'_ca_merge_pos','1'),(579,163,'_wp_attached_file','2015/07/Kathy-02.jpg'),(580,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:123;s:6:\"height\";i:155;s:4:\"file\";s:20:\"2015/07/Kathy-02.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Kathy-02-123x150.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(581,164,'_wp_attached_file','2015/07/Kathys-2007-QB-Cert-Pro-Advisor-Certificate-copy.jpg'),(582,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:396;s:4:\"file\";s:60:\"2015/07/Kathys-2007-QB-Cert-Pro-Advisor-Certificate-copy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Kathys-2007-QB-Cert-Pro-Advisor-Certificate-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Kathys-2007-QB-Cert-Pro-Advisor-Certificate-copy-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(583,165,'_wp_attached_file','2015/07/Kathys-2008-QB-Cert-Pro-Advisor-Certificate-copy.jpg'),(584,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:389;s:4:\"file\";s:60:\"2015/07/Kathys-2008-QB-Cert-Pro-Advisor-Certificate-copy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Kathys-2008-QB-Cert-Pro-Advisor-Certificate-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Kathys-2008-QB-Cert-Pro-Advisor-Certificate-copy-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(585,166,'_wp_attached_file','2015/07/Kathys-2009-QB-Cert-Pro-Advisor-Certificate-31kb.jpg'),(586,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:395;s:4:\"file\";s:60:\"2015/07/Kathys-2009-QB-Cert-Pro-Advisor-Certificate-31kb.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Kathys-2009-QB-Cert-Pro-Advisor-Certificate-31kb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Kathys-2009-QB-Cert-Pro-Advisor-Certificate-31kb-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(587,169,'_wp_attached_file','2015/07/j0309602.jpg'),(588,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:428;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2015/07/j0309602.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0309602-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0309602-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(589,181,'_wp_attached_file','2015/07/Kathy-02.bmp'),(590,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:283;s:4:\"file\";s:20:\"2015/07/Kathy-02.bmp\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Kathy-02-150x150.bmp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/bmp\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(591,189,'_wp_attached_file','2015/07/industries.jpg'),(592,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:255;s:4:\"file\";s:22:\"2015/07/industries.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"industries-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(593,191,'_wp_attached_file','2015/07/side_image.jpg'),(594,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:164;s:6:\"height\";i:321;s:4:\"file\";s:22:\"2015/07/side_image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"side_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"side_image-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(595,195,'_menu_item_type','post_type'),(596,195,'_menu_item_menu_item_parent','31'),(597,195,'_menu_item_object_id','104'),(598,195,'_menu_item_object','page'),(599,195,'_menu_item_target',''),(600,195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(601,195,'_menu_item_xfn',''),(602,195,'_menu_item_url',''),(604,196,'_menu_item_type','post_type'),(605,196,'_menu_item_menu_item_parent','31'),(606,196,'_menu_item_object_id','110'),(607,196,'_menu_item_object','page'),(608,196,'_menu_item_target',''),(609,196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(610,196,'_menu_item_xfn',''),(611,196,'_menu_item_url',''),(613,197,'_menu_item_type','post_type'),(614,197,'_menu_item_menu_item_parent','31'),(615,197,'_menu_item_object_id','114'),(616,197,'_menu_item_object','page'),(617,197,'_menu_item_target',''),(618,197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(619,197,'_menu_item_xfn',''),(620,197,'_menu_item_url',''),(622,198,'_menu_item_type','post_type'),(623,198,'_menu_item_menu_item_parent','31'),(624,198,'_menu_item_object_id','119'),(625,198,'_menu_item_object','page'),(626,198,'_menu_item_target',''),(627,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(628,198,'_menu_item_xfn',''),(629,198,'_menu_item_url',''),(631,199,'_menu_item_type','post_type'),(632,199,'_menu_item_menu_item_parent','31'),(633,199,'_menu_item_object_id','121'),(634,199,'_menu_item_object','page'),(635,199,'_menu_item_target',''),(636,199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(637,199,'_menu_item_xfn',''),(638,199,'_menu_item_url',''),(640,200,'_menu_item_type','post_type'),(641,200,'_menu_item_menu_item_parent','31'),(642,200,'_menu_item_object_id','126'),(643,200,'_menu_item_object','page'),(644,200,'_menu_item_target',''),(645,200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(646,200,'_menu_item_xfn',''),(647,200,'_menu_item_url',''),(649,201,'_menu_item_type','post_type'),(650,201,'_menu_item_menu_item_parent','31'),(651,201,'_menu_item_object_id','129'),(652,201,'_menu_item_object','page'),(653,201,'_menu_item_target',''),(654,201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(655,201,'_menu_item_xfn',''),(656,201,'_menu_item_url',''),(658,202,'_menu_item_type','post_type'),(659,202,'_menu_item_menu_item_parent','31'),(660,202,'_menu_item_object_id','133'),(661,202,'_menu_item_object','page'),(662,202,'_menu_item_target',''),(663,202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(664,202,'_menu_item_xfn',''),(665,202,'_menu_item_url',''),(667,203,'_menu_item_type','post_type'),(668,203,'_menu_item_menu_item_parent','31'),(669,203,'_menu_item_object_id','135'),(670,203,'_menu_item_object','page'),(671,203,'_menu_item_target',''),(672,203,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(673,203,'_menu_item_xfn',''),(674,203,'_menu_item_url',''),(676,204,'_edit_last','1'),(677,204,'_edit_lock','1481147427:1'),(678,204,'_wp_page_template','page-left_side_bar.php'),(679,206,'_edit_last','1'),(680,206,'_edit_lock','1443574299:1'),(681,207,'_wp_attached_file','2015/07/j0285025.jpg'),(682,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:229;s:4:\"file\";s:20:\"2015/07/j0285025.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0285025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(683,206,'_wp_page_template','page-left_side_bar.php'),(684,209,'_edit_last','1'),(685,209,'_edit_lock','1481147678:1'),(686,210,'_wp_attached_file','2015/07/MACHINE.jpg'),(687,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:298;s:4:\"file\";s:19:\"2015/07/MACHINE.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MACHINE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(688,211,'_wp_attached_file','2015/07/j0409116.jpg'),(689,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2015/07/j0409116.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0409116-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0409116-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(690,212,'_wp_attached_file','2015/07/J0285009.jpg'),(691,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:132;s:4:\"file\";s:20:\"2015/07/J0285009.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"J0285009-150x132.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(692,213,'_wp_attached_file','2015/07/j0409078.jpg'),(693,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2015/07/j0409078.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0409078-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(694,214,'_wp_attached_file','2015/07/CONSTRUC.jpg'),(695,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:132;s:4:\"file\";s:20:\"2015/07/CONSTRUC.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"CONSTRUC-150x132.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(696,209,'_wp_page_template','page-left_side_bar.php'),(697,216,'_menu_item_type','post_type'),(698,216,'_menu_item_menu_item_parent','267'),(699,216,'_menu_item_object_id','209'),(700,216,'_menu_item_object','page'),(701,216,'_menu_item_target',''),(702,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(703,216,'_menu_item_xfn',''),(704,216,'_menu_item_url',''),(706,217,'_menu_item_type','post_type'),(707,217,'_menu_item_menu_item_parent','267'),(708,217,'_menu_item_object_id','206'),(709,217,'_menu_item_object','page'),(710,217,'_menu_item_target',''),(711,217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(712,217,'_menu_item_xfn',''),(713,217,'_menu_item_url',''),(715,218,'_menu_item_type','post_type'),(716,218,'_menu_item_menu_item_parent','0'),(717,218,'_menu_item_object_id','209'),(718,218,'_menu_item_object','page'),(719,218,'_menu_item_target',''),(720,218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(721,218,'_menu_item_xfn',''),(722,218,'_menu_item_url',''),(724,219,'_menu_item_type','post_type'),(725,219,'_menu_item_menu_item_parent','0'),(726,219,'_menu_item_object_id','206'),(727,219,'_menu_item_object','page'),(728,219,'_menu_item_target',''),(729,219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(730,219,'_menu_item_xfn',''),(731,219,'_menu_item_url',''),(733,33,'_ca_post_type','36'),(735,33,'_ca_post_type','38'),(736,33,'_ca_post_type','206'),(737,33,'_ca_post_type','209'),(740,33,'_ca_post_type','40'),(750,221,'_menu_item_type','post_type'),(751,221,'_menu_item_menu_item_parent','0'),(752,221,'_menu_item_object_id','204'),(753,221,'_menu_item_object','page'),(754,221,'_menu_item_target',''),(755,221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(756,221,'_menu_item_xfn',''),(757,221,'_menu_item_url',''),(759,232,'_wp_attached_file','2015/07/j0399364.jpg'),(760,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:217;s:4:\"file\";s:20:\"2015/07/j0399364.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0399364-140x150.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(761,240,'_edit_last','1'),(762,240,'_edit_lock','1439761092:1'),(763,240,'_wp_page_template','page-left_side_bar.php'),(764,247,'_edit_last','1'),(765,247,'_edit_lock','1436118962:1'),(766,248,'_ca_post_type','240'),(767,248,'_ca_post_type','140'),(768,248,'_ca_post_type','22'),(770,247,'_ca_handle','0'),(771,247,'_ca_host','sidebar'),(772,247,'_ca_merge_pos','1'),(791,251,'_menu_item_type','post_type'),(792,251,'_menu_item_menu_item_parent','0'),(793,251,'_menu_item_object_id','22'),(794,251,'_menu_item_object','page'),(795,251,'_menu_item_target',''),(796,251,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(797,251,'_menu_item_xfn',''),(798,251,'_menu_item_url',''),(809,253,'_menu_item_type','post_type'),(810,253,'_menu_item_menu_item_parent','0'),(811,253,'_menu_item_object_id','140'),(812,253,'_menu_item_object','page'),(813,253,'_menu_item_target',''),(814,253,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(815,253,'_menu_item_xfn',''),(816,253,'_menu_item_url',''),(827,255,'_menu_item_type','post_type'),(828,255,'_menu_item_menu_item_parent','30'),(829,255,'_menu_item_object_id','140'),(830,255,'_menu_item_object','page'),(831,255,'_menu_item_target',''),(832,255,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(833,255,'_menu_item_xfn',''),(834,255,'_menu_item_url',''),(845,257,'_menu_item_type','post_type'),(846,257,'_menu_item_menu_item_parent','30'),(847,257,'_menu_item_object_id','22'),(848,257,'_menu_item_object','page'),(849,257,'_menu_item_target',''),(850,257,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(851,257,'_menu_item_xfn',''),(852,257,'_menu_item_url',''),(854,258,'_menu_item_type','post_type'),(855,258,'_menu_item_menu_item_parent','31'),(856,258,'_menu_item_object_id','2'),(857,258,'_menu_item_object','page'),(858,258,'_menu_item_target',''),(859,258,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(860,258,'_menu_item_xfn',''),(861,258,'_menu_item_url',''),(872,260,'_wp_attached_file','2015/07/MP9004484781.jpg'),(873,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:566;s:4:\"file\";s:24:\"2015/07/MP9004484781.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MP9004484781-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MP9004484781-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:3:\"Rob\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:55:\"Young caucasian businesswoman with african american man\";s:17:\"created_timestamp\";i:1165556019;s:9:\"copyright\";s:3:\"Rob\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:30:\"Business Team Signing Contract\";s:11:\"orientation\";i:1;}}'),(874,261,'_wp_attached_file','2015/07/MP9004434971.jpg'),(875,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:24:\"2015/07/MP9004434971.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MP9004434971-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MP9004434971-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:14;s:6:\"credit\";s:14:\"Michael DeLeon\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1240327728;s:9:\"copyright\";s:14:\"Michael DeLeon\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(876,263,'_edit_last','1'),(877,263,'_edit_lock','1481147928:1'),(878,263,'_wp_page_template','page-left_side_bar.php'),(879,266,'_menu_item_type','post_type'),(880,266,'_menu_item_menu_item_parent','0'),(881,266,'_menu_item_object_id','263'),(882,266,'_menu_item_object','page'),(883,266,'_menu_item_target',''),(884,266,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(885,266,'_menu_item_xfn',''),(886,266,'_menu_item_url',''),(888,267,'_menu_item_type','post_type'),(889,267,'_menu_item_menu_item_parent','0'),(890,267,'_menu_item_object_id','24'),(891,267,'_menu_item_object','page'),(892,267,'_menu_item_target',''),(893,267,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(894,267,'_menu_item_xfn',''),(895,267,'_menu_item_url',''),(900,326,'_edit_last','1'),(901,326,'_edit_lock','1524613677:1'),(902,326,'_wp_page_template','page-left_side_bar.php'),(906,74,'_ca_host','sidebar'),(907,335,'_menu_item_type','post_type'),(908,335,'_menu_item_menu_item_parent','0'),(909,335,'_menu_item_object_id','326'),(910,335,'_menu_item_object','page'),(911,335,'_menu_item_target',''),(912,335,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(913,335,'_menu_item_xfn',''),(914,335,'_menu_item_url',''),(916,336,'_ca_post_type','326'),(917,337,'_menu_item_type','post_type'),(918,337,'_menu_item_menu_item_parent','0'),(919,337,'_menu_item_object_id','2'),(920,337,'_menu_item_object','page'),(921,337,'_menu_item_target',''),(922,337,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(923,337,'_menu_item_xfn',''),(924,337,'_menu_item_url',''),(926,338,'_menu_item_type','post_type'),(927,338,'_menu_item_menu_item_parent','0'),(928,338,'_menu_item_object_id','263'),(929,338,'_menu_item_object','page'),(930,338,'_menu_item_target',''),(931,338,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(932,338,'_menu_item_xfn',''),(933,338,'_menu_item_url',''),(935,339,'_menu_item_type','post_type'),(936,339,'_menu_item_menu_item_parent','0'),(937,339,'_menu_item_object_id','22'),(938,339,'_menu_item_object','page'),(939,339,'_menu_item_target',''),(940,339,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(941,339,'_menu_item_xfn',''),(942,339,'_menu_item_url',''),(944,340,'_menu_item_type','post_type'),(945,340,'_menu_item_menu_item_parent','0'),(946,340,'_menu_item_object_id','24'),(947,340,'_menu_item_object','page'),(948,340,'_menu_item_target',''),(949,340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(950,340,'_menu_item_xfn',''),(951,340,'_menu_item_url',''),(953,341,'_menu_item_type','post_type'),(954,341,'_menu_item_menu_item_parent','0'),(955,341,'_menu_item_object_id','204'),(956,341,'_menu_item_object','page'),(957,341,'_menu_item_target',''),(958,341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(959,341,'_menu_item_xfn',''),(960,341,'_menu_item_url',''),(962,342,'_menu_item_type','post_type'),(963,342,'_menu_item_menu_item_parent','0'),(964,342,'_menu_item_object_id','26'),(965,342,'_menu_item_object','page'),(966,342,'_menu_item_target',''),(967,342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(968,342,'_menu_item_xfn',''),(969,342,'_menu_item_url',''),(980,357,'_menu_item_type','post_type'),(981,357,'_menu_item_menu_item_parent','0'),(982,357,'_menu_item_object_id','326'),(983,357,'_menu_item_object','page'),(984,357,'_menu_item_target',''),(985,357,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(986,357,'_menu_item_xfn',''),(987,357,'_menu_item_url',''),(989,358,'_edit_last','1'),(990,358,'_edit_lock','1439760408:1'),(991,359,'_ca_post_type','263'),(993,358,'_ca_handle','0'),(994,358,'_ca_host','sidebar'),(995,358,'_ca_merge_pos','1'),(996,361,'_menu_item_type','post_type'),(997,361,'_menu_item_menu_item_parent','0'),(998,361,'_menu_item_object_id','2'),(999,361,'_menu_item_object','page'),(1000,361,'_menu_item_target',''),(1001,361,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1002,361,'_menu_item_xfn',''),(1003,361,'_menu_item_url',''),(1005,375,'_menu_item_type','post_type'),(1006,375,'_menu_item_menu_item_parent','221'),(1007,375,'_menu_item_object_id','204'),(1008,375,'_menu_item_object','page'),(1009,375,'_menu_item_target',''),(1010,375,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1011,375,'_menu_item_xfn',''),(1012,375,'_menu_item_url',''),(1014,376,'_menu_item_type','post_type'),(1015,376,'_menu_item_menu_item_parent','267'),(1016,376,'_menu_item_object_id','24'),(1017,376,'_menu_item_object','page'),(1018,376,'_menu_item_target',''),(1019,376,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1020,376,'_menu_item_xfn',''),(1021,376,'_menu_item_url',''),(1023,377,'_menu_item_type','post_type'),(1024,377,'_menu_item_menu_item_parent','266'),(1025,377,'_menu_item_object_id','263'),(1026,377,'_menu_item_object','page'),(1027,377,'_menu_item_target',''),(1028,377,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1029,377,'_menu_item_xfn',''),(1030,377,'_menu_item_url',''),(1032,378,'_edit_last','1'),(1033,378,'_edit_lock','1439763468:1'),(1034,379,'_ca_post_type','204'),(1035,379,'_ca_post_type','42'),(1037,378,'_ca_handle','0'),(1038,378,'_ca_host','sidebar'),(1039,378,'_ca_merge_pos','1'),(1040,380,'_menu_item_type','post_type'),(1041,380,'_menu_item_menu_item_parent','0'),(1042,380,'_menu_item_object_id','204'),(1043,380,'_menu_item_object','page'),(1044,380,'_menu_item_target',''),(1045,380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1046,380,'_menu_item_xfn',''),(1047,380,'_menu_item_url',''),(1049,381,'_menu_item_type','post_type'),(1050,381,'_menu_item_menu_item_parent','0'),(1051,381,'_menu_item_object_id','42'),(1052,381,'_menu_item_object','page'),(1053,381,'_menu_item_target',''),(1054,381,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1055,381,'_menu_item_xfn',''),(1056,381,'_menu_item_url',''),(1060,389,'_edit_last','1'),(1061,389,'_edit_lock','1481146907:1'),(1062,389,'_wp_page_template','page-left_side_bar.php'),(1063,391,'_menu_item_type','post_type'),(1064,391,'_menu_item_menu_item_parent','267'),(1065,391,'_menu_item_object_id','389'),(1066,391,'_menu_item_object','page'),(1067,391,'_menu_item_target',''),(1068,391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1069,391,'_menu_item_xfn',''),(1070,391,'_menu_item_url',''),(1072,392,'_menu_item_type','post_type'),(1073,392,'_menu_item_menu_item_parent','0'),(1074,392,'_menu_item_object_id','389'),(1075,392,'_menu_item_object','page'),(1076,392,'_menu_item_target',''),(1077,392,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1078,392,'_menu_item_xfn',''),(1079,392,'_menu_item_url',''),(1081,33,'_ca_post_type','389'),(1082,33,'_ca_post_type','389'),(1083,441,'_menu_item_type','post_type'),(1084,441,'_menu_item_menu_item_parent','0'),(1085,441,'_menu_item_object_id','85'),(1086,441,'_menu_item_object','page'),(1087,441,'_menu_item_target',''),(1088,441,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1089,441,'_menu_item_xfn',''),(1090,441,'_menu_item_url',''),(1092,442,'_menu_item_type','post_type'),(1093,442,'_menu_item_menu_item_parent','0'),(1094,442,'_menu_item_object_id','326'),(1095,442,'_menu_item_object','page'),(1096,442,'_menu_item_target',''),(1097,442,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1098,442,'_menu_item_xfn',''),(1099,442,'_menu_item_url',''),(1101,443,'_menu_item_type','post_type'),(1102,443,'_menu_item_menu_item_parent','0'),(1103,443,'_menu_item_object_id','326'),(1104,443,'_menu_item_object','page'),(1105,443,'_menu_item_target',''),(1106,443,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1107,443,'_menu_item_xfn',''),(1108,443,'_menu_item_url',''),(1110,444,'_menu_item_type','post_type'),(1111,444,'_menu_item_menu_item_parent','0'),(1112,444,'_menu_item_object_id','326'),(1113,444,'_menu_item_object','page'),(1114,444,'_menu_item_target',''),(1115,444,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1116,444,'_menu_item_xfn',''),(1117,444,'_menu_item_url',''),(1119,445,'_menu_item_type','post_type'),(1120,445,'_menu_item_menu_item_parent','0'),(1121,445,'_menu_item_object_id','326'),(1122,445,'_menu_item_object','page'),(1123,445,'_menu_item_target',''),(1124,445,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1125,445,'_menu_item_xfn',''),(1126,445,'_menu_item_url',''),(1128,33,'_ca_post_type','85'),(1129,33,'_ca_post_type','85'),(1130,26,'_g_feedback_shortcode','[contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/]'),(1131,451,'_wpas_done_all','1'),(1132,451,'_feedback_extra_fields','a:0:{}'),(1133,451,'_feedback_akismet_values','a:50:{s:14:\"comment_author\";s:10:\"John Smith\";s:20:\"comment_author_email\";s:23:\"webmaster@kenmunroe.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:37:\"Inquiry from providentbookkeeping.net\";s:17:\"comment_author_IP\";s:10:\"99.83.5.45\";s:15:\"comment_content\";s:4:\"Test\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:10:\"99.83.5.45\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";s:8:\"referrer\";s:52:\"http://www.providentbookkeeping.net/contact-us/\";s:4:\"blog\";s:40:\"http://www.providentbookkeeping.net\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:17:\"/2015/contact-us/\";s:4:\"PATH\";s:28:\"/usr/local/bin:/usr/bin:/bin\";s:16:\"REDIRECT_HANDLER\";s:10:\"php-script\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:10:\"LD_PRELOAD\";s:11:\"libhwbhp.so\";s:9:\"HTTP_HOST\";s:28:\"www.providentbookkeeping.net\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:14:\"CONTENT_LENGTH\";s:3:\"180\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:11:\"HTTP_ORIGIN\";s:35:\"http://www.providentbookkeeping.net\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://www.providentbookkeeping.net/contact-us/\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:28:\"www.providentbookkeeping.net\";s:11:\"SERVER_ADDR\";s:12:\"64.71.33.116\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:10:\"99.83.5.45\";s:13:\"DOCUMENT_ROOT\";s:23:\"/home/30/91/1029130/web\";s:12:\"SERVER_ADMIN\";s:4:\"root\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home/30/91/1029130/web/2015/index.php\";s:11:\"REMOTE_PORT\";s:5:\"57610\";s:12:\"REDIRECT_URL\";s:15:\"/2015/index.php\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:15:\"/2015/index.php\";s:20:\"ORIG_SCRIPT_FILENAME\";s:31:\"/home/30/91/1029130/cgi-bin/php\";s:14:\"ORIG_PATH_INFO\";s:15:\"/2015/index.php\";s:20:\"ORIG_PATH_TRANSLATED\";s:38:\"/home/30/91/1029130/web/2015/index.php\";s:16:\"ORIG_SCRIPT_NAME\";s:12:\"/cgi-bin/php\";s:8:\"PHP_SELF\";s:15:\"/2015/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1439923960\";}'),(1134,451,'_feedback_email','a:2:{s:2:\"to\";a:1:{i:0;s:17:\"kenmunroe@att.net\";}s:7:\"message\";s:299:\"Name: John Smith\nEmail: webmaster@kenmunroe.com\nComment: Test\n\nTime: August 18, 2015 at 6:52 pm\nIP Address: 99.83.5.45\nContact Form URL: http://www.providentbookkeeping.net/contact-us/\n\nSent by a verified \"Certified QuickBooks Small Business Bookkeeping Services, Consulting and Tutoring\" user.\";}'),(1135,454,'_wpas_done_all','1'),(1136,454,'_feedback_extra_fields','a:0:{}'),(1137,454,'_feedback_akismet_values','a:50:{s:14:\"comment_author\";s:10:\"John Smith\";s:20:\"comment_author_email\";s:23:\"webmaster@kenmunroe.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:37:\"Inquiry from providentbookkeeping.net\";s:17:\"comment_author_IP\";s:10:\"99.83.5.45\";s:15:\"comment_content\";s:3:\"222\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:10:\"99.83.5.45\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";s:8:\"referrer\";s:52:\"http://www.providentbookkeeping.net/contact-us/\";s:4:\"blog\";s:40:\"http://www.providentbookkeeping.net\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:17:\"/2015/contact-us/\";s:4:\"PATH\";s:28:\"/usr/local/bin:/usr/bin:/bin\";s:16:\"REDIRECT_HANDLER\";s:10:\"php-script\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:10:\"LD_PRELOAD\";s:11:\"libhwbhp.so\";s:9:\"HTTP_HOST\";s:28:\"www.providentbookkeeping.net\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:14:\"CONTENT_LENGTH\";s:3:\"179\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:11:\"HTTP_ORIGIN\";s:35:\"http://www.providentbookkeeping.net\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://www.providentbookkeeping.net/contact-us/\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:28:\"www.providentbookkeeping.net\";s:11:\"SERVER_ADDR\";s:12:\"64.71.33.116\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:10:\"99.83.5.45\";s:13:\"DOCUMENT_ROOT\";s:23:\"/home/30/91/1029130/web\";s:12:\"SERVER_ADMIN\";s:4:\"root\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home/30/91/1029130/web/2015/index.php\";s:11:\"REMOTE_PORT\";s:5:\"59176\";s:12:\"REDIRECT_URL\";s:15:\"/2015/index.php\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:15:\"/2015/index.php\";s:20:\"ORIG_SCRIPT_FILENAME\";s:31:\"/home/30/91/1029130/cgi-bin/php\";s:14:\"ORIG_PATH_INFO\";s:15:\"/2015/index.php\";s:20:\"ORIG_PATH_TRANSLATED\";s:38:\"/home/30/91/1029130/web/2015/index.php\";s:16:\"ORIG_SCRIPT_NAME\";s:12:\"/cgi-bin/php\";s:8:\"PHP_SELF\";s:15:\"/2015/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1439924667\";}'),(1138,454,'_feedback_email','a:2:{s:2:\"to\";a:1:{i:0;s:17:\"kenmunroe@att.net\";}s:7:\"message\";s:189:\"Name: John Smith\nEmail: webmaster@kenmunroe.com\nComment: 222\n\nTime: August 18, 2015 at 7:04 pm\nIP Address: 99.83.5.45\nContact Form URL: http://www.providentbookkeeping.net/contact-us/\n\";}'),(1139,458,'_edit_last','1'),(1140,458,'_edit_lock','1481124544:1'),(1141,458,'_wp_page_template','page-full_width.php'),(1142,458,'_wpas_done_all','1'),(1143,326,'metadesc','Call (949) 583-1040 for Complete On-site or On-line QuickBooks Small Business Bookkeeping Services and Solutions, Including Quickbooks Set Up, Set Up Repair, One-on-One Tutoring and Training, Regular or Periodic Overview Services'),(1144,2,'metadesc','(949) 583-1040 | What We Do for You | QuickBooks Bookkeeping | Orange County, CA'),(1145,104,'metadesc','(949) 583-1040 | Standard Set-up | QuickBooks Bookkeeping | Orange County, CA'),(1146,110,'metadesc','(949) 583-1040 | Repair Your Set-up | QuickBooks Bookkeeping | Orange County, CA'),(1147,114,'metadesc','(949) 583-1040 | Non-recurring Services | QuickBooks Bookkeeping | Orange County, CA'),(1148,119,'metadesc','(949) 583-1040 | Crisis Resolution | QuickBooks Bookkeeping | Orange County, CA'),(1149,121,'metadesc','(949) 583-1040 | Catch-up Work | QuickBooks Bookkeeping | Orange County, CA'),(1150,126,'metadesc','(949) 583-1040 | On-going Services | QuickBooks Bookkeeping | Orange County, CA'),(1151,129,'metadesc','(949) 583-1040 | Overview Services | QuickBooks Bookkeeping | Orange County, CA'),(1152,133,'metadesc','(949) 583-1040 | Overview Monitoring and Adjustments | QuickBooks Bookkeeping | Orange County, CA'),(1153,135,'metadesc','(949) 583-1040 | Personal Tutoring | QuickBooks Bookkeeping | Orange County, CA'),(1154,263,'metadesc','(949) 583-1040 | Quality Service You Can Count On | QuickBooks Bookkeeping | Orange County, CA'),(1155,22,'metadesc','Compensation Structure | Orange County Bookkeeping Services and Help | Orange County California QuickBooks Certified Bookkeeper | Small Business Bookkeeping and Accounting Services and Help Based in Orange County, California | Expert Small Business QuickBooks Bookkeeping and Accounting Help, Services and On-site Personal Training'),(1156,140,'metadesc','(949) 583-1040 | Client Experiences With Bargain Hunting | QuickBooks Bookkeeping | Orange County, CA'),(1157,204,'metadesc','(949) 583-1040 | Why Bookkeeping Matters | QuickBooks Bookkeeping | Orange County, CA'),(1158,42,'metadesc','(949) 583-1040 | Five Key Bookkeeping Skill Sets | QuickBooks Bookkeeping | Orange County, CA'),(1159,24,'metadesc','(949) 583-1040 | Kathy\'s Qualifications | QuickBooks Bookkeeping | Orange County, CA'),(1160,38,'metadesc','(949) 583-1040 | Mission and Core Values | QuickBooks Bookkeeping | Orange County, CA'),(1161,36,'metadesc','(949) 583-1040 | Client Successes Certified QuickBooks Small Business Bookkeeping Services, Help, Solutions and Training | Orange County (OC), CA'),(1162,40,'metadesc','(949) 583-1040 | Why Choose Us? | QuickBooks Bookkeeping | Orange County, CA'),(1163,209,'metadesc','(949) 583-1040 | Industry Expertise | QuickBooks Bookkeeping | Orange County, CA'),(1164,206,'metadesc','(949) 583-1040 | 25 Years of CPA Experience | QuickBooks Bookkeeping | Orange County, CA'),(1165,389,'metadesc','(949) 583-1040 | Written Commitments | QuickBooks Bookkeeping | Orange County, CA'),(1166,26,'metadesc','(949) 583-1040 | Contact Us | QuickBooks Bookkeeping | Orange County, CA'),(1167,85,'metadesc','(949) 583-1040 | Areas We Serve in Southern California | QuickBooks Bookkeeping | Orange County, CA'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=501 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2015-06-26 21:20:26','2015-06-26 21:20:26','<h2 style=\"padding-top: 0px !important;\">How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a></td>\r\n<td>Click <a href=\"https://www.providentprofessionalservices.com/index.php/what-goes-into-your-taxes/\" target=\"_blank\"><strong>here</strong></a> for <a href=\"https://www.providentprofessionalservices.com/index.php/what-goes-into-your-taxes/\" target=\"_blank\"><strong>Provident Professional Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"https://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','What Our Services Do For You','','publish','closed','closed','','services','','','2018-04-24 23:53:37','2018-04-24 23:53:37','',0,'http://www.providentbookkeeping.net/?page_id=2',2,'page','',0),(5,1,'2015-06-26 22:13:05','2015-06-26 22:13:05','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:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\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>\r\nAs a new WordPress user, you should go to <a href=\"http://www.providentbookkeeping.net/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2015-06-26 22:13:05','2015-06-26 22:13:05','',2,'http://www.providentbookkeeping.net/2015/06/26/2-revision-v1/',0,'revision','',0),(14,1,'2015-07-01 21:47:14','2015-07-01 21:47:14','','What We do','','inherit','open','open','','finval','','','2015-07-01 21:47:24','2015-07-01 21:47:24','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/finval.gif',0,'attachment','image/gif',0),(15,1,'2015-07-01 21:52:15','2015-07-01 21:52:15','','Calculator','Calculator','inherit','open','open','','calculator','','','2015-07-01 21:52:15','2015-07-01 21:52:15','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399541.jpg',0,'attachment','image/jpeg',0),(16,1,'2015-07-01 21:53:47','2015-07-01 21:53:47','','Team Players','','inherit','open','open','','j0284868','','','2015-07-01 21:53:54','2015-07-01 21:53:54','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0284868.jpg',0,'attachment','image/jpeg',0),(17,1,'2015-07-01 21:55:33','2015-07-01 21:55:33','','Reduce costs','','inherit','open','open','','j0399137','','','2015-07-01 21:55:42','2015-07-01 21:55:42','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399137.jpg',0,'attachment','image/jpeg',0),(18,1,'2015-07-01 21:57:03','2015-07-01 21:57:03','','Get Started','','inherit','open','open','','j0309636','','','2015-07-01 21:57:10','2015-07-01 21:57:10','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309636.jpg',0,'attachment','image/jpeg',0),(19,1,'2015-07-01 22:05:25','2015-07-01 22:05:25','','Increase profitibility','','inherit','open','open','','j0382632','','','2015-07-01 22:05:39','2015-07-01 22:05:39','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0382632.jpg',0,'attachment','image/jpeg',0),(20,1,'2015-07-01 22:09:45','2015-07-01 22:09:45','','Tom','','inherit','open','open','','tk-img_0076-adjusted','','','2015-07-03 21:18:34','2015-07-03 21:18:34','',24,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/TK-IMG_0076-adjusted.jpg',0,'attachment','image/jpeg',0),(21,1,'2015-07-01 22:18:41','2015-07-01 22:18:41','','Services','','inherit','open','open','','2-revision-v1','','','2015-07-01 22:18:41','2015-07-01 22:18:41','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(22,1,'2015-07-01 22:19:17','2015-07-01 22:19:17','<h2 style=\"padding-top: 0px !important;\">Both Hourly and Flat Rate Arrangements Are Available</h2>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"/images/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Time-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p>No charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate</h4>\r\n<p><img class=\"alignleft size-full wp-image-232\" src=\"/images/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:</p>\r\n<p><strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"/index.php/services/new-installations/\">Learn more...</a></p>\r\n<p><strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"/index.php/services/repair-and-restoration/\">Learn more...</a></p>\r\n<p><strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Flexible Compensation Structure','','publish','closed','closed','','rates','','','2016-12-07 21:58:07','2016-12-07 21:58:07','',0,'http://www.providentbookkeeping.net/?page_id=22',4,'page','',0),(23,1,'2015-07-01 22:19:17','2015-07-01 22:19:17','','Rates','','inherit','open','open','','22-revision-v1','','','2015-07-01 22:19:17','2015-07-01 22:19:17','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(24,1,'2015-07-01 22:19:32','2015-07-01 22:19:32','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/images/Kathy 02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center; clear:both;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathy\'s 2007 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathy\'s 2008 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','publish','closed','closed','','about-us','','','2018-04-24 23:54:27','2018-04-24 23:54:27','',0,'http://www.providentbookkeeping.net/?page_id=24',6,'page','',0),(25,1,'2015-07-01 22:19:32','2015-07-01 22:19:32','','About Us','','inherit','open','open','','24-revision-v1','','','2015-07-01 22:19:32','2015-07-01 22:19:32','',24,'http://www.providentbookkeeping.net/24-revision-v1/',0,'revision','',0),(26,1,'2015-07-01 22:19:52','2015-07-01 22:19:52','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"/index.php/about-us/client-successes/\">click here</a></strong><br />\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','publish','closed','closed','','contact-us','','','2016-12-07 22:30:03','2016-12-07 22:30:03','',0,'http://www.providentbookkeeping.net/?page_id=26',7,'page','',0),(27,1,'2015-07-01 22:19:52','2015-07-01 22:19:52','','Contact Us','','inherit','open','open','','26-revision-v1','','','2015-07-01 22:19:52','2015-07-01 22:19:52','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(28,1,'2015-07-01 22:20:26','2015-07-01 22:20:26',' ','','','publish','open','open','','28','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',0,'http://www.providentbookkeeping.net/?p=28',30,'nav_menu_item','',0),(30,1,'2015-07-01 22:20:26','2015-07-01 22:20:26',' ','','','publish','open','open','','30','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=30',15,'nav_menu_item','',0),(31,1,'2015-07-01 22:20:26','2015-07-01 22:20:26','','What Our Services Do for You','','publish','open','open','','31','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=31',2,'nav_menu_item','',0),(32,1,'2015-07-01 23:15:06','2015-07-01 23:15:06','','About Us Sidebar','','publish','closed','closed','','about-us-sidebar','','','2015-08-18 18:29:49','2015-08-18 18:29:49','',0,'http://www.providentbookkeeping.net/?post_type=sidebar&p=32',0,'sidebar','',0),(33,1,'2015-07-01 23:15:04','0000-00-00 00:00:00','','','','publish','open','open','','','','','2015-07-01 23:15:04','0000-00-00 00:00:00','',32,'http://www.providentbookkeeping.net/?post_type=sidebar_group&p=33',0,'condition_group','',0),(36,1,'2015-07-01 23:17:27','2015-07-01 23:17:27','<h2 style=\"padding-top: 0px !important;\">Client Successes</h2>\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%207-6-12.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-07-2010.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%202-10-10.jpg\" alt=\"\" width=\"650\" height=\"838\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2008-25-09.jpg\" alt=\"\" width=\"650\" height=\"841\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2006-24-09.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2010-25-08.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-08.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/PBS%20Success%20Story%20-%2011-2007.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/LM%20Testimonial%20-%20page%202.jpg\" alt=\"\" width=\"650\" height=\"700\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20testimonial%20001.jpg\" alt=\"\" width=\"650\" height=\"368\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20BV,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"827\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20Rice,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"608\" border=\"1\" />\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Client Successes','','publish','closed','closed','','client-successes','','','2015-09-30 00:52:24','2015-09-30 00:52:24','',24,'http://www.providentbookkeeping.net/?page_id=36',2,'page','',0),(37,1,'2015-07-01 23:17:27','2015-07-01 23:17:27','','Client Successes','','inherit','open','open','','36-revision-v1','','','2015-07-01 23:17:27','2015-07-01 23:17:27','',36,'http://www.providentbookkeeping.net/36-revision-v1/',0,'revision','',0),(38,1,'2015-07-01 23:17:45','2015-07-01 23:17:45','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"/images/j0309602.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Valuing Others.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Authenticity and Integrity.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Responsibility for Leadership.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Resourcefulness.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Mutual Respect.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Bettering Conditions.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p></td>\r\n</tr>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','publish','closed','closed','','mission-and-values','','','2016-12-07 22:06:16','2016-12-07 22:06:16','',24,'http://www.providentbookkeeping.net/?page_id=38',1,'page','',0),(39,1,'2015-07-01 23:17:45','2015-07-01 23:17:45','','Mission and Values','','inherit','open','open','','38-revision-v1','','','2015-07-01 23:17:45','2015-07-01 23:17:45','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(40,1,'2015-07-01 23:18:03','2015-07-01 23:18:03','<h2 style=\"padding-top: 0px !important;\">Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"/images/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<div style=\"margin:0 auto; width:60%; clear:both;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Choose Us?','','publish','closed','closed','','why-choose-us','','','2016-12-07 21:59:34','2016-12-07 21:59:34','',24,'http://www.providentbookkeeping.net/?page_id=40',3,'page','',0),(41,1,'2015-07-01 23:18:03','2015-07-01 23:18:03','','Why Choose Us?','','inherit','open','open','','40-revision-v1','','','2015-07-01 23:18:03','2015-07-01 23:18:03','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(42,1,'2015-07-01 23:18:56','2015-07-01 23:18:56','<h2 style=\"padding-top: 0px !important;\">Five Key Skills A Qualified Quickbooks Consultant Should Have</h2>\r\n<img class=\" size-full wp-image-67 alignright\" src=\"/images/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />\r\n<ol>\r\n <li><strong><span style=\"color: #185a9b;\">Tax Training and Expertise</span></strong> to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\r\n <li><strong><span style=\"color: #185a9b;\">Bookkeeping knowledge</span></strong> and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Computer operations</span></strong> using Windows, housekeeping and security protection,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Income taxes</span></strong> to properly categorize bookkeeping transactions specifically for your tax entity,</li>\r\n <li><strong><span style=\"color: #185a9b;\">QuickBooks software</span></strong> operations, time-savers, tricks, tips and traps.</li>\r\n</ol>\r\n<p>At Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"/index.php/about-us/\">Learn more about our qualifications</a>.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Key Bookkeeping Skill Sets','','publish','closed','closed','','key-bookkeeping-skill-sets','','','2016-12-07 15:40:46','2016-12-07 15:40:46','',204,'http://www.providentbookkeeping.net/?page_id=42',1,'page','',0),(43,1,'2015-07-01 23:18:56','2015-07-01 23:18:56','','Key Bookkeeping Skill Sets','','inherit','open','open','','42-revision-v1','','','2015-07-01 23:18:56','2015-07-01 23:18:56','',42,'http://www.providentbookkeeping.net/42-revision-v1/',0,'revision','',0),(44,1,'2015-07-01 23:19:37','2015-07-01 23:19:37',' ','','','publish','open','open','','overview','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',0,'http://www.providentbookkeeping.net/?p=44',1,'nav_menu_item','',0),(46,1,'2015-07-01 23:19:37','2015-07-01 23:19:37',' ','','','publish','open','open','','46','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',24,'http://www.providentbookkeeping.net/?p=46',4,'nav_menu_item','',0),(47,1,'2015-07-01 23:19:37','2015-07-01 23:19:37','','Our Mission and Values','','publish','open','open','','47','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',24,'http://www.providentbookkeeping.net/?p=47',3,'nav_menu_item','',0),(48,1,'2015-07-01 23:19:37','2015-07-01 23:19:37',' ','','','publish','open','open','','48','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',24,'http://www.providentbookkeeping.net/?p=48',2,'nav_menu_item','',0),(51,1,'2015-07-01 23:21:28','2015-07-01 23:21:28',' ','','','publish','closed','open','','51','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',204,'http://www.providentbookkeeping.net/?p=51',20,'nav_menu_item','',0),(52,1,'2015-07-01 23:21:28','2015-07-01 23:21:28',' ','','','publish','closed','open','','52','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',24,'http://www.providentbookkeeping.net/?p=52',25,'nav_menu_item','',0),(53,1,'2015-07-01 23:21:27','2015-07-01 23:21:27',' ','','','publish','closed','open','','53','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',24,'http://www.providentbookkeeping.net/?p=53',24,'nav_menu_item','',0),(54,1,'2015-07-01 23:21:28','2015-07-01 23:21:28',' ','','','publish','closed','open','','54','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',24,'http://www.providentbookkeeping.net/?p=54',23,'nav_menu_item','',0),(56,1,'2015-07-02 20:56:37','2015-07-02 20:56:37','<p>Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</p>\r\n<p><strong>How We Work for You</strong><br />We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.</p>\r\n<p>All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.</p>\r\n<p>That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</p>\r\n<p><strong>You Can Learn to Love Your Numbers</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" class=\"alignleft size-full wp-image-67\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.</p>\r\n<p>With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business \"by the numbers\" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</p>','What We Do and What Results You Can Expect','','draft','closed','closed','','what-we-do','','','2015-07-06 23:56:38','2015-07-06 23:56:38','',0,'http://www.providentbookkeeping.net/?page_id=56',2,'page','',0),(57,1,'2015-07-02 20:56:37','2015-07-02 20:56:37','<p>Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</p>\r\n<p><strong>How We Work for You</strong><br />We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.</p>\r\n<p>All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.</p>\r\n<p>That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</p>\r\n<p><strong>You Can Learn to Love Your Numbers</strong><br />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.</p>\r\n<p>With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business \"by the numbers\" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</p>','What We Do and What Results You Can Expect','','inherit','closed','open','','56-revision-v1','','','2015-07-02 20:56:37','2015-07-02 20:56:37','',56,'http://www.providentbookkeeping.net/56-revision-v1/',0,'revision','',0),(58,1,'2015-07-02 21:00:43','2015-07-02 21:00:43','<p>We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</p>\r\n<p><strong>We\'re Available to You Now and Later</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0385530-214x300.jpg\" alt=\"hands-on services\" width=\"214\" height=\"300\" class=\"alignleft size-medium wp-image-61\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.</p>\r\n<p>She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.</p>\r\n<p>Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.</p>\r\n<p>We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</p>\r\n<p><strong>Free Cell Phone Accessibility</strong><br />Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</p>\r\n<p><strong>How Kathy\'s Competence and Judgment Get Results</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/09-ProAdvisor-QB-403x635-1-190x300.png\" alt=\"QuickBooks Certified ProAdvisor\" width=\"190\" height=\"300\" class=\"alignleft size-medium wp-image-62\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.</p>\r\n<p>Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</p>','Team Players Focused on Your Priorities','','draft','closed','closed','','team-players','','','2015-07-06 23:56:08','2015-07-06 23:56:08','',0,'http://www.providentbookkeeping.net/?page_id=58',3,'page','',0),(59,1,'2015-07-02 21:00:43','2015-07-02 21:00:43','<p>We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</p>\r\n<p><strong>We\'re Available to You Now and Later</strong></span><br />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.</p>\r\n<p>She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.</p>\r\n<p>Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.</p>\r\n<p>We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</p>\r\n<p><strong>Free Cell Phone Accessibility</strong><br />Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</p>\r\n<p><strong>How Kathy\'s Competence and Judgment Get Results</strong><br />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.</p>\r\n<p>Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</p>','Team Players Focused on Your Priorities','','inherit','closed','open','','58-revision-v1','','','2015-07-02 21:00:43','2015-07-02 21:00:43','',58,'http://www.providentbookkeeping.net/58-revision-v1/',0,'revision','',0),(60,1,'2015-07-02 21:01:44','2015-07-02 21:01:44','<p>We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</p>\n<p><strong>We\'re Available to You Now and Later</strong><br />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.</p>\n<p>She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.</p>\n<p>Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.</p>\n<p>We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</p>\n<p><strong>Free Cell Phone Accessibility</strong><br />Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</p>\n<p><strong>How Kathy\'s Competence and Judgment Get Results</strong><br />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.</p>\n<p>Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</p>','Team Players Focused on Your Priorities','','inherit','closed','open','','58-autosave-v1','','','2015-07-02 21:01:44','2015-07-02 21:01:44','',58,'http://www.providentbookkeeping.net/58-autosave-v1/',0,'revision','',0),(61,1,'2015-07-02 21:01:47','2015-07-02 21:01:47','','hands-on services','','inherit','closed','open','','j0385530','','','2015-07-02 21:02:13','2015-07-02 21:02:13','',58,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0385530.jpg',0,'attachment','image/jpeg',0),(62,1,'2015-07-02 21:02:56','2015-07-02 21:02:56','','QuickBooks Certified ProAdvisor','','inherit','closed','open','','09-proadvisor-qb-403x635-1','','','2015-07-02 21:03:29','2015-07-02 21:03:29','',58,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/09-ProAdvisor-QB-403x635-1.png',0,'attachment','image/png',0),(63,1,'2015-07-02 21:03:36','2015-07-02 21:03:36','<p>We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</p>\r\n<p><strong>We\'re Available to You Now and Later</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0385530-214x300.jpg\" alt=\"hands-on services\" width=\"214\" height=\"300\" class=\"alignleft size-medium wp-image-61\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.</p>\r\n<p>She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.</p>\r\n<p>Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.</p>\r\n<p>We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</p>\r\n<p><strong>Free Cell Phone Accessibility</strong><br />Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</p>\r\n<p><strong>How Kathy\'s Competence and Judgment Get Results</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/09-ProAdvisor-QB-403x635-1-190x300.png\" alt=\"QuickBooks Certified ProAdvisor\" width=\"190\" height=\"300\" class=\"alignleft size-medium wp-image-62\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.</p>\r\n<p>Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</p>','Team Players Focused on Your Priorities','','inherit','closed','open','','58-revision-v1','','','2015-07-02 21:03:36','2015-07-02 21:03:36','',58,'http://www.providentbookkeeping.net/58-revision-v1/',0,'revision','',0),(64,1,'2015-07-02 21:12:13','2015-07-02 21:12:13','<p>Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</p>\r\n<p><strong>Track and Manage Your Job and Product Costs</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/ASSEMBLY.jpg\" alt=\"ASSEMBLY\" width=\"200\" height=\"296\" class=\"alignleft size-full wp-image-65\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.</p>\r\n<p>You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.</p>\r\n<p>This approach of running your small business \"by the numbers\" is how to successful small business owners manage their profitable small businesses. They \"know their numbers.\" When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</p>\r\n<p><strong>Hate QuickBooks? Give It A New Chance to Change Your Mind.</strong><br />If you hate QuickBooks now, you will <em>love</em> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</p>','Moving Beyond Taxes to Improve Profitability','','draft','closed','closed','','improve-profitability','','','2015-07-06 23:56:14','2015-07-06 23:56:14','',0,'http://www.providentbookkeeping.net/?page_id=64',4,'page','',0),(65,1,'2015-07-02 21:11:50','2015-07-02 21:11:50','','ASSEMBLY','','inherit','closed','open','','assembly','','','2015-07-02 21:11:50','2015-07-02 21:11:50','',64,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/ASSEMBLY.jpg',0,'attachment','image/jpeg',0),(66,1,'2015-07-02 21:12:13','2015-07-02 21:12:13','<p>Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</p>\r\n<p>Track and Manage Your Job and Product Costs<br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/ASSEMBLY.jpg\" alt=\"ASSEMBLY\" width=\"200\" height=\"296\" class=\"alignleft size-full wp-image-65\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.</p>\r\n<p>You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.</p>\r\n<p>This approach of running your small business \"by the numbers\" is how to successful small business owners manage their profitable small businesses. They \"know their numbers.\" When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</p>\r\n<p><strong>Hate QuickBooks? Give It A New Chance to Change Your Mind.</strong><br />If you hate QuickBooks now, you will <em>love</em> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</p>','Moving Beyond Taxes to Improve Profitability','','inherit','closed','open','','64-revision-v1','','','2015-07-02 21:12:13','2015-07-02 21:12:13','',64,'http://www.providentbookkeeping.net/64-revision-v1/',0,'revision','',0),(67,1,'2015-07-02 21:13:20','2015-07-02 21:13:20','','Love Your Numbers','','inherit','closed','open','','j0285171','','','2015-07-02 21:13:29','2015-07-02 21:13:29','',56,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg',0,'attachment','image/jpeg',0),(68,1,'2015-07-02 21:13:33','2015-07-02 21:13:33','<p>Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</p>\r\n<p><strong>How We Work for You</strong><br />We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.</p>\r\n<p>All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.</p>\r\n<p>That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</p>\r\n<p><strong>You Can Learn to Love Your Numbers</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" class=\"alignleft size-full wp-image-67\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.</p>\r\n<p>With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business \"by the numbers\" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</p>','What We Do and What Results You Can Expect','','inherit','closed','open','','56-revision-v1','','','2015-07-02 21:13:33','2015-07-02 21:13:33','',56,'http://www.providentbookkeeping.net/56-revision-v1/',0,'revision','',0),(69,1,'2015-07-02 21:14:28','2015-07-02 21:14:28','<p>Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</p>\r\n<p><strong>Track and Manage Your Job and Product Costs</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/ASSEMBLY.jpg\" alt=\"ASSEMBLY\" width=\"200\" height=\"296\" class=\"alignleft size-full wp-image-65\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.</p>\r\n<p>You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.</p>\r\n<p>This approach of running your small business \"by the numbers\" is how to successful small business owners manage their profitable small businesses. They \"know their numbers.\" When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</p>\r\n<p><strong>Hate QuickBooks? Give It A New Chance to Change Your Mind.</strong><br />If you hate QuickBooks now, you will <em>love</em> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</p>','Moving Beyond Taxes to Improve Profitability','','inherit','closed','open','','64-revision-v1','','','2015-07-02 21:14:28','2015-07-02 21:14:28','',64,'http://www.providentbookkeeping.net/64-revision-v1/',0,'revision','',0),(70,1,'2015-07-02 21:17:47','2015-07-02 21:17:47','<p><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0385523-214x300.jpg\" alt=\"Get Started\" width=\"214\" height=\"300\" class=\"alignleft size-medium wp-image-72\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.</p>\r\n<p>She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just \"one size fits all\" approach.</p>\r\n<p style=\"clear:both;\"><strong>Considering Coordinated Income Tax Preparation?</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CTEC-logo-small-enhanced.jpg\" alt=\"CTEC\" width=\"204\" height=\"86\" class=\"alignleft size-full wp-image-71\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual \"tax-mills.\"</p>','How to Get Started Right Away','','draft','closed','closed','','how-to-get-started','','','2015-07-06 23:56:21','2015-07-06 23:56:21','',0,'http://www.providentbookkeeping.net/?page_id=70',5,'page','',0),(71,1,'2015-07-02 21:16:44','2015-07-02 21:16:44','','CTEC','','inherit','closed','open','','ctec-logo-small-enhanced','','','2015-07-02 21:16:52','2015-07-02 21:16:52','',70,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CTEC-logo-small-enhanced.jpg',0,'attachment','image/jpeg',0),(72,1,'2015-07-02 21:17:20','2015-07-02 21:17:20','','Get Started','','inherit','closed','open','','j0385523','','','2015-07-02 21:17:30','2015-07-02 21:17:30','',70,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0385523.jpg',0,'attachment','image/jpeg',0),(73,1,'2015-07-02 21:17:47','2015-07-02 21:17:47','<p><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0385523-214x300.jpg\" alt=\"Get Started\" width=\"214\" height=\"300\" class=\"alignleft size-medium wp-image-72\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.</p>\r\n<p>She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just \"one size fits all\" approach.</p>\r\n<p><strong>Considering Coordinated Income Tax Preparation?</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CTEC-logo-small-enhanced.jpg\" alt=\"CTEC\" width=\"204\" height=\"86\" class=\"alignleft size-full wp-image-71\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual \"tax-mills.\"</p>','How to Get Started Right Away','','inherit','closed','open','','70-revision-v1','','','2015-07-02 21:17:47','2015-07-02 21:17:47','',70,'http://www.providentbookkeeping.net/70-revision-v1/',0,'revision','',0),(74,1,'2015-07-02 21:19:32','2015-07-02 21:19:32','','Home Sidebar','','publish','closed','closed','','home-subpage-sidebar','','','2015-08-16 20:30:56','2015-08-16 20:30:56','',0,'http://www.providentbookkeeping.net/?post_type=sidebar&p=74',0,'sidebar','',0),(84,1,'2015-07-02 22:33:38','2015-07-02 22:33:38','<p><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0385523-214x300.jpg\" alt=\"Get Started\" width=\"214\" height=\"300\" class=\"alignleft size-medium wp-image-72\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.</p>\r\n<p>She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just \"one size fits all\" approach.</p>\r\n<p style=\"clear:both;\"><strong>Considering Coordinated Income Tax Preparation?</strong><br /><img src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CTEC-logo-small-enhanced.jpg\" alt=\"CTEC\" width=\"204\" height=\"86\" class=\"alignleft size-full wp-image-71\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual \"tax-mills.\"</p>','How to Get Started Right Away','','inherit','closed','open','','70-revision-v1','','','2015-07-02 22:33:38','2015-07-02 22:33:38','',70,'http://www.providentbookkeeping.net/70-revision-v1/',0,'revision','',0),(85,1,'2015-07-02 22:40:51','2015-07-02 22:40:51','<h1 style=\"text-align:center;\">Broad Service Areas</h1>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\r\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\r\n<div style=\"margin:40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','publish','closed','closed','','areas-we-serve-in-southern-california','','','2018-04-24 23:48:46','2018-04-24 23:48:46','',26,'http://www.providentbookkeeping.net/?page_id=85',1,'page','',0),(86,1,'2015-07-02 22:40:51','2015-07-02 22:40:51','<p align=\"center\"><strong>Orange County (OC), Southern California</strong></p>\r\n<p align=\"center\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</p>\r\n<p align=\"center\"><strong>Riverside County, Southern California</strong></p>\r\n<p align=\"center\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</p>\r\n<p align=\"center\"><strong>Los Angeles County, Southern California</strong></p>\r\n<p align=\"center\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</p>\r\n<p align=\"center\"><strong>San Diego County, Southern California</strong></p>\r\n<p align=\"center\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</p>\r\n<p align=\"center\"><strong>Service Areas by Zip Code</strong></p>\r\n<p align=\"left\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</p>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-07-02 22:40:51','2015-07-02 22:40:51','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(87,1,'2015-07-02 22:42:10','2015-07-02 22:42:10','','Contact Us Sidebar','','publish','closed','closed','','contact-us-sidebar','','','2015-08-18 18:30:06','2015-08-18 18:30:06','',0,'http://www.providentbookkeeping.net/?post_type=sidebar&p=87',0,'sidebar','',0),(88,1,'2015-07-02 22:42:06','0000-00-00 00:00:00','','','','publish','closed','open','','','','','2015-07-02 22:42:06','0000-00-00 00:00:00','',87,'http://www.providentbookkeeping.net/?post_type=sidebar_group&p=88',1,'condition_group','',0),(89,1,'2015-07-02 22:42:45','2015-07-02 22:42:45',' ','','','publish','closed','open','','89','','','2015-08-18 18:28:03','2015-08-18 18:28:03','',0,'http://www.providentbookkeeping.net/?p=89',2,'nav_menu_item','',0),(91,1,'2015-07-02 22:43:04','2015-07-02 22:43:04',' ','','','publish','closed','open','','91','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',26,'http://www.providentbookkeeping.net/?p=91',29,'nav_menu_item','',0),(92,1,'2015-08-18 18:51:07','2015-08-18 18:51:07','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\n<div style=\"width:80%; margin:0 auto;\"><strong>Please use our convenientform to ly </strong>\n[contact-form to=\'kenmunroe@att.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \n</div>\n<div style=\"margin: 40px auto 0; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-autosave-v1','','','2015-08-18 18:51:07','2015-08-18 18:51:07','',26,'http://www.providentbookkeeping.net/26-autosave-v1/',0,'revision','',0),(93,1,'2015-07-02 22:51:53','2015-07-02 22:51:53','<h2 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h2>\r\n<p align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></p>\r\n<p align=\"center\">Please ask for Kathy or Tom</p>\r\n<p align=\"center\">(949) 583 1040 ∙ (877) 412 1040</p>\r\n<p align=\"center\">To read our client success stories, <a href=\"about-us/client-successes/\">click here</a></p>\r\n<p align=\"center\">To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></p>\r\n<p align=\"center\">U.S. P.O. Box 1120, Lake Forest, Orange County (OC), Southern California 92609-1120</p>\r\n<p align=\"center\">Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-02 22:51:53','2015-07-02 22:51:53','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(94,1,'2015-07-02 22:52:19','2015-07-02 22:52:19','<h2 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h2>\r\n<p align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></p>\r\n<p align=\"center\">Please ask for Kathy or Tom</p>\r\n<p align=\"center\"><strong>(949) 583 1040 ∙ (877) 412 1040</strong></p>\r\n<p align=\"center\">To read our client success stories, <a href=\"about-us/client-successes/\">click here</a></p>\r\n<p align=\"center\">To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></p>\r\n<p align=\"center\">U.S. P.O. Box 1120, Lake Forest, Orange County (OC), Southern California 92609-1120</p>\r\n<p align=\"center\">Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-02 22:52:19','2015-07-02 22:52:19','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(95,1,'2015-07-02 22:52:51','2015-07-02 22:52:51','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<p align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></p>\r\n<p align=\"center\">Please ask for Kathy or Tom</p>\r\n<h2 align=\"center\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p align=\"center\">To read our client success stories, <a href=\"about-us/client-successes/\">click here</a></p>\r\n<p align=\"center\">To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></p>\r\n<p align=\"center\">U.S. P.O. Box 1120, Lake Forest, Orange County (OC), Southern California 92609-1120</p>\r\n<p align=\"center\">Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-02 22:52:51','2015-07-02 22:52:51','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(96,1,'2018-04-24 23:52:51','2018-04-24 23:52:51','<h2 style=\"padding-top: 0px !important;\">How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\n<tbody>\n<tr>\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\n</tr>\n<tr>\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\n</tr>\n<tr>\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\n</tr>\n<tr>\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\n</tr>\n<tr>\n<td>For resolving problems which are critical and require immediate attention</td>\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\n</tr>\n<tr>\n<td>If your bookkeeping work has not been done for several months or years</td>\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\n</tr>\n<tr>\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\n</tr>\n<tr>\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\n</tr>\n<tr>\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\n</tr>\n<tr>\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentprofessionalservices.com/index.php/what-goes-into-your-taxes/\" target=\"_blank\">Provident Professional Services</a></td>\n<td>Click <a href=\"https://www.providentprofessionalservices.com/index.php/what-goes-into-your-taxes/\" target=\"_blank\"><strong>here</strong></a> for <a href=\"https://www.providentprofessionalservices.com/index.php/what-goes-into-your-taxes/\" target=\"_blank\"><strong>Provident Professional Services</strong></a></td>\n</tr>\n<tr>\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\n</tr>\n<tr>\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\n<td><a href=\"https://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\n</tr>\n</tbody>\n</table>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','What Our Services Do For You','','inherit','closed','open','','2-autosave-v1','','','2018-04-24 23:52:51','2018-04-24 23:52:51','',2,'http://www.providentbookkeeping.net/2-autosave-v1/',0,'revision','',0),(97,1,'2015-07-03 17:18:35','2015-07-03 17:18:35','<h1>How We Would Fix Your QuickBooks Bookkeeping Problems</h1>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" width=\"312\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">If The Problem You\'re Experiencing Is...</span></b></td>\r\n<td align=\"center\" width=\"322\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">The Service We Would Suggest First</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If you haven\'t set up QuickBooks on your computer yet</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/New_Installations.htm\">Initial Set Up</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If your existing set up isn\'t quite up to what you\'ve come to expect</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Repair_and_Restoration.htm\">Repair Your Set Up</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For those tasks or problems which are not expected to be recurring regularly</span></td>\r\n<td width=\"322\"><u><b><span style=\"color: #0000ff; font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/non-recurring_services.htm\">Non-recurring Services</a></span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For resolving problems which are critical and require immediate attention</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/crisis_resolution.htm\">Crisis Resolution</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If your bookkeeping work has not been done for several months or years</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/catch-up_work.htm\">Catch-up Work</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">The work that is expected will recur and will keep your bookkeeping up to date</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/Traditional_Bookkeeping.htm\">On-going Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you want us to check and update your bookkeeping work monthly or quarterly</span></td>\r\n<td width=\"322\"><a href=\"http://providentbookkeeping.net/Overview_Services.htm\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Overview Services</span></b></a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for guidance on how to use QuickBooks more effectively</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Personal_Tutoring.htm\">QuickBooks Tutoring</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for income tax planning and preparation, please visit our parent company,<a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\">here</a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">contact us by email</a> or call and ask for Kathy or Tom at 949-583-1040</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re shopping for bargain professional services, please see our friendly philosophy about price</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/For_Value_Buyers.htm\">Note to Bargain Shoppers</a></span></b></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:18:35','2015-07-03 17:18:35','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(98,1,'2015-07-03 17:18:50','2015-07-03 17:18:50','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" width=\"312\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">If The Problem You\'re Experiencing Is...</span></b></td>\r\n<td align=\"center\" width=\"322\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">The Service We Would Suggest First</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If you haven\'t set up QuickBooks on your computer yet</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/New_Installations.htm\">Initial Set Up</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If your existing set up isn\'t quite up to what you\'ve come to expect</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Repair_and_Restoration.htm\">Repair Your Set Up</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For those tasks or problems which are not expected to be recurring regularly</span></td>\r\n<td width=\"322\"><u><b><span style=\"color: #0000ff; font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/non-recurring_services.htm\">Non-recurring Services</a></span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For resolving problems which are critical and require immediate attention</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/crisis_resolution.htm\">Crisis Resolution</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If your bookkeeping work has not been done for several months or years</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/catch-up_work.htm\">Catch-up Work</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">The work that is expected will recur and will keep your bookkeeping up to date</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/Traditional_Bookkeeping.htm\">On-going Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you want us to check and update your bookkeeping work monthly or quarterly</span></td>\r\n<td width=\"322\"><a href=\"http://providentbookkeeping.net/Overview_Services.htm\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Overview Services</span></b></a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for guidance on how to use QuickBooks more effectively</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Personal_Tutoring.htm\">QuickBooks Tutoring</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for income tax planning and preparation, please visit our parent company,<a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\">here</a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">contact us by email</a> or call and ask for Kathy or Tom at 949-583-1040</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re shopping for bargain professional services, please see our friendly philosophy about price</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/For_Value_Buyers.htm\">Note to Bargain Shoppers</a></span></b></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:18:50','2015-07-03 17:18:50','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(99,1,'2015-07-03 17:19:23','2015-07-03 17:19:23','<h3>How We Would Fix Your QuickBooks Bookkeeping Problems</h3>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" width=\"312\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">If The Problem You\'re Experiencing Is...</span></b></td>\r\n<td align=\"center\" width=\"322\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">The Service We Would Suggest First</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If you haven\'t set up QuickBooks on your computer yet</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/New_Installations.htm\">Initial Set Up</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If your existing set up isn\'t quite up to what you\'ve come to expect</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Repair_and_Restoration.htm\">Repair Your Set Up</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For those tasks or problems which are not expected to be recurring regularly</span></td>\r\n<td width=\"322\"><u><b><span style=\"color: #0000ff; font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/non-recurring_services.htm\">Non-recurring Services</a></span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For resolving problems which are critical and require immediate attention</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/crisis_resolution.htm\">Crisis Resolution</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If your bookkeeping work has not been done for several months or years</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/catch-up_work.htm\">Catch-up Work</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">The work that is expected will recur and will keep your bookkeeping up to date</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/Traditional_Bookkeeping.htm\">On-going Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you want us to check and update your bookkeeping work monthly or quarterly</span></td>\r\n<td width=\"322\"><a href=\"http://providentbookkeeping.net/Overview_Services.htm\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Overview Services</span></b></a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for guidance on how to use QuickBooks more effectively</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Personal_Tutoring.htm\">QuickBooks Tutoring</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for income tax planning and preparation, please visit our parent company,<a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\">here</a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">contact us by email</a> or call and ask for Kathy or Tom at 949-583-1040</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re shopping for bargain professional services, please see our friendly philosophy about price</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/For_Value_Buyers.htm\">Note to Bargain Shoppers</a></span></b></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:19:23','2015-07-03 17:19:23','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(100,1,'2015-07-03 17:19:38','2015-07-03 17:19:38','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" width=\"312\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">If The Problem You\'re Experiencing Is...</span></b></td>\r\n<td align=\"center\" width=\"322\"><b><span style=\"color: #808000; font-family: \'Trebuchet MS\';\">The Service We Would Suggest First</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If you haven\'t set up QuickBooks on your computer yet</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/New_Installations.htm\">Initial Set Up</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\';\">If your existing set up isn\'t quite up to what you\'ve come to expect</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Repair_and_Restoration.htm\">Repair Your Set Up</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For those tasks or problems which are not expected to be recurring regularly</span></td>\r\n<td width=\"322\"><u><b><span style=\"color: #0000ff; font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/non-recurring_services.htm\">Non-recurring Services</a></span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">For resolving problems which are critical and require immediate attention</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/crisis_resolution.htm\">Crisis Resolution</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If your bookkeeping work has not been done for several months or years</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/catch-up_work.htm\">Catch-up Work</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">The work that is expected will recur and will keep your bookkeeping up to date</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/Traditional_Bookkeeping.htm\">On-going Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you want us to check and update your bookkeeping work monthly or quarterly</span></td>\r\n<td width=\"322\"><a href=\"http://providentbookkeeping.net/Overview_Services.htm\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Overview Services</span></b></a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for guidance on how to use QuickBooks more effectively</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b><a href=\"http://providentbookkeeping.net/Personal_Tutoring.htm\">QuickBooks Tutoring</a></b></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re looking for income tax planning and preparation, please visit our parent company,<a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\">here</a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\">Provident Financial Services</a></span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</span></td>\r\n<td width=\"322\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">contact us by email</a> or call and ask for Kathy or Tom at 949-583-1040</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">If you\'re shopping for bargain professional services, please see our friendly philosophy about price</span></td>\r\n<td width=\"322\"><b><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><a href=\"http://providentbookkeeping.net/For_Value_Buyers.htm\">Note to Bargain Shoppers</a></span></b></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:19:38','2015-07-03 17:19:38','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(101,1,'2015-07-03 17:29:28','2015-07-03 17:29:28','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"initial-set-up/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-your-set-up/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up_work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"http://providentbookkeeping.net/Personal_Tutoring.htm\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">contact us by email</a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:29:28','2015-07-03 17:29:28','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(102,1,'2015-07-03 17:30:14','2015-07-03 17:30:14','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"initial-set-up/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-your-set-up/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up_work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"http://providentbookkeeping.net/Personal_Tutoring.htm\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:30:14','2015-07-03 17:30:14','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(103,1,'2015-07-03 17:31:07','2015-07-03 17:31:07','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"initial-set-up/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-your-set-up/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"personal-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:31:07','2015-07-03 17:31:07','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(104,1,'2015-07-03 17:45:34','2015-07-03 17:45:34','<h2 style=\"padding-top: 0px !important;\">Initial QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\r\n<h4>Package of Services</h4>\r\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\r\n<ul>\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Set Up Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Initial QuickBooks Set-up At Your Home or Office','','publish','closed','closed','','new-installations','','','2015-09-30 00:41:58','2015-09-30 00:41:58','',2,'http://www.providentbookkeeping.net/?page_id=104',1,'page','',0),(105,1,'2015-07-03 17:45:34','2015-07-03 17:45:34','<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul>\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>\r\nEstablish and Set Up Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-revision-v1','','','2015-07-03 17:45:34','2015-07-03 17:45:34','',104,'http://www.providentbookkeeping.net/104-revision-v1/',0,'revision','',0),(106,1,'2015-07-03 17:46:01','2015-07-03 17:46:01','<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul>\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Set Up Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-revision-v1','','','2015-07-03 17:46:01','2015-07-03 17:46:01','',104,'http://www.providentbookkeeping.net/104-revision-v1/',0,'revision','',0),(107,1,'2015-07-03 17:47:51','2015-07-03 17:47:51','<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Set Up Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-revision-v1','','','2015-07-03 17:47:51','2015-07-03 17:47:51','',104,'http://www.providentbookkeeping.net/104-revision-v1/',0,'revision','',0),(108,1,'2015-07-03 17:48:48','2015-07-03 17:48:48','<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Corporations, either:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Financial statements, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Set Up Job Cost Accounting</h4>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-revision-v1','','','2015-07-03 17:48:48','2015-07-03 17:48:48','',104,'http://www.providentbookkeeping.net/104-revision-v1/',0,'revision','',0),(109,1,'2015-07-03 17:50:13','2015-07-03 17:50:13','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-your-set-up/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"personal-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 17:50:13','2015-07-03 17:50:13','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(110,1,'2015-07-03 18:00:05','2015-07-03 18:00:05','<h2 style=\"padding-top: 0px !important;\">Repair Your Existing QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul>\r\n <li>Review user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Review set-up start date</li>\r\n <li>Review equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Review Set Up of Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div style=\"margin: 0 auto; width: 60%;\">\r\n\r\n<hr style=\"border-color: #808000; border-width: 3px;\" />\r\n\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family: Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color: #000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n\r\n<hr style=\"border-color: #808000; border-width: 3px;\" />\r\n\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.Copyright © 2002-<!--?php echo date(\'Y\'); ?--> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','publish','closed','closed','','repair-and-restoration','','','2016-12-12 15:12:19','2016-12-12 15:12:19','',2,'http://www.providentbookkeeping.net/?page_id=110',2,'page','',0),(111,1,'2015-07-03 18:00:05','2015-07-03 18:00:05','<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Review user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Review set-up start date</li>\r\n <li>Review equity section of balance sheet appropriate to the tax entity type\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Corporations, either:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Financial statements, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>\r\nEstablish and Review Set Up of Job Cost Accounting</h4>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','110-revision-v1','','','2015-07-03 18:00:05','2015-07-03 18:00:05','',110,'http://www.providentbookkeeping.net/110-revision-v1/',0,'revision','',0),(112,1,'2015-07-03 18:00:25','2015-07-03 18:00:25','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"personal-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 18:00:25','2015-07-03 18:00:25','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(113,1,'2015-07-03 18:01:22','2015-07-03 18:01:22','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"flexible-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"personal-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 18:01:22','2015-07-03 18:01:22','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(114,1,'2015-07-03 18:02:51','2015-07-03 18:02:51','<h2 style=\"padding-top: 0px !important;\">Non-recurring and Special Services</h2>\r\n<p>Non-recurring and special services involve tasks that fulfill special needs or solve problems which are not expected occur on a regular, repeated or continuing basis. Generally, these tasks do not involve a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\r\n<h4>Hourly Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging or insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Non-recurring and Special Services','','publish','closed','closed','','non-recurring-services','','','2015-09-30 00:43:23','2015-09-30 00:43:23','',2,'http://www.providentbookkeeping.net/?page_id=114',3,'page','',0),(115,1,'2015-07-03 18:02:51','2015-07-03 18:02:51','Non-recurring and special services involve tasks that fulfill special needs or solve problems which are not expected occur on a regular, repeated or continuing basis. Generally, these tasks do not involve a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.\r\n \r\nHourly Structure\r\n \r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n25-35 For basic clerical data entry of transactions, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.\r\n\r\n40-65 For intermediate bookkeeping tasks, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.\r\n\r\n95 For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.\r\n\r\n125 For senior bookkeeping, accounting analysis and tax problems resolution provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.\r\n\r\n \r\n\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\nNo charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n\r\nTask Descriptions\r\n \r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors. \r\n \r\nIn-firm Provident Bookkeeping\'s personnel usually perform full-charge bookkeeping or senior bookkeeping tasks. These tasks generally include:\r\nReconciliation of accounts, as needed, including:\r\nBank checking accounts\r\nBank savings accounts\r\nBank lines of credit\r\nCredit card accounts\r\nInstallment loans (and correct allocation of interest and principal)\r\nAccounts payable (correct any paid bills and notes payable)\r\nAccounts receivable (correct any paid accounts and invoices)\r\nInventory (adjust book balance as necessary to physical counts)\r\nUndeposited funds\r\nOpening balance equity\r\nIntercompany payable and receivable accounts\r\nPayroll tax liabilities for both federal and state agencies\r\nSales tax liabilities\r\nLoans to and from officers and shareholders or owners\r\nCapital accounts and shareholder distributions\r\nRetained earnings or capital accounts confirmed to agree to prior year ending balances for continuity\r\nInterbank transfers (not classified to taxable sales or revenue)\r\nInvestor accounts, advances, repayments and accrued interest\r\nDetailed general ledger\r\nPrepare financial statements\r\nProfit and loss statements (P & L statement)\r\nBalance sheet\r\nCash flow statement\r\nJob cost reports\r\nPrior year comparative statements\r\nMonthly trend financial statements\r\nMonthly, quarterly, annually time frames\r\nProgramming the sequence and priorities of the work to accomplish the client\'s goals\r\nContinuous estimation of effort as work progresses\r\nCommunication and coaching of client staff and independent contractors, as needed\r\nReview and adjustment of bookkeeping transactions and reporting format, including items such as:\r\nIncome and revenue\r\nCosts and expenses\r\nBank deposits vs. customer payments\r\nClient retainer accounts and trust accounts (such as law firms)\r\nCorrect classification of bank loan proceeds\r\nEstablishment of liability and asset accounts for purchases of capital assets\r\nCorrect classification of operating or capitalized leases of autos and equipment\r\nCorrect estimation of depreciation expense for income tax planning and projection purposes\r\nCorrect classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin\r\nCorrect classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens\r\nCorrect classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage\r\nSupervision of tasks which were assigned to client staff\r\nReview of work product and supervision of task assignments for contracted staff\r\nReport to client on results of assignment, periodic review of progress, and explanation of results\r\nReview of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.','Non-recurring and Special Services','','inherit','closed','open','','114-revision-v1','','','2015-07-03 18:02:51','2015-07-03 18:02:51','',114,'http://www.providentbookkeeping.net/114-revision-v1/',0,'revision','',0),(116,1,'2015-07-03 18:03:10','2015-07-03 18:03:10','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"personal-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</a></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 18:03:10','2015-07-03 18:03:10','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(117,1,'2015-07-16 01:54:10','2015-07-16 01:54:10','<h2>Non-recurring and Special Services</h2>\n<p>Non-recurring and special services involve tasks that fulfill special needs or solve problems which are not expected occur on a regular, repeated or continuing basis. Generally, these tasks do not involve a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\n<h4>Hourly Structure</h4>\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\n<ul>\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\n</ul>\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\n<h4>Task Descriptions</h4>\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Reconciliation of accounts, as needed, including:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Bank checking accounts</li>\n <li>Bank savings accounts</li>\n <li>Bank lines of credit</li>\n <li>Credit card accounts</li>\n <li>Installment loans (and correct allocation of interest and principal)</li>\n <li>Accounts payable (correct any paid bills and notes payable)</li>\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\n <li>Undeposited funds</li>\n <li>Opening balance equity</li>\n <li>Intercompany payable and receivable accounts</li>\n <li>Payroll tax liabilities for both federal and state agencies</li>\n <li>Sales tax liabilities</li>\n <li>Loans to and from officers and shareholders or owners</li>\n <li>Capital accounts and shareholder distributions</li>\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\n <li>Investor accounts, advances, repayments and accrued interest</li>\n</ul>\n</li>\n <li>Detailed general ledger</li>\n <li>Prepare financial statements\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Profit and loss statements (P & L statement)</li>\n <li>Balance sheet</li>\n <li>Cash flow statement</li>\n <li>Job cost reports</li>\n <li>Prior year comparative statements</li>\n <li>Monthly trend financial statements</li>\n <li>Monthly, quarterly, annually time frames</li>\n</ul>\n</li>\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\n <li>Continuous estimation of effort as work progresses</li>\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Income and revenue</li>\n <li>Costs and expenses</li>\n <li>Bank deposits vs. customer payments</li>\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\n <li>Correct classification of bank loan proceeds</li>\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging or insurance coverage</li>\n</ul>\n</li>\n <li>Supervision of tasks which were assigned to client staff</li>\n <li>Review of work product and supervision of task assignments for contracted staff</li>\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\n</ul>','Non-recurring and Special Services','','inherit','closed','open','','114-autosave-v1','','','2015-07-16 01:54:10','2015-07-16 01:54:10','',114,'http://www.providentbookkeeping.net/114-autosave-v1/',0,'revision','',0),(118,1,'2015-07-03 18:08:51','2015-07-03 18:08:51','Non-recurring and special services involve tasks that fulfill special needs or solve problems which are not expected occur on a regular, repeated or continuing basis. Generally, these tasks do not involve a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.\r\n<h4>\r\nHourly Structure</h4>\r\n<strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>\r\nTask Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging or insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','Non-recurring and Special Services','','inherit','closed','open','','114-revision-v1','','','2015-07-03 18:08:51','2015-07-03 18:08:51','',114,'http://www.providentbookkeeping.net/114-revision-v1/',0,'revision','',0),(119,1,'2015-07-03 18:14:38','2015-07-03 18:14:38','<h2 style=\"padding-top: 0px !important;\">Crisis Resolution Assignments</h2>\r\n<p>Crisis resolution assignments usually involve the immediate requirement for effective solutions regarding mission critical functions in the bookkeeping area which may also seriously jeopardize the functionality of small business operations. These tasks require a seasoned professional approach to be able to quickly and accurately determine the problem and which solutions and strategies will work to effectively stop the danger condition from threatening the company\'s well being.</p>\r\n<p>Moreover, the assignment usually includes preventative measures to safeguard the company from a recurrence of the situation which brought the dangerous condition in the first place, policies to detect the possible factors which caused the situation, and effective programs to educate and enlighten those personnel who were involved in the problem.</p>\r\n<p>Generally, these assignments do not involve tasks with a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\r\n<h4>Program Steps</h4>\r\n<ul>\r\n <li>Diagnosis of scope of the overall problem and all its components</li>\r\n <li>Selection of the priorities and sequence of the problems requiring resolution</li>\r\n <li>Determination of the solutions and steps necessary to solve the problems</li>\r\n <li>Estimation of the degree of task sharing between the client and the firm</li>\r\n <li>Estimation of effort required by the firm to coordinate task sharing</li>\r\n <li>Allocate work to proper level of personnel</li>\r\n <li>If appropriate, suggest lower level outside contractors to provide optimum cost efficiency</li>\r\n <li>Confirmation with client of costs, financial budget and timing of implementation</li>\r\n <li>Implementation of services and strategies to resolve the problems</li>\r\n <li>Follow up with checking work, confirm progress and completion of solutions</li>\r\n <li>Test, as appropriate, the quality and effectiveness of the solutions with the client</li>\r\n</ul>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including <span style=\"line-height: 1.5;\">items such as:</span>\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Crisis Resolution Assignments','','publish','closed','closed','','crisis-resolution','','','2015-09-30 00:44:51','2015-09-30 00:44:51','',2,'http://www.providentbookkeeping.net/?page_id=119',4,'page','',0),(120,1,'2015-07-03 18:14:38','2015-07-03 18:14:38','Crisis resolution assignments usually involve the immediate requirement for effective solutions regarding mission critical functions in the bookkeeping area which may also seriously jeopardize the functionality of small business operations. These tasks require a seasoned professional approach to be able to quickly and accurately determine the problem and which solutions and strategies will work to effectively stop the danger condition from threatening the company\'s well being.\r\n\r\nMoreover, the assignment usually includes preventative measures to safeguard the company from a recurrence of the situation which brought the dangerous condition in the first place, policies to detect the possible factors which caused the situation, and effective programs to educate and enlighten those personnel who were involved in the problem.\r\n\r\nGenerally, these assignments do not involve tasks with a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.\r\n<h4>Program Steps</h4>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Diagnosis of scope of the overall problem and all its components</li>\r\n <li>Selection of the priorities and sequence of the problems requiring resolution</li>\r\n <li>Determination of the solutions and steps necessary to solve the problems</li>\r\n <li>Estimation of the degree of task sharing between the client and the firm</li>\r\n <li>Estimation of effort required by the firm to coordinate task sharing</li>\r\n <li>Allocate work to proper level of personnel</li>\r\n <li>If appropriate, suggest lower level outside contractors to provide optimum cost efficiency</li>\r\n <li>Confirmation with client of costs, financial budget and timing of implementation</li>\r\n <li>Implementation of services and strategies to resolve the problems</li>\r\n <li>Follow up with checking work, confirm progress and completion of solutions</li>\r\n <li>Test, as appropriate, the quality and effectiveness of the solutions with the client</li>\r\n</ul>\r\n<h4>\r\nTask Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including <span style=\"line-height: 1.5;\">items such as:</span>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','Crisis Resolution Assignments','','inherit','closed','open','','119-revision-v1','','','2015-07-03 18:14:38','2015-07-03 18:14:38','',119,'http://www.providentbookkeeping.net/119-revision-v1/',0,'revision','',0),(121,1,'2015-07-03 18:25:57','2015-07-03 18:25:57','<h2 style=\"padding-top: 0px !important;\">Catch-up Work</h2>\r\n<p>Catch-up work involves performing our services on the prior periods of your company\'s books, whether they are prior years or prior months in the current year. The structure for catch-up work benefits you when we process multiple months at the same time, because we save time and pass the savings on to you.</p>\r\n<h4>Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit\r\nCredit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports\r\nPrior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Catch-up Work','','publish','closed','closed','','catch-up-work','','','2015-09-30 00:44:31','2015-09-30 00:44:31','',2,'http://www.providentbookkeeping.net/?page_id=121',5,'page','',0),(122,1,'2015-07-03 18:25:57','2015-07-03 18:25:57','Catch-up work involves performing our services on the prior periods of your company\'s books, whether they are prior years or prior months in the current year. The structure for catch-up work benefits you when we process multiple months at the same time, because we save time and pass the savings on to you.\r\n<h4>\r\nStructure</h4>\r\n<strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>\r\nTask Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\nReconciliation of accounts, as needed, including:\r\nBank checking accounts\r\nBank savings accounts\r\nBank lines of credit\r\nCredit card accounts\r\nInstallment loans (and correct allocation of interest and principal)\r\nAccounts payable (correct any paid bills and notes payable)\r\nAccounts receivable (correct any paid accounts and invoices)\r\nInventory (adjust book balance as necessary to physical counts)\r\nUndeposited funds\r\nOpening balance equity\r\nIntercompany payable and receivable accounts\r\nPayroll tax liabilities for both federal and state agencies\r\nSales tax liabilities\r\nLoans to and from officers and shareholders or owners\r\nCapital accounts and shareholder distributions\r\nRetained earnings or capital accounts confirmed to agree to prior year ending balances for continuity\r\nInterbank transfers (not classified to taxable sales or revenue)\r\nInvestor accounts, advances, repayments and accrued interest\r\nDetailed general ledger\r\nPrepare financial statements\r\nProfit and loss statements (P & L statement)\r\nBalance sheet\r\nCash flow statement\r\nJob cost reports\r\nPrior year comparative statements\r\nMonthly trend financial statements\r\nMonthly, quarterly, annually time frames\r\nProgramming the sequence and priorities of the work to accomplish the client\'s goals\r\nContinuous estimation of effort as work progresses\r\nCommunication and coaching of client staff and independent contractors, as needed\r\nReview and adjustment of bookkeeping transactions and reporting format, including items such as:\r\nIncome and revenue\r\nCosts and expenses\r\nBank deposits vs. customer payments\r\nClient retainer accounts and trust accounts (such as law firms)\r\nCorrect classification of bank loan proceeds\r\nEstablishment of liability and asset accounts for purchases of capital assets\r\nCorrect classification of operating or capitalized leases of autos and equipment\r\nCorrect estimation of depreciation expense for income tax planning and projection purposes\r\nCorrect classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin\r\nCorrect classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens\r\nCorrect classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage\r\nSupervision of tasks which were assigned to client staff\r\nReview of work product and supervision of task assignments for contracted staff\r\nReport to client on results of assignment, periodic review of progress, and explanation of results\r\nReview of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.','Catch-up Work','','inherit','closed','open','','121-revision-v1','','','2015-07-03 18:25:57','2015-07-03 18:25:57','',121,'http://www.providentbookkeeping.net/121-revision-v1/',0,'revision','',0),(123,1,'2015-07-03 18:26:35','2015-07-03 18:26:35','Non-recurring and special services involve tasks that fulfill special needs or solve problems which are not expected occur on a regular, repeated or continuing basis. Generally, these tasks do not involve a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.\r\n<h4>Hourly Structure</h4>\r\n<strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong>\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Task Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging or insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','Non-recurring and Special Services','','inherit','closed','open','','114-revision-v1','','','2015-07-03 18:26:35','2015-07-03 18:26:35','',114,'http://www.providentbookkeeping.net/114-revision-v1/',0,'revision','',0),(124,1,'2015-07-16 01:58:12','2015-07-16 01:58:12','<h2>Catch-up Work</h2>\n<p>Catch-up work involves performing our services on the prior periods of your company\'s books, whether they are prior years or prior months in the current year. The structure for catch-up work benefits you when we process multiple months at the same time, because we save time and pass the savings on to you.</p>\n<h4>Structure</h4>\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\n<ul>\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\n</ul>\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\n<h4>Task Descriptions</h4>\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Reconciliation of accounts, as needed, including:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Bank checking accounts</li>\n <li>Bank savings accounts</li>\n <li>Bank lines of credit\nCredit card accounts</li>\n <li>Installment loans (and correct allocation of interest and principal)</li>\n <li>Accounts payable (correct any paid bills and notes payable)</li>\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\n <li>Undeposited funds</li>\n <li>Opening balance equity</li>\n <li>Intercompany payable and receivable accounts</li>\n <li>Payroll tax liabilities for both federal and state agencies</li>\n <li>Sales tax liabilities</li>\n <li>Loans to and from officers and shareholders or owners</li>\n <li>Capital accounts and shareholder distributions</li>\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\n <li>Investor accounts, advances, repayments and accrued interest</li>\n</ul>\n</li>\n <li>Detailed general ledger</li>\n <li>Prepare financial statements\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Profit and loss statements (P & L statement)</li>\n <li>Balance sheet</li>\n <li>Cash flow statement</li>\n <li>Job cost reports\nPrior year comparative statements</li>\n <li>Monthly trend financial statements</li>\n <li>Monthly, quarterly, annually time frames</li>\n</ul>\n</li>\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\n <li>Continuous estimation of effort as work progresses</li>\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Income and revenue</li>\n <li>Costs and expenses</li>\n <li>Bank deposits vs. customer payments</li>\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\n <li>Correct classification of bank loan proceeds</li>\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\n</ul>\n</li>\n <li>Supervision of tasks which were assigned to client staff</li>\n <li>Review of work product and supervision of task assignments for contracted staff</li>\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\n</ul>','Catch-up Work','','inherit','closed','open','','121-autosave-v1','','','2015-07-16 01:58:12','2015-07-16 01:58:12','',121,'http://www.providentbookkeeping.net/121-autosave-v1/',0,'revision','',0),(125,1,'2015-07-03 18:30:40','2015-07-03 18:30:40','Catch-up work involves performing our services on the prior periods of your company\'s books, whether they are prior years or prior months in the current year. The structure for catch-up work benefits you when we process multiple months at the same time, because we save time and pass the savings on to you.\r\n<h4>Structure</h4>\r\n<strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Task Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit\r\nCredit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports\r\nPrior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','Catch-up Work','','inherit','closed','open','','121-revision-v1','','','2015-07-03 18:30:40','2015-07-03 18:30:40','',121,'http://www.providentbookkeeping.net/121-revision-v1/',0,'revision','',0),(126,1,'2015-07-03 18:37:08','2015-07-03 18:37:08','<h2 style=\"padding-top: 0px !important;\">On-going QuickBooks Bookkeeping Services On-Site or On-Line</h2>\r\n<h4>Hourly Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at $25 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','On-going QuickBooks Bookkeeping Services, On-Site or On-Line','','publish','closed','closed','','traditional-bookkeeping','','','2015-09-30 00:45:19','2015-09-30 00:45:19','',2,'http://www.providentbookkeeping.net/?page_id=126',6,'page','',0),(127,1,'2015-07-03 18:37:08','2015-07-03 18:37:08','<h4>Hourly Structure</h4>\r\n<strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at $25 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Flat Rate Structure</h4>\r\nFlat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.\r\n<h4>Task Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what\r\nthe reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','On-going QuickBooks Bookkeeping Services -- On-Site or On-Line','','inherit','closed','open','','126-revision-v1','','','2015-07-03 18:37:08','2015-07-03 18:37:08','',126,'http://www.providentbookkeeping.net/126-revision-v1/',0,'revision','',0),(128,1,'2015-07-03 18:37:42','2015-07-03 18:37:42','<h4>Hourly Structure</h4>\r\n<strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at $25 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Flat Rate Structure</h4>\r\nFlat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.\r\n<h4>Task Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','On-going QuickBooks Bookkeeping Services -- On-Site or On-Line','','inherit','closed','open','','126-revision-v1','','','2015-07-03 18:37:42','2015-07-03 18:37:42','',126,'http://www.providentbookkeeping.net/126-revision-v1/',0,'revision','',0),(129,1,'2015-07-03 18:41:01','2015-07-03 18:41:01','<h2 style=\"padding-top: 0px !important;\">Overview Services, On-line or On-site</h2>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<p>While the work is being stabilized, usually only for a short time, hourly rates will apply.</p>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>On-line Overview Services</h4>\r\n<ul>\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n<p>(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)</p>\r\n<h4>On-site Overview Services</h4>\r\n<ul>\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Overview Services, On-line or On-site','','publish','closed','closed','','overview-services','','','2015-09-30 00:45:49','2015-09-30 00:45:49','',2,'http://www.providentbookkeeping.net/?page_id=129',7,'page','',0),(130,1,'2015-07-03 18:41:01','2015-07-03 18:41:01','<h4>Flat Rate Structure</h4>\r\nFlat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.\r\n\r\nWhile the work is being stabilized, usually only for a short time, hourly rates will apply.\r\n<h4>\r\nHourly Structure</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>\r\nOn-line Overview Services</h4>\r\n<ul>\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)\r\n<h4>\r\nOn-site Overview Services</h4>\r\n<ul>\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>','Overview Services, On-line or On-site','','inherit','closed','open','','129-revision-v1','','','2015-07-03 18:41:01','2015-07-03 18:41:01','',129,'http://www.providentbookkeeping.net/129-revision-v1/',0,'revision','',0),(131,1,'2015-07-03 18:41:28','2015-07-03 18:41:28','<h4>Flat Rate Structure</h4>\r\nFlat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.\r\n\r\nWhile the work is being stabilized, usually only for a short time, hourly rates will apply.\r\n<h4>Hourly Structure</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>On-line Overview Services</h4>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)\r\n<h4>On-site Overview Services</h4>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>','Overview Services, On-line or On-site','','inherit','closed','open','','129-revision-v1','','','2015-07-03 18:41:28','2015-07-03 18:41:28','',129,'http://www.providentbookkeeping.net/129-revision-v1/',0,'revision','',0),(132,1,'2015-07-03 18:42:05','2015-07-03 18:42:05','<h4>Hourly Structure</h4>\r\n<strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at $25 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Flat Rate Structure</h4>\r\nFlat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.\r\n<h4>Task Descriptions</h4>\r\nEntry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.\r\n\r\nIn-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','On-going QuickBooks Bookkeeping Services, On-Site or On-Line','','inherit','closed','open','','126-revision-v1','','','2015-07-03 18:42:05','2015-07-03 18:42:05','',126,'http://www.providentbookkeeping.net/126-revision-v1/',0,'revision','',0),(133,1,'2015-07-03 18:45:18','2015-07-03 18:45:18','<h2 style=\"padding-top: 0px !important;\">Overview Monitoring and Adjustments, On-line or On-site</h2>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<p>While the work is being stabilized, usually only for a short time, hourly rates will apply.</p>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>On-line Overview Services:</h4>\r\n<ul>\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n<p>(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)</p>\r\n<h4>On-site Overview Services:</h4>\r\n<ul>\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Overview Monitoring and Adjustments, On-line or On-site','','publish','closed','closed','','monitoring-and-adjustments','','','2015-09-30 00:46:22','2015-09-30 00:46:22','',2,'http://www.providentbookkeeping.net/?page_id=133',8,'page','',0),(134,1,'2015-07-03 18:45:18','2015-07-03 18:45:18','<h4>Flat Rate Structure</h4>\r\nFlat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.\r\n\r\nWhile the work is being stabilized, usually only for a short time, hourly rates will apply.\r\n<h4>\r\nHourly Structure</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>\r\nOn-line Overview Services:</h4>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)\r\n<h4>\r\nOn-site Overview Services:</h4>\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>','Overview Monitoring and Adjustments, On-line or On-site','','inherit','closed','open','','133-revision-v1','','','2015-07-03 18:45:18','2015-07-03 18:45:18','',133,'http://www.providentbookkeeping.net/133-revision-v1/',0,'revision','',0),(135,1,'2015-07-03 18:49:58','2015-07-03 18:49:58','<h2 style=\"padding-top: 0px !important;\">QuickBooks Personalized Tutoring</h2>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>95</strong> For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>What You Can Expect from this Service</h4>\r\n<p><img class=\"alignleft size-medium wp-image-136\" src=\"/images/j0289513.jpg\" alt=\"businesswoman\" width=\"300\" height=\"200\" />You will become proficient, competent and confident about your QuickBooks bookkeeping skills with hands-on, interactive tutoring with Kathy, a Certified QuickBooks ProAdvisor. She will come to your office to provide one-on-one tutoring focused on resolving your specific procedures, processes, questions or issues using QuickBooks bookkeeping software.</p>\r\n<p>You will learn in a helpful, non-judgmental environment, where she will calmly take you through the steps, at your own pace, give you the reasoning behind the answers, and make sure you can apply what you\'ve learned. You will also gain valuable tips, tricks and learn how to avoid common traps and pitfalls. You will be able to recognize and solve problems as they arise on your own, and know you have Kathy available by cell phone if you encounter an unusual situation.</p>\r\n<p>You will be free from wonder or worry in case your boss, CPA or tax preparer may ask questions about your work. You\'ll be able to look up information, answer questions and provide reports quickly and confidently to their full satisfaction because you will have become a master at doing your bookkeeping job.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','QuickBooks Personalized Tutoring','','publish','closed','closed','','quickbooks-personalized-tutoring','','','2016-12-07 15:51:34','2016-12-07 15:51:34','',2,'http://www.providentbookkeeping.net/?page_id=135',9,'page','',0),(136,1,'2015-07-03 18:49:30','2015-07-03 18:49:30','','','','inherit','closed','open','','j0289513','','','2015-07-03 18:49:35','2015-07-03 18:49:35','',135,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0289513.jpg',0,'attachment','image/jpeg',0),(137,1,'2015-07-03 18:49:58','2015-07-03 18:49:58','<h4>Hourly Structure</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul>\r\n <li><strong>95</strong> For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>What You Can Expect from this Service</h4>\r\n<img class=\"alignleft size-medium wp-image-136\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0289513-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You will become proficient, competent and confident about your QuickBooks bookkeeping skills with hands-on, interactive tutoring with Kathy, a Certified QuickBooks ProAdvisor. She will come to your office to provide one-on-one tutoring focused on resolving your specific procedures, processes, questions or issues using QuickBooks bookkeeping software.\r\n\r\nYou will learn in a helpful, non-judgmental environment, where she will calmly take you through the steps, at your own pace, give you the reasoning behind the answers, and make sure you can apply what you\'ve learned. You will also gain valuable tips, tricks and learn how to avoid common traps and pitfalls. You will be able to recognize and solve problems as they arise on your own, and know you have Kathy available by cell phone if you encounter an unusual situation.\r\n\r\nYou will be free from wonder or worry in case your boss, CPA or tax preparer may ask questions about your work. You\'ll be able to look up information, answer questions and provide reports quickly and confidently to their full satisfaction because you will have become a master at doing your bookkeeping job.','QuickBooks Personalized Tutoring','','inherit','closed','open','','135-revision-v1','','','2015-07-03 18:49:58','2015-07-03 18:49:58','',135,'http://www.providentbookkeeping.net/135-revision-v1/',0,'revision','',0),(138,1,'2015-07-03 18:50:39','2015-07-03 18:50:39','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 18:50:39','2015-07-03 18:50:39','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(139,1,'2015-07-03 18:51:04','2015-07-03 18:51:04','<h4>Hourly Structure</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li><strong>95</strong> For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n</ul>\r\nHourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>What You Can Expect from this Service</h4>\r\n<img class=\"alignleft size-medium wp-image-136\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0289513-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You will become proficient, competent and confident about your QuickBooks bookkeeping skills with hands-on, interactive tutoring with Kathy, a Certified QuickBooks ProAdvisor. She will come to your office to provide one-on-one tutoring focused on resolving your specific procedures, processes, questions or issues using QuickBooks bookkeeping software.\r\n\r\nYou will learn in a helpful, non-judgmental environment, where she will calmly take you through the steps, at your own pace, give you the reasoning behind the answers, and make sure you can apply what you\'ve learned. You will also gain valuable tips, tricks and learn how to avoid common traps and pitfalls. You will be able to recognize and solve problems as they arise on your own, and know you have Kathy available by cell phone if you encounter an unusual situation.\r\n\r\nYou will be free from wonder or worry in case your boss, CPA or tax preparer may ask questions about your work. You\'ll be able to look up information, answer questions and provide reports quickly and confidently to their full satisfaction because you will have become a master at doing your bookkeeping job.','QuickBooks Personalized Tutoring','','inherit','closed','open','','135-revision-v1','','','2015-07-03 18:51:04','2015-07-03 18:51:04','',135,'http://www.providentbookkeeping.net/135-revision-v1/',0,'revision','',0),(140,1,'2015-07-03 20:11:33','2015-07-03 20:11:33','<h2 style=\"padding-top: 0px !important;\">New Small Business Clients Tell Us About Their Distressing Experiences With Their Prior Bargain Bookkeeping Services</h2>\r\n<p>Most of our clients have had prior unsatisfactory experiences with bargain-priced bookkeepers. They come to us after realizing that cutting costs for small business bookkeeping is false economy. Bargain bookkeeping leads to wasted time, wasted money and, often, lost opportunities for not being able to make sound small business decisions because their bookkeeping was either not accurate, not detailed enough, not reliable or not up to date.</p>\r\n<p>Savvy small business owners have learned that bargain hunting is not wise for fulfilling a mission-critical small business function such as bookkeeping. (And, that\'s why inexperienced small business owners usually insist on price-shopping and selecting only bargain-priced bookkeepers.) Because we appeal to seasoned clients, we have the privilege of serving <em><strong>fabulous</strong></em> clients who recognize and appreciate <a href=\"/index.php/about-us/client-successes/\">what we do for them and how we do it</a> for over 30 years.</p>\r\n<p>Moreover, bargain priced bookkeepers don\'t know enough about basic bookkeeping and small business operations to realize that they don\'t have a sustainable structure. That means they do not have the experience to guide you in your small business because they do not know their own small business structure. And, they usually do not stay in small business long enough to serve you in the long term.</p>\r\n<p>That\'s why our clients have realized that bargain bookkeepers are no bargain. They tell us that their prior unsatisfactory experiences include:</p>\r\n<ul>\r\n <li>Wrong or inaccurate numbers on reports or books</li>\r\n <li>Untimely or missing reports</li>\r\n <li>Fines or penalties for omitted, late or inaccurate tax returns or agency reports</li>\r\n <li>Uncertainty about accuracy of sales tax, payroll tax or workers compensation reports</li>\r\n <li>Inability to produce certified payroll</li>\r\n <li>Can\'t get straight answers to simple questions about your books</li>\r\n <li>Sudden disappearances or departures of bookkeeper</li>\r\n <li>Not sure QuickBooks is set up correctly or working properly to full capacity</li>\r\n <li>Backlogged or incomplete work</li>\r\n <li>Forced bank reconciliations (plugging in fictitious numbers to falsify the reconciliation)</li>\r\n <li>Books out of balance forcing QuickBooks to generate temporary balancing accounts</li>\r\n <li>Refusal or inability to use modern methods to save time and money</li>\r\n <li>Not keeping up to date with advances and new time-saving technology</li>\r\n <li>Continuing confusion or errors on payroll and payroll tax returns</li>\r\n <li>Business transactions from owner\'s personal expenditures, credit cards, advances, loans or lines of credit not property incorporated into small business books</li>\r\n <li>Petty cash not properly established, replenished or classified on books</li>\r\n <li>Depreciation not considered or incorporated in formal reports to owners for planning</li>\r\n <li>Duplicate work or meaningless repetitive work</li>\r\n <li>Over-utilization of time-consuming Excel or Word templates to do bookkeeping or financial functions available in QuickBooks</li>\r\n <li>Unaware or under-utilization of integrated small business features in QuickBooks</li>\r\n <li>Unexplained balances, transactions or accounts</li>\r\n <li>Mysterious transactions or accounts set up</li>\r\n <li>Unavailability of costs by job, department, location or division</li>\r\n <li>Expenses and costs not segregated enough to determine costs to set prices properly</li>\r\n <li>Equity balances do not agree to prior year tax returns</li>\r\n <li>Unfamiliar with accounting on the cash basis or accrual basis for tax returns</li>\r\n <li>Not sure when an accounting event has occurred, so critical transactions could be omitted or entered in the wrong year</li>\r\n <li>Unfamiliar with basic bookkeeping principles, debits and credits, balancing, error detection, checking procedures and correct reconciliation procedures</li>\r\n <li>Payroll not entered or downloaded by individual employee for proper bank reconciliations</li>\r\n <li>Unfamiliar with downloading transactions from bank or credit card accounts</li>\r\n <li>Chart of accounts too lengthy, too short or incompatible with company operating basis</li>\r\n <li>Misclassification of expenses, income, loan proceeds, loans to or from owners, purchases or leases</li>\r\n <li>Omitted transactions, including small business expenses paid personally by owners</li>\r\n <li>Frequent or recurring mistakes</li>\r\n <li>Accounts receivable or accounts payable do not agree to customer or vendor records</li>\r\n <li>Backwards balances in accounts or books (negative receivables, etc.)</li>\r\n <li>Increasing reliance on outside tax preparer for answering bookkeeping questions</li>\r\n <li>Unexplained heavy workload</li>\r\n <li>Inaccurate or nonsensical reports</li>\r\n <li>Unavailable information</li>\r\n <li>Continuous excuses for unexplained or unanswered questions</li>\r\n <li>Costs or expenses improperly classified</li>\r\n <li>Late or unexplained absent work or reports</li>\r\n <li>Unusually long time required to do basic or routine tasks</li>\r\n <li>Broken promises</li>\r\n <li>Unexplained increasing billing</li>\r\n <li>Continuous problems or errors</li>\r\n <li>Diminishing responsibility for incomplete tasks or missed deadlines</li>\r\n <li>Personal problems or family issues conflicting with work assignments</li>\r\n <li>Untidy or disorganized work area, files or documents</li>\r\n <li>Missing or unavailable company files or valuable documents</li>\r\n <li>Company source documents taken off work premises</li>\r\n <li>And more...</li>\r\n</ul>\r\n<p>We know bookkeeping is a mission-critical function to developing accurate financial information for running your small business by the numbers. Moreover, accurate\r\nbookkeeping is critical for reducing taxes and providing reliable information to support you if your tax returns are audited.</p>\r\n<p>We\'re experts in QuickBooks bookkeeping and accounting for small businesses with expertise in over 92 industries with over 30 years of experience based in Orange County (OC), Southern California since 1975. That means we know how to accurately assess your situation and quickly formulate a cost-effective service plan to accomplish your objectives.</p>\r\n<p>We believe Mr. Ruskin had the right idea when he advised the following:</p>\r\n<p><img class=\"alignleft size-medium wp-image-141\" src=\"/images/j0314331.jpg\" alt=\"Money!\" width=\"300\" height=\"300\" />\"It is unwise to pay too much, but it is worse to pay too little.</p>\r\n<p>When you pay too much, you lose a little money - that is all.</p>\r\n<p>When you pay too little you sometimes lose everything because the thing you bought was incapable of doing the thing it was bought to do.</p>\r\n<p>The common law of business balance prohibits paying too little and getting a lot - it cannot be done.</p>\r\n<p>If you deal with the lowest bidder, it is well to add something for the risk you run, and if you do that, you will have enough to pay for something better.\"</p>\r\n<p><strong>John Ruskin</strong><br/><em>(1819-1900)<br/>British Author, Artist, Essayist and Critic</em></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Note to Bargain Shoppers','','publish','closed','closed','','for-value-buyers','','','2016-12-07 22:02:05','2016-12-07 22:02:05','',22,'http://www.providentbookkeeping.net/?page_id=140',1,'page','',0),(141,1,'2015-07-03 20:10:43','2015-07-03 20:10:43','','Money!','','inherit','closed','open','','j0314331','','','2015-07-03 20:10:51','2015-07-03 20:10:51','',140,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0314331.jpg',0,'attachment','image/jpeg',0),(142,1,'2015-07-03 20:11:33','2015-07-03 20:11:33','<h4>New Small Business Clients Tell Us About Their Distressing Experiences With Their Prior Bargain Bookkeeping Services</h4>\r\nMost of our clients have had prior unsatisfactory experiences with bargain-priced bookkeepers. They come to us after realizing that cutting costs for small business bookkeeping is false economy. Bargain bookkeeping leads to wasted time, wasted money and, often, lost opportunities for not being able to make sound small business decisions because their bookkeeping was either not accurate, not detailed enough, not reliable or not up to date.\r\n\r\nSavvy small business owners have learned that bargain hunting is not wise for fulfilling a mission-critical small business function such as bookkeeping. (And, that\'s why inexperienced small business owners usually insist on price-shopping and selecting only bargain-priced bookkeepers.) Because we appeal to seasoned clients, we have the privilege of serving <em><strong>fabulous</strong></em> clients who recognize and appreciate <a href=\"about-us/client-successes/\">what we do for them and how we do it</a> for over 30 years.\r\n\r\nMoreover, bargain priced bookkeepers don\'t know enough about basic bookkeeping and small business operations to realize that they don\'t have a sustainable structure. That means they do not have the experience to guide you in your small business because they do not know their own small business structure. And, they usually do not stay in small business long enough to serve you in the long term.\r\n\r\nThat\'s why our clients have realized that bargain bookkeepers are no bargain. They tell us that their prior unsatisfactory experiences include:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Wrong or inaccurate numbers on reports or books</li>\r\n <li>Untimely or missing reports</li>\r\n <li>Fines or penalties for omitted, late or inaccurate tax returns or agency reports</li>\r\n <li>Uncertainty about accuracy of sales tax, payroll tax or workers compensation reports</li>\r\n <li>Inability to produce certified payroll</li>\r\n <li>Can\'t get straight answers to simple questions about your books</li>\r\n <li>Sudden disappearances or departures of bookkeeper</li>\r\n <li>Not sure QuickBooks is set up correctly or working properly to full capacity</li>\r\n <li>Backlogged or incomplete work</li>\r\n <li>Forced bank reconciliations (plugging in fictitious numbers to falsify the reconciliation)</li>\r\n <li>Books out of balance forcing QuickBooks to generate temporary balancing accounts</li>\r\n <li>Refusal or inability to use modern methods to save time and money</li>\r\n <li>Not keeping up to date with advances and new time-saving technology</li>\r\n <li>Continuing confusion or errors on payroll and payroll tax returns</li>\r\n <li>Business transactions from owner\'s personal expenditures, credit cards, advances, loans or lines of credit not property incorporated into small business books</li>\r\n <li>Petty cash not properly established, replenished or classified on books</li>\r\n <li>Depreciation not considered or incorporated in formal reports to owners for planning</li>\r\n <li>Duplicate work or meaningless repetitive work</li>\r\n <li>Over-utilization of time-consuming Excel or Word templates to do bookkeeping or financial functions available in QuickBooks</li>\r\n <li>Unaware or under-utilization of integrated small business features in QuickBooks</li>\r\n <li>Unexplained balances, transactions or accounts</li>\r\n <li>Mysterious transactions or accounts set up</li>\r\n <li>Unavailability of costs by job, department, location or division</li>\r\n <li>Expenses and costs not segregated enough to determine costs to set prices properly</li>\r\n <li>Equity balances do not agree to prior year tax returns</li>\r\n <li>Unfamiliar with accounting on the cash basis or accrual basis for tax returns</li>\r\n <li>Not sure when an accounting event has occurred, so critical transactions could be omitted or entered in the wrong year</li>\r\n <li>Unfamiliar with basic bookkeeping principles, debits and credits, balancing, error detection, checking procedures and correct reconciliation procedures</li>\r\n <li>Payroll not entered or downloaded by individual employee for proper bank reconciliations</li>\r\n <li>Unfamiliar with downloading transactions from bank or credit card accounts</li>\r\n <li>Chart of accounts too lengthy, too short or incompatible with company operating basis</li>\r\n <li>Misclassification of expenses, income, loan proceeds, loans to or from owners, purchases or leases</li>\r\n <li>Omitted transactions, including small business expenses paid personally by owners</li>\r\n <li>Frequent or recurring mistakes</li>\r\n <li>Accounts receivable or accounts payable do not agree to customer or vendor records</li>\r\n <li>Backwards balances in accounts or books (negative receivables, etc.)</li>\r\n <li>Increasing reliance on outside tax preparer for answering bookkeeping questions</li>\r\n <li>Unexplained heavy workload</li>\r\n <li>Inaccurate or nonsensical reports</li>\r\n <li>Unavailable information</li>\r\n <li>Continuous excuses for unexplained or unanswered questions</li>\r\n <li>Costs or expenses improperly classified</li>\r\n <li>Late or unexplained absent work or reports</li>\r\n <li>Unusually long time required to do basic or routine tasks</li>\r\n <li>Broken promises</li>\r\n <li>Unexplained increasing billing</li>\r\n <li>Continuous problems or errors</li>\r\n <li>Diminishing responsibility for incomplete tasks or missed deadlines</li>\r\n <li>Personal problems or family issues conflicting with work assignments</li>\r\n <li>Untidy or disorganized work area, files or documents</li>\r\n <li>Missing or unavailable company files or valuable documents</li>\r\n <li>Company source documents taken off work premises</li>\r\n <li>And more...</li>\r\n</ul>\r\nWe know bookkeeping is a mission-critical function to developing accurate financial information for running your small business by the numbers. Moreover, accurate\r\nbookkeeping is critical for reducing taxes and providing reliable information to support you if your tax returns are audited.\r\n\r\nWe\'re experts in QuickBooks bookkeeping and accounting for small businesses with expertise in over 92 industries with over 30 years of experience based in Orange County (OC), Southern California since 1975. That means we know how to accurately assess your situation and quickly formulate a cost-effective service plan to accomplish your objectives.\r\n\r\nWe believe Mr. Ruskin had the right idea when he advised the following:\r\n\r\n<img class=\"alignleft size-medium wp-image-141\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0314331-300x300.jpg\" alt=\"Money!\" width=\"300\" height=\"300\" />\"It is unwise to pay too much, but it is worse to pay too little.\r\n\r\nWhen you pay too much, you lose a little money - that is all.\r\n\r\nWhen you pay too little you sometimes lose everything because the thing you bought was incapable of doing the thing it was bought to do.\r\n\r\nThe common law of business balance prohibits paying too little and getting a lot - it cannot be done.\r\n\r\nIf you deal with the lowest bidder, it is well to add something for the risk you run, and if you do that, you will have enough to pay for something better.\"\r\n\r\n<strong>John Ruskin\r\n</strong><em>(1819-1900)\r\n</em><em>British Author, Artist, Essayist and Critic</em>','Note to Bargain Shoppers','','inherit','closed','open','','140-revision-v1','','','2015-07-03 20:11:33','2015-07-03 20:11:33','',140,'http://www.providentbookkeeping.net/140-revision-v1/',0,'revision','',0),(144,1,'2015-07-03 20:19:20','2015-07-03 20:19:20',' ','','','publish','closed','open','','contact-numbers','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',0,'http://www.providentbookkeeping.net/?p=144',31,'nav_menu_item','',0),(146,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','Initial Set-up','','publish','closed','open','','initial-quickbooks-set-up','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=146',3,'nav_menu_item','',0),(147,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','Repair Your Set-up','','publish','closed','open','','repair-your-existing-quickbooks-set-up','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=147',4,'nav_menu_item','',0),(148,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','Non-recurring Services','','publish','closed','open','','148','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=148',5,'nav_menu_item','',0),(149,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','Crisis Resolution','','publish','closed','open','','149','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=149',6,'nav_menu_item','',0),(150,1,'2015-07-03 20:21:35','2015-07-03 20:21:35',' ','','','publish','closed','open','','150','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=150',7,'nav_menu_item','',0),(151,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','On-going Services','','publish','closed','open','','on-going-quickbooks-bookkeeping-services','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=151',8,'nav_menu_item','',0),(152,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','Overview Services','','publish','closed','open','','overview-services','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=152',9,'nav_menu_item','',0),(153,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','Overview Monitoring and Adjustments','','publish','closed','open','','overview-monitoring-and-adjustments','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=153',10,'nav_menu_item','',0),(154,1,'2015-07-03 20:21:35','2015-07-03 20:21:35','','QuickBooks Tutoring','','publish','closed','open','','quickbooks-tutoring','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',2,'http://www.providentbookkeeping.net/?p=154',11,'nav_menu_item','',0),(156,1,'2015-07-03 20:23:00','2015-07-03 20:23:00','','Services Sidebar','','publish','closed','closed','','services-sidebar','','','2015-08-16 21:29:27','2015-08-16 21:29:27','',0,'http://www.providentbookkeeping.net/?post_type=sidebar&p=156',0,'sidebar','',0),(157,1,'2015-07-03 20:22:47','0000-00-00 00:00:00','','','','publish','closed','open','','','','','2015-07-03 20:22:47','0000-00-00 00:00:00','',156,'http://www.providentbookkeeping.net/?post_type=sidebar_group&p=157',1,'condition_group','',0),(158,1,'2015-07-03 20:37:14','2015-07-03 20:37:14','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Quality Service You Can Count On</h4>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-03 20:37:14','2015-07-03 20:37:14','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(160,1,'2018-04-24 23:54:01','2018-04-24 23:54:01','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/images/Kathy 02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\n<strong> (949) 583-1040</strong></p>\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\n<p style=\"text-align: center; clear:both;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathy\'s 2007 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathy\'s 2008 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\n\n<h1>What Provident Bookkeeping is All About</h1>\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\n\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-autosave-v1','','','2018-04-24 23:54:01','2018-04-24 23:54:01','',24,'http://www.providentbookkeeping.net/24-autosave-v1/',0,'revision','',0),(161,1,'2015-07-03 20:51:28','2015-07-03 20:51:28','The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.\r\n \r\nWe recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.\r\n \r\nOur care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.\r\n \r\nProvident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship. \r\n \r\nHowever, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\" style=\"text-decoration:underline;\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.\r\n \r\nWe welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.','What Provident Bookkeeping is All About','','inherit','closed','open','','24-revision-v1','','','2015-07-03 20:51:28','2015-07-03 20:51:28','',24,'http://www.providentbookkeeping.net/24-revision-v1/',0,'revision','',0),(163,1,'2015-07-03 20:56:08','2015-07-03 20:56:08','','Kathy 02','','inherit','closed','open','','kathy-02','','','2015-07-03 20:56:08','2015-07-03 20:56:08','',24,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathy-02.jpg',0,'attachment','image/jpeg',0),(164,1,'2015-07-03 20:57:37','2015-07-03 20:57:37','','Kathy\'s 2007 QB Cert Pro Advisor Certificate copy','','inherit','closed','open','','kathys-2007-qb-cert-pro-advisor-certificate-copy','','','2015-07-03 20:57:37','2015-07-03 20:57:37','',24,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathys-2007-QB-Cert-Pro-Advisor-Certificate-copy.jpg',0,'attachment','image/jpeg',0),(165,1,'2015-07-03 20:57:38','2015-07-03 20:57:38','','Kathy\'s 2008 QB Cert Pro Advisor Certificate copy','','inherit','closed','open','','kathys-2008-qb-cert-pro-advisor-certificate-copy','','','2015-07-03 20:57:38','2015-07-03 20:57:38','',24,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathys-2008-QB-Cert-Pro-Advisor-Certificate-copy.jpg',0,'attachment','image/jpeg',0),(166,1,'2015-07-03 20:57:38','2015-07-03 20:57:38','','Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb','','inherit','closed','open','','kathys-2009-qb-cert-pro-advisor-certificate-31kb','','','2015-07-03 20:57:38','2015-07-03 20:57:38','',24,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathys-2009-QB-Cert-Pro-Advisor-Certificate-31kb.jpg',0,'attachment','image/jpeg',0),(168,1,'2015-07-03 20:59:45','2015-07-03 20:59:45','<h4>What Provident Bookkeeping is All About</h4>\r\nThe Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.\r\n\r\nWe recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.\r\n\r\nOur care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.\r\n\r\nProvident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.\r\n\r\nHowever, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.\r\n\r\nWe welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.','About Us','','inherit','closed','open','','24-revision-v1','','','2015-07-03 20:59:45','2015-07-03 20:59:45','',24,'http://www.providentbookkeeping.net/24-revision-v1/',0,'revision','',0),(169,1,'2015-07-03 21:04:02','2015-07-03 21:04:02','','on target','','inherit','closed','open','','j0309602','','','2015-07-03 21:04:11','2015-07-03 21:04:11','',38,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602.jpg',0,'attachment','image/jpeg',0),(170,1,'2015-08-17 15:36:32','2015-08-17 15:36:32','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 2px;\" />\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\n<hr style=\"border-color:#808000; border-width: 2px;\" />\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\n</div>\n<table style=\"border:0;\">\n<tr>\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations.</p></td>\n</tr>\n<tr>\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Valuing Others.</span></strong></p></td>\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p></td>\n</tr>\n<tr>\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Authenticity and Integrity.</span></strong></p></td>\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p></td>\n</tr>\n<tr>\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Responsibility for Leadership.</span></strong></p></td>\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p></td>\n</tr>\n<tr>\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Resourcefulness.</span></strong></p></td>\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p></td>\n</tr>\n<tr>\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\"></span></strong></p></td>\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\"></p></td>\n</tr>\n<tr>\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\"></span></strong></p></td>\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\"></p></td>\n</tr>\n</table>\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\"></span></strong></em>\n</p>\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-autosave-v1','','','2015-08-17 15:36:32','2015-08-17 15:36:32','',38,'http://www.providentbookkeeping.net/38-autosave-v1/',0,'revision','',0),(171,1,'2015-07-03 21:08:20','2015-07-03 21:08:20','<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<img class=\"alignleft wp-image-169 size-medium\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.\r\n\r\nIs a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?\r\n\r\nWith the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: center;\">Our Mission</h4>\r\n<p style=\"text-align: center;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>Our Core Values</strong></p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-07-03 21:08:20','2015-07-03 21:08:20','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(172,1,'2015-07-03 21:08:54','2015-07-03 21:08:54','<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<img class=\"alignleft wp-image-169 size-medium\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.\r\n\r\nIs a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?\r\n\r\nWith the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: center;\">Our Mission</h4>\r\n<p style=\"text-align: center;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: center;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-07-03 21:08:54','2015-07-03 21:08:54','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(173,1,'2015-07-03 21:09:09','2015-07-03 21:09:09','<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<img class=\"alignleft wp-image-169 size-medium\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.\r\n\r\nIs a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?\r\n\r\nWith the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: center;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: center;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-07-03 21:09:09','2015-07-03 21:09:09','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(174,1,'2016-12-07 15:40:40','2016-12-07 15:40:40','<h2 style=\"padding-top: 0px !important;\">Five Key Skills A Qualified Quickbooks Consultant Should Have</h2>\n<img class=\" size-full wp-image-67 alignright\" src=\"/images/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />\n<ol>\n <li><strong><span style=\"color: #185a9b;\">Tax Training and Expertise</span></strong> to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\n <li><strong><span style=\"color: #185a9b;\">Bookkeeping knowledge</span></strong> and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\n <li><strong><span style=\"color: #185a9b;\">Computer operations</span></strong> using Windows, housekeeping and security protection,</li>\n <li><strong><span style=\"color: #185a9b;\">Income taxes</span></strong> to properly categorize bookkeeping transactions specifically for your tax entity,</li>\n <li><strong><span style=\"color: #185a9b;\">QuickBooks software</span></strong> operations, time-savers, tricks, tips and traps.</li>\n</ol>\n<p>At Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"/index.php/about-us/\">Learn more about our qualifications</a>.</p>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Key Bookkeeping Skill Sets','','inherit','closed','open','','42-autosave-v1','','','2016-12-07 15:40:40','2016-12-07 15:40:40','',42,'http://www.providentbookkeeping.net/42-autosave-v1/',0,'revision','',0),(175,1,'2015-07-03 21:13:41','2015-07-03 21:13:41','<h4>Five Key Skills A Qualified Quickbooks Consultant Should Have</h4>\r\n<a href=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\"><img class=\"alignleft size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" /></a>\r\n<ol>\r\n <li>Tax Training and Expertise to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\r\n <li>Bookkeeping knowledge and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\r\n <li>Computer operations using Windows, housekeeping and security protection,</li>\r\n <li>Income taxes to properly categorize bookkeeping transactions specifically for your tax entity,</li>\r\n <li>QuickBooks software operations, time-savers, tricks, tips and traps.</li>\r\n</ol>\r\nAt Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"http://www.providentbookkeeping.net/about-us/qualifications/\">Learn more about our qualifications</a>.','Key Bookkeeping Skill Sets','','inherit','closed','open','','42-revision-v1','','','2015-07-03 21:13:41','2015-07-03 21:13:41','',42,'http://www.providentbookkeeping.net/42-revision-v1/',0,'revision','',0),(176,1,'2015-07-03 21:14:02','2015-07-03 21:14:02','<h4>Five Key Skills A Qualified Quickbooks Consultant Should Have</h4>\r\n<a href=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\"><img class=\" size-full wp-image-67 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" /></a>\r\n<ol>\r\n <li>Tax Training and Expertise to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\r\n <li>Bookkeeping knowledge and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\r\n <li>Computer operations using Windows, housekeeping and security protection,</li>\r\n <li>Income taxes to properly categorize bookkeeping transactions specifically for your tax entity,</li>\r\n <li>QuickBooks software operations, time-savers, tricks, tips and traps.</li>\r\n</ol>\r\nAt Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"http://www.providentbookkeeping.net/about-us/qualifications/\">Learn more about our qualifications</a>.','Key Bookkeeping Skill Sets','','inherit','closed','open','','42-revision-v1','','','2015-07-03 21:14:02','2015-07-03 21:14:02','',42,'http://www.providentbookkeeping.net/42-revision-v1/',0,'revision','',0),(177,1,'2015-07-03 21:16:16','2015-07-03 21:16:16','<h4>Five Key Skills A Qualified Quickbooks Consultant Should Have</h4>\r\n<a href=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\"><img class=\" size-full wp-image-67 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" /></a>\r\n<ol>\r\n <li><strong><span style=\"color: #185a9b;\">Tax Training and Expertise</span></strong> to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\r\n <li><strong><span style=\"color: #185a9b;\">Bookkeeping knowledge</span></strong> and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Computer operations</span></strong> using Windows, housekeeping and security protection,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Income taxes</span></strong> to properly categorize bookkeeping transactions specifically for your tax entity,</li>\r\n <li><strong><span style=\"color: #185a9b;\">QuickBooks software</span></strong> operations, time-savers, tricks, tips and traps.</li>\r\n</ol>\r\nAt Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"http://www.providentbookkeeping.net/about-us/qualifications/\">Learn more about our qualifications</a>.','Key Bookkeeping Skill Sets','','inherit','closed','open','','42-revision-v1','','','2015-07-03 21:16:16','2015-07-03 21:16:16','',42,'http://www.providentbookkeeping.net/42-revision-v1/',0,'revision','',0),(181,1,'2015-07-03 21:21:01','2015-07-03 21:21:01','','Kathy 02','','inherit','closed','open','','kathy-02-2','','','2015-07-03 21:21:01','2015-07-03 21:21:01','',24,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathy-02.bmp',0,'attachment','image/bmp',0),(184,1,'2015-07-03 21:24:11','2015-07-03 21:24:11','<table border=\"0\" width=\"650\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td width=\"650\" height=\"60\">\r\n<p align=\"center\"><em><span style=\"color: #000080; font-family: \'Arial Black\'; font-size: large;\">Client Successes</span></em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"650\" height=\"60\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%207-6-12.jpg\" alt=\"\" width=\"650\" height=\"842\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td width=\"650\" height=\"60\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2003-07-2010.jpg\" alt=\"\" width=\"650\" height=\"846\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td width=\"650\" height=\"60\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%202-10-10.jpg\" alt=\"\" width=\"650\" height=\"838\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\" width=\"263\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2008-25-09.jpg\" alt=\"\" width=\"650\" height=\"841\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\" width=\"263\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2006-24-09.jpg\" alt=\"\" width=\"650\" height=\"840\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\" width=\"263\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2010-25-08.jpg\" alt=\"\" width=\"650\" height=\"840\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\" width=\"263\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2003-08.jpg\" alt=\"\" width=\"650\" height=\"846\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\" width=\"263\">\r\n<p align=\"left\"><img src=\"http://www.providentbookkeeping.net/PBS%20Success%20Story%20-%2011-2007.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" /></p>\r\n<p align=\"left\"><span style=\"color: #800000; font-family: \'Arial Black\';\"><img src=\"http://www.providentbookkeeping.net/LM%20Testimonial%20-%20page%202.jpg\" alt=\"\" width=\"650\" height=\"700\" align=\"left\" border=\"1\" vspace=\"10\" /></span></p>\r\n </td>\r\n</tr>\r\n<tr>\r\n<td align=\"center\" width=\"263\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20testimonial%20001.jpg\" alt=\"\" width=\"650\" height=\"368\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td width=\"263\"><img src=\"http://www.providentbookkeeping.net/Testimonial%20-%20BV,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"827\" align=\"left\" border=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td width=\"494\"><img src=\"http://www.providentbookkeeping.net/Testimonial%20-%20Rice,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"608\" align=\"left\" border=\"1\" /> </td>\r\n</tr>\r\n</tbody>\r\n</table>','Client Successes','','inherit','closed','open','','36-revision-v1','','','2015-07-03 21:24:11','2015-07-03 21:24:11','',36,'http://www.providentbookkeeping.net/36-revision-v1/',0,'revision','',0),(185,1,'2015-07-03 21:25:14','2015-07-03 21:25:14','<img src=\"images/PBS%20Success%20Story%207-6-12.jpg\" alt=\"\" width=\"650\" height=\"842\" align=\"left\" border=\"1\" />\n<img src=\"images/PBS%20Success%20Story%20-%2003-07-2010.jpg\" alt=\"\" width=\"650\" height=\"846\" align=\"left\" border=\"1\" />\n<img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%202-10-10.jpg\" alt=\"\" width=\"650\" height=\"838\" align=\"left\" border=\"1\" />\n<img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2008-25-09.jpg\" alt=\"\" width=\"650\" height=\"841\" align=\"left\" border=\"1\" />\n<img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2006-24-09.jpg\" alt=\"\" width=\"650\" height=\"840\" align=\"left\" border=\"1\" />\n<img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2010-25-08.jpg\" alt=\"\" width=\"650\" height=\"840\" align=\"left\" border=\"1\" /></td>\n</tr>\n<tr>\n<td align=\"center\" width=\"263\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20Success%20Story%20-%2003-08.jpg\" alt=\"\" width=\"650\" height=\"846\" align=\"left\" border=\"1\" /></td>\n</tr>\n<tr>\n<td align=\"center\" width=\"263\">\n<p align=\"left\"><img src=\"http://www.providentbookkeeping.net/PBS%20Success%20Story%20-%2011-2007.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" /></p>\n<p align=\"left\"><span style=\"color: #800000; font-family: \'Arial Black\';\"><img src=\"http://www.providentbookkeeping.net/LM%20Testimonial%20-%20page%202.jpg\" alt=\"\" width=\"650\" height=\"700\" align=\"left\" border=\"1\" vspace=\"10\" /></span></p>\n </td>\n</tr>\n<tr>\n<td align=\"center\" width=\"263\"><img src=\"http://www.providentbookkeeping.net/images/PBS%20testimonial%20001.jpg\" alt=\"\" width=\"650\" height=\"368\" align=\"left\" border=\"1\" /></td>\n</tr>\n<tr>\n<td width=\"263\"><img src=\"http://www.providentbookkeeping.net/Testimonial%20-%20BV,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"827\" align=\"left\" border=\"1\" /></td>\n</tr>\n<tr>\n<td width=\"494\"><img src=\"http://www.providentbookkeeping.net/Testimonial%20-%20Rice,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"608\" align=\"left\" border=\"1\" /> </td>\n</tr>\n</tbody>\n</table>','Client Successes','','inherit','closed','open','','36-autosave-v1','','','2015-07-03 21:25:14','2015-07-03 21:25:14','',36,'http://www.providentbookkeeping.net/36-autosave-v1/',0,'revision','',0),(186,1,'2015-07-03 21:27:05','2015-07-03 21:27:05','<img src=\"/images/PBS%20Success%20Story%207-6-12.jpg\" alt=\"\" width=\"650\" height=\"842\" align=\"left\" border=\"1\" />\r\n<img src=\"/images/PBS%20Success%20Story%20-%2003-07-2010.jpg\" alt=\"\" width=\"650\" height=\"846\" align=\"left\" border=\"1\" />\r\n<img src=\"/images/PBS%20Success%20Story%20-%202-10-10.jpg\" alt=\"\" width=\"650\" height=\"838\" align=\"left\" border=\"1\" />\r\n<img src=\"/images/PBS%20Success%20Story%20-%2008-25-09.jpg\" alt=\"\" width=\"650\" height=\"841\" align=\"left\" border=\"1\" />\r\n<img src=\"/images/PBS%20Success%20Story%20-%2006-24-09.jpg\" alt=\"\" width=\"650\" height=\"840\" align=\"left\" border=\"1\" />\r\n<img src=\"/images/PBS%20Success%20Story%20-%2010-25-08.jpg\" alt=\"\" width=\"650\" height=\"840\" align=\"left\" border=\"1\" />\r\n<img src=\"/images/PBS%20Success%20Story%20-%2003-08.jpg\" alt=\"\" width=\"650\" height=\"846\" align=\"left\" border=\"1\" />\r\n<img src=\"/PBS%20Success%20Story%20-%2011-2007.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img src=\"/LM%20Testimonial%20-%20page%202.jpg\" alt=\"\" width=\"650\" height=\"700\" align=\"left\" border=\"1\" />\r\n<img src=\"/images/PBS%20testimonial%20001.jpg\" alt=\"\" width=\"650\" height=\"368\" align=\"left\" border=\"1\" />\r\n<img src=\"/Testimonial%20-%20BV,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"827\" align=\"left\" border=\"1\" />\r\n<img src=\"/Testimonial%20-%20Rice,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"608\" align=\"left\" border=\"1\" />','Client Successes','','inherit','closed','open','','36-revision-v1','','','2015-07-03 21:27:05','2015-07-03 21:27:05','',36,'http://www.providentbookkeeping.net/36-revision-v1/',0,'revision','',0),(187,1,'2015-07-03 21:28:02','2015-07-03 21:28:02','<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%207-6-12.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-07-2010.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%202-10-10.jpg\" alt=\"\" width=\"650\" height=\"838\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2008-25-09.jpg\" alt=\"\" width=\"650\" height=\"841\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2006-24-09.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2010-25-08.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-08.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/PBS%20Success%20Story%20-%2011-2007.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/LM%20Testimonial%20-%20page%202.jpg\" alt=\"\" width=\"650\" height=\"700\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20testimonial%20001.jpg\" alt=\"\" width=\"650\" height=\"368\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20BV,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"827\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20Rice,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"608\" border=\"1\" />','Client Successes','','inherit','closed','open','','36-revision-v1','','','2015-07-03 21:28:02','2015-07-03 21:28:02','',36,'http://www.providentbookkeeping.net/36-revision-v1/',0,'revision','',0),(188,1,'2016-12-07 21:59:31','2016-12-07 21:59:31','<h2 style=\"padding-top: 0px !important;\">Why Choose Us?</h2>\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\n<p><img class=\"alignleft size-full wp-image-189\" src=\"/images/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\n<div style=\"margin:0 auto; width:60%; clear:both;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Choose Us?','','inherit','closed','open','','40-autosave-v1','','','2016-12-07 21:59:31','2016-12-07 21:59:31','',40,'http://www.providentbookkeeping.net/40-autosave-v1/',0,'revision','',0),(189,1,'2015-07-03 21:37:46','2015-07-03 21:37:46','','industries','','inherit','closed','open','','industries','','','2015-07-03 21:37:46','2015-07-03 21:37:46','',40,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg',0,'attachment','image/jpeg',0),(190,1,'2015-07-03 21:37:57','2015-07-03 21:37:57','<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.\r\n\r\nHowever, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-07-03 21:37:57','2015-07-03 21:37:57','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(191,1,'2015-07-03 21:40:26','2015-07-03 21:40:26','','side_image','','inherit','closed','open','','side_image','','','2015-07-03 21:40:26','2015-07-03 21:40:26','',40,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image.jpg',0,'attachment','image/jpeg',0),(192,1,'2015-07-03 21:42:08','2015-07-03 21:42:08','<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.\r\n\r\nHowever, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.\r\n<h4>\r\nWritten Commitments</h4>\r\n<img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.\r\n\r\nOur commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></p>\r\n\r\n<ul>\r\n <li><strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></p>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-07-03 21:42:08','2015-07-03 21:42:08','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(193,1,'2015-07-03 21:42:33','2015-07-03 21:42:33','<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.\r\n\r\nHowever, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.\r\n<h4>Written Commitments</h4>\r\n<img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.\r\n\r\nOur commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.\r\n<p style=\"text-align: center; clear:both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></p>\r\n\r\n<ul>\r\n <li><strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></p>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-07-03 21:42:33','2015-07-03 21:42:33','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(194,1,'2015-07-03 21:43:22','2015-07-03 21:43:22','<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.\r\n\r\nHowever, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.\r\n<h4>Written Commitments</h4>\r\n<img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.\r\n\r\nOur commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-07-03 21:43:22','2015-07-03 21:43:22','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(195,1,'2015-07-03 21:49:27','2015-07-03 21:49:27','','Initial QuickBooks Set-up','','publish','closed','open','','initial-quickbooks-set-up-2','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=195',4,'nav_menu_item','',0),(196,1,'2015-07-03 21:49:27','2015-07-03 21:49:27','','Repair Existing QuickBooks Set-up','','publish','closed','open','','repair-your-existing-quickbooks-set-up-2','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=196',5,'nav_menu_item','',0),(197,1,'2015-07-03 21:49:27','2015-07-03 21:49:27',' ','','','publish','closed','open','','197','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=197',6,'nav_menu_item','',0),(198,1,'2015-07-03 21:49:27','2015-07-03 21:49:27',' ','','','publish','closed','open','','198','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=198',7,'nav_menu_item','',0),(199,1,'2015-07-03 21:49:27','2015-07-03 21:49:27',' ','','','publish','closed','open','','199','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=199',8,'nav_menu_item','',0),(200,1,'2015-07-03 21:49:27','2015-07-03 21:49:27','','On-going QuickBooks Bookkeeping Services','','publish','closed','open','','on-going-quickbooks-bookkeeping-services-2','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=200',9,'nav_menu_item','',0),(201,1,'2015-07-03 21:49:27','2015-07-03 21:49:27','','Overview Services','','publish','closed','open','','overview-services-2','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=201',10,'nav_menu_item','',0),(202,1,'2015-07-03 21:49:27','2015-07-03 21:49:27','','Overview Monitoring and Adjustments','','publish','closed','open','','overview-monitoring-and-adjustments-2','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=202',11,'nav_menu_item','',0),(203,1,'2015-07-03 21:49:27','2015-07-03 21:49:27',' ','','','publish','closed','open','','203','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',2,'http://www.providentbookkeeping.net/?p=203',12,'nav_menu_item','',0),(204,1,'2015-07-03 22:16:30','2015-07-03 22:16:30','<h2 style=\"padding-top: 0px !important;\">Why Bookkeeping Matters</h2>\r\n<h4>What You Will Gain from an Expert QuickBooks Bookkeeper</h4>\r\n<img class=\" size-medium wp-image-169 alignright\" src=\"/images/j0309602.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />\r\n<ol>\r\n <li>You\'ll gain the benefits of a fully-functional professional QuickBooks bookkeeping installation in your small business.</li>\r\n <li>We\'re small business bookkeeping specialists who understand running a small business \"by the numbers.\" You can only manage what you can measure. What gets managed gets done.</li>\r\n <li>A reliable accounting system and accurate bookkeeping is the basis of small business measurement.</li>\r\n <li>Small businesses usually cannot recover easily from decisions made or opportunities lost due to the lack of accurate and timely financial information. It is more difficult to manage a small business than a large business.</li>\r\n <li>You\'ll have accurate, reliable, actionable financial information to develop your short-term and long-term planning decisions with confidence and clarity.</li>\r\n <li>You will quickly and easily to see where you are wasting money and losing opportunities when your small business is operating with a properly established professional QuickBooks bookkeeping installation.</li>\r\n</ol>\r\n<p>Therefore, bookkeeping and accounting for small business owners are mission-critical functions in managing a small business. Kathy will courteously and respectfully train you or your designated team member on how to master QuickBooks bookkeeping in your small business by installing, activating and ensuring your small business is benefiting from a fully-functional professional QuickBooks accounting system.</p>\r\n<p>Not sure what skills a qualified bookkeeper needs? <a href=\"/index.php/why-bookkeeping-matters/key-bookkeeping-skill-sets/\">Learn more...</a></p>\r\n<p>Whether your small business bookkeeping issues involve services for general help, establishment, set-up, repair, reconciliation, balancing, catch-up work, recurring services or periodic overview services, we are ready to prove to you that we are your best and most efficient source to get you caught up fast and keep you out of trouble. <a href=\"/index.php/about-us/client-successes/\">See actual testimonials...</a> <strong>For more information, simply call (949) 583 1040 and ask for Kathy or Tom.</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Bookkeeping Matters','','publish','closed','closed','','why-bookkeeping-matters','','','2016-12-07 21:52:26','2016-12-07 21:52:26','',0,'http://www.providentbookkeeping.net/?page_id=204',5,'page','',0),(205,1,'2015-07-03 22:16:30','2015-07-03 22:16:30','<h4>What You Will Gain from an Expert QuickBooks Bookkeeper</h4>\r\n<img class=\" size-medium wp-image-169 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />\r\n<ol>\r\n <li>You\'ll gain the benefits of a fully-functional professional QuickBooks bookkeeping installation in your small business.</li>\r\n <li>We\'re small business bookkeeping specialists who understand running a small business \"by the numbers.\" You can only manage what you can measure. What gets managed gets done.</li>\r\n <li>A reliable accounting system and accurate bookkeeping is the basis of small business measurement.</li>\r\n <li>Small businesses usually cannot recover easily from decisions made or opportunities lost due to the lack of accurate and timely financial information. It is more difficult to manage a small business than a large business.</li>\r\n <li>You\'ll have accurate, reliable, actionable financial information to develop your short-term and long-term planning decisions with confidence and clarity.</li>\r\n <li>You will quickly and easily to see where you are wasting money and losing opportunities when your small business is operating with a properly established professional QuickBooks bookkeeping installation.</li>\r\n</ol>\r\nTherefore, bookkeeping and accounting for small business owners are mission-critical functions in managing a small business. Kathy will courteously and respectfully train you or your designated team member on how to master QuickBooks bookkeeping in your small business by installing, activating and ensuring your small business is benefiting from a fully-functional professional QuickBooks accounting system.\r\n\r\nNot sure what skills a qualified bookkeeper needs? <a href=\"http://www.providentbookkeeping.net/about-us/key-bookkeeping-skill-sets/\">Learn more...</a>\r\n\r\nWhether your small business bookkeeping issues involve services for general help, establishment, set-up, repair, reconciliation, balancing, catch-up work, recurring services or periodic overview services, we are ready to prove to you that we are your best and most efficient source to get you caught up fast and keep you out of trouble. <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">See actual testimonials...</a> <strong>For more information, simply call (949) 583 1040 and ask for Kathy or Tom.</strong>','Why Bookkeeping Matters','','inherit','closed','open','','204-revision-v1','','','2015-07-03 22:16:30','2015-07-03 22:16:30','',204,'http://www.providentbookkeeping.net/204-revision-v1/',0,'revision','',0),(206,1,'2015-07-03 22:21:25','2015-07-03 22:21:25','<h2 style=\"padding-top: 0px !important;\">25 Years of CPA-Level Experience</h2>\r\n<h4><img class=\"alignleft size-full wp-image-207\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285025.jpg\" alt=\"\" width=\"150\" height=\"229\" />Ensures Your Small Business Bookkeeping is Properly Done and Acceptable to Your CPA or Tax Preparer</h4>\r\n<p>No matter how skilled your CPA is, if your bookkeeping is deficient, your tax return will be compromised. Your CPA can’t go beyond the information submitted by your bookkeeper, and your CPA is prevented by law from making up data your bookkeeper missed.</p>\r\n<p>With us, you\'ll get a professional result because we\'ve got a track record of over 25 years of CPA firm experience in small business bookkeeping. We know how to coordinate with your CPA at their level. For example, we have the small business bookkeeping experience in QuickBooks to correctly determine the following issues:</p>\r\n<ul style=\"clear:both;\">\r\n <li>Which QuickBooks and bookkeeping issues may affect your taxes by tax entity (S or C corporation, LLC, etc.)</li>\r\n <li>What questions to ask your CPA about any unique tax issues affecting your QuickBooks bookkeeping,</li>\r\n <li>What degree of detail your CPA prefers in your chart of accounts in your bookkeeping set up,</li>\r\n <li>How to set up your bookkeeping according to your CPA\'s preferences, including:\r\n<ul>\r\n <li>Whether to segregate owner compensation and fringes for health care professionals,</li>\r\n <li>Whether to establish job costing, what costs to track and how to allocate overhead,</li>\r\n <li>How to format reports for tracking gross profit by project,</li>\r\n <li>How to establish the equity section of the balance sheet to show owners\' draws and equity investment,</li>\r\n</ul>\r\n</li>\r\n <li>How your CPA prefers to track unique or industry-specific income or expenses which we can set up in your bookkeeping,</li>\r\n <li>How to adjust and close out the books at the end of the tax year, including:\r\n<ul>\r\n <li>Proper bank reconciliations of all checking, savings and money market accounts,</li>\r\n <li>Determination of ending balances for loans and lines of credit,</li>\r\n <li>Reconciliation of inter-company balances between related entities,</li>\r\n <li>Analysis, review and adjustment of shareholder, member or partner loan accounts,</li>\r\n <li>Reconciliation of accounts receivable and payable,</li>\r\n <li>Accruals of expenses for accrual-basis entities,</li>\r\n <li>Analysis and adjustment of customer deposits, unearned income or gift certificates,</li>\r\n <li>Analysis and adjustment of fixed assets and accumulated depreciation,</li>\r\n</ul>\r\n</li>\r\n <li>How to categorize your transactions in your bookkeeping for maximum tax savings, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>How to track ownership perquisites in your bookkeeping, including health care premiums or medical expense reimbursements,</li>\r\n <li>Whether to classify health insurance premiums in your bookkeeping as salary for owners of pass-through entities,</li>\r\n <li>How your CPA wants to track auto, business meals and entertainment expenses in your bookkeeping,</li>\r\n</ul>\r\n</li>\r\n <li>How to present your bookkeeping for easy CPA review,</li>\r\n <li>How to record your bookkeeping transactions so your books will provide the support you need in case of a tax audit</li>\r\n <li>How to present your bookkeeping to your CPA so it will save them time to reduce your fees without compromising your safety and peace of mind.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','CPA-Level Experience','','publish','closed','closed','','cpa-level-experience','','','2015-09-30 00:53:57','2015-09-30 00:53:57','',24,'http://www.providentbookkeeping.net/?page_id=206',5,'page','',0),(207,1,'2015-07-03 22:21:11','2015-07-03 22:21:11','','','','inherit','closed','open','','j0285025','','','2015-07-03 22:21:18','2015-07-03 22:21:18','',206,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285025.jpg',0,'attachment','image/jpeg',0),(208,1,'2015-07-03 22:21:25','2015-07-03 22:21:25','<h2>25 Years of CPA-Level Experience</h2>\r\n<h4><img class=\"alignleft size-full wp-image-207\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285025.jpg\" alt=\"\" width=\"150\" height=\"229\" />Ensures Your Small Business Bookkeeping is Properly Done and Acceptable to Your CPA or Tax Preparer</h4>\r\nNo matter how skilled your CPA is, if your bookkeeping is deficient, your tax return will be compromised. Your CPA can’t go beyond the information submitted by your bookkeeper, and your CPA is prevented by law from making up data your bookkeeper missed.\r\n\r\nWith us, you\'ll get a professional result because we\'ve got a track record of over 25 years of CPA firm experience in small business bookkeeping. We know how to coordinate with your CPA at their level. For example, we have the small business bookkeeping experience in QuickBooks to correctly determine the following issues:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Which QuickBooks and bookkeeping issues may affect your taxes by tax entity (S or C corporation, LLC, etc.)</li>\r\n <li>What questions to ask your CPA about any unique tax issues affecting your QuickBooks bookkeeping,</li>\r\n <li>What degree of detail your CPA prefers in your chart of accounts in your bookkeeping set up,</li>\r\n <li>How to set up your bookkeeping according to your CPA\'s preferences, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Whether to segregate owner compensation and fringes for health care professionals,</li>\r\n <li>Whether to establish job costing, what costs to track and how to allocate overhead,</li>\r\n <li>How to format reports for tracking gross profit by project,</li>\r\n <li>How to establish the equity section of the balance sheet to show owners\' draws and equity investment,</li>\r\n</ul>\r\n</li>\r\n <li>How your CPA prefers to track unique or industry-specific income or expenses which we can set up in your bookkeeping,</li>\r\n <li>How to adjust and close out the books at the end of the tax year, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Proper bank reconciliations of all checking, savings and money market accounts,</li>\r\n <li>Determination of ending balances for loans and lines of credit,</li>\r\n <li>Reconciliation of inter-company balances between related entities,</li>\r\n <li>Analysis, review and adjustment of shareholder, member or partner loan accounts,</li>\r\n <li>Reconciliation of accounts receivable and payable,</li>\r\n <li>Accruals of expenses for accrual-basis entities,</li>\r\n <li>Analysis and adjustment of customer deposits, unearned income or gift certificates,</li>\r\n <li>Analysis and adjustment of fixed assets and accumulated depreciation,</li>\r\n</ul>\r\n</li>\r\n <li>How to categorize your transactions in your bookkeeping for maximum tax savings, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>How to track ownership perquisites in your bookkeeping, including health care premiums or medical expense reimbursements,</li>\r\n <li>Whether to classify health insurance premiums in your bookkeeping as salary for owners of pass-through entities,</li>\r\n <li>How your CPA wants to track auto, business meals and entertainment expenses in your bookkeeping,</li>\r\n</ul>\r\n</li>\r\n <li>How to present your bookkeeping for easy CPA review,</li>\r\n <li>How to record your bookkeeping transactions so your books will provide the support you need in case of a tax audit</li>\r\n <li>How to present your bookkeeping to your CPA so it will save them time to reduce your fees without compromising your safety and peace of mind.</li>\r\n</ul>','Our Experience','','inherit','closed','open','','206-revision-v1','','','2015-07-03 22:21:25','2015-07-03 22:21:25','',206,'http://www.providentbookkeeping.net/206-revision-v1/',0,'revision','',0),(209,1,'2015-07-03 22:27:38','2015-07-03 22:27:38','<h2 style=\"padding-top: 0px !important;\">Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"/images/MACHINE.jpg\" alt=\"Manufacturers and Distributors\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"/images/j0409116.jpg\" alt=\"Professionals\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"/images/J0285009.jpg\" alt=\"Service Providers\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-213\" src=\"/images/j0409078.jpg\" alt=\"Retailers and Wholesalers\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-214\" src=\"/images/CONSTRUC.jpg\" alt=\"Trades\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>\r\n<hr />\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Industry Expertise','','publish','closed','closed','','industry-expertise','','','2016-12-07 21:55:01','2016-12-07 21:55:01','',24,'http://www.providentbookkeeping.net/?page_id=209',4,'page','',0),(210,1,'2015-07-03 22:24:35','2015-07-03 22:24:35','','MACHINE','','inherit','closed','open','','machine','','','2015-07-03 22:24:35','2015-07-03 22:24:35','',209,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg',0,'attachment','image/jpeg',0),(211,1,'2015-07-03 22:25:01','2015-07-03 22:25:01','','j0409116','','inherit','closed','open','','j0409116','','','2015-07-03 22:25:01','2015-07-03 22:25:01','',209,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116.jpg',0,'attachment','image/jpeg',0),(212,1,'2015-07-03 22:26:27','2015-07-03 22:26:27','','J0285009','','inherit','closed','open','','j0285009','','','2015-07-03 22:26:27','2015-07-03 22:26:27','',209,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg',0,'attachment','image/jpeg',0),(213,1,'2015-07-03 22:27:14','2015-07-03 22:27:14','','j0409078','','inherit','closed','open','','j0409078','','','2015-07-03 22:27:14','2015-07-03 22:27:14','',209,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg',0,'attachment','image/jpeg',0),(214,1,'2015-07-03 22:27:31','2015-07-03 22:27:31','','CONSTRUC','','inherit','closed','open','','construc','','','2015-07-03 22:27:31','2015-07-03 22:27:31','',209,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg',0,'attachment','image/jpeg',0),(215,1,'2015-07-03 22:27:38','2015-07-03 22:27:38','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:27:38','2015-07-03 22:27:38','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(216,1,'2015-07-03 22:28:47','2015-07-03 22:28:47',' ','','','publish','closed','open','','216','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',24,'http://www.providentbookkeeping.net/?p=216',26,'nav_menu_item','',0),(217,1,'2015-07-03 22:28:47','2015-07-03 22:28:47',' ','','','publish','closed','open','','217','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',24,'http://www.providentbookkeeping.net/?p=217',27,'nav_menu_item','',0),(218,1,'2015-07-03 22:29:19','2015-07-03 22:29:19',' ','','','publish','closed','open','','218','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',24,'http://www.providentbookkeeping.net/?p=218',5,'nav_menu_item','',0),(219,1,'2015-07-03 22:29:19','2015-07-03 22:29:19',' ','','','publish','closed','open','','219','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',24,'http://www.providentbookkeeping.net/?p=219',6,'nav_menu_item','',0),(221,1,'2015-07-03 22:32:43','2015-07-03 22:32:43',' ','','','publish','closed','open','','221','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=221',18,'nav_menu_item','',0),(222,1,'2015-07-03 22:33:56','2015-07-03 22:33:56','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:33:56','2015-07-03 22:33:56','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(223,1,'2015-07-03 22:34:38','2015-07-03 22:34:38','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /></h5>\r\n\r\n<hr />\r\n\r\n<h5>Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:34:38','2015-07-03 22:34:38','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(224,1,'2015-07-03 22:35:18','2015-07-03 22:35:18','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:35:18','2015-07-03 22:35:18','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(225,1,'2015-07-03 22:35:46','2015-07-03 22:35:46','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:35:46','2015-07-03 22:35:46','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(226,1,'2015-07-03 22:36:30','2015-07-03 22:36:30','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /></h5>\r\n\r\n<hr />\r\n\r\n<h5>Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:36:30','2015-07-03 22:36:30','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(227,1,'2015-07-03 22:36:43','2015-07-03 22:36:43','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:36:43','2015-07-03 22:36:43','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(228,1,'2015-07-03 22:37:01','2015-07-03 22:37:01','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n\r\n<hr />\r\n\r\n \r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:37:01','2015-07-03 22:37:01','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(229,1,'2015-07-03 22:37:18','2015-07-03 22:37:18','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</h5>\r\nPlastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging\r\nAutomotive, aftercare and specialty products, health care products and publishing\r\n\r\nJewelry, computer software and components\r\n\r\nFood distributors, warehousing and trucking\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</h5>\r\nFine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes\r\n\r\nLaw firms, engineers, architects, designers and insurance agencies\r\n\r\nProfessional associations and non-profit organizations\r\n\r\nEvent planners, charity golf tournament organizers\r\n\r\nPhysicians, dentists, physical therapists, veterinarians and chiropractors\r\n\r\nMedical laboratories, clinics and health supplements\r\n\r\nClergy\r\n\r\n<hr />\r\n\r\n<h5><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</h5>\r\nOffice leasing and executive suites, advertising, manufacturers representatives, print media and marketing\r\nDelivery, trucking and warehousing, personnel leasing and executive search firms\r\n\r\nPrivate schools, learning and self-help, loan packaging, loan brokers and loan companies\r\n\r\nRecording studios, computer service bureaus, shared satellite television systems\r\n\r\nDry cleaners and service stations, real estate brokers and rental activities\r\n\r\n<hr />\r\n\r\n<h5><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</h5>\r\nAuto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries\r\nWarehousing, trucking, transportation and distribution\r\n\r\nAthletic supplies and services, photo studios, video rental, photo processing\r\n\r\nHardware, women’s apparel, auto body shops, computer products, parts and software\r\n\r\nCitrus picking, packing and distribution, travel agencies and group tour operators\r\n\r\nPublishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket\r\n\r\nFast food, theme-based and full service restaurants\r\n\r\n<hr />\r\n\r\n<h5><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</h5>\r\nElectrical, home improvements and roofing\r\nStructural repairs, catastrophe restoration\r\n\r\nFurniture repair and security systems\r\n\r\nIndustrial lighting, and floor care, carpet sales, restorative construction\r\n\r\nTile setters and wood working shops\r\n\r\nTire retailers, towing services and auto repair','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-03 22:37:18','2015-07-03 22:37:18','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(231,1,'2016-12-07 21:57:27','2016-12-07 21:57:27','<h2 style=\"padding-top: 0px !important;\">Both Hourly and Flat Rate Arrangements Are Available</h2>\n<h4><img class=\"alignright size-full wp-image-67\" src=\"/images/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\n<ul>\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\n</ul>\n<p>Time-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\n<p>No charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\n<h4>Flat Rate</h4>\n<p><img class=\"alignleft size-full wp-image-232\" src=\"/images/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:</p>\n<p><strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/new-installations/\">Learn more...</a></p>\n<p><strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a></p>\n<p><strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.</p>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Flexible Compensation Structure','','inherit','closed','open','','22-autosave-v1','','','2016-12-07 21:57:27','2016-12-07 21:57:27','',22,'http://www.providentbookkeeping.net/22-autosave-v1/',0,'revision','',0),(232,1,'2015-07-05 17:26:31','2015-07-05 17:26:31','','Flat Rates','','inherit','closed','open','','j0399364','','','2015-07-05 17:26:43','2015-07-05 17:26:43','',22,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg',0,'attachment','image/jpeg',0),(233,1,'2015-07-05 17:28:47','2015-07-05 17:28:47','<h2>Both Hourly and Flat Rate Arrangements Are Available</h2>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul style=\"font-weight: normal; font-size: 1.3em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nTime-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\nNo charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Flat Rate</h4>\r\n<img class=\"alignleft size-full wp-image-232\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:\r\n\r\n<strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"services/new-installations/\">Learn more...</a>\r\n\r\n<strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a>\r\n\r\n<strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.','Rates','','inherit','closed','open','','22-revision-v1','','','2015-07-05 17:28:47','2015-07-05 17:28:47','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(234,1,'2015-07-05 17:29:10','2015-07-05 17:29:10','<h3>Both Hourly and Flat Rate Arrangements Are Available</h3>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul style=\"font-weight: normal; font-size: 1.2em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nTime-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\nNo charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Flat Rate</h4>\r\n<img class=\"alignleft size-full wp-image-232\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:\r\n\r\n<strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"services/new-installations/\">Learn more...</a>\r\n\r\n<strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a>\r\n\r\n<strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.','Rates','','inherit','closed','open','','22-revision-v1','','','2015-07-05 17:29:10','2015-07-05 17:29:10','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(235,1,'2015-07-05 17:29:24','2015-07-05 17:29:24','<h3>Both Hourly and Flat Rate Arrangements Are Available</h3>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul style=\"font-weight: normal; font-size: 1.1em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nTime-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\nNo charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Flat Rate</h4>\r\n<img class=\"alignleft size-full wp-image-232\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:\r\n\r\n<strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"services/new-installations/\">Learn more...</a>\r\n\r\n<strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a>\r\n\r\n<strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.','Rates','','inherit','closed','open','','22-revision-v1','','','2015-07-05 17:29:24','2015-07-05 17:29:24','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(236,1,'2015-07-05 17:31:42','2015-07-05 17:31:42','<h4>New Small Business Clients Tell Us About Their Distressing Experiences With Their Prior Bargain Bookkeeping Services</h4>\r\nMost of our clients have had prior unsatisfactory experiences with bargain-priced bookkeepers. They come to us after realizing that cutting costs for small business bookkeeping is false economy. Bargain bookkeeping leads to wasted time, wasted money and, often, lost opportunities for not being able to make sound small business decisions because their bookkeeping was either not accurate, not detailed enough, not reliable or not up to date.\r\n\r\nSavvy small business owners have learned that bargain hunting is not wise for fulfilling a mission-critical small business function such as bookkeeping. (And, that\'s why inexperienced small business owners usually insist on price-shopping and selecting only bargain-priced bookkeepers.) Because we appeal to seasoned clients, we have the privilege of serving <em><strong>fabulous</strong></em> clients who recognize and appreciate <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">what we do for them and how we do it</a> for over 30 years.\r\n\r\nMoreover, bargain priced bookkeepers don\'t know enough about basic bookkeeping and small business operations to realize that they don\'t have a sustainable structure. That means they do not have the experience to guide you in your small business because they do not know their own small business structure. And, they usually do not stay in small business long enough to serve you in the long term.\r\n\r\nThat\'s why our clients have realized that bargain bookkeepers are no bargain. They tell us that their prior unsatisfactory experiences include:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>Wrong or inaccurate numbers on reports or books</li>\r\n <li>Untimely or missing reports</li>\r\n <li>Fines or penalties for omitted, late or inaccurate tax returns or agency reports</li>\r\n <li>Uncertainty about accuracy of sales tax, payroll tax or workers compensation reports</li>\r\n <li>Inability to produce certified payroll</li>\r\n <li>Can\'t get straight answers to simple questions about your books</li>\r\n <li>Sudden disappearances or departures of bookkeeper</li>\r\n <li>Not sure QuickBooks is set up correctly or working properly to full capacity</li>\r\n <li>Backlogged or incomplete work</li>\r\n <li>Forced bank reconciliations (plugging in fictitious numbers to falsify the reconciliation)</li>\r\n <li>Books out of balance forcing QuickBooks to generate temporary balancing accounts</li>\r\n <li>Refusal or inability to use modern methods to save time and money</li>\r\n <li>Not keeping up to date with advances and new time-saving technology</li>\r\n <li>Continuing confusion or errors on payroll and payroll tax returns</li>\r\n <li>Business transactions from owner\'s personal expenditures, credit cards, advances, loans or lines of credit not property incorporated into small business books</li>\r\n <li>Petty cash not properly established, replenished or classified on books</li>\r\n <li>Depreciation not considered or incorporated in formal reports to owners for planning</li>\r\n <li>Duplicate work or meaningless repetitive work</li>\r\n <li>Over-utilization of time-consuming Excel or Word templates to do bookkeeping or financial functions available in QuickBooks</li>\r\n <li>Unaware or under-utilization of integrated small business features in QuickBooks</li>\r\n <li>Unexplained balances, transactions or accounts</li>\r\n <li>Mysterious transactions or accounts set up</li>\r\n <li>Unavailability of costs by job, department, location or division</li>\r\n <li>Expenses and costs not segregated enough to determine costs to set prices properly</li>\r\n <li>Equity balances do not agree to prior year tax returns</li>\r\n <li>Unfamiliar with accounting on the cash basis or accrual basis for tax returns</li>\r\n <li>Not sure when an accounting event has occurred, so critical transactions could be omitted or entered in the wrong year</li>\r\n <li>Unfamiliar with basic bookkeeping principles, debits and credits, balancing, error detection, checking procedures and correct reconciliation procedures</li>\r\n <li>Payroll not entered or downloaded by individual employee for proper bank reconciliations</li>\r\n <li>Unfamiliar with downloading transactions from bank or credit card accounts</li>\r\n <li>Chart of accounts too lengthy, too short or incompatible with company operating basis</li>\r\n <li>Misclassification of expenses, income, loan proceeds, loans to or from owners, purchases or leases</li>\r\n <li>Omitted transactions, including small business expenses paid personally by owners</li>\r\n <li>Frequent or recurring mistakes</li>\r\n <li>Accounts receivable or accounts payable do not agree to customer or vendor records</li>\r\n <li>Backwards balances in accounts or books (negative receivables, etc.)</li>\r\n <li>Increasing reliance on outside tax preparer for answering bookkeeping questions</li>\r\n <li>Unexplained heavy workload</li>\r\n <li>Inaccurate or nonsensical reports</li>\r\n <li>Unavailable information</li>\r\n <li>Continuous excuses for unexplained or unanswered questions</li>\r\n <li>Costs or expenses improperly classified</li>\r\n <li>Late or unexplained absent work or reports</li>\r\n <li>Unusually long time required to do basic or routine tasks</li>\r\n <li>Broken promises</li>\r\n <li>Unexplained increasing billing</li>\r\n <li>Continuous problems or errors</li>\r\n <li>Diminishing responsibility for incomplete tasks or missed deadlines</li>\r\n <li>Personal problems or family issues conflicting with work assignments</li>\r\n <li>Untidy or disorganized work area, files or documents</li>\r\n <li>Missing or unavailable company files or valuable documents</li>\r\n <li>Company source documents taken off work premises</li>\r\n <li>And more...</li>\r\n</ul>\r\nWe know bookkeeping is a mission-critical function to developing accurate financial information for running your small business by the numbers. Moreover, accurate\r\nbookkeeping is critical for reducing taxes and providing reliable information to support you if your tax returns are audited.\r\n\r\nWe\'re experts in QuickBooks bookkeeping and accounting for small businesses with expertise in over 92 industries with over 30 years of experience based in Orange County (OC), Southern California since 1975. That means we know how to accurately assess your situation and quickly formulate a cost-effective service plan to accomplish your objectives.\r\n\r\nWe believe Mr. Ruskin had the right idea when he advised the following:\r\n\r\n<img class=\"alignleft size-medium wp-image-141\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0314331-300x300.jpg\" alt=\"Money!\" width=\"300\" height=\"300\" />\"It is unwise to pay too much, but it is worse to pay too little.\r\n\r\nWhen you pay too much, you lose a little money - that is all.\r\n\r\nWhen you pay too little you sometimes lose everything because the thing you bought was incapable of doing the thing it was bought to do.\r\n\r\nThe common law of business balance prohibits paying too little and getting a lot - it cannot be done.\r\n\r\nIf you deal with the lowest bidder, it is well to add something for the risk you run, and if you do that, you will have enough to pay for something better.\"\r\n\r\n<strong>John Ruskin\r\n</strong><em>(1819-1900)\r\n</em><em>British Author, Artist, Essayist and Critic</em>','Note to Bargain Shoppers','','inherit','closed','open','','140-revision-v1','','','2015-07-05 17:31:42','2015-07-05 17:31:42','',140,'http://www.providentbookkeeping.net/140-revision-v1/',0,'revision','',0),(237,1,'2015-07-05 17:32:32','2015-07-05 17:32:32','<h3>Both Hourly and Flat Rate Arrangements Are Available</h3>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\nTime-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)\r\n<ul style=\"font-weight: normal; font-size: 1.1em;\">\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\nTime-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.\r\n\r\nNo charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.\r\n<h4>Flat Rate</h4>\r\n<img class=\"alignleft size-full wp-image-232\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:\r\n\r\n<strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/new-installations/\">Learn more...</a>\r\n\r\n<strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a>\r\n\r\n<strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.','Rates','','inherit','closed','open','','22-revision-v1','','','2015-07-05 17:32:32','2015-07-05 17:32:32','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(238,1,'2015-07-05 17:33:49','2015-07-05 17:33:49','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Quality Service You Can Count On</h4>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-05 17:33:49','2015-07-05 17:33:49','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(239,1,'2015-07-05 17:36:40','2015-07-05 17:36:40','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<p align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></p>\r\n<p align=\"center\">Please ask for Kathy or Tom</p>\r\n<h2 align=\"center\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p align=\"center\">To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></p>\r\n<p align=\"center\">To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></p>\r\n<p align=\"center\">U.S. P.O. Box 1120, Lake Forest, Orange County (OC), Southern California 92609-1120</p>\r\n<p align=\"center\">Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-05 17:36:40','2015-07-05 17:36:40','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(240,1,'2015-07-05 17:47:31','2015-07-05 17:47:31','<style> table#cpitable th p { color:#FFF !important; font-weight:bold; font-size:1.5em; } </style>\r\n<h2>Inflation and CPI Rates</h2>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<p style=\"font-size:11px !important;\"><strong>Source:</strong> Financial Trend Forecaster</p>\r\n<p style=\"padding-top:20px;\"><strong>How Do I Calculate the Inflation Rate?</strong></p>\r\n<p>The following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.</p>\r\n<p>If you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.</p>\r\n<p><strong>The Formula for Calculating Inflation</strong></p>\r\n<p>The formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0</p>\r\n<p>By looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.</p>\r\n<p>What good does knowing that it moved 85 do? Not much. We still need a method of comparison.</p>\r\n<p>Since we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.</p>\r\n<p>So the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.</p>\r\n<p><strong>Calculating a Specific Inflation Rate</strong></p>\r\n<p>Normally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.</p>\r\n<p>Fortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.</p>\r\n<p>The formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\n<p>which equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.</p>\r\n<p><strong>What happens if prices went down?</strong></p>\r\n<p>If prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:</p>\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\n<p>which equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).</p>','Inflation and CPI Rates','','draft','closed','closed','','inflation-and-cpi-rates','','','2015-08-16 21:38:12','2015-08-16 21:38:12','',22,'http://www.providentbookkeeping.net/?page_id=240',1,'page','',0),(241,1,'2015-07-05 17:47:31','2015-07-05 17:47:31','<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n\r\n \r\n\r\n<h4>Current Consumer Price Index Table</h4>\r\n\r\n \r\n\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<strong>Source:</strong> Financial Trend Forecaster\r\n<h5>\r\nHow Do I Calculate the Inflation Rate?</h5>\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.\r\n<h5>\r\nThe Formula for Calculating Inflation</h5>\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n<h5>\r\nCalculating a Specific Inflation Rate</h5>\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.\r\n<h5>\r\nWhat happens if prices went down?</h5>\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-05 17:47:31','2015-07-05 17:47:31','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(242,1,'2015-07-05 17:48:34','2015-07-05 17:48:34','<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<strong>Source:</strong> Financial Trend Forecaster\r\n<h5>How Do I Calculate the Inflation Rate?</h5>\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.\r\n<h5>The Formula for Calculating Inflation</h5>\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n<h5>Calculating a Specific Inflation Rate</h5>\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.\r\n<h5>What happens if prices went down?</h5>\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-05 17:48:34','2015-07-05 17:48:34','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(243,1,'2015-07-16 02:14:02','2015-07-16 02:14:02','<style> table#cpitable th p { color:#FFF !important; font-weight:bold; font-size:1.5em; } </style>\n<h2>Inflation and CPI Rates</h2>\n<h4>Current Consumer Price Index</h4>\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\n<h4>Current Consumer Price Index Table</h4>\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\n<h4>Current Inflation Rate Table</h4>\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\n<strong>Source:</strong> Financial Trend Forecaster\n<p><strong>How Do I Calculate the Inflation Rate?</strong></p>\n<p>The following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.</p>\n<p>\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.</p>\n<p><h5>The Formula for Calculating Inflation</h5></p>\n<p>The formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0</p>\n<p>\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.</p>\n<p>\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.</p>\n<p>\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.</p>\n<p>\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.</p>\n<p><h5>Calculating a Specific Inflation Rate</h5></p>\n<p>Normally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.</p>\n<p>\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.</p>\n<p>\nThe formula for calculating the Inflation Rate looks like this:\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\n<p style=\"text-align: center;\">((185-178)/178)*100\nor\n(7/178)*100\nor\n0.0393*100</p>\n<p>which equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.</p>\n<p><h5>What happens if prices went down?</h5></p>\n<p>If prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:</p>\n<p style=\"text-align: center;\">((185-189)/189)*100\nor\n(-4/189)*100\nor\n-0.021*100</p>\n<p>which equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).</p>','Inflation and CPI Rates','','inherit','closed','open','','240-autosave-v1','','','2015-07-16 02:14:02','2015-07-16 02:14:02','',240,'http://www.providentbookkeeping.net/240-autosave-v1/',0,'revision','',0),(244,1,'2015-07-05 17:55:37','2015-07-05 17:55:37','<style>table#cpitable th { color:#FFF !important; }</style>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<strong>Source:</strong> Financial Trend Forecaster\r\n<h5>How Do I Calculate the Inflation Rate?</h5>\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.\r\n<h5>The Formula for Calculating Inflation</h5>\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n<h5>Calculating a Specific Inflation Rate</h5>\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.\r\n<h5>What happens if prices went down?</h5>\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-05 17:55:37','2015-07-05 17:55:37','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(245,1,'2015-07-05 17:56:11','2015-07-05 17:56:11','<style> table#cpitable th p { color:#FFF !important; } </style>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<strong>Source:</strong> Financial Trend Forecaster\r\n<h5>How Do I Calculate the Inflation Rate?</h5>\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.\r\n<h5>The Formula for Calculating Inflation</h5>\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n<h5>Calculating a Specific Inflation Rate</h5>\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.\r\n<h5>What happens if prices went down?</h5>\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-05 17:56:11','2015-07-05 17:56:11','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(246,1,'2015-07-05 17:56:58','2015-07-05 17:56:58','<style> table#cpitable th p { color:#FFF !important; font-weight:bold; font-size:1.5em; } </style>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<strong>Source:</strong> Financial Trend Forecaster\r\n<h5>How Do I Calculate the Inflation Rate?</h5>\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.\r\n<h5>The Formula for Calculating Inflation</h5>\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n<h5>Calculating a Specific Inflation Rate</h5>\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.\r\n<h5>What happens if prices went down?</h5>\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-05 17:56:58','2015-07-05 17:56:58','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(247,1,'2015-07-05 17:58:20','2015-07-05 17:58:20','','Rates Sidebar','','publish','closed','closed','','rates-sidebar','','','2015-07-05 17:58:20','2015-07-05 17:58:20','',0,'http://www.providentbookkeeping.net/?post_type=sidebar&p=247',0,'sidebar','',0),(248,1,'2015-07-05 17:58:17','0000-00-00 00:00:00','','','','publish','closed','open','','','','','2015-07-05 17:58:17','0000-00-00 00:00:00','',247,'http://www.providentbookkeeping.net/?post_type=sidebar_group&p=248',1,'condition_group','',0),(251,1,'2015-07-05 17:59:43','2015-07-05 17:59:43',' ','','','publish','closed','open','','251','','','2015-08-18 18:28:22','2015-08-18 18:28:22','',0,'http://www.providentbookkeeping.net/?p=251',2,'nav_menu_item','',0),(253,1,'2015-07-05 17:59:43','2015-07-05 17:59:43',' ','','','publish','closed','open','','253','','','2015-08-18 18:28:22','2015-08-18 18:28:22','',22,'http://www.providentbookkeeping.net/?p=253',3,'nav_menu_item','',0),(255,1,'2015-07-05 18:00:20','2015-07-05 18:00:20',' ','','','publish','closed','open','','255','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',22,'http://www.providentbookkeeping.net/?p=255',17,'nav_menu_item','',0),(257,1,'2015-07-05 18:06:30','2015-07-05 18:06:30',' ','','','publish','closed','open','','rates-overview','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=257',16,'nav_menu_item','',0),(258,1,'2015-07-05 18:07:07','2015-07-05 18:07:07','','What Our Services Do for You','','publish','closed','open','','services-overview-2','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=258',3,'nav_menu_item','',0),(260,1,'2015-07-06 23:14:11','2015-07-06 23:14:11','','Business Team Signing Contract','Young caucasian businesswoman with african american man','inherit','closed','open','','business-team-signing-contract','','','2015-07-06 23:14:11','2015-07-06 23:14:11','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MP9004484781.jpg',0,'attachment','image/jpeg',0),(261,1,'2015-07-06 23:18:38','2015-07-06 23:18:38','','quality of service','','inherit','closed','open','','mp9004434971','','','2015-07-06 23:18:47','2015-07-06 23:18:47','',0,'http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MP9004434971.jpg',0,'attachment','image/jpeg',0),(262,1,'2015-07-06 23:46:28','2015-07-06 23:46:28','<h4>How We Would Fix Your QuickBooks Bookkeeping Problems</h4>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-06 23:46:28','2015-07-06 23:46:28','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(263,1,'2015-07-06 23:47:16','2015-07-06 23:47:16','<h1>Quality Service You Can Count On</h1>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Quality Service You Can Count On','','publish','closed','closed','','quality-service','','','2016-12-07 22:00:53','2016-12-07 22:00:53','',0,'http://www.providentbookkeeping.net/?page_id=263',3,'page','',0),(264,1,'2015-07-06 23:47:16','2015-07-06 23:47:16','<h4>Quality Service You Can Count On</h4>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>','Quality of Service You Can Count On','','inherit','closed','open','','263-revision-v1','','','2015-07-06 23:47:16','2015-07-06 23:47:16','',263,'http://www.providentbookkeeping.net/263-revision-v1/',0,'revision','',0),(265,1,'2015-07-06 23:48:38','2015-07-06 23:48:38','<h4>The Quality of Service You Can Count On</h4>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>','Quality Service You Can Count On','','inherit','closed','open','','263-revision-v1','','','2015-07-06 23:48:38','2015-07-06 23:48:38','',263,'http://www.providentbookkeeping.net/263-revision-v1/',0,'revision','',0),(266,1,'2015-07-06 23:51:29','2015-07-06 23:51:29','','Quality of Service','','publish','closed','open','','266','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=266',13,'nav_menu_item','',0),(267,1,'2015-07-06 23:51:29','2015-07-06 23:51:29',' ','','','publish','closed','open','','267','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=267',21,'nav_menu_item','',0),(269,1,'2015-07-13 16:58:32','2015-07-13 16:58:32','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<p align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></p>\r\n<p align=\"center\">Please ask for Kathy or Tom</p>\r\n<h2 align=\"center\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p align=\"center\">To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></p>\r\n<p align=\"center\">To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></p>\r\n<p align=\"center\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</p>\r\n<p align=\"center\">Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-13 16:58:32','2015-07-13 16:58:32','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(270,1,'2015-07-14 01:25:39','2015-07-14 01:25:39','<h4>What Provident Bookkeeping is All About</h4>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>','About Us','','inherit','closed','open','','24-revision-v1','','','2015-07-14 01:25:39','2015-07-14 01:25:39','',24,'http://www.providentbookkeeping.net/24-revision-v1/',0,'revision','',0),(271,1,'2015-07-14 01:34:01','2015-07-14 01:34:01','<h4 style=\"font-family: Arial Black, Gadget, sans-serif !important; font-size: 24px !important; font-weight: bold !important; color:#808000 !important; text-align:center;\">What Provident Bookkeeping is All About</h4>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>','About Us','','inherit','closed','open','','24-revision-v1','','','2015-07-14 01:34:01','2015-07-14 01:34:01','',24,'http://www.providentbookkeeping.net/24-revision-v1/',0,'revision','',0),(272,1,'2015-07-16 01:23:33','2015-07-16 01:23:33','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-07-16 01:23:33','2015-07-16 01:23:33','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(273,1,'2015-07-16 01:35:36','2015-07-16 01:35:36','<h1>The Quality of Service You Can Count On</h1>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>','Quality Service You Can Count On','','inherit','closed','open','','263-revision-v1','','','2015-07-16 01:35:36','2015-07-16 01:35:36','',263,'http://www.providentbookkeeping.net/263-revision-v1/',0,'revision','',0),(274,1,'2015-07-16 01:35:59','2015-07-16 01:35:59','<h1>Quality Service You Can Count On</h1>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>','Quality Service You Can Count On','','inherit','closed','open','','263-revision-v1','','','2015-07-16 01:35:59','2015-07-16 01:35:59','',263,'http://www.providentbookkeeping.net/263-revision-v1/',0,'revision','',0),(275,1,'2015-07-16 01:43:24','2015-07-16 01:43:24','<h2>Flat Rate Pricing Structure</h2>\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\n<h4>Package of Services</h4>\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\n<ul>\n <li>Set up user preferences</li>\n <li>Establish and set up security settings</li>\n <li>Answer questions about set-up issues</li>\n <li>Establish set-up start date</li>\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\n<ul>\n <li>Corporations, either:\n<ul>\n <li>C corporations and accounts for loans to and from shareholders</li>\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\n</ul>\n</li>\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\n</ul>\n</li>\n <li>Domestic California and foreign (U.S. non-California) partnerships\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\n</ul>\n</li>\n <li>Proprietorships (sometimes referred to as DBAs)\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\n</ul>\n</li>\n</ul>\n</li>\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>To match company-specific attributes and small business practices</li>\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\n</ul>\n</li>\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\n</ul>\n</li>\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Financial statements, including:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Profit and loss statements (P & L statement), including your choice of:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>By month, quarter, year-to-date and daily and weekly</li>\n <li>Prior year comparisons to current year</li>\n <li>Monthly trend statements this year or last year</li>\n</ul>\n</li>\n <li>Balance sheets, showing ending account balances, including your choice of:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>By month, quarter, year-to-date and daily and weekly</li>\n <li>Prior year comparisons to current year</li>\n <li>Monthly trend statements this year or last year</li>\n</ul>\n</li>\n <li>Customized statements for segments of the small business you want to see</li>\n</ul>\n</li>\n <li>In-depth reports showing the individual transactions included in account categories\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\n</ul>\n</li>\n <li>Sales and revenues arranged in order by customer or client to help you determine:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\n</ul>\n</li>\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\n</ul>\n</li>\n</ul>\n</li>\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\n</ul>\n<h4>Establish and Set Up Job Cost Accounting</h4>\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Job cost accounting set up by appropriate level of categorization</li>\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\n <li>Analysis and determination of accurate cost allocations to the job</li>\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\n <li>Assistance in pricing policy and estimates for future jobs</li>\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\n</ul>\n</li>\n</ul>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-autosave-v1','','','2015-07-16 01:43:24','2015-07-16 01:43:24','',104,'http://www.providentbookkeeping.net/104-autosave-v1/',0,'revision','',0),(276,1,'2015-07-16 01:44:20','2015-07-16 01:44:20','<h2>Flat Rate Pricing Structure</h2>\r\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\r\n<h4>Package of Services</h4>\r\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\r\n<ul>\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Set Up Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-revision-v1','','','2015-07-16 01:44:20','2015-07-16 01:44:20','',104,'http://www.providentbookkeeping.net/104-revision-v1/',0,'revision','',0),(277,1,'2015-07-16 01:44:56','2015-07-16 01:44:56','<h2>Initial QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\r\n<h4>Package of Services</h4>\r\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\r\n<ul>\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Set Up Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-revision-v1','','','2015-07-16 01:44:56','2015-07-16 01:44:56','',104,'http://www.providentbookkeeping.net/104-revision-v1/',0,'revision','',0),(278,1,'2015-07-16 01:51:04','2015-07-16 01:51:04','<h1>Repair Your Existing QuickBooks Set-up At Your Home or Office</h1>\n<h4>Flat Rate Pricing Structure</h4>\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\n<h4>Package of Services</h4>\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\n<ul>\n <li>Review user preferences</li>\n <li>Establish and set up security settings</li>\n <li>Answer questions about set-up issues</li>\n <li>Review set-up start date</li>\n <li>Review equity section of balance sheet appropriate to the tax entity type\n<ul>\n <li>Corporations, either:\n<ul>\n <li>C corporations and accounts for loans to and from shareholders</li>\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\n</ul>\n</li>\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\n<ul>\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\n</ul>\n</li>\n <li>Domestic California and foreign (U.S. non-California) partnerships\n<ul>\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\n</ul>\n</li>\n <li>Proprietorships (sometimes referred to as DBAs)\n<ul>\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\n</ul>\n</li>\n</ul>\n</li>\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>To match company-specific attributes and small business practices</li>\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\n</ul>\n</li>\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\n</ul>\n</li>\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Financial statements, including:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Profit and loss statements (P & L statement), including your choice of:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>By month, quarter, year-to-date and daily and weekly</li>\n <li>Prior year comparisons to current year</li>\n <li>Monthly trend statements this year or last year</li>\n</ul>\n</li>\n <li>Balance sheets, showing ending account balances, including your choice of:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>By month, quarter, year-to-date and daily and weekly</li>\n <li>Prior year comparisons to current year</li>\n <li>Monthly trend statements this year or last year</li>\n</ul>\n</li>\n <li>Customized statements for segments of the small business you want to see</li>\n</ul>\n</li>\n <li>In-depth reports showing the individual transactions included in account categories\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\n</ul>\n</li>\n <li>Sales and revenues arranged in order by customer or client to help you determine:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\n</ul>\n</li>\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\n</ul>\n</li>\n</ul>\n</li>\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\n</ul>\n<h4>\nEstablish and Review Set Up of Job Cost Accounting</h4>\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Job cost accounting set up by appropriate level of categorization</li>\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\n <li>Analysis and determination of accurate cost allocations to the job</li>\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\n <li>Assistance in pricing policy and estimates for future jobs</li>\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\n</ul>\n</li>\n</ul>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','110-autosave-v1','','','2015-07-16 01:51:04','2015-07-16 01:51:04','',110,'http://www.providentbookkeeping.net/110-autosave-v1/',0,'revision','',0),(279,1,'2015-07-16 01:51:57','2015-07-16 01:51:57','<h1>Repair Your Existing QuickBooks Set-up At Your Home or Office</h1>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\r\n<h4>Package of Services</h4>\r\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\r\n<ul>\r\n <li>Review user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Review set-up start date</li>\r\n <li>Review equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Review Set Up of Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','110-revision-v1','','','2015-07-16 01:51:57','2015-07-16 01:51:57','',110,'http://www.providentbookkeeping.net/110-revision-v1/',0,'revision','',0),(280,1,'2015-07-16 01:52:15','2015-07-16 01:52:15','<h2>Repair Your Existing QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\r\n<h4>Package of Services</h4>\r\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\r\n<ul>\r\n <li>Review user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Review set-up start date</li>\r\n <li>Review equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Review Set Up of Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','110-revision-v1','','','2015-07-16 01:52:15','2015-07-16 01:52:15','',110,'http://www.providentbookkeeping.net/110-revision-v1/',0,'revision','',0),(281,1,'2015-07-16 01:54:37','2015-07-16 01:54:37','<h2>Non-recurring and Special Services</h2>\r\n<p>Non-recurring and special services involve tasks that fulfill special needs or solve problems which are not expected occur on a regular, repeated or continuing basis. Generally, these tasks do not involve a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\r\n<h4>Hourly Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging or insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','Non-recurring and Special Services','','inherit','closed','open','','114-revision-v1','','','2015-07-16 01:54:37','2015-07-16 01:54:37','',114,'http://www.providentbookkeeping.net/114-revision-v1/',0,'revision','',0),(282,1,'2015-07-16 01:56:10','2015-07-16 01:56:10','<h2>Crisis Resolution Assignments</h2>\n<p>Crisis resolution assignments usually involve the immediate requirement for effective solutions regarding mission critical functions in the bookkeeping area which may also seriously jeopardize the functionality of small business operations. These tasks require a seasoned professional approach to be able to quickly and accurately determine the problem and which solutions and strategies will work to effectively stop the danger condition from threatening the company\'s well being.</p>\n<p>Moreover, the assignment usually includes preventative measures to safeguard the company from a recurrence of the situation which brought the dangerous condition in the first place, policies to detect the possible factors which caused the situation, and effective programs to educate and enlighten those personnel who were involved in the problem.</p>\n<p>Generally, these assignments do not involve tasks with a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\n<h4>Program Steps</h4>\n<ul>\n <li>Diagnosis of scope of the overall problem and all its components</li>\n <li>Selection of the priorities and sequence of the problems requiring resolution</li>\n <li>Determination of the solutions and steps necessary to solve the problems</li>\n <li>Estimation of the degree of task sharing between the client and the firm</li>\n <li>Estimation of effort required by the firm to coordinate task sharing</li>\n <li>Allocate work to proper level of personnel</li>\n <li>If appropriate, suggest lower level outside contractors to provide optimum cost efficiency</li>\n <li>Confirmation with client of costs, financial budget and timing of implementation</li>\n <li>Implementation of services and strategies to resolve the problems</li>\n <li>Follow up with checking work, confirm progress and completion of solutions</li>\n <li>Test, as appropriate, the quality and effectiveness of the solutions with the client</li>\n</ul>\n<h4>Task Descriptions</h4>\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Reconciliation of accounts, as needed, including:\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Bank checking accounts</li>\n <li>Bank savings accounts</li>\n <li>Bank lines of credit</li>\n <li>Credit card accounts</li>\n <li>Installment loans (and correct allocation of interest and principal)</li>\n <li>Accounts payable (correct any paid bills and notes payable)</li>\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\n <li>Undeposited funds</li>\n <li>Opening balance equity</li>\n <li>Intercompany payable and receivable accounts</li>\n <li>Payroll tax liabilities for both federal and state agencies</li>\n <li>Sales tax liabilities</li>\n <li>Loans to and from officers and shareholders or owners</li>\n <li>Capital accounts and shareholder distributions</li>\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\n <li>Investor accounts, advances, repayments and accrued interest</li>\n</ul>\n</li>\n <li>Detailed general ledger</li>\n <li>Prepare financial statements\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Profit and loss statements (P & L statement)</li>\n <li>Balance sheet</li>\n <li>Cash flow statement</li>\n <li>Job cost reports</li>\n <li>Prior year comparative statements</li>\n <li>Monthly trend financial statements</li>\n <li>Monthly, quarterly, annually time frames</li>\n</ul>\n</li>\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\n <li>Continuous estimation of effort as work progresses</li>\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\n <li>Review and adjustment of bookkeeping transactions and reporting format, including <span style=\"line-height: 1.5;\">items such as:</span>\n<ul style=\"font-weight:normal; font-size:1.0em;\">\n <li>Income and revenue</li>\n <li>Costs and expenses</li>\n <li>Bank deposits vs. customer payments</li>\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\n <li>Correct classification of bank loan proceeds</li>\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\n</ul>\n</li>\n <li>Supervision of tasks which were assigned to client staff</li>\n <li>Review of work product and supervision of task assignments for contracted staff</li>\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\n</ul>','Crisis Resolution Assignments','','inherit','closed','open','','119-autosave-v1','','','2015-07-16 01:56:10','2015-07-16 01:56:10','',119,'http://www.providentbookkeeping.net/119-autosave-v1/',0,'revision','',0),(283,1,'2015-07-16 01:56:31','2015-07-16 01:56:31','<h2>Crisis Resolution Assignments</h2>\r\n<p>Crisis resolution assignments usually involve the immediate requirement for effective solutions regarding mission critical functions in the bookkeeping area which may also seriously jeopardize the functionality of small business operations. These tasks require a seasoned professional approach to be able to quickly and accurately determine the problem and which solutions and strategies will work to effectively stop the danger condition from threatening the company\'s well being.</p>\r\n<p>Moreover, the assignment usually includes preventative measures to safeguard the company from a recurrence of the situation which brought the dangerous condition in the first place, policies to detect the possible factors which caused the situation, and effective programs to educate and enlighten those personnel who were involved in the problem.</p>\r\n<p>Generally, these assignments do not involve tasks with a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\r\n<h4>Program Steps</h4>\r\n<ul>\r\n <li>Diagnosis of scope of the overall problem and all its components</li>\r\n <li>Selection of the priorities and sequence of the problems requiring resolution</li>\r\n <li>Determination of the solutions and steps necessary to solve the problems</li>\r\n <li>Estimation of the degree of task sharing between the client and the firm</li>\r\n <li>Estimation of effort required by the firm to coordinate task sharing</li>\r\n <li>Allocate work to proper level of personnel</li>\r\n <li>If appropriate, suggest lower level outside contractors to provide optimum cost efficiency</li>\r\n <li>Confirmation with client of costs, financial budget and timing of implementation</li>\r\n <li>Implementation of services and strategies to resolve the problems</li>\r\n <li>Follow up with checking work, confirm progress and completion of solutions</li>\r\n <li>Test, as appropriate, the quality and effectiveness of the solutions with the client</li>\r\n</ul>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including <span style=\"line-height: 1.5;\">items such as:</span>\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','Crisis Resolution Assignments','','inherit','closed','open','','119-revision-v1','','','2015-07-16 01:56:31','2015-07-16 01:56:31','',119,'http://www.providentbookkeeping.net/119-revision-v1/',0,'revision','',0),(284,1,'2015-07-16 01:58:28','2015-07-16 01:58:28','<h2>Catch-up Work</h2>\r\n<p>Catch-up work involves performing our services on the prior periods of your company\'s books, whether they are prior years or prior months in the current year. The structure for catch-up work benefits you when we process multiple months at the same time, because we save time and pass the savings on to you.</p>\r\n<h4>Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit\r\nCredit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports\r\nPrior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','Catch-up Work','','inherit','closed','open','','121-revision-v1','','','2015-07-16 01:58:28','2015-07-16 01:58:28','',121,'http://www.providentbookkeeping.net/121-revision-v1/',0,'revision','',0),(285,1,'2015-07-16 02:00:24','2015-07-16 02:00:24','<h2>On-going QuickBooks Bookkeeping Services On-Site or On-Line</h2>\n<h4>Hourly Structure</h4>\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\n<ul>\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at $25 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\n</ul>\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\n<h4>Flat Rate Structure</h4>\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\n<h4>Task Descriptions</h4>\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Reconciliation of accounts, as needed, including:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Bank checking accounts</li>\n <li>Bank savings accounts</li>\n <li>Bank lines of credit</li>\n <li>Credit card accounts</li>\n <li>Installment loans (and correct allocation of interest and principal)</li>\n <li>Accounts payable (correct any paid bills and notes payable)</li>\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\n <li>Undeposited funds</li>\n <li>Opening balance equity</li>\n <li>Intercompany payable and receivable accounts</li>\n <li>Payroll tax liabilities for both federal and state agencies</li>\n <li>Sales tax liabilities</li>\n <li>Loans to and from officers and shareholders or owners</li>\n <li>Capital accounts and shareholder distributions</li>\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\n <li>Investor accounts, advances, repayments and accrued interest</li>\n</ul>\n</li>\n <li>Detailed general ledger</li>\n <li>Prepare financial statements\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Profit and loss statements (P & L statement)</li>\n <li>Balance sheet</li>\n <li>Cash flow statement</li>\n <li>Job cost reports</li>\n <li>Prior year comparative statements</li>\n <li>Monthly trend financial statements</li>\n <li>Monthly, quarterly, annually time frames</li>\n</ul>\n</li>\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\n <li>Continuous estimation of effort as work progresses</li>\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>Income and revenue</li>\n <li>Costs and expenses</li>\n <li>Bank deposits vs. customer payments</li>\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\n <li>Correct classification of bank loan proceeds</li>\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\n</ul>\n</li>\n <li>Supervision of tasks which were assigned to client staff</li>\n <li>Review of work product and supervision of task assignments for contracted staff</li>\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\n</ul>','On-going QuickBooks Bookkeeping Services, On-Site or On-Line','','inherit','closed','open','','126-autosave-v1','','','2015-07-16 02:00:24','2015-07-16 02:00:24','',126,'http://www.providentbookkeeping.net/126-autosave-v1/',0,'revision','',0),(286,1,'2015-07-16 02:00:45','2015-07-16 02:00:45','<h2>On-going QuickBooks Bookkeeping Services On-Site or On-Line</h2>\r\n<h4>Hourly Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at $25 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>','On-going QuickBooks Bookkeeping Services, On-Site or On-Line','','inherit','closed','open','','126-revision-v1','','','2015-07-16 02:00:45','2015-07-16 02:00:45','',126,'http://www.providentbookkeeping.net/126-revision-v1/',0,'revision','',0),(287,1,'2015-07-16 02:02:18','2015-07-16 02:02:18','<h2>Overview Services, On-line or On-site</h2>\n<h4>Flat Rate Structure</h4>\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\n<p>While the work is being stabilized, usually only for a short time, hourly rates will apply.</p>\n<h4>Hourly Structure</h4>\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\n<ul>\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\n</ul>\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\n<p>\n<strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\n<h4>On-line Overview Services</h4>\n<ul>\n <li>Log on to your QuickBooks file on your secure server portal</li>\n <li>Review your transactions</li>\n <li>Check your classifications and clarify any coding questions</li>\n <li>Make necessary adjustments</li>\n <li>Notify you of findings or suggestions by email or fax</li>\n <li>Back up and close the file on your secure server portal</li>\n</ul>\n<p>(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)</p>\n<h4>On-site Overview Services</h4>\n<ul>\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\n <li>Review your transactions</li>\n <li>Check your classifications and clarify any coding questions</li>\n <li>Make necessary adjustments</li>\n <li>Notify you of findings or suggestions by email or fax</li>\n <li>Back up and close the file on your computer</li>\n</ul>','Overview Services, On-line or On-site','','inherit','closed','open','','129-autosave-v1','','','2015-07-16 02:02:18','2015-07-16 02:02:18','',129,'http://www.providentbookkeeping.net/129-autosave-v1/',0,'revision','',0),(288,1,'2015-07-16 02:02:31','2015-07-16 02:02:31','<h2>Overview Services, On-line or On-site</h2>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<p>While the work is being stabilized, usually only for a short time, hourly rates will apply.</p>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>On-line Overview Services</h4>\r\n<ul>\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n<p>(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)</p>\r\n<h4>On-site Overview Services</h4>\r\n<ul>\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>','Overview Services, On-line or On-site','','inherit','closed','open','','129-revision-v1','','','2015-07-16 02:02:31','2015-07-16 02:02:31','',129,'http://www.providentbookkeeping.net/129-revision-v1/',0,'revision','',0),(289,1,'2015-07-16 02:04:05','2015-07-16 02:04:05','<h2>Overview Monitoring and Adjustments, On-line or On-site</h2>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<p>While the work is being stabilized, usually only for a short time, hourly rates will apply.</p>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>On-line Overview Services:</h4>\r\n<ul>\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n<p>(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)</p>\r\n<h4>On-site Overview Services:</h4>\r\n<ul>\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>','Overview Monitoring and Adjustments, On-line or On-site','','inherit','closed','open','','133-revision-v1','','','2015-07-16 02:04:05','2015-07-16 02:04:05','',133,'http://www.providentbookkeeping.net/133-revision-v1/',0,'revision','',0),(290,1,'2015-07-16 02:05:38','2015-07-16 02:05:38','<h2>QuickBooks Personalized Tutoring</h2>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>95</strong> For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>What You Can Expect from this Service</h4>\r\n<p><img class=\"alignleft size-medium wp-image-136\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0289513-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You will become proficient, competent and confident about your QuickBooks bookkeeping skills with hands-on, interactive tutoring with Kathy, a Certified QuickBooks ProAdvisor. She will come to your office to provide one-on-one tutoring focused on resolving your specific procedures, processes, questions or issues using QuickBooks bookkeeping software.</p>\r\n<p>You will learn in a helpful, non-judgmental environment, where she will calmly take you through the steps, at your own pace, give you the reasoning behind the answers, and make sure you can apply what you\'ve learned. You will also gain valuable tips, tricks and learn how to avoid common traps and pitfalls. You will be able to recognize and solve problems as they arise on your own, and know you have Kathy available by cell phone if you encounter an unusual situation.</p>\r\n<p>You will be free from wonder or worry in case your boss, CPA or tax preparer may ask questions about your work. You\'ll be able to look up information, answer questions and provide reports quickly and confidently to their full satisfaction because you will have become a master at doing your bookkeeping job.</p>','QuickBooks Personalized Tutoring','','inherit','closed','open','','135-revision-v1','','','2015-07-16 02:05:38','2015-07-16 02:05:38','',135,'http://www.providentbookkeeping.net/135-revision-v1/',0,'revision','',0),(291,1,'2015-07-16 02:07:45','2015-07-16 02:07:45','<h2>Both Hourly and Flat Rate Arrangements Are Available</h2>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Time-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p>No charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate</h4>\r\n<p><img class=\"alignleft size-full wp-image-232\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:</p>\r\n<p><strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/new-installations/\">Learn more...</a></p>\r\n<p><strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a></p>\r\n<p><strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.</p>','Rates','','inherit','closed','open','','22-revision-v1','','','2015-07-16 02:07:45','2015-07-16 02:07:45','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(292,1,'2016-12-07 22:01:39','2016-12-07 22:01:39','<h2 style=\"padding-top: 0px !important;\">New Small Business Clients Tell Us About Their Distressing Experiences With Their Prior Bargain Bookkeeping Services</h2>\n<p>Most of our clients have had prior unsatisfactory experiences with bargain-priced bookkeepers. They come to us after realizing that cutting costs for small business bookkeeping is false economy. Bargain bookkeeping leads to wasted time, wasted money and, often, lost opportunities for not being able to make sound small business decisions because their bookkeeping was either not accurate, not detailed enough, not reliable or not up to date.</p>\n<p>Savvy small business owners have learned that bargain hunting is not wise for fulfilling a mission-critical small business function such as bookkeeping. (And, that\'s why inexperienced small business owners usually insist on price-shopping and selecting only bargain-priced bookkeepers.) Because we appeal to seasoned clients, we have the privilege of serving <em><strong>fabulous</strong></em> clients who recognize and appreciate <a href=\"/index.php/about-us/client-successes/\">what we do for them and how we do it</a> for over 30 years.</p>\n<p>Moreover, bargain priced bookkeepers don\'t know enough about basic bookkeeping and small business operations to realize that they don\'t have a sustainable structure. That means they do not have the experience to guide you in your small business because they do not know their own small business structure. And, they usually do not stay in small business long enough to serve you in the long term.</p>\n<p>That\'s why our clients have realized that bargain bookkeepers are no bargain. They tell us that their prior unsatisfactory experiences include:</p>\n<ul>\n <li>Wrong or inaccurate numbers on reports or books</li>\n <li>Untimely or missing reports</li>\n <li>Fines or penalties for omitted, late or inaccurate tax returns or agency reports</li>\n <li>Uncertainty about accuracy of sales tax, payroll tax or workers compensation reports</li>\n <li>Inability to produce certified payroll</li>\n <li>Can\'t get straight answers to simple questions about your books</li>\n <li>Sudden disappearances or departures of bookkeeper</li>\n <li>Not sure QuickBooks is set up correctly or working properly to full capacity</li>\n <li>Backlogged or incomplete work</li>\n <li>Forced bank reconciliations (plugging in fictitious numbers to falsify the reconciliation)</li>\n <li>Books out of balance forcing QuickBooks to generate temporary balancing accounts</li>\n <li>Refusal or inability to use modern methods to save time and money</li>\n <li>Not keeping up to date with advances and new time-saving technology</li>\n <li>Continuing confusion or errors on payroll and payroll tax returns</li>\n <li>Business transactions from owner\'s personal expenditures, credit cards, advances, loans or lines of credit not property incorporated into small business books</li>\n <li>Petty cash not properly established, replenished or classified on books</li>\n <li>Depreciation not considered or incorporated in formal reports to owners for planning</li>\n <li>Duplicate work or meaningless repetitive work</li>\n <li>Over-utilization of time-consuming Excel or Word templates to do bookkeeping or financial functions available in QuickBooks</li>\n <li>Unaware or under-utilization of integrated small business features in QuickBooks</li>\n <li>Unexplained balances, transactions or accounts</li>\n <li>Mysterious transactions or accounts set up</li>\n <li>Unavailability of costs by job, department, location or division</li>\n <li>Expenses and costs not segregated enough to determine costs to set prices properly</li>\n <li>Equity balances do not agree to prior year tax returns</li>\n <li>Unfamiliar with accounting on the cash basis or accrual basis for tax returns</li>\n <li>Not sure when an accounting event has occurred, so critical transactions could be omitted or entered in the wrong year</li>\n <li>Unfamiliar with basic bookkeeping principles, debits and credits, balancing, error detection, checking procedures and correct reconciliation procedures</li>\n <li>Payroll not entered or downloaded by individual employee for proper bank reconciliations</li>\n <li>Unfamiliar with downloading transactions from bank or credit card accounts</li>\n <li>Chart of accounts too lengthy, too short or incompatible with company operating basis</li>\n <li>Misclassification of expenses, income, loan proceeds, loans to or from owners, purchases or leases</li>\n <li>Omitted transactions, including small business expenses paid personally by owners</li>\n <li>Frequent or recurring mistakes</li>\n <li>Accounts receivable or accounts payable do not agree to customer or vendor records</li>\n <li>Backwards balances in accounts or books (negative receivables, etc.)</li>\n <li>Increasing reliance on outside tax preparer for answering bookkeeping questions</li>\n <li>Unexplained heavy workload</li>\n <li>Inaccurate or nonsensical reports</li>\n <li>Unavailable information</li>\n <li>Continuous excuses for unexplained or unanswered questions</li>\n <li>Costs or expenses improperly classified</li>\n <li>Late or unexplained absent work or reports</li>\n <li>Unusually long time required to do basic or routine tasks</li>\n <li>Broken promises</li>\n <li>Unexplained increasing billing</li>\n <li>Continuous problems or errors</li>\n <li>Diminishing responsibility for incomplete tasks or missed deadlines</li>\n <li>Personal problems or family issues conflicting with work assignments</li>\n <li>Untidy or disorganized work area, files or documents</li>\n <li>Missing or unavailable company files or valuable documents</li>\n <li>Company source documents taken off work premises</li>\n <li>And more...</li>\n</ul>\n<p>We know bookkeeping is a mission-critical function to developing accurate financial information for running your small business by the numbers. Moreover, accurate\nbookkeeping is critical for reducing taxes and providing reliable information to support you if your tax returns are audited.</p>\n<p>We\'re experts in QuickBooks bookkeeping and accounting for small businesses with expertise in over 92 industries with over 30 years of experience based in Orange County (OC), Southern California since 1975. That means we know how to accurately assess your situation and quickly formulate a cost-effective service plan to accomplish your objectives.</p>\n<p>We believe Mr. Ruskin had the right idea when he advised the following:</p>\n<p><img class=\"alignleft size-medium wp-image-141\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0314331-300x300.jpg\" alt=\"Money!\" width=\"300\" height=\"300\" />\"It is unwise to pay too much, but it is worse to pay too little.</p>\n<p>When you pay too much, you lose a little money - that is all.</p>\n<p>When you pay too little you sometimes lose everything because the thing you bought was incapable of doing the thing it was bought to do.</p>\n<p>The common law of business balance prohibits paying too little and getting a lot - it cannot be done.</p>\n<p>If you deal with the lowest bidder, it is well to add something for the risk you run, and if you do that, you will have enough to pay for something better.\"</p>\n<p><strong>John Ruskin</strong><br/><em>(1819-1900)<br/>British Author, Artist, Essayist and Critic</em></p>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Note to Bargain Shoppers','','inherit','closed','open','','140-autosave-v1','','','2016-12-07 22:01:39','2016-12-07 22:01:39','',140,'http://www.providentbookkeeping.net/140-autosave-v1/',0,'revision','',0),(293,1,'2015-07-16 02:09:54','2015-07-16 02:09:54','<h2>New Small Business Clients Tell Us About Their Distressing Experiences With Their Prior Bargain Bookkeeping Services</h2>\r\n<p>Most of our clients have had prior unsatisfactory experiences with bargain-priced bookkeepers. They come to us after realizing that cutting costs for small business bookkeeping is false economy. Bargain bookkeeping leads to wasted time, wasted money and, often, lost opportunities for not being able to make sound small business decisions because their bookkeeping was either not accurate, not detailed enough, not reliable or not up to date.</p>\r\n<p>Savvy small business owners have learned that bargain hunting is not wise for fulfilling a mission-critical small business function such as bookkeeping. (And, that\'s why inexperienced small business owners usually insist on price-shopping and selecting only bargain-priced bookkeepers.) Because we appeal to seasoned clients, we have the privilege of serving <em><strong>fabulous</strong></em> clients who recognize and appreciate <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">what we do for them and how we do it</a> for over 30 years.</p>\r\n<p>Moreover, bargain priced bookkeepers don\'t know enough about basic bookkeeping and small business operations to realize that they don\'t have a sustainable structure. That means they do not have the experience to guide you in your small business because they do not know their own small business structure. And, they usually do not stay in small business long enough to serve you in the long term.</p>\r\n<p>That\'s why our clients have realized that bargain bookkeepers are no bargain. They tell us that their prior unsatisfactory experiences include:</p>\r\n<ul>\r\n <li>Wrong or inaccurate numbers on reports or books</li>\r\n <li>Untimely or missing reports</li>\r\n <li>Fines or penalties for omitted, late or inaccurate tax returns or agency reports</li>\r\n <li>Uncertainty about accuracy of sales tax, payroll tax or workers compensation reports</li>\r\n <li>Inability to produce certified payroll</li>\r\n <li>Can\'t get straight answers to simple questions about your books</li>\r\n <li>Sudden disappearances or departures of bookkeeper</li>\r\n <li>Not sure QuickBooks is set up correctly or working properly to full capacity</li>\r\n <li>Backlogged or incomplete work</li>\r\n <li>Forced bank reconciliations (plugging in fictitious numbers to falsify the reconciliation)</li>\r\n <li>Books out of balance forcing QuickBooks to generate temporary balancing accounts</li>\r\n <li>Refusal or inability to use modern methods to save time and money</li>\r\n <li>Not keeping up to date with advances and new time-saving technology</li>\r\n <li>Continuing confusion or errors on payroll and payroll tax returns</li>\r\n <li>Business transactions from owner\'s personal expenditures, credit cards, advances, loans or lines of credit not property incorporated into small business books</li>\r\n <li>Petty cash not properly established, replenished or classified on books</li>\r\n <li>Depreciation not considered or incorporated in formal reports to owners for planning</li>\r\n <li>Duplicate work or meaningless repetitive work</li>\r\n <li>Over-utilization of time-consuming Excel or Word templates to do bookkeeping or financial functions available in QuickBooks</li>\r\n <li>Unaware or under-utilization of integrated small business features in QuickBooks</li>\r\n <li>Unexplained balances, transactions or accounts</li>\r\n <li>Mysterious transactions or accounts set up</li>\r\n <li>Unavailability of costs by job, department, location or division</li>\r\n <li>Expenses and costs not segregated enough to determine costs to set prices properly</li>\r\n <li>Equity balances do not agree to prior year tax returns</li>\r\n <li>Unfamiliar with accounting on the cash basis or accrual basis for tax returns</li>\r\n <li>Not sure when an accounting event has occurred, so critical transactions could be omitted or entered in the wrong year</li>\r\n <li>Unfamiliar with basic bookkeeping principles, debits and credits, balancing, error detection, checking procedures and correct reconciliation procedures</li>\r\n <li>Payroll not entered or downloaded by individual employee for proper bank reconciliations</li>\r\n <li>Unfamiliar with downloading transactions from bank or credit card accounts</li>\r\n <li>Chart of accounts too lengthy, too short or incompatible with company operating basis</li>\r\n <li>Misclassification of expenses, income, loan proceeds, loans to or from owners, purchases or leases</li>\r\n <li>Omitted transactions, including small business expenses paid personally by owners</li>\r\n <li>Frequent or recurring mistakes</li>\r\n <li>Accounts receivable or accounts payable do not agree to customer or vendor records</li>\r\n <li>Backwards balances in accounts or books (negative receivables, etc.)</li>\r\n <li>Increasing reliance on outside tax preparer for answering bookkeeping questions</li>\r\n <li>Unexplained heavy workload</li>\r\n <li>Inaccurate or nonsensical reports</li>\r\n <li>Unavailable information</li>\r\n <li>Continuous excuses for unexplained or unanswered questions</li>\r\n <li>Costs or expenses improperly classified</li>\r\n <li>Late or unexplained absent work or reports</li>\r\n <li>Unusually long time required to do basic or routine tasks</li>\r\n <li>Broken promises</li>\r\n <li>Unexplained increasing billing</li>\r\n <li>Continuous problems or errors</li>\r\n <li>Diminishing responsibility for incomplete tasks or missed deadlines</li>\r\n <li>Personal problems or family issues conflicting with work assignments</li>\r\n <li>Untidy or disorganized work area, files or documents</li>\r\n <li>Missing or unavailable company files or valuable documents</li>\r\n <li>Company source documents taken off work premises</li>\r\n <li>And more...</li>\r\n</ul>\r\n<p>We know bookkeeping is a mission-critical function to developing accurate financial information for running your small business by the numbers. Moreover, accurate\r\nbookkeeping is critical for reducing taxes and providing reliable information to support you if your tax returns are audited.</p>\r\n<p>We\'re experts in QuickBooks bookkeeping and accounting for small businesses with expertise in over 92 industries with over 30 years of experience based in Orange County (OC), Southern California since 1975. That means we know how to accurately assess your situation and quickly formulate a cost-effective service plan to accomplish your objectives.</p>\r\n<p>We believe Mr. Ruskin had the right idea when he advised the following:</p>\r\n<p><img class=\"alignleft size-medium wp-image-141\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0314331-300x300.jpg\" alt=\"Money!\" width=\"300\" height=\"300\" />\"It is unwise to pay too much, but it is worse to pay too little.</p>\r\n<p>When you pay too much, you lose a little money - that is all.</p>\r\n<p>When you pay too little you sometimes lose everything because the thing you bought was incapable of doing the thing it was bought to do.</p>\r\n<p>The common law of business balance prohibits paying too little and getting a lot - it cannot be done.</p>\r\n<p>If you deal with the lowest bidder, it is well to add something for the risk you run, and if you do that, you will have enough to pay for something better.\"</p>\r\n<p><strong>John Ruskin</strong><br/><em>(1819-1900)<br/>British Author, Artist, Essayist and Critic</em></p>','Note to Bargain Shoppers','','inherit','closed','open','','140-revision-v1','','','2015-07-16 02:09:54','2015-07-16 02:09:54','',140,'http://www.providentbookkeeping.net/140-revision-v1/',0,'revision','',0),(294,1,'2015-07-16 02:15:03','2015-07-16 02:15:03','<style> table#cpitable th p { color:#FFF !important; font-weight:bold; font-size:1.5em; } </style>\r\n<h2>Inflation and CPI Rates</h2>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<strong>Source:</strong> Financial Trend Forecaster\r\n<p><strong>How Do I Calculate the Inflation Rate?</strong></p>\r\n<p>The following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.</p>\r\n<p>If you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.</p>\r\n<p><strong>The Formula for Calculating Inflation</strong></p>\r\n<p>The formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0</p>\r\n<p>By looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.</p>\r\n<p>What good does knowing that it moved 85 do? Not much. We still need a method of comparison.</p>\r\n<p>Since we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.</p>\r\n<p>So the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.</p>\r\n<p><strong>Calculating a Specific Inflation Rate</strong></p>\r\n<p>Normally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.</p>\r\n<p>Fortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.</p>\r\n<p>The formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\n<p>which equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.</p>\r\n<p><strong>What happens if prices went down?</strong></p>\r\n<p>If prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:</p>\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\n<p>which equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).</p>','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-16 02:15:03','2015-07-16 02:15:03','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(295,1,'2015-07-16 02:16:03','2015-07-16 02:16:03','<style> table#cpitable th p { color:#FFF !important; font-weight:bold; font-size:1.5em; } </style>\r\n<h2>Inflation and CPI Rates</h2>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<strong>Source:</strong> Financial Trend Forecaster\r\n<p style=\"padding-top:20px;\"><strong>How Do I Calculate the Inflation Rate?</strong></p>\r\n<p>The following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.</p>\r\n<p>If you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.</p>\r\n<p><strong>The Formula for Calculating Inflation</strong></p>\r\n<p>The formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0</p>\r\n<p>By looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.</p>\r\n<p>What good does knowing that it moved 85 do? Not much. We still need a method of comparison.</p>\r\n<p>Since we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.</p>\r\n<p>So the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.</p>\r\n<p><strong>Calculating a Specific Inflation Rate</strong></p>\r\n<p>Normally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.</p>\r\n<p>Fortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.</p>\r\n<p>The formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\n<p>which equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.</p>\r\n<p><strong>What happens if prices went down?</strong></p>\r\n<p>If prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:</p>\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\n<p>which equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).</p>','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-16 02:16:03','2015-07-16 02:16:03','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(296,1,'2015-07-16 02:16:46','2015-07-16 02:16:46','<style> table#cpitable th p { color:#FFF !important; font-weight:bold; font-size:1.5em; } </style>\r\n<h2>Inflation and CPI Rates</h2>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<p style=\"font-size:11px;\"><strong>Source:</strong> Financial Trend Forecaster</p>\r\n<p style=\"padding-top:20px;\"><strong>How Do I Calculate the Inflation Rate?</strong></p>\r\n<p>The following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.</p>\r\n<p>If you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.</p>\r\n<p><strong>The Formula for Calculating Inflation</strong></p>\r\n<p>The formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0</p>\r\n<p>By looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.</p>\r\n<p>What good does knowing that it moved 85 do? Not much. We still need a method of comparison.</p>\r\n<p>Since we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.</p>\r\n<p>So the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.</p>\r\n<p><strong>Calculating a Specific Inflation Rate</strong></p>\r\n<p>Normally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.</p>\r\n<p>Fortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.</p>\r\n<p>The formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\n<p>which equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.</p>\r\n<p><strong>What happens if prices went down?</strong></p>\r\n<p>If prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:</p>\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\n<p>which equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).</p>','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-16 02:16:46','2015-07-16 02:16:46','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(297,1,'2015-07-16 02:17:10','2015-07-16 02:17:10','<style> table#cpitable th p { color:#FFF !important; font-weight:bold; font-size:1.5em; } </style>\r\n<h2>Inflation and CPI Rates</h2>\r\n<h4>Current Consumer Price Index</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Consumer Price Index Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\" language=\"JavaScript\"></script></div>\r\n<h4>Current Inflation Rate Table</h4>\r\n<div align=\"center\"><script src=\"http://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\" language=\"JavaScript\"></script></div>\r\n<p style=\"font-size:11px !important;\"><strong>Source:</strong> Financial Trend Forecaster</p>\r\n<p style=\"padding-top:20px;\"><strong>How Do I Calculate the Inflation Rate?</strong></p>\r\n<p>The following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\">here</a>.</p>\r\n<p>If you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\">Inflation Calculator</a>.</p>\r\n<p><strong>The Formula for Calculating Inflation</strong></p>\r\n<p>The formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\">current Consumer Price Index (CPI)</a>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0</p>\r\n<p>By looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.</p>\r\n<p>What good does knowing that it moved 85 do? Not much. We still need a method of comparison.</p>\r\n<p>Since we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.</p>\r\n<p>So the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.</p>\r\n<p><strong>Calculating a Specific Inflation Rate</strong></p>\r\n<p>Normally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.</p>\r\n<p>Fortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.</p>\r\n<p>The formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\nor\r\n(7/178)*100\r\nor\r\n0.0393*100</p>\r\n<p>which equals 3.93% inflation over the sample year. (Not Actual Inflation Rates). For more information you may check the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/CurrentInflation.asp\" target=\"_blank\">current Consumer Inflation Rate</a> and <a href=\"http://inflationdata.com/inflation/Inflation_Rate/HistoricalInflation.aspx\" target=\"_blank\">Historical Inflation Rates</a> in table format. Or if you believe a picture is worth a thousand words you may prefer the <a href=\"http://inflationdata.com/inflation/Inflation_Rate/AnnualInflation.asp\" target=\"_blank\">Annual Inflation Rate plotted in Chart format</a>.</p>\r\n<p><strong>What happens if prices went down?</strong></p>\r\n<p>If prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:</p>\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\nor\r\n(-4/189)*100\r\nor\r\n-0.021*100</p>\r\n<p>which equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation. (Not Actual CPI numbers).</p>','Inflation and CPI Rates','','inherit','closed','open','','240-revision-v1','','','2015-07-16 02:17:10','2015-07-16 02:17:10','',240,'http://www.providentbookkeeping.net/240-revision-v1/',0,'revision','',0),(298,1,'2015-07-16 02:18:48','2015-07-16 02:18:48','<h2>Why Bookkeeping Matters</h2>\r\n<h4>What You Will Gain from an Expert QuickBooks Bookkeeper</h4>\r\n<img class=\" size-medium wp-image-169 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />\r\n<ol>\r\n <li>You\'ll gain the benefits of a fully-functional professional QuickBooks bookkeeping installation in your small business.</li>\r\n <li>We\'re small business bookkeeping specialists who understand running a small business \"by the numbers.\" You can only manage what you can measure. What gets managed gets done.</li>\r\n <li>A reliable accounting system and accurate bookkeeping is the basis of small business measurement.</li>\r\n <li>Small businesses usually cannot recover easily from decisions made or opportunities lost due to the lack of accurate and timely financial information. It is more difficult to manage a small business than a large business.</li>\r\n <li>You\'ll have accurate, reliable, actionable financial information to develop your short-term and long-term planning decisions with confidence and clarity.</li>\r\n <li>You will quickly and easily to see where you are wasting money and losing opportunities when your small business is operating with a properly established professional QuickBooks bookkeeping installation.</li>\r\n</ol>\r\n<p>Therefore, bookkeeping and accounting for small business owners are mission-critical functions in managing a small business. Kathy will courteously and respectfully train you or your designated team member on how to master QuickBooks bookkeeping in your small business by installing, activating and ensuring your small business is benefiting from a fully-functional professional QuickBooks accounting system.</p>\r\n<p>Not sure what skills a qualified bookkeeper needs? <a href=\"http://www.providentbookkeeping.net/about-us/key-bookkeeping-skill-sets/\">Learn more...</a></p>\r\n<p>Whether your small business bookkeeping issues involve services for general help, establishment, set-up, repair, reconciliation, balancing, catch-up work, recurring services or periodic overview services, we are ready to prove to you that we are your best and most efficient source to get you caught up fast and keep you out of trouble. <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">See actual testimonials...</a> <strong>For more information, simply call (949) 583 1040 and ask for Kathy or Tom.</strong></p>','Why Bookkeeping Matters','','inherit','closed','open','','204-revision-v1','','','2015-07-16 02:18:48','2015-07-16 02:18:48','',204,'http://www.providentbookkeeping.net/204-revision-v1/',0,'revision','',0),(299,1,'2015-07-16 02:20:42','2015-07-16 02:20:42','<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>','About Us','','inherit','closed','open','','24-revision-v1','','','2015-07-16 02:20:42','2015-07-16 02:20:42','',24,'http://www.providentbookkeeping.net/24-revision-v1/',0,'revision','',0),(303,1,'2015-07-16 02:25:10','2015-07-16 02:25:10','<h2>Client Successes</h2>\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%207-6-12.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-07-2010.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%202-10-10.jpg\" alt=\"\" width=\"650\" height=\"838\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2008-25-09.jpg\" alt=\"\" width=\"650\" height=\"841\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2006-24-09.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2010-25-08.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-08.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/PBS%20Success%20Story%20-%2011-2007.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/LM%20Testimonial%20-%20page%202.jpg\" alt=\"\" width=\"650\" height=\"700\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20testimonial%20001.jpg\" alt=\"\" width=\"650\" height=\"368\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20BV,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"827\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20Rice,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"608\" border=\"1\" />','Client Successes','','inherit','closed','open','','36-revision-v1','','','2015-07-16 02:25:10','2015-07-16 02:25:10','',36,'http://www.providentbookkeeping.net/36-revision-v1/',0,'revision','',0),(304,1,'2015-07-16 02:26:26','2015-07-16 02:26:26','<h2>Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr />\r\n<h4 style=\"text-align: center;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr />\r\n<h4 style=\"text-align: center;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-07-16 02:26:26','2015-07-16 02:26:26','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(305,1,'2015-07-16 02:27:34','2015-07-16 02:27:34','<h2>Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr />\r\n<h4 style=\"text-align: center;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center; padding-bottom:20px;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr />\r\n<h4 style=\"text-align: center;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-07-16 02:27:34','2015-07-16 02:27:34','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(306,1,'2015-07-16 02:29:33','2015-07-16 02:29:33','<h2>Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<h4 style=\"clear;both;\">Written Commitments</h4>\r\n<p><img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-07-16 02:29:33','2015-07-16 02:29:33','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(307,1,'2015-07-16 02:29:53','2015-07-16 02:29:53','<h2>Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<h4 style=\"clear:both;\">Written Commitments</h4>\r\n<p><img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-07-16 02:29:53','2015-07-16 02:29:53','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(308,1,'2015-07-16 02:31:14','2015-07-16 02:31:14','<h2>Five Key Skills A Qualified Quickbooks Consultant Should Have</h2>\r\n<img class=\" size-full wp-image-67 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />\r\n<ol>\r\n <li><strong><span style=\"color: #185a9b;\">Tax Training and Expertise</span></strong> to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\r\n <li><strong><span style=\"color: #185a9b;\">Bookkeeping knowledge</span></strong> and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Computer operations</span></strong> using Windows, housekeeping and security protection,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Income taxes</span></strong> to properly categorize bookkeeping transactions specifically for your tax entity,</li>\r\n <li><strong><span style=\"color: #185a9b;\">QuickBooks software</span></strong> operations, time-savers, tricks, tips and traps.</li>\r\n</ol>\r\n<p>At Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"http://www.providentbookkeeping.net/about-us/qualifications/\">Learn more about our qualifications</a>.</p>','Key Bookkeeping Skill Sets','','inherit','closed','open','','42-revision-v1','','','2015-07-16 02:31:14','2015-07-16 02:31:14','',42,'http://www.providentbookkeeping.net/42-revision-v1/',0,'revision','',0),(309,1,'2015-07-16 02:33:05','2015-07-16 02:33:05','<h2>25 Years of CPA-Level Experience</h2>\r\n<h4><img class=\"alignleft size-full wp-image-207\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285025.jpg\" alt=\"\" width=\"150\" height=\"229\" />Ensures Your Small Business Bookkeeping is Properly Done and Acceptable to Your CPA or Tax Preparer</h4>\r\n<p>No matter how skilled your CPA is, if your bookkeeping is deficient, your tax return will be compromised. Your CPA can’t go beyond the information submitted by your bookkeeper, and your CPA is prevented by law from making up data your bookkeeper missed.</p>\r\n<p>With us, you\'ll get a professional result because we\'ve got a track record of over 25 years of CPA firm experience in small business bookkeeping. We know how to coordinate with your CPA at their level. For example, we have the small business bookkeeping experience in QuickBooks to correctly determine the following issues:</p>\r\n<ul>\r\n <li>Which QuickBooks and bookkeeping issues may affect your taxes by tax entity (S or C corporation, LLC, etc.)</li>\r\n <li>What questions to ask your CPA about any unique tax issues affecting your QuickBooks bookkeeping,</li>\r\n <li>What degree of detail your CPA prefers in your chart of accounts in your bookkeeping set up,</li>\r\n <li>How to set up your bookkeeping according to your CPA\'s preferences, including:\r\n<ul>\r\n <li>Whether to segregate owner compensation and fringes for health care professionals,</li>\r\n <li>Whether to establish job costing, what costs to track and how to allocate overhead,</li>\r\n <li>How to format reports for tracking gross profit by project,</li>\r\n <li>How to establish the equity section of the balance sheet to show owners\' draws and equity investment,</li>\r\n</ul>\r\n</li>\r\n <li>How your CPA prefers to track unique or industry-specific income or expenses which we can set up in your bookkeeping,</li>\r\n <li>How to adjust and close out the books at the end of the tax year, including:\r\n<ul>\r\n <li>Proper bank reconciliations of all checking, savings and money market accounts,</li>\r\n <li>Determination of ending balances for loans and lines of credit,</li>\r\n <li>Reconciliation of inter-company balances between related entities,</li>\r\n <li>Analysis, review and adjustment of shareholder, member or partner loan accounts,</li>\r\n <li>Reconciliation of accounts receivable and payable,</li>\r\n <li>Accruals of expenses for accrual-basis entities,</li>\r\n <li>Analysis and adjustment of customer deposits, unearned income or gift certificates,</li>\r\n <li>Analysis and adjustment of fixed assets and accumulated depreciation,</li>\r\n</ul>\r\n</li>\r\n <li>How to categorize your transactions in your bookkeeping for maximum tax savings, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>How to track ownership perquisites in your bookkeeping, including health care premiums or medical expense reimbursements,</li>\r\n <li>Whether to classify health insurance premiums in your bookkeeping as salary for owners of pass-through entities,</li>\r\n <li>How your CPA wants to track auto, business meals and entertainment expenses in your bookkeeping,</li>\r\n</ul>\r\n</li>\r\n <li>How to present your bookkeeping for easy CPA review,</li>\r\n <li>How to record your bookkeeping transactions so your books will provide the support you need in case of a tax audit</li>\r\n <li>How to present your bookkeeping to your CPA so it will save them time to reduce your fees without compromising your safety and peace of mind.</li>\r\n</ul>','Our Experience','','inherit','closed','open','','206-revision-v1','','','2015-07-16 02:33:05','2015-07-16 02:33:05','',206,'http://www.providentbookkeeping.net/206-revision-v1/',0,'revision','',0),(310,1,'2015-07-16 02:33:30','2015-07-16 02:33:30','<h2>25 Years of CPA-Level Experience</h2>\r\n<h4><img class=\"alignleft size-full wp-image-207\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285025.jpg\" alt=\"\" width=\"150\" height=\"229\" />Ensures Your Small Business Bookkeeping is Properly Done and Acceptable to Your CPA or Tax Preparer</h4>\r\n<p>No matter how skilled your CPA is, if your bookkeeping is deficient, your tax return will be compromised. Your CPA can’t go beyond the information submitted by your bookkeeper, and your CPA is prevented by law from making up data your bookkeeper missed.</p>\r\n<p>With us, you\'ll get a professional result because we\'ve got a track record of over 25 years of CPA firm experience in small business bookkeeping. We know how to coordinate with your CPA at their level. For example, we have the small business bookkeeping experience in QuickBooks to correctly determine the following issues:</p>\r\n<ul style=\"clear:both;\">\r\n <li>Which QuickBooks and bookkeeping issues may affect your taxes by tax entity (S or C corporation, LLC, etc.)</li>\r\n <li>What questions to ask your CPA about any unique tax issues affecting your QuickBooks bookkeeping,</li>\r\n <li>What degree of detail your CPA prefers in your chart of accounts in your bookkeeping set up,</li>\r\n <li>How to set up your bookkeeping according to your CPA\'s preferences, including:\r\n<ul>\r\n <li>Whether to segregate owner compensation and fringes for health care professionals,</li>\r\n <li>Whether to establish job costing, what costs to track and how to allocate overhead,</li>\r\n <li>How to format reports for tracking gross profit by project,</li>\r\n <li>How to establish the equity section of the balance sheet to show owners\' draws and equity investment,</li>\r\n</ul>\r\n</li>\r\n <li>How your CPA prefers to track unique or industry-specific income or expenses which we can set up in your bookkeeping,</li>\r\n <li>How to adjust and close out the books at the end of the tax year, including:\r\n<ul>\r\n <li>Proper bank reconciliations of all checking, savings and money market accounts,</li>\r\n <li>Determination of ending balances for loans and lines of credit,</li>\r\n <li>Reconciliation of inter-company balances between related entities,</li>\r\n <li>Analysis, review and adjustment of shareholder, member or partner loan accounts,</li>\r\n <li>Reconciliation of accounts receivable and payable,</li>\r\n <li>Accruals of expenses for accrual-basis entities,</li>\r\n <li>Analysis and adjustment of customer deposits, unearned income or gift certificates,</li>\r\n <li>Analysis and adjustment of fixed assets and accumulated depreciation,</li>\r\n</ul>\r\n</li>\r\n <li>How to categorize your transactions in your bookkeeping for maximum tax savings, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>How to track ownership perquisites in your bookkeeping, including health care premiums or medical expense reimbursements,</li>\r\n <li>Whether to classify health insurance premiums in your bookkeeping as salary for owners of pass-through entities,</li>\r\n <li>How your CPA wants to track auto, business meals and entertainment expenses in your bookkeeping,</li>\r\n</ul>\r\n</li>\r\n <li>How to present your bookkeeping for easy CPA review,</li>\r\n <li>How to record your bookkeeping transactions so your books will provide the support you need in case of a tax audit</li>\r\n <li>How to present your bookkeeping to your CPA so it will save them time to reduce your fees without compromising your safety and peace of mind.</li>\r\n</ul>','Our Experience','','inherit','closed','open','','206-revision-v1','','','2015-07-16 02:33:30','2015-07-16 02:33:30','',206,'http://www.providentbookkeeping.net/206-revision-v1/',0,'revision','',0),(311,1,'2016-12-07 21:53:22','2016-12-07 21:53:22','<h2 style=\"padding-top: 0px !important;\">Industry Expertise</h2>\n<h4>We have proven expertise in over 92 industries</h4>\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\n<hr />\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"/images/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\n<p>Jewelry, computer software and components</p>\n<p>Food distributors, warehousing and trucking</p>\n<hr />\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\n<p>Professional associations and non-profit organizations</p>\n<p>Event planners, charity golf tournament organizers</p>\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\n<p>Medical laboratories, clinics and health supplements</p>\n<p>Clergy</p>\n<hr />\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\n<hr />\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\n<p>Warehousing, trucking, transportation and distribution</p>\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\n<p>Fast food, theme-based and full service restaurants</p>\n<hr />\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\n<p>Electrical, home improvements and roofing</p>\n<p>Structural repairs, catastrophe restoration</p>\n<p>Furniture repair and security systems</p>\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\n<p>Tile setters and wood working shops</p>\n<p>Tire retailers, towing services and auto repair</p>\n<hr />\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Industry Expertise','','inherit','closed','open','','209-autosave-v1','','','2016-12-07 21:53:22','2016-12-07 21:53:22','',209,'http://www.providentbookkeeping.net/209-autosave-v1/',0,'revision','',0),(312,1,'2015-07-16 02:38:11','2015-07-16 02:38:11','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n<hr />\r\n<p style=\"color:#000080;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" />Manufacturers and Distributors</p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#000080;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" />Professionals</p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#000080;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" />Service Providers</p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#000080;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" />Retailers and Wholesalers</p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#000080;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" />Trades</p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-16 02:38:11','2015-07-16 02:38:11','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(313,1,'2015-07-16 02:39:04','2015-07-16 02:39:04','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\nOur experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-16 02:39:04','2015-07-16 02:39:04','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(314,1,'2015-07-16 02:39:27','2015-07-16 02:39:27','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-07-16 02:39:27','2015-07-16 02:39:27','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(315,1,'2015-07-16 02:41:49','2015-07-16 02:41:49','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<p align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></p>\r\n<h4 align=\"center\">Please ask for Kathy or Tom</h4>\r\n<h2 align=\"center\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align:center; color:#808000;\"><strong>To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong></p>\r\n<p style=\"text-align:center; color:#808000;\"><strong>To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:41:49','2015-07-16 02:41:49','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(316,1,'2015-07-16 02:42:57','2015-07-16 02:42:57','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align:center; padding:0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align:center; color:#808000;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align:center; color:#808000;\"><strong>To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong></p>\r\n<p style=\"text-align:center; color:#808000;\"><strong>To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:42:57','2015-07-16 02:42:57','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(317,1,'2015-07-16 02:44:13','2015-07-16 02:44:13','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align:center; padding:0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align:center; color:#808000 !important; padding:0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align:center; color:#808000 !important;\"><strong>To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\" style=\"color:#00f;\">click here</a></strong></p>\r\n<p style=\"text-align:center; color:#808000;\"><strong>To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\" style=\"color:#00f;\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:44:13','2015-07-16 02:44:13','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(318,1,'2015-07-16 02:44:40','2015-07-16 02:44:40','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align:center; padding:0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align:center; padding:0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align:center; color:#808000 !important;\"><strong>To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\" style=\"color:#00f;\">click here</a></strong></p>\r\n<p style=\"text-align:center; color:#808000 !important;\"><strong>To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\" style=\"color:#00f;\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:44:40','2015-07-16 02:44:40','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(319,1,'2015-07-16 02:45:02','2015-07-16 02:45:02','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align:center; padding:0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align:center; padding:0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align:center; color:#808000 !important;\"><strong>To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\" style=\"color:#00f;\">click here</a></strong><br /><strong>To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\" style=\"color:#00f;\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:45:02','2015-07-16 02:45:02','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(320,1,'2015-07-16 02:45:38','2015-07-16 02:45:38','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align:center; padding:0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align:center; padding:0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align:center; color:#808000 !important; font-size:15px;\"><strong>To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\" style=\"color:#00f;\">click here</a></strong><br /><strong>To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\" style=\"color:#00f;\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:45:38','2015-07-16 02:45:38','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(321,1,'2015-07-16 02:45:56','2015-07-16 02:45:56','<h3 style=\"text-align:center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align:center; padding:0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align:center; padding:0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align:center; color:#808000 !important; font-size:15px !important;\"><strong>To read our client success stories, <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\" style=\"color:#00f;\">click here</a></strong><br /><strong>To email us, <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\" style=\"color:#00f;\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:45:56','2015-07-16 02:45:56','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(322,1,'2015-07-16 02:46:25','2015-07-16 02:46:25','<h2>Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-07-16 02:46:25','2015-07-16 02:46:25','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(323,1,'2015-07-16 02:47:33','2015-07-16 02:47:33','<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-07-16 02:47:33','2015-07-16 02:47:33','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(326,1,'2015-08-16 19:32:17','2015-08-16 19:32:17','<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 21px; font-style: normal; font-variant: small-caps; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 25px; margin-bottom: 15px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"https://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Professional Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','publish','closed','closed','','home','','','2018-04-24 23:50:19','2018-04-24 23:50:19','',0,'http://www.providentbookkeeping.net/?page_id=326',1,'page','',0),(327,1,'2015-08-16 19:32:17','2015-08-16 19:32:17','','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 19:32:17','2015-08-16 19:32:17','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(328,1,'2015-08-16 19:49:59','2015-08-16 19:49:59','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 19:49:59','2015-08-16 19:49:59','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(329,1,'2015-08-16 19:53:55','2015-08-16 19:53:55','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 19:53:55','2015-08-16 19:53:55','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(330,1,'2015-08-16 19:57:51','2015-08-16 19:57:51','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n\r\n[ca-sidebar id=74]','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 19:57:51','2015-08-16 19:57:51','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(331,1,'2018-04-24 23:49:23','2018-04-24 23:49:23','<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 21px; font-style: normal; font-variant: small-caps; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 25px; margin-bottom: 15px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\nHow We Work for You</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\n\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"https://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Professional Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-autosave-v1','','','2018-04-24 23:49:23','2018-04-24 23:49:23','',326,'http://www.providentbookkeeping.net/326-autosave-v1/',0,'revision','',0),(332,1,'2015-08-16 19:59:06','2015-08-16 19:59:06','<div style=\"float:left; clear:both;\">[ca-sidebar id=74]</div>\r\n\r\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 19:59:06','2015-08-16 19:59:06','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(333,1,'2015-08-16 19:59:50','2015-08-16 19:59:50','<div id=\"sidebar\" style=\"float:left; clear:both;\">[ca-sidebar id=74]</div>\r\n\r\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 19:59:50','2015-08-16 19:59:50','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(334,1,'2015-08-16 20:15:57','2015-08-16 20:15:57','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 20:15:57','2015-08-16 20:15:57','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(335,1,'2015-08-16 20:26:50','2015-08-16 20:26:50',' ','','','publish','closed','open','','335','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=335',1,'nav_menu_item','',0),(336,1,'2015-08-16 20:30:51','2015-08-16 20:30:51','','','','publish','closed','open','','336','','','2015-08-16 20:30:51','2015-08-16 20:30:51','',74,'http://www.providentbookkeeping.net/?post_type=sidebar_group&p=336',1,'condition_group','',0),(337,1,'2015-08-16 20:35:15','2015-08-16 20:35:15','','What Our Services Do for You','','publish','closed','open','','what-our-services-do-for-you','','','2015-08-16 20:41:47','2015-08-16 20:41:47','',0,'http://www.providentbookkeeping.net/?p=337',1,'nav_menu_item','',0),(338,1,'2015-08-16 20:35:15','2015-08-16 20:35:15',' ','','','publish','closed','open','','338','','','2015-08-16 20:41:47','2015-08-16 20:41:47','',2,'http://www.providentbookkeeping.net/?p=338',2,'nav_menu_item','',0),(339,1,'2015-08-16 20:35:15','2015-08-16 20:35:15','','Flexible Compensation Structure','','publish','closed','open','','flexible-compensation-structure','','','2015-08-16 20:41:47','2015-08-16 20:41:47','',0,'http://www.providentbookkeeping.net/?p=339',3,'nav_menu_item','',0),(340,1,'2015-08-16 20:35:15','2015-08-16 20:35:15',' ','','','publish','closed','open','','340','','','2015-08-16 20:41:47','2015-08-16 20:41:47','',0,'http://www.providentbookkeeping.net/?p=340',5,'nav_menu_item','',0),(341,1,'2015-08-16 20:35:15','2015-08-16 20:35:15',' ','','','publish','closed','open','','341','','','2015-08-16 20:41:47','2015-08-16 20:41:47','',24,'http://www.providentbookkeeping.net/?p=341',4,'nav_menu_item','',0),(342,1,'2015-08-16 20:35:15','2015-08-16 20:35:15',' ','','','publish','closed','open','','342','','','2015-08-16 20:41:47','2015-08-16 20:41:47','',0,'http://www.providentbookkeeping.net/?p=342',6,'nav_menu_item','',0); INSERT INTO `wp_posts` VALUES (343,1,'2015-08-16 20:57:38','2015-08-16 20:57:38','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 20:57:38','2015-08-16 20:57:38','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(344,1,'2015-08-16 20:58:31','2015-08-16 20:58:31','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 20:58:31','2015-08-16 20:58:31','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(345,1,'2015-08-16 20:59:15','2015-08-16 20:59:15','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 20:59:15','2015-08-16 20:59:15','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(346,1,'2015-08-16 20:59:46','2015-08-16 20:59:46','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2015-08-16 20:59:46','2015-08-16 20:59:46','',326,'http://www.providentbookkeeping.net/326-revision-v1/',0,'revision','',0),(347,1,'2015-08-16 21:11:47','2015-08-16 21:11:47','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\"><strong><span style=\"color: #808000;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:11:47','2015-08-16 21:11:47','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(348,1,'2015-08-16 21:13:32','2015-08-16 21:13:32','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:13:32','2015-08-16 21:13:32','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(350,1,'2015-08-16 21:20:06','2015-08-16 21:20:06','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<hr style=\"border-color:#808000; border-width: 6px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040<br /><br />(877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 6px;\" />\r\n\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:20:06','2015-08-16 21:20:06','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(351,1,'2015-08-16 21:20:42','2015-08-16 21:20:42','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<hr style=\"border-color:#808000; border-width: 6px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 6px;\" />\r\n\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:20:42','2015-08-16 21:20:42','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(352,1,'2015-08-16 21:21:18','2015-08-16 21:21:18','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<hr style=\"border-color:#808000; border-width: 6px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 6px;\" />\r\n\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:21:18','2015-08-16 21:21:18','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(353,1,'2015-08-16 21:22:04','2015-08-16 21:22:04','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<hr style=\"border-color:#808000; border-width: 3px; width:66%;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px; width:66%;\" />\r\n\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:22:04','2015-08-16 21:22:04','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(354,1,'2015-08-16 21:22:45','2015-08-16 21:22:45','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"margin:0 auto;\">\r\n<hr style=\"border-color:#808000; border-width: 3px; width:66%;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px; width:66%;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:22:45','2015-08-16 21:22:45','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(355,1,'2015-08-16 21:23:15','2015-08-16 21:23:15','<h2>How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:23:15','2015-08-16 21:23:15','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(356,1,'2015-08-16 21:27:23','2015-08-16 21:27:23','<h2 style=\"padding-top: 0px !important;\">How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:27:23','2015-08-16 21:27:23','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(357,1,'2015-08-16 21:28:35','2015-08-16 21:28:35',' ','','','publish','closed','open','','357','','','2015-08-16 21:28:35','2015-08-16 21:28:35','',0,'http://www.providentbookkeeping.net/?p=357',1,'nav_menu_item','',0),(358,1,'2015-08-16 21:29:09','2015-08-16 21:29:09','','Home Link Only Sidebar','','publish','closed','closed','','home-link-only-sidebar','','','2015-08-16 21:29:09','2015-08-16 21:29:09','',0,'http://www.providentbookkeeping.net/?post_type=sidebar&p=358',0,'sidebar','',0),(359,1,'2015-08-16 21:29:04','0000-00-00 00:00:00','','','','publish','closed','open','','','','','2015-08-16 21:29:04','0000-00-00 00:00:00','',358,'http://www.providentbookkeeping.net/?post_type=sidebar_group&p=359',1,'condition_group','',0),(360,1,'2015-08-16 21:31:47','2015-08-16 21:31:47','<h1>Quality Service You Can Count On</h1>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-2015 Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Quality Service You Can Count On','','inherit','closed','open','','263-revision-v1','','','2015-08-16 21:31:47','2015-08-16 21:31:47','',263,'http://www.providentbookkeeping.net/263-revision-v1/',0,'revision','',0),(361,1,'2015-08-16 21:56:21','2015-08-16 21:56:21','','What Our Services Do For You','','publish','closed','open','','what-our-services-do-for-you-2','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',0,'http://www.providentbookkeeping.net/?p=361',2,'nav_menu_item','',0),(362,1,'2015-08-16 21:58:20','2015-08-16 21:58:20','<h2 style=\"padding-top: 0px !important;\">How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Services','','inherit','closed','open','','2-revision-v1','','','2015-08-16 21:58:20','2015-08-16 21:58:20','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(363,1,'2015-08-16 22:01:13','2015-08-16 22:01:13','<h2 style=\"padding-top: 0px !important;\">Initial QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\r\n<h4>Package of Services</h4>\r\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\r\n<ul>\r\n <li>Set up user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Establish set-up start date</li>\r\n <li>Establish and set-up equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and set up beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and set up chart of accounts instead of using QuickBooks default list of categories:\r\n<ul style=\"font-weight:normal; font-size:1.0em;\">\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and set up reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Set Up Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Initial QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','104-revision-v1','','','2015-08-16 22:01:13','2015-08-16 22:01:13','',104,'http://www.providentbookkeeping.net/104-revision-v1/',0,'revision','',0),(364,1,'2015-08-16 22:02:24','2015-08-16 22:02:24','<h2 style=\"padding-top: 0px !important;\">Repair Your Existing QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<p><strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.</p>\r\n<h4>Package of Services</h4>\r\n<p>Our Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:</p>\r\n<ul>\r\n <li>Review user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Review set-up start date</li>\r\n <li>Review equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n</ul>\r\n</li>\r\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Review Set Up of Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul> \r\n <div style=\"margin:0 auto; width:60%;\">\r\n <hr style=\"border-color:#808000; border-width: 3px;\" />\r\n <div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n <hr style=\"border-color:#808000; border-width: 3px;\" />\r\n </div>\r\n <div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','110-revision-v1','','','2015-08-16 22:02:24','2015-08-16 22:02:24','',110,'http://www.providentbookkeeping.net/110-revision-v1/',0,'revision','',0),(365,1,'2015-08-16 22:03:09','2015-08-16 22:03:09','<h2 style=\"padding-top: 0px !important;\">Non-recurring and Special Services</h2>\r\n<p>Non-recurring and special services involve tasks that fulfill special needs or solve problems which are not expected occur on a regular, repeated or continuing basis. Generally, these tasks do not involve a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\r\n<h4>Hourly Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging or insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Non-recurring and Special Services','','inherit','closed','open','','114-revision-v1','','','2015-08-16 22:03:09','2015-08-16 22:03:09','',114,'http://www.providentbookkeeping.net/114-revision-v1/',0,'revision','',0),(366,1,'2015-08-16 22:03:32','2015-08-16 22:03:32','<h2 style=\"padding-top: 0px !important;\">Crisis Resolution Assignments</h2>\r\n<p>Crisis resolution assignments usually involve the immediate requirement for effective solutions regarding mission critical functions in the bookkeeping area which may also seriously jeopardize the functionality of small business operations. These tasks require a seasoned professional approach to be able to quickly and accurately determine the problem and which solutions and strategies will work to effectively stop the danger condition from threatening the company\'s well being.</p>\r\n<p>Moreover, the assignment usually includes preventative measures to safeguard the company from a recurrence of the situation which brought the dangerous condition in the first place, policies to detect the possible factors which caused the situation, and effective programs to educate and enlighten those personnel who were involved in the problem.</p>\r\n<p>Generally, these assignments do not involve tasks with a fixed or determinable duration, the scope may be expected to change as the work progresses, and the compensation generally is based on an appropriate hourly rate.</p>\r\n<h4>Program Steps</h4>\r\n<ul>\r\n <li>Diagnosis of scope of the overall problem and all its components</li>\r\n <li>Selection of the priorities and sequence of the problems requiring resolution</li>\r\n <li>Determination of the solutions and steps necessary to solve the problems</li>\r\n <li>Estimation of the degree of task sharing between the client and the firm</li>\r\n <li>Estimation of effort required by the firm to coordinate task sharing</li>\r\n <li>Allocate work to proper level of personnel</li>\r\n <li>If appropriate, suggest lower level outside contractors to provide optimum cost efficiency</li>\r\n <li>Confirmation with client of costs, financial budget and timing of implementation</li>\r\n <li>Implementation of services and strategies to resolve the problems</li>\r\n <li>Follow up with checking work, confirm progress and completion of solutions</li>\r\n <li>Test, as appropriate, the quality and effectiveness of the solutions with the client</li>\r\n</ul>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including <span style=\"line-height: 1.5;\">items such as:</span>\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Crisis Resolution Assignments','','inherit','closed','open','','119-revision-v1','','','2015-08-16 22:03:32','2015-08-16 22:03:32','',119,'http://www.providentbookkeeping.net/119-revision-v1/',0,'revision','',0),(367,1,'2015-08-16 22:03:54','2015-08-16 22:03:54','<h2 style=\"padding-top: 0px !important;\">Catch-up Work</h2>\r\n<p>Catch-up work involves performing our services on the prior periods of your company\'s books, whether they are prior years or prior months in the current year. The structure for catch-up work benefits you when we process multiple months at the same time, because we save time and pass the savings on to you.</p>\r\n<h4>Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit\r\nCredit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports\r\nPrior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Catch-up Work','','inherit','closed','open','','121-revision-v1','','','2015-08-16 22:03:54','2015-08-16 22:03:54','',121,'http://www.providentbookkeeping.net/121-revision-v1/',0,'revision','',0),(368,1,'2015-08-16 22:04:18','2015-08-16 22:04:18','<h2 style=\"padding-top: 0px !important;\">On-going QuickBooks Bookkeeping Services On-Site or On-Line</h2>\r\n<h4>Hourly Structure</h4>\r\n<p><strong>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</strong></p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at $25 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<h4>Task Descriptions</h4>\r\n<p>Entry or intermediate level bookkeeping tasks can be performed either by available staff with the client or arranged by the firm from its pool of independent contractors.</p>\r\n<p>In-firm Provident Bookkeeping\'s personnel usually perform <span style=\"text-decoration: underline;\">full-charge bookkeeping or senior bookkeeping tasks</span>. These tasks generally include:</p>\r\n<ul>\r\n <li>Reconciliation of accounts, as needed, including:\r\n<ul>\r\n <li>Bank checking accounts</li>\r\n <li>Bank savings accounts</li>\r\n <li>Bank lines of credit</li>\r\n <li>Credit card accounts</li>\r\n <li>Installment loans (and correct allocation of interest and principal)</li>\r\n <li>Accounts payable (correct any paid bills and notes payable)</li>\r\n <li>Accounts receivable (correct any paid accounts and invoices)</li>\r\n <li>Inventory (adjust book balance as necessary to physical counts)</li>\r\n <li>Undeposited funds</li>\r\n <li>Opening balance equity</li>\r\n <li>Intercompany payable and receivable accounts</li>\r\n <li>Payroll tax liabilities for both federal and state agencies</li>\r\n <li>Sales tax liabilities</li>\r\n <li>Loans to and from officers and shareholders or owners</li>\r\n <li>Capital accounts and shareholder distributions</li>\r\n <li>Retained earnings or capital accounts confirmed to agree to prior year ending balances for continuity</li>\r\n <li>Interbank transfers (not classified to taxable sales or revenue)</li>\r\n <li>Investor accounts, advances, repayments and accrued interest</li>\r\n</ul>\r\n</li>\r\n <li>Detailed general ledger</li>\r\n <li>Prepare financial statements\r\n<ul>\r\n <li>Profit and loss statements (P & L statement)</li>\r\n <li>Balance sheet</li>\r\n <li>Cash flow statement</li>\r\n <li>Job cost reports</li>\r\n <li>Prior year comparative statements</li>\r\n <li>Monthly trend financial statements</li>\r\n <li>Monthly, quarterly, annually time frames</li>\r\n</ul>\r\n</li>\r\n <li>Programming the sequence and priorities of the work to accomplish the client\'s goals</li>\r\n <li>Continuous estimation of effort as work progresses</li>\r\n <li>Communication and coaching of client staff and independent contractors, as needed</li>\r\n <li>Review and adjustment of bookkeeping transactions and reporting format, including items such as:\r\n<ul>\r\n <li>Income and revenue</li>\r\n <li>Costs and expenses</li>\r\n <li>Bank deposits vs. customer payments</li>\r\n <li>Client retainer accounts and trust accounts (such as law firms)</li>\r\n <li>Correct classification of bank loan proceeds</li>\r\n <li>Establishment of liability and asset accounts for purchases of capital assets</li>\r\n <li>Correct classification of operating or capitalized leases of autos and equipment</li>\r\n <li>Correct estimation of depreciation expense for income tax planning and projection purposes</li>\r\n <li>Correct classification of direct costs vs. operating expenses to determine true costs of goods sold or direct production gross margin</li>\r\n <li>Correct classification of direct labor costs vs. administrative personnel, including fringe benefits and payroll tax burdens</li>\r\n <li>Correct classification of owner compensation for disclosure on tax returns and workmen\'s compensation reporting to eliminate incorrect reports and overcharging for insurance coverage</li>\r\n</ul>\r\n</li>\r\n <li>Supervision of tasks which were assigned to client staff</li>\r\n <li>Review of work product and supervision of task assignments for contracted staff</li>\r\n <li>Report to client on results of assignment, periodic review of progress, and explanation of results</li>\r\n <li>Review of financial statements with the client, the cost structure of the small business, how to interpret the meaning of the results on the small business, and what the reports imply about the small business operations, its opportunities, challenges and profitability.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','On-going QuickBooks Bookkeeping Services, On-Site or On-Line','','inherit','closed','open','','126-revision-v1','','','2015-08-16 22:04:18','2015-08-16 22:04:18','',126,'http://www.providentbookkeeping.net/126-revision-v1/',0,'revision','',0),(369,1,'2015-08-16 22:04:36','2015-08-16 22:04:36','<h2 style=\"padding-top: 0px !important;\">Overview Services, On-line or On-site</h2>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<p>While the work is being stabilized, usually only for a short time, hourly rates will apply.</p>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>On-line Overview Services</h4>\r\n<ul>\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n<p>(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)</p>\r\n<h4>On-site Overview Services</h4>\r\n<ul>\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Overview Services, On-line or On-site','','inherit','closed','open','','129-revision-v1','','','2015-08-16 22:04:36','2015-08-16 22:04:36','',129,'http://www.providentbookkeeping.net/129-revision-v1/',0,'revision','',0),(370,1,'2015-08-16 22:04:57','2015-08-16 22:04:57','<h2 style=\"padding-top: 0px !important;\">Overview Monitoring and Adjustments, On-line or On-site</h2>\r\n<h4>Flat Rate Structure</h4>\r\n<p>Flat pricing arrangement can be accommodated shortly after the work has been stabilized, so a predictable level of work and stable scope of work can be determined for flat pricing arrangements to remain relevant to the work performed on an on-going basis.</p>\r\n<p>While the work is being stabilized, usually only for a short time, hourly rates will apply.</p>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\">basic clerical data entry of transactions</span>, usually available from our independent contractor pool, usually generally ranging between 25 to 35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\">intermediate bookkeeping tasks</span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <span style=\"text-decoration: underline;\">full-charge bookkeeping</span> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\">senior bookkeeping, accounting analysis and tax problems resolution</span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>On-line Overview Services:</h4>\r\n<ul>\r\n <li>Log on to your QuickBooks file on your secure server portal</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your secure server portal</li>\r\n</ul>\r\n<p>(Requires access to high speed internet connection and subscription to application service provider. Call us for details.)</p>\r\n<h4>On-site Overview Services:</h4>\r\n<ul>\r\n <li>Visit your office or home-office (on-site) in Orange County (OC), Southern California</li>\r\n <li>Review your transactions</li>\r\n <li>Check your classifications and clarify any coding questions</li>\r\n <li>Make necessary adjustments</li>\r\n <li>Notify you of findings or suggestions by email or fax</li>\r\n <li>Back up and close the file on your computer</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Overview Monitoring and Adjustments, On-line or On-site','','inherit','closed','open','','133-revision-v1','','','2015-08-16 22:04:57','2015-08-16 22:04:57','',133,'http://www.providentbookkeeping.net/133-revision-v1/',0,'revision','',0),(371,1,'2015-08-16 22:05:21','2015-08-16 22:05:21','<h2 style=\"padding-top: 0px !important;\">QuickBooks Personalized Tutoring</h2>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>95</strong> For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>What You Can Expect from this Service</h4>\r\n<p><img class=\"alignleft size-medium wp-image-136\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0289513-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You will become proficient, competent and confident about your QuickBooks bookkeeping skills with hands-on, interactive tutoring with Kathy, a Certified QuickBooks ProAdvisor. She will come to your office to provide one-on-one tutoring focused on resolving your specific procedures, processes, questions or issues using QuickBooks bookkeeping software.</p>\r\n<p>You will learn in a helpful, non-judgmental environment, where she will calmly take you through the steps, at your own pace, give you the reasoning behind the answers, and make sure you can apply what you\'ve learned. You will also gain valuable tips, tricks and learn how to avoid common traps and pitfalls. You will be able to recognize and solve problems as they arise on your own, and know you have Kathy available by cell phone if you encounter an unusual situation.</p>\r\n<p>You will be free from wonder or worry in case your boss, CPA or tax preparer may ask questions about your work. You\'ll be able to look up information, answer questions and provide reports quickly and confidently to their full satisfaction because you will have become a master at doing your bookkeeping job.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','QuickBooks Personalized Tutoring','','inherit','closed','open','','135-revision-v1','','','2015-08-16 22:05:21','2015-08-16 22:05:21','',135,'http://www.providentbookkeeping.net/135-revision-v1/',0,'revision','',0),(372,1,'2015-08-16 22:13:32','2015-08-16 22:13:32','<h2 style=\"padding-top: 0px !important;\">Both Hourly and Flat Rate Arrangements Are Available</h2>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Time-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p>No charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate</h4>\r\n<p><img class=\"alignleft size-full wp-image-232\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:</p>\r\n<p><strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/new-installations/\">Learn more...</a></p>\r\n<p><strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a></p>\r\n<p><strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Rates','','inherit','closed','open','','22-revision-v1','','','2015-08-16 22:13:32','2015-08-16 22:13:32','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(373,1,'2015-08-16 22:13:45','2015-08-16 22:13:45','<h2 style=\"padding-top: 0px !important;\">Both Hourly and Flat Rate Arrangements Are Available</h2>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Time-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p>No charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate</h4>\r\n<p><img class=\"alignleft size-full wp-image-232\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:</p>\r\n<p><strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/new-installations/\">Learn more...</a></p>\r\n<p><strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"http://www.providentbookkeeping.net/services/repair-and-restoration/\">Learn more...</a></p>\r\n<p><strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Flexible Compensation Structure','','inherit','closed','open','','22-revision-v1','','','2015-08-16 22:13:45','2015-08-16 22:13:45','',22,'http://www.providentbookkeeping.net/22-revision-v1/',0,'revision','',0),(374,1,'2015-08-16 22:14:14','2015-08-16 22:14:14','<h2 style=\"padding-top: 0px !important;\">New Small Business Clients Tell Us About Their Distressing Experiences With Their Prior Bargain Bookkeeping Services</h2>\r\n<p>Most of our clients have had prior unsatisfactory experiences with bargain-priced bookkeepers. They come to us after realizing that cutting costs for small business bookkeeping is false economy. Bargain bookkeeping leads to wasted time, wasted money and, often, lost opportunities for not being able to make sound small business decisions because their bookkeeping was either not accurate, not detailed enough, not reliable or not up to date.</p>\r\n<p>Savvy small business owners have learned that bargain hunting is not wise for fulfilling a mission-critical small business function such as bookkeeping. (And, that\'s why inexperienced small business owners usually insist on price-shopping and selecting only bargain-priced bookkeepers.) Because we appeal to seasoned clients, we have the privilege of serving <em><strong>fabulous</strong></em> clients who recognize and appreciate <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">what we do for them and how we do it</a> for over 30 years.</p>\r\n<p>Moreover, bargain priced bookkeepers don\'t know enough about basic bookkeeping and small business operations to realize that they don\'t have a sustainable structure. That means they do not have the experience to guide you in your small business because they do not know their own small business structure. And, they usually do not stay in small business long enough to serve you in the long term.</p>\r\n<p>That\'s why our clients have realized that bargain bookkeepers are no bargain. They tell us that their prior unsatisfactory experiences include:</p>\r\n<ul>\r\n <li>Wrong or inaccurate numbers on reports or books</li>\r\n <li>Untimely or missing reports</li>\r\n <li>Fines or penalties for omitted, late or inaccurate tax returns or agency reports</li>\r\n <li>Uncertainty about accuracy of sales tax, payroll tax or workers compensation reports</li>\r\n <li>Inability to produce certified payroll</li>\r\n <li>Can\'t get straight answers to simple questions about your books</li>\r\n <li>Sudden disappearances or departures of bookkeeper</li>\r\n <li>Not sure QuickBooks is set up correctly or working properly to full capacity</li>\r\n <li>Backlogged or incomplete work</li>\r\n <li>Forced bank reconciliations (plugging in fictitious numbers to falsify the reconciliation)</li>\r\n <li>Books out of balance forcing QuickBooks to generate temporary balancing accounts</li>\r\n <li>Refusal or inability to use modern methods to save time and money</li>\r\n <li>Not keeping up to date with advances and new time-saving technology</li>\r\n <li>Continuing confusion or errors on payroll and payroll tax returns</li>\r\n <li>Business transactions from owner\'s personal expenditures, credit cards, advances, loans or lines of credit not property incorporated into small business books</li>\r\n <li>Petty cash not properly established, replenished or classified on books</li>\r\n <li>Depreciation not considered or incorporated in formal reports to owners for planning</li>\r\n <li>Duplicate work or meaningless repetitive work</li>\r\n <li>Over-utilization of time-consuming Excel or Word templates to do bookkeeping or financial functions available in QuickBooks</li>\r\n <li>Unaware or under-utilization of integrated small business features in QuickBooks</li>\r\n <li>Unexplained balances, transactions or accounts</li>\r\n <li>Mysterious transactions or accounts set up</li>\r\n <li>Unavailability of costs by job, department, location or division</li>\r\n <li>Expenses and costs not segregated enough to determine costs to set prices properly</li>\r\n <li>Equity balances do not agree to prior year tax returns</li>\r\n <li>Unfamiliar with accounting on the cash basis or accrual basis for tax returns</li>\r\n <li>Not sure when an accounting event has occurred, so critical transactions could be omitted or entered in the wrong year</li>\r\n <li>Unfamiliar with basic bookkeeping principles, debits and credits, balancing, error detection, checking procedures and correct reconciliation procedures</li>\r\n <li>Payroll not entered or downloaded by individual employee for proper bank reconciliations</li>\r\n <li>Unfamiliar with downloading transactions from bank or credit card accounts</li>\r\n <li>Chart of accounts too lengthy, too short or incompatible with company operating basis</li>\r\n <li>Misclassification of expenses, income, loan proceeds, loans to or from owners, purchases or leases</li>\r\n <li>Omitted transactions, including small business expenses paid personally by owners</li>\r\n <li>Frequent or recurring mistakes</li>\r\n <li>Accounts receivable or accounts payable do not agree to customer or vendor records</li>\r\n <li>Backwards balances in accounts or books (negative receivables, etc.)</li>\r\n <li>Increasing reliance on outside tax preparer for answering bookkeeping questions</li>\r\n <li>Unexplained heavy workload</li>\r\n <li>Inaccurate or nonsensical reports</li>\r\n <li>Unavailable information</li>\r\n <li>Continuous excuses for unexplained or unanswered questions</li>\r\n <li>Costs or expenses improperly classified</li>\r\n <li>Late or unexplained absent work or reports</li>\r\n <li>Unusually long time required to do basic or routine tasks</li>\r\n <li>Broken promises</li>\r\n <li>Unexplained increasing billing</li>\r\n <li>Continuous problems or errors</li>\r\n <li>Diminishing responsibility for incomplete tasks or missed deadlines</li>\r\n <li>Personal problems or family issues conflicting with work assignments</li>\r\n <li>Untidy or disorganized work area, files or documents</li>\r\n <li>Missing or unavailable company files or valuable documents</li>\r\n <li>Company source documents taken off work premises</li>\r\n <li>And more...</li>\r\n</ul>\r\n<p>We know bookkeeping is a mission-critical function to developing accurate financial information for running your small business by the numbers. Moreover, accurate\r\nbookkeeping is critical for reducing taxes and providing reliable information to support you if your tax returns are audited.</p>\r\n<p>We\'re experts in QuickBooks bookkeeping and accounting for small businesses with expertise in over 92 industries with over 30 years of experience based in Orange County (OC), Southern California since 1975. That means we know how to accurately assess your situation and quickly formulate a cost-effective service plan to accomplish your objectives.</p>\r\n<p>We believe Mr. Ruskin had the right idea when he advised the following:</p>\r\n<p><img class=\"alignleft size-medium wp-image-141\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0314331-300x300.jpg\" alt=\"Money!\" width=\"300\" height=\"300\" />\"It is unwise to pay too much, but it is worse to pay too little.</p>\r\n<p>When you pay too much, you lose a little money - that is all.</p>\r\n<p>When you pay too little you sometimes lose everything because the thing you bought was incapable of doing the thing it was bought to do.</p>\r\n<p>The common law of business balance prohibits paying too little and getting a lot - it cannot be done.</p>\r\n<p>If you deal with the lowest bidder, it is well to add something for the risk you run, and if you do that, you will have enough to pay for something better.\"</p>\r\n<p><strong>John Ruskin</strong><br/><em>(1819-1900)<br/>British Author, Artist, Essayist and Critic</em></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Note to Bargain Shoppers','','inherit','closed','open','','140-revision-v1','','','2015-08-16 22:14:14','2015-08-16 22:14:14','',140,'http://www.providentbookkeeping.net/140-revision-v1/',0,'revision','',0),(375,1,'2015-08-16 22:16:32','2015-08-16 22:16:32',' ','','','publish','closed','open','','375','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=375',19,'nav_menu_item','',0),(376,1,'2015-08-16 22:16:32','2015-08-16 22:16:32',' ','','','publish','closed','open','','376','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',0,'http://www.providentbookkeeping.net/?p=376',22,'nav_menu_item','',0),(377,1,'2015-08-16 22:17:27','2015-08-16 22:17:27','','Quality of Service','','publish','closed','open','','quality-of-service','','','2016-12-06 19:42:55','2016-12-06 19:42:55','',0,'http://www.providentbookkeeping.net/?p=377',14,'nav_menu_item','',0),(378,1,'2015-08-16 22:20:08','2015-08-16 22:20:08','','Why Bookkeeping Matters Sidebar','','publish','closed','closed','','why-bookkeeping-matters-sidebar','','','2015-08-16 22:20:08','2015-08-16 22:20:08','',0,'http://www.providentbookkeeping.net/?post_type=sidebar&p=378',0,'sidebar','',0),(379,1,'2015-08-16 22:20:04','0000-00-00 00:00:00','','','','publish','closed','open','','','','','2015-08-16 22:20:04','0000-00-00 00:00:00','',378,'http://www.providentbookkeeping.net/?post_type=sidebar_group&p=379',1,'condition_group','',0),(380,1,'2015-08-16 22:21:24','2015-08-16 22:21:24',' ','','','publish','closed','open','','380','','','2015-08-18 18:28:47','2015-08-18 18:28:47','',0,'http://www.providentbookkeeping.net/?p=380',2,'nav_menu_item','',0),(381,1,'2015-08-16 22:21:24','2015-08-16 22:21:24',' ','','','publish','closed','open','','381','','','2015-08-18 18:28:48','2015-08-18 18:28:48','',204,'http://www.providentbookkeeping.net/?p=381',3,'nav_menu_item','',0),(382,1,'2015-08-16 22:22:22','2015-08-16 22:22:22','<h2 style=\"padding-top: 0px !important;\">Why Bookkeeping Matters</h2>\r\n<h4>What You Will Gain from an Expert QuickBooks Bookkeeper</h4>\r\n<img class=\" size-medium wp-image-169 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />\r\n<ol>\r\n <li>You\'ll gain the benefits of a fully-functional professional QuickBooks bookkeeping installation in your small business.</li>\r\n <li>We\'re small business bookkeeping specialists who understand running a small business \"by the numbers.\" You can only manage what you can measure. What gets managed gets done.</li>\r\n <li>A reliable accounting system and accurate bookkeeping is the basis of small business measurement.</li>\r\n <li>Small businesses usually cannot recover easily from decisions made or opportunities lost due to the lack of accurate and timely financial information. It is more difficult to manage a small business than a large business.</li>\r\n <li>You\'ll have accurate, reliable, actionable financial information to develop your short-term and long-term planning decisions with confidence and clarity.</li>\r\n <li>You will quickly and easily to see where you are wasting money and losing opportunities when your small business is operating with a properly established professional QuickBooks bookkeeping installation.</li>\r\n</ol>\r\n<p>Therefore, bookkeeping and accounting for small business owners are mission-critical functions in managing a small business. Kathy will courteously and respectfully train you or your designated team member on how to master QuickBooks bookkeeping in your small business by installing, activating and ensuring your small business is benefiting from a fully-functional professional QuickBooks accounting system.</p>\r\n<p>Not sure what skills a qualified bookkeeper needs? <a href=\"http://www.providentbookkeeping.net/about-us/key-bookkeeping-skill-sets/\">Learn more...</a></p>\r\n<p>Whether your small business bookkeeping issues involve services for general help, establishment, set-up, repair, reconciliation, balancing, catch-up work, recurring services or periodic overview services, we are ready to prove to you that we are your best and most efficient source to get you caught up fast and keep you out of trouble. <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">See actual testimonials...</a> <strong>For more information, simply call (949) 583 1040 and ask for Kathy or Tom.</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Bookkeeping Matters','','inherit','closed','open','','204-revision-v1','','','2015-08-16 22:22:22','2015-08-16 22:22:22','',204,'http://www.providentbookkeeping.net/204-revision-v1/',0,'revision','',0),(383,1,'2015-08-16 22:22:42','2015-08-16 22:22:42','<h2 style=\"padding-top: 0px !important;\">Five Key Skills A Qualified Quickbooks Consultant Should Have</h2>\r\n<img class=\" size-full wp-image-67 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />\r\n<ol>\r\n <li><strong><span style=\"color: #185a9b;\">Tax Training and Expertise</span></strong> to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\r\n <li><strong><span style=\"color: #185a9b;\">Bookkeeping knowledge</span></strong> and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Computer operations</span></strong> using Windows, housekeeping and security protection,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Income taxes</span></strong> to properly categorize bookkeeping transactions specifically for your tax entity,</li>\r\n <li><strong><span style=\"color: #185a9b;\">QuickBooks software</span></strong> operations, time-savers, tricks, tips and traps.</li>\r\n</ol>\r\n<p>At Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"http://www.providentbookkeeping.net/about-us/qualifications/\">Learn more about our qualifications</a>.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Key Bookkeeping Skill Sets','','inherit','closed','open','','42-revision-v1','','','2015-08-16 22:22:42','2015-08-16 22:22:42','',42,'http://www.providentbookkeeping.net/42-revision-v1/',0,'revision','',0),(384,1,'2015-08-17 14:49:10','2015-08-17 14:49:10','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathy-02.bmp\" alt=\"\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathys-2007-QB-Cert-Pro-Advisor-Certificate-copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathys-2008-QB-Cert-Pro-Advisor-Certificate-copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/Kathys-2009-QB-Cert-Pro-Advisor-Certificate-31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-revision-v1','','','2015-08-17 14:49:10','2015-08-17 14:49:10','',24,'http://www.providentbookkeeping.net/24-revision-v1/',0,'revision','',0),(385,1,'2015-08-17 14:56:08','2015-08-17 14:56:08','<h2 style=\"padding-top: 0px !important;\">Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-08-17 14:56:08','2015-08-17 14:56:08','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(386,1,'2015-08-17 14:57:13','2015-08-17 14:57:13','<h2 style=\"padding-top: 0px !important;\">Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<div style=\"margin:30px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-08-17 14:57:13','2015-08-17 14:57:13','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(387,1,'2015-08-17 14:58:06','2015-08-17 14:58:06','<h2 style=\"padding-top: 0px !important;\">Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<div style=\"margin:30px auto 0; width:60%; clear:both;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-08-17 14:58:06','2015-08-17 14:58:06','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(388,1,'2015-08-17 15:01:01','2015-08-17 15:01:01','<h2 style=\"padding-top: 0px !important;\">Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<div style=\"margin:0 auto; width:60%; clear:both;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2015-08-17 15:01:01','2015-08-17 15:01:01','',40,'http://www.providentbookkeeping.net/40-revision-v1/',0,'revision','',0),(389,1,'2015-08-17 15:01:41','2015-08-17 15:01:41','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\r\n<p><img class=\"alignleft size-medium wp-image-191\" style=\"width:102px; height:200px;\" src=\"/images/side_image.jpg\" alt=\"side_image\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Honesty, Clarity and Courtesy.</strong></span> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Expectations.</strong></span> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Effective Results.</strong></span> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Keeping Our Promises.</strong></span> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Competence and Innovation.</strong></span> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Communicating Concerns.</strong></span> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Cooperation and Collaboration.</strong></span> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Financial Arrangements.</strong></span> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Sharing Your Successes.</strong></span> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','publish','closed','open','','written-commitments','','','2016-12-07 21:44:02','2016-12-07 21:44:02','',24,'http://www.providentbookkeeping.net/?page_id=389',6,'page','',0),(390,1,'2015-08-17 15:01:41','2015-08-17 15:01:41','<h4 style=\"clear:both;\">Written Commitments</h4>\r\n<p><img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-revision-v1','','','2015-08-17 15:01:41','2015-08-17 15:01:41','',389,'http://www.providentbookkeeping.net/389-revision-v1/',0,'revision','',0),(391,1,'2015-08-17 15:02:05','2015-08-17 15:02:05',' ','','','publish','closed','open','','391','','','2016-12-06 19:42:56','2016-12-06 19:42:56','',24,'http://www.providentbookkeeping.net/?p=391',28,'nav_menu_item','',0),(392,1,'2015-08-17 15:02:22','2015-08-17 15:02:22',' ','','','publish','closed','open','','392','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',24,'http://www.providentbookkeeping.net/?p=392',7,'nav_menu_item','',0),(393,1,'2015-08-17 15:03:38','2015-08-17 15:03:38','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\r\n<p><img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-revision-v1','','','2015-08-17 15:03:38','2015-08-17 15:03:38','',389,'http://www.providentbookkeeping.net/389-revision-v1/',0,'revision','',0),(394,1,'2016-12-07 21:43:59','2016-12-07 21:43:59','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\n<p><img class=\"alignleft size-medium wp-image-191\" style=\"width:102px; height:200px;\" src=\"/images/side_image.jpg\" alt=\"side_image\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\n<ul>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Honesty, Clarity and Courtesy.</strong></span> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Expectations.</strong></span> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Effective Results.</strong></span> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Keeping Our Promises.</strong></span> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Competence and Innovation.</strong></span> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\n</ul>\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\n\n<ul>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Communicating Concerns.</strong></span> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Cooperation and Collaboration.</strong></span> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Financial Arrangements.</strong></span> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Sharing Your Successes.</strong></span> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\n</ul>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-autosave-v1','','','2016-12-07 21:43:59','2016-12-07 21:43:59','',389,'http://www.providentbookkeeping.net/389-autosave-v1/',0,'revision','',0),(395,1,'2015-08-17 15:05:43','2015-08-17 15:05:43','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\r\n<p><img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><span style=\"font-family:Arial; font-size:14px;\"><strong>Honesty, Clarity and Courtesy.</strong></span> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-revision-v1','','','2015-08-17 15:05:43','2015-08-17 15:05:43','',389,'http://www.providentbookkeeping.net/389-revision-v1/',0,'revision','',0),(396,1,'2015-08-17 15:06:57','2015-08-17 15:06:57','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\r\n<p><img class=\"alignleft size-medium wp-image-191\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" width=\"153\" height=\"300\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Honesty, Clarity and Courtesy.</strong></span> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Expectations.</strong></span> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Effective Results.</strong></span> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Keeping Our Promises.</strong></span> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Competence and Innovation.</strong></span> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Communicating Concerns.</strong></span> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Cooperation and Collaboration.</strong></span> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Financial Arrangements.</strong></span> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Sharing Your Successes.</strong></span> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-revision-v1','','','2015-08-17 15:06:57','2015-08-17 15:06:57','',389,'http://www.providentbookkeeping.net/389-revision-v1/',0,'revision','',0),(397,1,'2015-08-17 15:08:50','2015-08-17 15:08:50','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\r\n<p><img class=\"alignleft size-medium wp-image-191\" style=\"width:102px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/side_image-153x300.jpg\" alt=\"side_image\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Honesty, Clarity and Courtesy.</strong></span> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Expectations.</strong></span> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Effective Results.</strong></span> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Keeping Our Promises.</strong></span> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Competence and Innovation.</strong></span> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Communicating Concerns.</strong></span> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Cooperation and Collaboration.</strong></span> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Financial Arrangements.</strong></span> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Sharing Your Successes.</strong></span> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-revision-v1','','','2015-08-17 15:08:50','2015-08-17 15:08:50','',389,'http://www.providentbookkeeping.net/389-revision-v1/',0,'revision','',0),(398,1,'2015-08-17 15:11:08','2015-08-17 15:11:08','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#000066 !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-08-17 15:11:08','2015-08-17 15:11:08','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(399,1,'2015-08-17 15:12:45','2015-08-17 15:12:45','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#000080 !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-08-17 15:12:45','2015-08-17 15:12:45','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(400,1,'2015-08-17 15:13:39','2015-08-17 15:13:39','<h2>Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-08-17 15:13:39','2015-08-17 15:13:39','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(401,1,'2015-08-17 15:14:25','2015-08-17 15:14:25','<h2 style=\"padding-top: 0px !important;\">Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>\r\n<hr />\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Our Expertise','','inherit','closed','open','','209-revision-v1','','','2015-08-17 15:14:25','2015-08-17 15:14:25','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(402,1,'2015-08-17 15:15:59','2015-08-17 15:15:59','<h2>25 Years of CPA-Level Experience</h2>\n<h4><img class=\"alignleft size-full wp-image-207\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285025.jpg\" alt=\"\" width=\"150\" height=\"229\" />Ensures Your Small Business Bookkeeping is Properly Done and Acceptable to Your CPA or Tax Preparer</h4>\n<p>No matter how skilled your CPA is, if your bookkeeping is deficient, your tax return will be compromised. Your CPA can’t go beyond the information submitted by your bookkeeper, and your CPA is prevented by law from making up data your bookkeeper missed.</p>\n<p>With us, you\'ll get a professional result because we\'ve got a track record of over 25 years of CPA firm experience in small business bookkeeping. We know how to coordinate with your CPA at their level. For example, we have the small business bookkeeping experience in QuickBooks to correctly determine the following issues:</p>\n<ul style=\"clear:both;\">\n <li>Which QuickBooks and bookkeeping issues may affect your taxes by tax entity (S or C corporation, LLC, etc.)</li>\n <li>What questions to ask your CPA about any unique tax issues affecting your QuickBooks bookkeeping,</li>\n <li>What degree of detail your CPA prefers in your chart of accounts in your bookkeeping set up,</li>\n <li>How to set up your bookkeeping according to your CPA\'s preferences, including:\n<ul>\n <li>Whether to segregate owner compensation and fringes for health care professionals,</li>\n <li>Whether to establish job costing, what costs to track and how to allocate overhead,</li>\n <li>How to format reports for tracking gross profit by project,</li>\n <li>How to establish the equity section of the balance sheet to show owners\' draws and equity investment,</li>\n</ul>\n</li>\n <li>How your CPA prefers to track unique or industry-specific income or expenses which we can set up in your bookkeeping,</li>\n <li>How to adjust and close out the books at the end of the tax year, including:\n<ul>\n <li>Proper bank reconciliations of all checking, savings and money market accounts,</li>\n <li>Determination of ending balances for loans and lines of credit,</li>\n <li>Reconciliation of inter-company balances between related entities,</li>\n <li>Analysis, review and adjustment of shareholder, member or partner loan accounts,</li>\n <li>Reconciliation of accounts receivable and payable,</li>\n <li>Accruals of expenses for accrual-basis entities,</li>\n <li>Analysis and adjustment of customer deposits, unearned income or gift certificates,</li>\n <li>Analysis and adjustment of fixed assets and accumulated depreciation,</li>\n</ul>\n</li>\n <li>How to categorize your transactions in your bookkeeping for maximum tax savings, including:\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\n <li>How to track ownership perquisites in your bookkeeping, including health care premiums or medical expense reimbursements,</li>\n <li>Whether to classify health insurance premiums in your bookkeeping as salary for owners of pass-through entities,</li>\n <li>How your CPA wants to track auto, business meals and entertainment expenses in your bookkeeping,</li>\n</ul>\n</li>\n <li>How to present your bookkeeping for easy CPA review,</li>\n <li>How to record your bookkeeping transactions so your books will provide the support you need in case of a tax audit</li>\n <li>How to present your bookkeeping to your CPA so it will save them time to reduce your fees without compromising your safety and peace of mind.</li>\n</ul>','CPA-Level Experience','','inherit','closed','open','','206-autosave-v1','','','2015-08-17 15:15:59','2015-08-17 15:15:59','',206,'http://www.providentbookkeeping.net/206-autosave-v1/',0,'revision','',0),(403,1,'2015-08-17 15:16:11','2015-08-17 15:16:11','<h2 style=\"padding-top: 0px !important;\">25 Years of CPA-Level Experience</h2>\r\n<h4><img class=\"alignleft size-full wp-image-207\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0285025.jpg\" alt=\"\" width=\"150\" height=\"229\" />Ensures Your Small Business Bookkeeping is Properly Done and Acceptable to Your CPA or Tax Preparer</h4>\r\n<p>No matter how skilled your CPA is, if your bookkeeping is deficient, your tax return will be compromised. Your CPA can’t go beyond the information submitted by your bookkeeper, and your CPA is prevented by law from making up data your bookkeeper missed.</p>\r\n<p>With us, you\'ll get a professional result because we\'ve got a track record of over 25 years of CPA firm experience in small business bookkeeping. We know how to coordinate with your CPA at their level. For example, we have the small business bookkeeping experience in QuickBooks to correctly determine the following issues:</p>\r\n<ul style=\"clear:both;\">\r\n <li>Which QuickBooks and bookkeeping issues may affect your taxes by tax entity (S or C corporation, LLC, etc.)</li>\r\n <li>What questions to ask your CPA about any unique tax issues affecting your QuickBooks bookkeeping,</li>\r\n <li>What degree of detail your CPA prefers in your chart of accounts in your bookkeeping set up,</li>\r\n <li>How to set up your bookkeeping according to your CPA\'s preferences, including:\r\n<ul>\r\n <li>Whether to segregate owner compensation and fringes for health care professionals,</li>\r\n <li>Whether to establish job costing, what costs to track and how to allocate overhead,</li>\r\n <li>How to format reports for tracking gross profit by project,</li>\r\n <li>How to establish the equity section of the balance sheet to show owners\' draws and equity investment,</li>\r\n</ul>\r\n</li>\r\n <li>How your CPA prefers to track unique or industry-specific income or expenses which we can set up in your bookkeeping,</li>\r\n <li>How to adjust and close out the books at the end of the tax year, including:\r\n<ul>\r\n <li>Proper bank reconciliations of all checking, savings and money market accounts,</li>\r\n <li>Determination of ending balances for loans and lines of credit,</li>\r\n <li>Reconciliation of inter-company balances between related entities,</li>\r\n <li>Analysis, review and adjustment of shareholder, member or partner loan accounts,</li>\r\n <li>Reconciliation of accounts receivable and payable,</li>\r\n <li>Accruals of expenses for accrual-basis entities,</li>\r\n <li>Analysis and adjustment of customer deposits, unearned income or gift certificates,</li>\r\n <li>Analysis and adjustment of fixed assets and accumulated depreciation,</li>\r\n</ul>\r\n</li>\r\n <li>How to categorize your transactions in your bookkeeping for maximum tax savings, including:\r\n<ul style=\"font-weight: normal; font-size: 1.0em;\">\r\n <li>How to track ownership perquisites in your bookkeeping, including health care premiums or medical expense reimbursements,</li>\r\n <li>Whether to classify health insurance premiums in your bookkeeping as salary for owners of pass-through entities,</li>\r\n <li>How your CPA wants to track auto, business meals and entertainment expenses in your bookkeeping,</li>\r\n</ul>\r\n</li>\r\n <li>How to present your bookkeeping for easy CPA review,</li>\r\n <li>How to record your bookkeeping transactions so your books will provide the support you need in case of a tax audit</li>\r\n <li>How to present your bookkeeping to your CPA so it will save them time to reduce your fees without compromising your safety and peace of mind.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','CPA-Level Experience','','inherit','closed','open','','206-revision-v1','','','2015-08-17 15:16:11','2015-08-17 15:16:11','',206,'http://www.providentbookkeeping.net/206-revision-v1/',0,'revision','',0),(404,1,'2015-08-17 15:18:04','2015-08-17 15:18:04','<h2 style=\"padding-top: 0px !important;\">Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/MACHINE.jpg\" alt=\"MACHINE\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409116-200x300.jpg\" alt=\"j0409116\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/J0285009.jpg\" alt=\"J0285009\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-213\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0409078.jpg\" alt=\"j0409078\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-214\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/CONSTRUC.jpg\" alt=\"CONSTRUC\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>\r\n<hr />\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Industry Expertise','','inherit','closed','open','','209-revision-v1','','','2015-08-17 15:18:04','2015-08-17 15:18:04','',209,'http://www.providentbookkeeping.net/209-revision-v1/',0,'revision','',0),(405,1,'2015-08-17 15:20:18','2015-08-17 15:20:18','<h2>Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr />\r\n<h4 style=\"text-align: center;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center; padding-bottom:20px;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr />\r\n<h4 style=\"text-align: center;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:20:18','2015-08-17 15:20:18','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(406,1,'2015-08-17 15:22:55','2015-08-17 15:22:55','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center; padding-bottom:20px;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:22:55','2015-08-17 15:22:55','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(407,1,'2015-08-17 15:23:47','2015-08-17 15:23:47','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center; padding-bottom:20px; padding-top:0;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:23:47','2015-08-17 15:23:47','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(408,1,'2015-08-17 15:24:02','2015-08-17 15:24:02','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center; padding-bottom:20px; margin-top:0;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:24:02','2015-08-17 15:24:02','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(409,1,'2015-08-17 15:24:51','2015-08-17 15:24:51','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important; margin-top:0;\"><strong>Our Mission</strong></h4>\r\n<p style=\"text-align: center; padding-bottom:20px;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:24:51','2015-08-17 15:24:51','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(410,1,'2015-08-17 15:25:13','2015-08-17 15:25:13','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Mission</strong></div>\r\n<p style=\"text-align: center; padding-bottom:20px;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<h4 style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\"><strong>Our Core Values</strong></h4>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:25:13','2015-08-17 15:25:13','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(411,1,'2015-08-17 15:25:40','2015-08-17 15:25:40','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding-bottom:20px;\"><em><span style=\"color: #05417d;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:25:40','2015-08-17 15:25:40','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(412,1,'2015-08-17 15:26:47','2015-08-17 15:26:47','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding-bottom:20px;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:26:47','2015-08-17 15:26:47','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(413,1,'2015-08-17 15:27:22','2015-08-17 15:27:22','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:27:22','2015-08-17 15:27:22','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(414,1,'2015-08-17 15:27:55','2015-08-17 15:27:55','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></em>\r\nWe maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:27:55','2015-08-17 15:27:55','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(415,1,'2015-08-17 15:30:24','2015-08-17 15:30:24','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td><p style=\"text-align: center;\"><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td><p style=\"text-align: center;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:30:24','2015-08-17 15:30:24','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(416,1,'2015-08-17 15:30:56','2015-08-17 15:30:56','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"40%\"><p style=\"text-align: center;\"><strong><span style=\"color: #05417d;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"60%\"><p style=\"text-align: center;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:30:56','2015-08-17 15:30:56','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(417,1,'2015-08-17 15:32:04','2015-08-17 15:32:04','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"40%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"60%\"><p style=\"text-align: center; font-size:13px;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:32:04','2015-08-17 15:32:04','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(418,1,'2015-08-17 15:32:45','2015-08-17 15:32:45','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"40%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"60%\"><p style=\"text-align: center; font-size:13px;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:32:45','2015-08-17 15:32:45','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(419,1,'2015-08-17 15:33:23','2015-08-17 15:33:23','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:33:23','2015-08-17 15:33:23','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(420,1,'2015-08-17 15:33:47','2015-08-17 15:33:47','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:normal;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:33:47','2015-08-17 15:33:47','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(421,1,'2015-08-17 15:34:08','2015-08-17 15:34:08','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.1em;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:34:08','2015-08-17 15:34:08','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(422,1,'2015-08-17 15:34:30','2015-08-17 15:34:30','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations</p></td>\r\n</tr>\r\n</table>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Valuing Others.</span></em></strong>\r\nWe do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Authenticity and Integrity.</span></strong></em>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p>\r\n<p style=\"text-align: center;\"><strong><em><span style=\"color: #05417d;\">Responsibility for Leadership.</span></em></strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Resourcefulness.</span></strong></em>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Mutual Respect.</span></strong></em>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p>\r\n<p style=\"text-align: center;\"><em><strong><span style=\"color: #05417d;\">Bettering Conditions.</span></strong></em>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:34:30','2015-08-17 15:34:30','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(423,1,'2015-08-17 15:36:59','2015-08-17 15:36:59','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"http://www.providentbookkeeping.net/wp-content/uploads/2015/07/j0309602-214x300.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Valuing Others.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Authenticity and Integrity.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Responsibility for Leadership.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Resourcefulness.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Mutual Respect.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Bettering Conditions.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p></td>\r\n</tr>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2015-08-17 15:36:59','2015-08-17 15:36:59','',38,'http://www.providentbookkeeping.net/38-revision-v1/',0,'revision','',0),(424,1,'2015-08-17 15:38:18','2015-08-17 15:38:18','<h2 style=\"padding-top: 0px !important;\">Client Successes</h2>\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%207-6-12.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-07-2010.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%202-10-10.jpg\" alt=\"\" width=\"650\" height=\"838\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2008-25-09.jpg\" alt=\"\" width=\"650\" height=\"841\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2006-24-09.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2010-25-08.jpg\" alt=\"\" width=\"650\" height=\"840\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20Success%20Story%20-%2003-08.jpg\" alt=\"\" width=\"650\" height=\"846\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/PBS%20Success%20Story%20-%2011-2007.jpg\" alt=\"\" width=\"650\" height=\"842\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/LM%20Testimonial%20-%20page%202.jpg\" alt=\"\" width=\"650\" height=\"700\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/images/PBS%20testimonial%20001.jpg\" alt=\"\" width=\"650\" height=\"368\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20BV,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"827\" border=\"1\" />\r\n<img class=\"aligncenter\" src=\"/Testimonial%20-%20Rice,%20blurred.jpg\" alt=\"\" width=\"650\" height=\"608\" border=\"1\" />\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Client Successes','','inherit','closed','open','','36-revision-v1','','','2015-08-17 15:38:18','2015-08-17 15:38:18','',36,'http://www.providentbookkeeping.net/36-revision-v1/',0,'revision','',0),(425,1,'2015-08-17 15:39:48','2015-08-17 15:39:48','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:39:48','2015-08-17 15:39:48','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(426,1,'2015-08-17 15:41:11','2015-08-17 15:41:11','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px;\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\" style=\"font-size:13px;\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:41:11','2015-08-17 15:41:11','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(427,1,'2015-08-17 15:41:49','2015-08-17 15:41:49','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px; font-family:Arial, Arial, Helvetica, sans-serif;\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\" style=\"font-size:13px; font-family:Arial, Arial, Helvetica, sans-serif;\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:41:49','2015-08-17 15:41:49','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(428,1,'2015-08-17 15:43:02','2015-08-17 15:43:02','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold;\"><strong>Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</strong></p>\r\n<p align=\"center\" style=\"font-size:13px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold;\"><strong>Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:43:02','2015-08-17 15:43:02','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(429,1,'2015-08-17 15:44:22','2015-08-17 15:44:22','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</p>\r\n<p align=\"center\" style=\"font-size:13px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold;\">Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:44:22','2015-08-17 15:44:22','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(430,1,'2015-08-17 15:44:58','2015-08-17 15:44:58','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:44:58','2015-08-17 15:44:58','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(431,1,'2015-08-17 15:45:17','2015-08-17 15:45:17','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:45:17','2015-08-17 15:45:17','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(432,1,'2015-08-17 15:45:54','2015-08-17 15:45:54','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"margin:20px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:45:54','2015-08-17 15:45:54','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(433,1,'2015-08-17 15:46:39','2015-08-17 15:46:39','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-17 15:46:39','2015-08-17 15:46:39','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(434,1,'2015-08-17 15:47:18','2015-08-17 15:47:18','<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-08-17 15:47:18','2015-08-17 15:47:18','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(435,1,'2018-04-24 23:48:41','2018-04-24 23:48:41','<h1 style=\"text-align:center;\">Broad Service Areas</h1>\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California</div>\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\n<div style=\"margin:40px auto 0; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-autosave-v1','','','2018-04-24 23:48:41','2018-04-24 23:48:41','',85,'http://www.providentbookkeeping.net/85-autosave-v1/',0,'revision','',0),(436,1,'2015-08-17 15:48:59','2015-08-17 15:48:59','<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\r\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-08-17 15:48:59','2015-08-17 15:48:59','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(437,1,'2015-08-17 15:49:24','2015-08-17 15:49:24','<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\r\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-08-17 15:49:24','2015-08-17 15:49:24','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(438,1,'2015-08-17 15:50:10','2015-08-17 15:50:10','<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\r\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-08-17 15:50:10','2015-08-17 15:50:10','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(439,1,'2015-08-17 15:51:14','2015-08-17 15:51:14','<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\r\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\r\n<div style=\"margin:40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-08-17 15:51:14','2015-08-17 15:51:14','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(440,1,'2015-08-17 15:52:11','2015-08-17 15:52:11','<h1 style=\"text-align:center;\">Broad Service Areas</h1>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\r\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\r\n<div style=\"margin:40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2015-08-17 15:52:11','2015-08-17 15:52:11','',85,'http://www.providentbookkeeping.net/85-revision-v1/',0,'revision','',0),(441,1,'2015-08-18 18:27:24','2015-08-18 18:27:24',' ','','','publish','closed','open','','441','','','2015-08-18 18:27:24','2015-08-18 18:27:24','',26,'http://www.providentbookkeeping.net/?p=441',8,'nav_menu_item','',0),(442,1,'2015-08-18 18:28:03','2015-08-18 18:28:03',' ','','','publish','closed','open','','442','','','2015-08-18 18:28:03','2015-08-18 18:28:03','',0,'http://www.providentbookkeeping.net/?p=442',1,'nav_menu_item','',0),(443,1,'2015-08-18 18:28:22','2015-08-18 18:28:22',' ','','','publish','closed','open','','443','','','2015-08-18 18:28:22','2015-08-18 18:28:22','',0,'http://www.providentbookkeeping.net/?p=443',1,'nav_menu_item','',0),(444,1,'2015-08-18 18:28:37','2015-08-18 18:28:37',' ','','','publish','closed','open','','444','','','2015-08-18 18:28:37','2015-08-18 18:28:37','',0,'http://www.providentbookkeeping.net/?p=444',1,'nav_menu_item','',0),(445,1,'2015-08-18 18:28:47','2015-08-18 18:28:47',' ','','','publish','closed','open','','445','','','2015-08-18 18:28:47','2015-08-18 18:28:47','',0,'http://www.providentbookkeeping.net/?p=445',1,'nav_menu_item','',0),(446,1,'2015-08-18 18:49:00','2015-08-18 18:49:00','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n\r\n[contact-form to=\'kenmunroe@att.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 18:49:00','2015-08-18 18:49:00','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(447,1,'2015-08-18 18:50:02','2015-08-18 18:50:02','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\">\r\n[contact-form to=\'kenmunroe@att.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 18:50:02','2015-08-18 18:50:02','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(448,1,'2015-08-18 18:51:14','2015-08-18 18:51:14','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\"><strong>Please use our convenient form to send us an email:</strong>\r\n[contact-form to=\'kenmunroe@att.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 18:51:14','2015-08-18 18:51:14','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(449,1,'2015-08-18 18:51:37','2015-08-18 18:51:37','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\"><strong>Please use our convenient form to send us an email:</strong><br />\r\n[contact-form to=\'kenmunroe@att.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 18:51:37','2015-08-18 18:51:37','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(450,1,'2015-08-18 18:51:57','2015-08-18 18:51:57','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\"><p><strong>Please use our convenient form to send us an email:</strong></p>\r\n[contact-form to=\'kenmunroe@att.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 18:51:57','2015-08-18 18:51:57','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(451,0,'2015-08-18 18:52:40','2015-08-18 18:52:40','Test\n<!--more-->\nAUTHOR: John Smith\nAUTHOR EMAIL: webmaster@kenmunroe.com\nAUTHOR URL: \nSUBJECT: Inquiry from providentbookkeeping.net\nIP: 99.83.5.45\nArray\n(\n [1_Name] => John Smith\n [2_Email] => webmaster@kenmunroe.com\n [3_Comment] => Test\n)\n','John Smith - 2015-08-18 18:52:40','','publish','closed','open','','a2ad2767dde25b073f9d015bccb3e324','','','2015-08-18 18:52:40','2015-08-18 18:52:40','',26,'http://www.providentbookkeeping.net/?post_type=feedback&p=451',0,'feedback','',0),(452,1,'2015-08-18 18:55:45','2015-08-18 18:55:45','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\"><p><strong>Please use our convenient form to send us an email:</strong></p>\r\n[contact-form to=\'info@providentbookkeeping.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 18:55:45','2015-08-18 18:55:45','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(453,1,'2015-08-18 19:04:16','2015-08-18 19:04:16','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\"><p><strong>Please use our convenient form to send us an email:</strong></p>\r\n[contact-form to=\'kenmunroe@att.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 19:04:16','2015-08-18 19:04:16','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(454,0,'2015-08-18 19:04:28','2015-08-18 19:04:28','222\n<!--more-->\nAUTHOR: John Smith\nAUTHOR EMAIL: webmaster@kenmunroe.com\nAUTHOR URL: \nSUBJECT: Inquiry from providentbookkeeping.net\nIP: 99.83.5.45\nArray\n(\n [1_Name] => John Smith\n [2_Email] => webmaster@kenmunroe.com\n [3_Comment] => 222\n)\n','John Smith - 2015-08-18 19:04:28','','publish','closed','open','','e6a114e0becf65322450b373bc623d2c','','','2015-08-18 19:04:28','2015-08-18 19:04:28','',26,'http://www.providentbookkeeping.net/?post_type=feedback&p=454',0,'feedback','',0),(455,1,'2015-08-18 19:05:51','2015-08-18 19:05:51','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\"><p><strong>Please use our convenient form to send us an email:</strong></p>\r\n[contact-form to=\'info@providentbookkeeping.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2015-08-18 19:05:51','2015-08-18 19:05:51','',26,'http://www.providentbookkeeping.net/26-revision-v1/',0,'revision','',0),(457,1,'2015-09-30 00:07:03','2015-09-30 00:07:03','<h2 style=\"padding-top: 0px !important;\">How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\">Provident Financial Services</a></td>\r\n<td>Click <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>here</strong></a> for <a href=\"http://www.providentfinancialservices.us/taxes.htm\" target=\"_blank\"><strong>Provident Financial Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"http://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','What Our Services Do For You','','inherit','closed','open','','2-revision-v1','','','2015-09-30 00:07:03','2015-09-30 00:07:03','',2,'http://www.providentbookkeeping.net/2-revision-v1/',0,'revision','',0),(458,1,'2015-09-30 00:18:58','2015-09-30 00:18:58','[wp_sitemap_page only=\"page\" display_title=\"false\"]','Sitemap','','publish','closed','closed','','sitemap','','','2015-09-30 00:21:38','2015-09-30 00:21:38','',0,'http://www.providentbookkeeping.net/?page_id=458',0,'page','',0),(459,1,'2015-09-30 00:18:58','2015-09-30 00:18:58','[wp_sitemap_page only=\"page\"]','Sitemap','','inherit','closed','open','','458-revision-v1','','','2015-09-30 00:18:58','2015-09-30 00:18:58','',458,'http://www.providentbookkeeping.net/458-revision-v1/',0,'revision','',0),(460,1,'2015-09-30 00:21:38','2015-09-30 00:21:38','[wp_sitemap_page only=\"page\" display_title=\"false\"]','Sitemap','','inherit','closed','open','','458-revision-v1','','','2015-09-30 00:21:38','2015-09-30 00:21:38','',458,'http://www.providentbookkeeping.net/458-revision-v1/',0,'revision','',0),(462,1,'2016-12-07 15:40:46','2016-12-07 15:40:46','<h2 style=\"padding-top: 0px !important;\">Five Key Skills A Qualified Quickbooks Consultant Should Have</h2>\r\n<img class=\" size-full wp-image-67 alignright\" src=\"/images/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />\r\n<ol>\r\n <li><strong><span style=\"color: #185a9b;\">Tax Training and Expertise</span></strong> to ensure your work starts off correctly and ends up where the tax accountant can effortlessly prepare the taxes without doubt, hesitation, lengthy questioning or omitted data.</li>\r\n <li><strong><span style=\"color: #185a9b;\">Bookkeeping knowledge</span></strong> and accounting basics sufficient to recognize when an accounting event occurs and how to properly classify each for tax purposes,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Computer operations</span></strong> using Windows, housekeeping and security protection,</li>\r\n <li><strong><span style=\"color: #185a9b;\">Income taxes</span></strong> to properly categorize bookkeeping transactions specifically for your tax entity,</li>\r\n <li><strong><span style=\"color: #185a9b;\">QuickBooks software</span></strong> operations, time-savers, tricks, tips and traps.</li>\r\n</ol>\r\n<p>At Provident, we\'re competent in all five areas. That means your work will be free from material errors, omissions, tax mix-ups, mismatches, wrong classifications which might either cost you tax deductions or highlight you for a tax audit. You\'ll get lower taxes and greater peace of mind knowing your work is performed to professional standards. <a href=\"/index.php/about-us/\">Learn more about our qualifications</a>.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Key Bookkeeping Skill Sets','','inherit','closed','open','','42-revision-v1','','','2016-12-07 15:40:46','2016-12-07 15:40:46','',42,'http://www.providentbookkeeping.com/index.php/uncategorized/42-revision-v1/',0,'revision','',0),(463,1,'2016-12-07 15:46:38','2016-12-07 15:46:38','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2016-12-07 15:46:38','2016-12-07 15:46:38','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(464,1,'2016-12-07 15:48:26','2016-12-07 15:48:26','<h2 style=\"padding-top: 0px !important;\">QuickBooks Personalized Tutoring</h2>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>95</strong> For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>What You Can Expect from this Service</h4>\r\n<p><img class=\"alignleft size-medium wp-image-136\" src=\"/images/j0289513-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You will become proficient, competent and confident about your QuickBooks bookkeeping skills with hands-on, interactive tutoring with Kathy, a Certified QuickBooks ProAdvisor. She will come to your office to provide one-on-one tutoring focused on resolving your specific procedures, processes, questions or issues using QuickBooks bookkeeping software.</p>\r\n<p>You will learn in a helpful, non-judgmental environment, where she will calmly take you through the steps, at your own pace, give you the reasoning behind the answers, and make sure you can apply what you\'ve learned. You will also gain valuable tips, tricks and learn how to avoid common traps and pitfalls. You will be able to recognize and solve problems as they arise on your own, and know you have Kathy available by cell phone if you encounter an unusual situation.</p>\r\n<p>You will be free from wonder or worry in case your boss, CPA or tax preparer may ask questions about your work. You\'ll be able to look up information, answer questions and provide reports quickly and confidently to their full satisfaction because you will have become a master at doing your bookkeeping job.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','QuickBooks Personalized Tutoring','','inherit','closed','open','','135-revision-v1','','','2016-12-07 15:48:26','2016-12-07 15:48:26','',135,'http://www.providentbookkeeping.com/index.php/uncategorized/135-revision-v1/',0,'revision','',0),(465,1,'2016-12-07 15:51:34','2016-12-07 15:51:34','<h2 style=\"padding-top: 0px !important;\">QuickBooks Personalized Tutoring</h2>\r\n<h4>Hourly Structure</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>95</strong> For full-charge bookkeeping provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n</ul>\r\n<p>Hourly on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p><strong>No charge</strong> for travel time within Orange County, and <strong>no charge</strong> for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>What You Can Expect from this Service</h4>\r\n<p><img class=\"alignleft size-medium wp-image-136\" src=\"/images/j0289513.jpg\" alt=\"businesswoman\" width=\"300\" height=\"200\" />You will become proficient, competent and confident about your QuickBooks bookkeeping skills with hands-on, interactive tutoring with Kathy, a Certified QuickBooks ProAdvisor. She will come to your office to provide one-on-one tutoring focused on resolving your specific procedures, processes, questions or issues using QuickBooks bookkeeping software.</p>\r\n<p>You will learn in a helpful, non-judgmental environment, where she will calmly take you through the steps, at your own pace, give you the reasoning behind the answers, and make sure you can apply what you\'ve learned. You will also gain valuable tips, tricks and learn how to avoid common traps and pitfalls. You will be able to recognize and solve problems as they arise on your own, and know you have Kathy available by cell phone if you encounter an unusual situation.</p>\r\n<p>You will be free from wonder or worry in case your boss, CPA or tax preparer may ask questions about your work. You\'ll be able to look up information, answer questions and provide reports quickly and confidently to their full satisfaction because you will have become a master at doing your bookkeeping job.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','QuickBooks Personalized Tutoring','','inherit','closed','open','','135-revision-v1','','','2016-12-07 15:51:34','2016-12-07 15:51:34','',135,'http://www.providentbookkeeping.com/index.php/uncategorized/135-revision-v1/',0,'revision','',0),(466,1,'2016-12-07 21:42:49','2016-12-07 21:42:49','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\r\n<p><img class=\"alignleft size-medium wp-image-191\" style=\"width:102px; height:200px;\" src=\"/images/side_image-153x300.jpg\" alt=\"side_image\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Honesty, Clarity and Courtesy.</strong></span> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Expectations.</strong></span> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Effective Results.</strong></span> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Keeping Our Promises.</strong></span> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Competence and Innovation.</strong></span> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Communicating Concerns.</strong></span> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Cooperation and Collaboration.</strong></span> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Financial Arrangements.</strong></span> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Sharing Your Successes.</strong></span> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-revision-v1','','','2016-12-07 21:42:49','2016-12-07 21:42:49','',389,'http://www.providentbookkeeping.com/index.php/uncategorized/389-revision-v1/',0,'revision','',0),(467,1,'2016-12-07 21:44:02','2016-12-07 21:44:02','<h2 style=\"padding-top: 0px !important;\">Written Commitments</h2>\r\n<p><img class=\"alignleft size-medium wp-image-191\" style=\"width:102px; height:200px;\" src=\"/images/side_image.jpg\" alt=\"side_image\" />Commitments to clients are an affirmation and recognition of a professional\'s responsibility to keep agreements upon which our clients depend. Furthermore, commitments made in writing are not subject to convenient lapses of memory or subject to retroactive recreation of reality. Our commitments are established, written and published publicly. Clients know that we take our commitments seriously. Because our clients depend on actionable financial information which has serious implications on the families whose livelihoods depend on the small business owner\'s sound decisions.</p>\r\n<p>Our commitments go both ways, between ourselves and our clients, because our client\'s success depends on the collaboration, communication and cooperation our clients provide.</p>\r\n<h5 style=\"text-align: center; clear: both;\"><strong><span style=\"color: #185a9b;\">Our Commitments to You</span></strong></h5>\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Honesty, Clarity and Courtesy.</strong></span> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Expectations.</strong></span> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Effective Results.</strong></span> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Keeping Our Promises.</strong></span> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Competence and Innovation.</strong></span> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.</li>\r\n</ul>\r\n<h5 style=\"text-align: center;\"><strong><span style=\"color: #185a9b;\">Your Commitments to Us</span></strong></h5>\r\n\r\n<ul>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Communicating Concerns.</strong></span> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Cooperation and Collaboration.</strong></span> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Fulfilling Your Financial Arrangements.</strong></span> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.</li>\r\n <li><span style=\"font-family: Arial, Arial, sans-serif; font-size:16px;\"><strong>Sharing Your Successes.</strong></span> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Written Commitments','','inherit','closed','open','','389-revision-v1','','','2016-12-07 21:44:02','2016-12-07 21:44:02','',389,'http://www.providentbookkeeping.com/index.php/uncategorized/389-revision-v1/',0,'revision','',0),(468,1,'2016-12-07 21:45:44','2016-12-07 21:45:44','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/images/Kathy-02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathys-2007-QB-Cert-Pro-Advisor-Certificate-copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathys-2008-QB-Cert-Pro-Advisor-Certificate-copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathys-2009-QB-Cert-Pro-Advisor-Certificate-31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-revision-v1','','','2016-12-07 21:45:44','2016-12-07 21:45:44','',24,'http://www.providentbookkeeping.com/index.php/uncategorized/24-revision-v1/',0,'revision','',0),(469,1,'2016-12-07 21:47:44','2016-12-07 21:47:44','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/images/Kathy-02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathy\'s 2007 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathy\'s 2008 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-revision-v1','','','2016-12-07 21:47:44','2016-12-07 21:47:44','',24,'http://www.providentbookkeeping.com/index.php/uncategorized/24-revision-v1/',0,'revision','',0),(470,1,'2016-12-07 21:47:59','2016-12-07 21:47:59','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/Kathy-02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathy\'s 2007 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathy\'s 2008 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-revision-v1','','','2016-12-07 21:47:59','2016-12-07 21:47:59','',24,'http://www.providentbookkeeping.com/index.php/uncategorized/24-revision-v1/',0,'revision','',0),(471,1,'2016-12-07 21:49:09','2016-12-07 21:49:09','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/images/Kathy 02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathy\'s 2007 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathy\'s 2008 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-revision-v1','','','2016-12-07 21:49:09','2016-12-07 21:49:09','',24,'http://www.providentbookkeeping.com/index.php/uncategorized/24-revision-v1/',0,'revision','',0),(472,1,'2016-12-07 21:50:10','2016-12-07 21:50:10','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/images/Kathy 02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center; clear:both;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathy\'s 2007 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathy\'s 2008 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-revision-v1','','','2016-12-07 21:50:10','2016-12-07 21:50:10','',24,'http://www.providentbookkeeping.com/index.php/uncategorized/24-revision-v1/',0,'revision','',0),(473,1,'2016-12-07 21:51:22','2016-12-07 21:51:22','<h2 style=\"padding-top: 0px !important;\">Why Bookkeeping Matters</h2>\n<h4>What You Will Gain from an Expert QuickBooks Bookkeeper</h4>\n<img class=\" size-medium wp-image-169 alignright\" src=\"/images/j0309602.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />\n<ol>\n <li>You\'ll gain the benefits of a fully-functional professional QuickBooks bookkeeping installation in your small business.</li>\n <li>We\'re small business bookkeeping specialists who understand running a small business \"by the numbers.\" You can only manage what you can measure. What gets managed gets done.</li>\n <li>A reliable accounting system and accurate bookkeeping is the basis of small business measurement.</li>\n <li>Small businesses usually cannot recover easily from decisions made or opportunities lost due to the lack of accurate and timely financial information. It is more difficult to manage a small business than a large business.</li>\n <li>You\'ll have accurate, reliable, actionable financial information to develop your short-term and long-term planning decisions with confidence and clarity.</li>\n <li>You will quickly and easily to see where you are wasting money and losing opportunities when your small business is operating with a properly established professional QuickBooks bookkeeping installation.</li>\n</ol>\n<p>Therefore, bookkeeping and accounting for small business owners are mission-critical functions in managing a small business. Kathy will courteously and respectfully train you or your designated team member on how to master QuickBooks bookkeeping in your small business by installing, activating and ensuring your small business is benefiting from a fully-functional professional QuickBooks accounting system.</p>\n<p>Not sure what skills a qualified bookkeeper needs? <a href=\"/index.php/why-bookkeeping-matters/key-bookkeeping-skill-sets/\">Learn more...</a></p>\n<p>Whether your small business bookkeeping issues involve services for general help, establishment, set-up, repair, reconciliation, balancing, catch-up work, recurring services or periodic overview services, we are ready to prove to you that we are your best and most efficient source to get you caught up fast and keep you out of trouble. <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">See actual testimonials...</a> <strong>For more information, simply call (949) 583 1040 and ask for Kathy or Tom.</strong></p>\n<div style=\"margin:0 auto; width:60%;\">\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\n<hr style=\"border-color:#808000; border-width: 3px;\" />\n</div>\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Bookkeeping Matters','','inherit','closed','open','','204-autosave-v1','','','2016-12-07 21:51:22','2016-12-07 21:51:22','',204,'http://www.providentbookkeeping.com/index.php/uncategorized/204-autosave-v1/',0,'revision','',0),(474,1,'2016-12-07 21:51:25','2016-12-07 21:51:25','<h2 style=\"padding-top: 0px !important;\">Why Bookkeeping Matters</h2>\r\n<h4>What You Will Gain from an Expert QuickBooks Bookkeeper</h4>\r\n<img class=\" size-medium wp-image-169 alignright\" src=\"/images/j0309602.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />\r\n<ol>\r\n <li>You\'ll gain the benefits of a fully-functional professional QuickBooks bookkeeping installation in your small business.</li>\r\n <li>We\'re small business bookkeeping specialists who understand running a small business \"by the numbers.\" You can only manage what you can measure. What gets managed gets done.</li>\r\n <li>A reliable accounting system and accurate bookkeeping is the basis of small business measurement.</li>\r\n <li>Small businesses usually cannot recover easily from decisions made or opportunities lost due to the lack of accurate and timely financial information. It is more difficult to manage a small business than a large business.</li>\r\n <li>You\'ll have accurate, reliable, actionable financial information to develop your short-term and long-term planning decisions with confidence and clarity.</li>\r\n <li>You will quickly and easily to see where you are wasting money and losing opportunities when your small business is operating with a properly established professional QuickBooks bookkeeping installation.</li>\r\n</ol>\r\n<p>Therefore, bookkeeping and accounting for small business owners are mission-critical functions in managing a small business. Kathy will courteously and respectfully train you or your designated team member on how to master QuickBooks bookkeeping in your small business by installing, activating and ensuring your small business is benefiting from a fully-functional professional QuickBooks accounting system.</p>\r\n<p>Not sure what skills a qualified bookkeeper needs? <a href=\"/index.php/why-bookkeeping-matters/key-bookkeeping-skill-sets/\">Learn more...</a></p>\r\n<p>Whether your small business bookkeeping issues involve services for general help, establishment, set-up, repair, reconciliation, balancing, catch-up work, recurring services or periodic overview services, we are ready to prove to you that we are your best and most efficient source to get you caught up fast and keep you out of trouble. <a href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">See actual testimonials...</a> <strong>For more information, simply call (949) 583 1040 and ask for Kathy or Tom.</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Bookkeeping Matters','','inherit','closed','open','','204-revision-v1','','','2016-12-07 21:51:25','2016-12-07 21:51:25','',204,'http://www.providentbookkeeping.com/index.php/uncategorized/204-revision-v1/',0,'revision','',0),(475,1,'2016-12-07 21:52:26','2016-12-07 21:52:26','<h2 style=\"padding-top: 0px !important;\">Why Bookkeeping Matters</h2>\r\n<h4>What You Will Gain from an Expert QuickBooks Bookkeeper</h4>\r\n<img class=\" size-medium wp-image-169 alignright\" src=\"/images/j0309602.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />\r\n<ol>\r\n <li>You\'ll gain the benefits of a fully-functional professional QuickBooks bookkeeping installation in your small business.</li>\r\n <li>We\'re small business bookkeeping specialists who understand running a small business \"by the numbers.\" You can only manage what you can measure. What gets managed gets done.</li>\r\n <li>A reliable accounting system and accurate bookkeeping is the basis of small business measurement.</li>\r\n <li>Small businesses usually cannot recover easily from decisions made or opportunities lost due to the lack of accurate and timely financial information. It is more difficult to manage a small business than a large business.</li>\r\n <li>You\'ll have accurate, reliable, actionable financial information to develop your short-term and long-term planning decisions with confidence and clarity.</li>\r\n <li>You will quickly and easily to see where you are wasting money and losing opportunities when your small business is operating with a properly established professional QuickBooks bookkeeping installation.</li>\r\n</ol>\r\n<p>Therefore, bookkeeping and accounting for small business owners are mission-critical functions in managing a small business. Kathy will courteously and respectfully train you or your designated team member on how to master QuickBooks bookkeeping in your small business by installing, activating and ensuring your small business is benefiting from a fully-functional professional QuickBooks accounting system.</p>\r\n<p>Not sure what skills a qualified bookkeeper needs? <a href=\"/index.php/why-bookkeeping-matters/key-bookkeeping-skill-sets/\">Learn more...</a></p>\r\n<p>Whether your small business bookkeeping issues involve services for general help, establishment, set-up, repair, reconciliation, balancing, catch-up work, recurring services or periodic overview services, we are ready to prove to you that we are your best and most efficient source to get you caught up fast and keep you out of trouble. <a href=\"/index.php/about-us/client-successes/\">See actual testimonials...</a> <strong>For more information, simply call (949) 583 1040 and ask for Kathy or Tom.</strong></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Bookkeeping Matters','','inherit','closed','open','','204-revision-v1','','','2016-12-07 21:52:26','2016-12-07 21:52:26','',204,'http://www.providentbookkeeping.com/index.php/uncategorized/204-revision-v1/',0,'revision','',0),(476,1,'2016-12-07 21:55:01','2016-12-07 21:55:01','<h2 style=\"padding-top: 0px !important;\">Industry Expertise</h2>\r\n<h4>We have proven expertise in over 92 industries</h4>\r\n<p>Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-210 alignright\" src=\"/images/MACHINE.jpg\" alt=\"Manufacturers and Distributors\" width=\"200\" height=\"298\" /><strong>Manufacturers and Distributors</strong></p>\r\n<p>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</p>\r\n<p>Automotive, aftercare and specialty products, health care products and publishing</p>\r\n<p>Jewelry, computer software and components</p>\r\n<p>Food distributors, warehousing and trucking</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-medium wp-image-211 alignright\" src=\"/images/j0409116.jpg\" alt=\"Professionals\" width=\"200\" height=\"300\" /><strong>Professionals</strong></p>\r\n<p>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</p>\r\n<p>Law firms, engineers, architects, designers and insurance agencies</p>\r\n<p>Professional associations and non-profit organizations</p>\r\n<p>Event planners, charity golf tournament organizers</p>\r\n<p>Physicians, dentists, physical therapists, veterinarians and chiropractors</p>\r\n<p>Medical laboratories, clinics and health supplements</p>\r\n<p>Clergy</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\" size-full wp-image-212 alignright\" src=\"/images/J0285009.jpg\" alt=\"Service Providers\" width=\"200\" height=\"132\" /><strong>Service Providers</strong></p>\r\n<p>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</p>\r\n<p>Delivery, trucking and warehousing, personnel leasing and executive search firms</p>\r\n<p>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</p>\r\n<p>Recording studios, computer service bureaus, shared satellite television systems</p>\r\n<p>Dry cleaners and service stations, real estate brokers and rental activities</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-213\" src=\"/images/j0409078.jpg\" alt=\"Retailers and Wholesalers\" width=\"200\" height=\"200\" /><strong>Retailers and Wholesalers</strong></p>\r\n<p>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</p>\r\n<p>Warehousing, trucking, transportation and distribution</p>\r\n<p>Athletic supplies and services, photo studios, video rental, photo processing</p>\r\n<p>Hardware, women’s apparel, auto body shops, computer products, parts and software</p>\r\n<p>Citrus picking, packing and distribution, travel agencies and group tour operators</p>\r\n<p>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</p>\r\n<p>Fast food, theme-based and full service restaurants</p>\r\n<hr />\r\n<p style=\"color:#0000cc !important; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:16px !important;\"><img class=\"alignright size-full wp-image-214\" src=\"/images/CONSTRUC.jpg\" alt=\"Trades\" width=\"200\" height=\"132\" /><strong>Trades</strong></p>\r\n<p>Electrical, home improvements and roofing</p>\r\n<p>Structural repairs, catastrophe restoration</p>\r\n<p>Furniture repair and security systems</p>\r\n<p>Industrial lighting, and floor care, carpet sales, restorative construction</p>\r\n<p>Tile setters and wood working shops</p>\r\n<p>Tire retailers, towing services and auto repair</p>\r\n<hr />\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Industry Expertise','','inherit','closed','open','','209-revision-v1','','','2016-12-07 21:55:01','2016-12-07 21:55:01','',209,'http://www.providentbookkeeping.com/index.php/uncategorized/209-revision-v1/',0,'revision','',0),(477,1,'2016-12-07 21:58:07','2016-12-07 21:58:07','<h2 style=\"padding-top: 0px !important;\">Both Hourly and Flat Rate Arrangements Are Available</h2>\r\n<h4><img class=\"alignright size-full wp-image-67\" src=\"/images/j0285171.jpg\" alt=\"Love Your Numbers\" width=\"164\" height=\"221\" />Hourly</h4>\r\n<p>Time-based structure (based on hourly rates because of uncertain or unexpected changes in scope of work as the assignment progresses)</p>\r\n<ul>\r\n <li><strong>25-35</strong> For <span style=\"text-decoration: underline;\"><strong>basic clerical data entry of transactions</strong></span>, usually available from our independent contractor pool, usually generally ranging between 25 to $35 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require moderate supervision and periodic review throughout the duration of the assignment.</li>\r\n <li><strong>40-65</strong> For <span style=\"text-decoration: underline;\"><strong>intermediate bookkeeping tasks</strong></span>, including classification of entries and cursory review and identification of possible difficulties for senior resolution, usually available from our independent contractor pool, usually generally ranging between 40 to 65 hourly, depending on levels of work, speed, accuracy, industry expertise and experience in both bookkeeping concepts and QuickBooks operations. May require light supervision and review and availability to answer questions during the assignment.</li>\r\n <li><strong>95</strong> For <strong><span style=\"text-decoration: underline;\">full-charge bookkeeping</span></strong> provided by Provident Bookkeeping\'s personnel, at 95 for senior bookkeeping and accounting work, including situation analysis, development of expedited service plans, problems resolution of bookkeeping issues and entanglements, reconciliations of all account types, inventory analysis and adjustments, resolution of frequently encountered QuickBooks issues and problems, personal one-on-one tutoring, QuickBooks set up, establishment of processes and procedures, repair of QuickBooks set up problems, periodic or recurring accounting and bookkeeping oversight services, special projects and unique assignments specific to client-related or industry-related issues, resolution of downloading and on-line issues, and similarly-related problem resolution and systematization tasks. Performs supervision and review on the work of junior level personnel involved in above tasks.</li>\r\n <li><strong>125</strong> For <span style=\"text-decoration: underline;\"><strong>senior bookkeeping, accounting analysis and tax problems resolution</strong></span> provided by Provident Bookkeeping\'s personnel, at 125 hourly, including senior bookkeeping issues, resolution of accounting entanglements and intercompany accounts, and resolution of tax problems, inquiries and audits limited to payroll taxes, sales taxes, property taxes, excise taxes and workmen\'s compensation reports and issues. Includes issues and performance related to certified payroll. Performs supervision and review on the work of junior level personnel for these tasks.</li>\r\n</ul>\r\n<p>Time-based on-site visits to Orange County, Southern California locations usually subject to a two-hour minimum.</p>\r\n<p>No charge for travel time within Orange County, and no charge for travel time within 30 minutes each way from Lake Forest, Orange County, Southern California.</p>\r\n<h4>Flat Rate</h4>\r\n<p><img class=\"alignleft size-full wp-image-232\" src=\"/images/j0399364.jpg\" alt=\"Flat Rates\" width=\"140\" height=\"217\" />We offer the following services on a flat rate package price structure:</p>\r\n<p><strong>495 Flat Price Package.</strong> Initial QuickBooks set up, on site at your business location. <a href=\"/index.php/services/new-installations/\">Learn more...</a></p>\r\n<p><strong>495 Flat Price Package.</strong> Repair your existing QuickBooks set up, on site at your business location. <a href=\"/index.php/services/repair-and-restoration/\">Learn more...</a></p>\r\n<p><strong>Other Flat Rate Services.</strong> We offer flat rate packages for nearly all our services, which are quoted based on your specific needs and circumstances. Please ask for a customized quotation.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Flexible Compensation Structure','','inherit','closed','open','','22-revision-v1','','','2016-12-07 21:58:07','2016-12-07 21:58:07','',22,'http://www.providentbookkeeping.com/index.php/uncategorized/22-revision-v1/',0,'revision','',0),(478,1,'2016-12-07 21:59:34','2016-12-07 21:59:34','<h2 style=\"padding-top: 0px !important;\">Why Choose Us?</h2>\r\n<h4>We Specialize in Small Business QuickBooks Bookkeeping Exclusively</h4>\r\n<p><img class=\"alignleft size-full wp-image-189\" src=\"/images/industries.jpg\" alt=\"industries\" width=\"280\" height=\"255\" />We specialize exclusively in Quickbooks bookkeeping help, services and personal tutoring services, and are content to limit the scope of our services to those tasks. We coordinate with the tax preparer of your choice as a member of your professional team, so we will not attempt to undermine your preferred arrangements for income tax services.</p>\r\n<p>However, in case you are considering a change in professional income tax services, integrated income tax reduction, tax penalty avoidance, tax audit deterrence and tax preparation services, these income tax services are available and easily accommodated through our parent company, Provident Financial Services.</p>\r\n<div style=\"margin:0 auto; width:60%; clear:both;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Why Choose Us?','','inherit','closed','open','','40-revision-v1','','','2016-12-07 21:59:34','2016-12-07 21:59:34','',40,'http://www.providentbookkeeping.com/index.php/uncategorized/40-revision-v1/',0,'revision','',0),(479,1,'2016-12-07 22:00:53','2016-12-07 22:00:53','<h1>Quality Service You Can Count On</h1>\r\n<ul>\r\n <li>Calls returned within 4 business hours</li>\r\n <li>Available extended hours</li>\r\n <li>Responsible, reliable and certified bookkeeping help and QuickBooks skills</li>\r\n <li>We listen to you and respect your reality</li>\r\n <li>We deliver what we promise</li>\r\n <li>We fix your small business QuickBooks bookkeeping problems fast and keep them from recurring</li>\r\n <li>Proactive client help, advice and preventative services</li>\r\n <li>Our commitments to you are in writing</li>\r\n <li>Fast turn-around, usually within 72 hours</li>\r\n <li>Efficient, non-judgmental and useful QuickBooks personal tutoring and one-on-one training on your site</li>\r\n <li>Client-focused and results-driven directly useful and immediately applicable bookkeeping help and training</li>\r\n <li>Written core values and mission statement covering our bookkeeping help, services and training</li>\r\n <li>Established over 30 years in serving Orange County (OC), Southern California</li>\r\n <li>Virtually no employee turnover, stable, knowledgeable staff</li>\r\n <li>Specialists in QuickBooks small business bookkeeping help, services, accounting and QuickBooks training</li>\r\n</ul>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Quality Service You Can Count On','','inherit','closed','open','','263-revision-v1','','','2016-12-07 22:00:53','2016-12-07 22:00:53','',263,'http://www.providentbookkeeping.com/index.php/uncategorized/263-revision-v1/',0,'revision','',0),(480,1,'2016-12-07 22:02:05','2016-12-07 22:02:05','<h2 style=\"padding-top: 0px !important;\">New Small Business Clients Tell Us About Their Distressing Experiences With Their Prior Bargain Bookkeeping Services</h2>\r\n<p>Most of our clients have had prior unsatisfactory experiences with bargain-priced bookkeepers. They come to us after realizing that cutting costs for small business bookkeeping is false economy. Bargain bookkeeping leads to wasted time, wasted money and, often, lost opportunities for not being able to make sound small business decisions because their bookkeeping was either not accurate, not detailed enough, not reliable or not up to date.</p>\r\n<p>Savvy small business owners have learned that bargain hunting is not wise for fulfilling a mission-critical small business function such as bookkeeping. (And, that\'s why inexperienced small business owners usually insist on price-shopping and selecting only bargain-priced bookkeepers.) Because we appeal to seasoned clients, we have the privilege of serving <em><strong>fabulous</strong></em> clients who recognize and appreciate <a href=\"/index.php/about-us/client-successes/\">what we do for them and how we do it</a> for over 30 years.</p>\r\n<p>Moreover, bargain priced bookkeepers don\'t know enough about basic bookkeeping and small business operations to realize that they don\'t have a sustainable structure. That means they do not have the experience to guide you in your small business because they do not know their own small business structure. And, they usually do not stay in small business long enough to serve you in the long term.</p>\r\n<p>That\'s why our clients have realized that bargain bookkeepers are no bargain. They tell us that their prior unsatisfactory experiences include:</p>\r\n<ul>\r\n <li>Wrong or inaccurate numbers on reports or books</li>\r\n <li>Untimely or missing reports</li>\r\n <li>Fines or penalties for omitted, late or inaccurate tax returns or agency reports</li>\r\n <li>Uncertainty about accuracy of sales tax, payroll tax or workers compensation reports</li>\r\n <li>Inability to produce certified payroll</li>\r\n <li>Can\'t get straight answers to simple questions about your books</li>\r\n <li>Sudden disappearances or departures of bookkeeper</li>\r\n <li>Not sure QuickBooks is set up correctly or working properly to full capacity</li>\r\n <li>Backlogged or incomplete work</li>\r\n <li>Forced bank reconciliations (plugging in fictitious numbers to falsify the reconciliation)</li>\r\n <li>Books out of balance forcing QuickBooks to generate temporary balancing accounts</li>\r\n <li>Refusal or inability to use modern methods to save time and money</li>\r\n <li>Not keeping up to date with advances and new time-saving technology</li>\r\n <li>Continuing confusion or errors on payroll and payroll tax returns</li>\r\n <li>Business transactions from owner\'s personal expenditures, credit cards, advances, loans or lines of credit not property incorporated into small business books</li>\r\n <li>Petty cash not properly established, replenished or classified on books</li>\r\n <li>Depreciation not considered or incorporated in formal reports to owners for planning</li>\r\n <li>Duplicate work or meaningless repetitive work</li>\r\n <li>Over-utilization of time-consuming Excel or Word templates to do bookkeeping or financial functions available in QuickBooks</li>\r\n <li>Unaware or under-utilization of integrated small business features in QuickBooks</li>\r\n <li>Unexplained balances, transactions or accounts</li>\r\n <li>Mysterious transactions or accounts set up</li>\r\n <li>Unavailability of costs by job, department, location or division</li>\r\n <li>Expenses and costs not segregated enough to determine costs to set prices properly</li>\r\n <li>Equity balances do not agree to prior year tax returns</li>\r\n <li>Unfamiliar with accounting on the cash basis or accrual basis for tax returns</li>\r\n <li>Not sure when an accounting event has occurred, so critical transactions could be omitted or entered in the wrong year</li>\r\n <li>Unfamiliar with basic bookkeeping principles, debits and credits, balancing, error detection, checking procedures and correct reconciliation procedures</li>\r\n <li>Payroll not entered or downloaded by individual employee for proper bank reconciliations</li>\r\n <li>Unfamiliar with downloading transactions from bank or credit card accounts</li>\r\n <li>Chart of accounts too lengthy, too short or incompatible with company operating basis</li>\r\n <li>Misclassification of expenses, income, loan proceeds, loans to or from owners, purchases or leases</li>\r\n <li>Omitted transactions, including small business expenses paid personally by owners</li>\r\n <li>Frequent or recurring mistakes</li>\r\n <li>Accounts receivable or accounts payable do not agree to customer or vendor records</li>\r\n <li>Backwards balances in accounts or books (negative receivables, etc.)</li>\r\n <li>Increasing reliance on outside tax preparer for answering bookkeeping questions</li>\r\n <li>Unexplained heavy workload</li>\r\n <li>Inaccurate or nonsensical reports</li>\r\n <li>Unavailable information</li>\r\n <li>Continuous excuses for unexplained or unanswered questions</li>\r\n <li>Costs or expenses improperly classified</li>\r\n <li>Late or unexplained absent work or reports</li>\r\n <li>Unusually long time required to do basic or routine tasks</li>\r\n <li>Broken promises</li>\r\n <li>Unexplained increasing billing</li>\r\n <li>Continuous problems or errors</li>\r\n <li>Diminishing responsibility for incomplete tasks or missed deadlines</li>\r\n <li>Personal problems or family issues conflicting with work assignments</li>\r\n <li>Untidy or disorganized work area, files or documents</li>\r\n <li>Missing or unavailable company files or valuable documents</li>\r\n <li>Company source documents taken off work premises</li>\r\n <li>And more...</li>\r\n</ul>\r\n<p>We know bookkeeping is a mission-critical function to developing accurate financial information for running your small business by the numbers. Moreover, accurate\r\nbookkeeping is critical for reducing taxes and providing reliable information to support you if your tax returns are audited.</p>\r\n<p>We\'re experts in QuickBooks bookkeeping and accounting for small businesses with expertise in over 92 industries with over 30 years of experience based in Orange County (OC), Southern California since 1975. That means we know how to accurately assess your situation and quickly formulate a cost-effective service plan to accomplish your objectives.</p>\r\n<p>We believe Mr. Ruskin had the right idea when he advised the following:</p>\r\n<p><img class=\"alignleft size-medium wp-image-141\" src=\"/images/j0314331.jpg\" alt=\"Money!\" width=\"300\" height=\"300\" />\"It is unwise to pay too much, but it is worse to pay too little.</p>\r\n<p>When you pay too much, you lose a little money - that is all.</p>\r\n<p>When you pay too little you sometimes lose everything because the thing you bought was incapable of doing the thing it was bought to do.</p>\r\n<p>The common law of business balance prohibits paying too little and getting a lot - it cannot be done.</p>\r\n<p>If you deal with the lowest bidder, it is well to add something for the risk you run, and if you do that, you will have enough to pay for something better.\"</p>\r\n<p><strong>John Ruskin</strong><br/><em>(1819-1900)<br/>British Author, Artist, Essayist and Critic</em></p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Note to Bargain Shoppers','','inherit','closed','open','','140-revision-v1','','','2016-12-07 22:02:05','2016-12-07 22:02:05','',140,'http://www.providentbookkeeping.com/index.php/uncategorized/140-revision-v1/',0,'revision','',0),(481,1,'2016-12-07 22:06:16','2016-12-07 22:06:16','<h2 style=\"padding-top: 0px !important;\">Our Mission and Values</h2>\r\n<h4>Why Are a Bookkeeping Firm\'s Mission and Core Values Important?</h4>\r\n<p><img class=\"alignleft wp-image-169 size-medium\" style=\"width:143px; height:200px;\" src=\"/images/j0309602.jpg\" alt=\"on target\" width=\"214\" height=\"300\" />The mission of a firm defines the higher purpose of the firm\'s activities, while the core values describe the common character traits of the individuals and the collective culture of the firm.</p>\r\n<p>Is a firm\'s mission and culture fixated with it\'s own self-interests and it\'s own profitability, or rather dedicated primarily to serving the interests of it\'s clients?</p>\r\n<p>With the presence, dissemination and adherence to a firm\'s mission statement and core values, new clients have a better insight into whom they will be entrusting the accomplishment of their mission-critical objectives.</p>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Mission</div>\r\n<p style=\"text-align: center; padding:20px 0;\"><em><span style=\"color: #039; font-size:16px; font-family: Trebuchet MS, Trebuchet MS, sans-serif !important;\"><strong>To bring about a meaningful improvement for our clients.</strong></span></em></p>\r\n<hr style=\"border-color:#808000; border-width: 2px;\" />\r\n<div style=\"text-align: center; padding:0 0 20px; font-family: Arial, Arial, Helvetica, sans-serif !important; font-size:18px; color:#000 !important;\">Our Core Values</div>\r\n</div>\r\n<table style=\"border:0;\">\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Pursuit of Excellence.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We maintain a passion for life-long learning, for implementing meaningful change, for nourishing relationships, for encouraging talent, for rewarding curiosity, courage and innovation, and for anticipation and fulfillment of our client\'s unexpressed expectations.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Valuing Others.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We do not conduct our business for the purpose of pursuing exploitation, leverage, domination or manipulation of others by reason of their disadvantage or misfortune.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Authenticity and Integrity.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Responsibility for Leadership.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We understand and accept our duty for leadership in the disciplines for which our clients and courts rely upon our expertise and judgment for guidance, insight, perspective and direction.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Resourcefulness.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Mutual Respect.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value, nor condone others in doing so to us or to others.</p></td>\r\n</tr>\r\n<tr>\r\n<td width=\"50%\"><p style=\"text-align: center;\"><strong><span style=\"color: #039; font-size:16px;\">Bettering Conditions.</span></strong></p></td>\r\n<td width=\"50%\"><p style=\"text-align: center; font-size:13px; line-height:1.2em !important;\">We pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</p></td>\r\n</tr>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Mission and Values','','inherit','closed','open','','38-revision-v1','','','2016-12-07 22:06:16','2016-12-07 22:06:16','',38,'http://www.providentbookkeeping.com/index.php/uncategorized/38-revision-v1/',0,'revision','',0),(482,1,'2016-12-07 22:09:05','2016-12-07 22:09:05','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"/index.php/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n<div style=\"width:80%; margin:0 auto;\"><p><strong>Please use our convenient form to send us an email:</strong></p>\r\n[contact-form to=\'info@providentbookkeeping.net\' subject=\'Inquiry from providentbookkeeping.net\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form] \r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2016-12-07 22:09:05','2016-12-07 22:09:05','',26,'http://www.providentbookkeeping.com/index.php/uncategorized/26-revision-v1/',0,'revision','',0),(483,1,'2016-12-07 22:27:42','2016-12-07 22:27:42','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"http://www.providentbookkeeping.net/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2016-12-07 22:27:42','2016-12-07 22:27:42','',26,'http://www.providentbookkeeping.com/index.php/uncategorized/26-revision-v1/',0,'revision','',0),(484,1,'2016-12-07 22:29:35','2016-12-07 22:29:35','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"/index.php/about-us/client-successes/\">click here</a></strong>\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2016-12-07 22:29:35','2016-12-07 22:29:35','',26,'http://www.providentbookkeeping.com/index.php/uncategorized/26-revision-v1/',0,'revision','',0),(485,1,'2016-12-07 22:30:03','2016-12-07 22:30:03','<h2 style=\"padding-top: 0px !important;\">Contact Us</h2>\r\n<h3 style=\"text-align: center;\">Call for a Free Situation Analysis and Needs Assessment</h3>\r\n<div align=\"center\"><img src=\"/images/Kathy%2002.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" border=\"0\" /></div>\r\n<h4 style=\"text-align: center; padding: 0 !important;\">Please ask for Kathy or Tom</h4>\r\n<h2 style=\"text-align: center; padding: 0 !important;\">(949) 583 1040 ∙ (877) 412 1040</h2>\r\n<p style=\"text-align: center; color: #808000 !important; font-size: 15px !important;\"><strong>To read our client success stories, <a style=\"color: #00f;\" href=\"/index.php/about-us/client-successes/\">click here</a></strong><br />\r\n<strong>To email us, <a style=\"color: #00f;\" href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\">click here</a></strong></p>\r\n<p align=\"center\" style=\"font-size:13px !important; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-weight:bold !important;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609<br />Located Near Bake Parkway and Jeronimo Road, Lake Forest, Orange County (OC), Southern California</p>\r\n</div>\r\n<div style=\"margin: 40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Contact Us','','inherit','closed','open','','26-revision-v1','','','2016-12-07 22:30:03','2016-12-07 22:30:03','',26,'http://www.providentbookkeeping.com/index.php/uncategorized/26-revision-v1/',0,'revision','',0),(487,2,'2016-12-12 15:11:51','2016-12-12 15:11:51','<h2 style=\"padding-top: 0px !important;\">Repair Your Existing QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul>\r\n <li>Review user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Review set-up start date</li>\r\n <li>Review equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n <li>and this too</li>\r\n</ul>\r\n</li>\r\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Review Set Up of Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div style=\"margin: 0 auto; width: 60%;\">\r\n\r\n<hr style=\"border-color: #808000; border-width: 3px;\" />\r\n\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family: Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color: #000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n\r\n<hr style=\"border-color: #808000; border-width: 3px;\" />\r\n\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.Copyright © 2002-<!--?php echo date(\'Y\'); ?--> Provident Bookkeeping Services ALL RIGHTS RESERVED\r\n\r\n</div>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','110-revision-v1','','','2016-12-12 15:11:51','2016-12-12 15:11:51','',110,'http://www.providentbookkeeping.com/index.php/uncategorized/110-revision-v1/',0,'revision','',0),(488,2,'2016-12-12 15:12:19','2016-12-12 15:12:19','<h2 style=\"padding-top: 0px !important;\">Repair Your Existing QuickBooks Set-up At Your Home or Office</h2>\r\n<h4>Flat Rate Pricing Structure</h4>\r\n<strong>$495 flat rate package price.</strong> Flat pricing structure applies to this package service. Flat rate package price covers the following up tasks as first 4 hours time may permit. Usually, most of these tasks can be accommodated in that time. If not, additional time for extended set up beyond 4 hours time is available at $95 hourly.\r\n<h4>Package of Services</h4>\r\nOur Certified QuickBooks ProAdvisor will come to your office or home-office and perform these tasks:\r\n<ul>\r\n <li>Review user preferences</li>\r\n <li>Establish and set up security settings</li>\r\n <li>Answer questions about set-up issues</li>\r\n <li>Review set-up start date</li>\r\n <li>Review equity section of balance sheet appropriate to the tax entity type\r\n<ul>\r\n <li>Corporations, either:\r\n<ul>\r\n <li>C corporations and accounts for loans to and from shareholders</li>\r\n <li>S corporations, with distribution and equity contribution accounts for each shareholder and accounts for loans to and from shareholders</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) LLCs, and accounts for loans to and from members\r\n<ul>\r\n <li>Multiple member, with distribution and equity contribution accounts for each member,</li>\r\n <li>Single member, with appropriate facilitation for reporting on form 1040, Schedule C for tax purposes, and accounts for loans to and from the single member</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Domestic California and foreign (U.S. non-California) partnerships\r\n<ul>\r\n <li>Limited partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>General partnerships, with distribution and equity contribution accounts for each partner, and accounts for loans to and from partners</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n <li>Proprietorships (sometimes referred to as DBAs)\r\n<ul>\r\n <li>With distribution and equity contribution accounts for the proprietor, and accounts for loans to and from the proprietor</li>\r\n <li>Retained earnings account sometimes included in the QuickBooks chart of accounts is not appropriate</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Enter and review set up of beginning account balances from any prior entity\'s balance sheet at the date determined by the client or tax preparer in charge</li>\r\n <li>Customize and review set up of chart of accounts instead of using QuickBooks default list of categories:\r\n<ul>\r\n <li>To match company-specific attributes and small business practices</li>\r\n <li>To expand categories and descriptions to upgrade standard chart from tax reporting to management-quality level</li>\r\n <li>To segregate direct production costs from overhead administrative expenses for better cost control, including the direct and administrative salaries and the bundles of associated employee costs and fringe benefits</li>\r\n <li>To establish functional groups of accounts in the chart of accounts to show the total costs by functional group, such as the group of production costs, all direct labor costs, occupancy costs, direct production overhead costs, administration and office operational expenses, financial and management group of expenses, and so on, to show the proportion of costs and expenses by the overall function they are intended to perform</li>\r\n <li>To provide the tax preparer with expanded detail on expense categories as an audit deterrent measure</li>\r\n</ul>\r\n</li>\r\n <li>Establishment, review set up and orientation and training for basic transaction processing in QuickBooks bookkeeping software, including:\r\n<ul>\r\n <li>Establishment, review set up, orientation and training for recording unpaid bills (accounts payable) from vendors or suppliers for future payment, and procedure to later pay bills once set up as a bill payable, and pay by due dates or installment payments, as preferred</li>\r\n <li>Establishment review set up, orientation and training for recording unpaid sales invoices by customers (accounts receivable), billing, statements, invoicing and recording future receipt of amounts owned by customers, either paid in full or paid in installment payments by the customer</li>\r\n <li>Establishment, review set up, orientation and training for paying bills and writing checks directly through the computer and automatically recording in the QuickBooks data base.</li>\r\n <li>Establishment, review set up, orientation and training for creating customer invoices directly through the computer and printing computerized customer invoices</li>\r\n <li>Establishment, review set up, orientation and training for depositing customer checks directly through the computer and printing computerized deposit slips</li>\r\n <li>Establishment, review set up, orientation and training for downloading bank transactions directly into QuickBooks bookkeeping software</li>\r\n <li>Establishment, review set up, orientation and training for basic bank reconciliation procedures and processing within QuickBooks bookkeeping software</li>\r\n <li>Customize and review set up of reports for your type of small business and the financial information you need to manage your small business</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<ul>\r\n <li>Financial statements, including:\r\n<ul>\r\n <li>Profit and loss statements (P & L statement), including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Balance sheets, showing ending account balances, including your choice of:\r\n<ul>\r\n <li>By month, quarter, year-to-date and daily and weekly</li>\r\n <li>Prior year comparisons to current year</li>\r\n <li>Monthly trend statements this year or last year</li>\r\n</ul>\r\n</li>\r\n <li>Customized statements for segments of the small business you want to see</li>\r\n</ul>\r\n</li>\r\n <li>In-depth reports showing the individual transactions included in account categories\r\n<ul>\r\n <li>Helps determine the facts for cost controls and determining the best value for your expenditures</li>\r\n <li>Confirms the correct categorization of expenses for accurate and reliable financial reporting</li>\r\n</ul>\r\n</li>\r\n <li>Sales and revenues arranged in order by customer or client to help you determine:\r\n<ul>\r\n <li>Who are your largest customers by actual sales volume and how they may have changed over time?</li>\r\n <li>Are your largest customers receiving the bulk of your attention and resources, and your nurturing to stay loyal?</li>\r\n</ul>\r\n</li>\r\n <li>Expenses and costs arranged in order of vendors and suppliers to help you determine:\r\n<ul>\r\n <li>Who are your largest suppliers by actual dollar volume and how they may have changed over time?</li>\r\n <li>Are you receiving the type and quality of services and products from these suppliers to justify the purchase volume?</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Review set up and show you how to prepare, read and understand the QuickBooks financial reports on your own</li>\r\n</ul>\r\n<h4>Establish and Review Set Up of Job Cost Accounting</h4>\r\n<ul>\r\n <li>Job cost accounting set up by appropriate level of categorization</li>\r\n <li>Add or modify classification settings as appropriate for the company\'s operations</li>\r\n <li>Orientation to job costing basics and entry of data to establish the data base for job cost reports</li>\r\n <li>Set up and customization of basic job cost reports for company-specific attributes</li>\r\n <li>Identification of vendors, employees and resources for inclusion in job-costing data capture</li>\r\n <li>Reveals revenue, direct costs and gross profit margin by job, and by extension, by customer or customer type:\r\n<ul>\r\n <li>Analysis and determination of appropriate gross profit margin by the job and, by extension, by the customer</li>\r\n <li>Analysis and determination of accurate cost allocations to the job</li>\r\n <li>Analysis and determination of sufficient revenue to cover costs and extract an appropriate profit by job or customer</li>\r\n <li>Assistance in pricing policy and estimates for future jobs</li>\r\n <li>Determination if the company is losing money on certain jobs, which ones, and if the company is making up for it on other jobs, and which of those are subsidizing the losing jobs or customers, and by how much</li>\r\n <li>Determination if lower profit jobs are worth keeping, and if so, what is the cost, and by extension, what are the benefits required to justify keeping a sub-standard profitable job (loss leaders, establishing a foot hold in a new industry or customer, public relations, high exposure, future contract prospects, etc.)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div style=\"margin: 0 auto; width: 60%;\">\r\n\r\n<hr style=\"border-color: #808000; border-width: 3px;\" />\r\n\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family: Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color: #000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n\r\n<hr style=\"border-color: #808000; border-width: 3px;\" />\r\n\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.Copyright © 2002-<!--?php echo date(\'Y\'); ?--> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Repair Your Existing QuickBooks Set-up At Your Home or Office','','inherit','closed','open','','110-revision-v1','','','2016-12-12 15:12:19','2016-12-12 15:12:19','',110,'http://www.providentbookkeeping.com/index.php/uncategorized/110-revision-v1/',0,'revision','',0),(490,1,'2017-02-10 18:15:54','2017-02-10 18:15:54','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family: \"Copperplate Gothic Light\", \'Balthazar\', serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2017-02-10 18:15:54','2017-02-10 18:15:54','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(491,1,'2017-02-10 18:16:19','2017-02-10 18:16:19','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2017-02-10 18:16:19','2017-02-10 18:16:19','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(492,1,'2017-02-10 18:46:51','2017-02-10 18:46:51','<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 21px; font-style: normal; font-variant: small-caps; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2017-02-10 18:46:51','2017-02-10 18:46:51','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(493,1,'2017-02-10 18:47:34','2017-02-10 18:47:34','<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 21px; font-style: normal; font-variant: small-caps; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 2px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:center;\"> </div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2017-02-10 18:47:34','2017-02-10 18:47:34','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(494,1,'2017-02-10 18:48:46','2017-02-10 18:48:46','<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 21px; font-style: normal; font-variant: small-caps; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 15px; margin-bottom: 15px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2017-02-10 18:48:46','2017-02-10 18:48:46','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(495,1,'2017-02-10 18:49:19','2017-02-10 18:49:19','<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 21px; font-style: normal; font-variant: small-caps; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 25px; margin-bottom: 15px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"http://www.providentfinancialservices.us/\" target=\"_blank\">Provident Financial Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"http://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Financial Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2017-02-10 18:49:19','2017-02-10 18:49:19','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(496,1,'2018-04-12 23:27:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2018-04-12 23:27:08','0000-00-00 00:00:00','',0,'http://www.providentbookkeeping.com/?p=496',0,'post','',0),(497,1,'2018-04-24 23:48:46','2018-04-24 23:48:46','<h1 style=\"text-align:center;\">Broad Service Areas</h1>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Areas We Serve in Southern California</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available: Expert Income Tax Services</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">\r\nIn case you are considering a change in professional tax services, we specialize in small business income tax reduction, penalty avoidance, audit deterrence and preparation services are available and easily accommodated through <a href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a>. We\'d be happy to give you a free, objective service analysis and estimate. There is no obligation.</div>\r\n<div style=\"margin:40px auto 0; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Areas We Serve in Southern California','','inherit','closed','open','','85-revision-v1','','','2018-04-24 23:48:46','2018-04-24 23:48:46','',85,'http://www.providentbookkeeping.com/index.php/uncategorized/85-revision-v1/',0,'revision','',0),(498,1,'2018-04-24 23:50:19','2018-04-24 23:50:19','<div style=\"text-align:center; margin-left: 40px; margin-right: 40px; font-family: \'Copperplate Gothic Light\', \'Balthazar\', serif; font-size: 21px; font-style: normal; font-variant: small-caps; font-weight: bold; line-height: 19.8px; color:#C00000 !important;\">Dedicated to your sustainable financial prosperity</div>\r\n<div style=\"text-align:center; line-height: 33px; margin-left: 40px; margin-right: 40px; margin-top: 25px; margin-bottom: 15px; font-family:Arial Black, Gadget, sans-serif !important; font-size: 21px !important; font-weight: bold !important; color:#000080 !important;\">Executive Summary</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">What We Do and What Results You Can Expect</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Provident Bookkeeping services is dedicated to providing meaningful and effective QuickBooks bookkeeping services to small businesses in and surrounding Orange County, California.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">\r\nHow We Work for You</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We custom tailor your QuickBooks set-up to match your small business type, your small business tax structure, the exact way your small business operates and your preferred management style.<br /><br />All this happens at your office, during an interactive, one-on-one personal work session using your live data while you watch, participate, ask questions and learn on the spot.<br /><br />That means that your financial reports (profit and loss, cash flow, etc.) from QuickBooks will be accurate, timely and relevant to your small business. They will become a more meaningful and actionable management tool that you can use to improve the performance and productivity of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">You Can Learn to Love Your Numbers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/j0285171.jpg\" style=\"width:111px; height:150px; float:left; margin-right:20px;\" />And, because of these improvements, our clients discover that they enjoy running their small business, and have more free time to pursue other activities.<br /><br />With proper set-up and training, you can see where your small business has been, predict where it\'s going, and make changes you deem appropriate to steer your small business in the direction you prefer in the future. You gain control by managing your small business "by the numbers" that you know you can trust. All those benefits are available to you with the proper set-up and operation of QuickBooks for your small business and a few sessions with Kathy to show you how to use the financial statements to gain control of the future of your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Team Players Focused on Your Priorities</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">We respect your clients\' choice of income tax preparer, so we work with your preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship, or create other unnecessary distractions to your stated objectives.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">We\'re Available to You Now and Later</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385530.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />Whether you\'re looking for a one-time quick fix or an on-going relationship, Kathy provides hands-on QuickBooks small business bookkeeping services on site to quickly get your small business properly set up, cleaned up and caught up.<br /><br />She provides on-site QuickBooks and bookkeeping tutoring in a patient and non-judgmental manner.<br /><br />Kathy is also available on an on-going basis for overview services, for regular checkups or year-end touch ups before tax time. That means, once everything is caught up, Kathy is available for on-going small business bookkeeping and overview services to keep your small business bookkeeping work accurate and up to date.<br /><br />We often train your staff to perform the daily clerical functions. That popular arrangement is often coupled with Kathy\'s monthly overview services to perform other tasks, such as your bank reconciliations and act as a second pair of eyes on your books. Many of our overview assignments are performed at flat price basis.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Free Cell Phone Accessibility</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Between assignments, and when she is out of the office, Kathy is directly accessible by cell phone to clients for quick questions or updates. We do not surcharge for this service to our clients.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How Kathy\'s Competence and Judgment Get Results</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/09-ProAdvisor-QB-403x635%20(1).png\" style=\"width:93px; height:145px; float:left; margin-right:20px;\" />Kathy has earned her professional bookkeeping designation from Intuit, Inc. as a Certified QuickBooks ProAdvisor. She is a professional senior-level full-charge small business bookkeeper with over 30 years experience in providing credible, accurate and thorough small business bookkeeping services for managing your small business and coordinating with your tax preparer to CPA standards.<br /><br />Kathy understands accounting thoroughly and from a conceptual basis, so she knows how to solve problems from that fundamental basis. She has a mastery of QuickBooks software that matches her understanding of accounting principles. That means, she has the theoretical and practical basis of solving accounting and bookkeeping problems with practical solutions that you can implement in your small business.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Moving Beyond Taxes to Improve Profitability</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">Beyond support for yearly tax preparation, you can see which activities are producing higher profits, and which activities should be scaled back. You\'ll know how much you\'re spending on what, and how efficiently your expenditures are working for you. You\'ll also be able to see which expenses should be increased for better utilization of your cash outflow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Track and Manage Your Job and Product Costs</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/ASSEMBLY.JPG\" style=\"width:122px; height:180px; float:left; margin-right:20px;\" />If your company is job-oriented, you will see which projects are most profitable, where the costs are concentrated, how to more accurately bid work, and how to track costs in real time compared to your estimates. If your company manufactures or sells products or provides services, you can track and manage your production costs and overhead expenses.<br /><br />You have immediately access to information to possibly prevent a financial disaster before it happens. You will be controlling your small business <em>ahead of the curve</em> instead of finding out after it\'s too late.<br /><br />This approach of running your small business "by the numbers" is how to successful small business owners manage their profitable small businesses. They "know their numbers." When you <em>know your numbers</em>, you will be able to control your costs and increase your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Hate QuickBooks? Give It A New Chance to Change Your Mind.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\">If you hate QuickBooks now, you will <i>love</i> QuickBooks after Kathy shows you how easily you will clearly see your small business in a new light. It is surprisingly easy and quick - only if your small business is properly set up on QuickBooks. Kathy will show you how to understand and act upon your QuickBooks small business reports so you will be able to gain control and manage your small business to maximize your profitability and cash flow.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">How to Get Started Right Away</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/j0385523.jpg\" style=\"width:129px; height:180px; float:left; margin-right:20px;\" />We can usually get started right away. Kathy will schedule a meeting with you at your office to review your situation and QuickBooks file. She\'ll go over with you what needs attention and estimate the work involved. Once you\'re more familiar with QuickBooks, you may be pleased to learn that you may want to do some of the work yourself to save time and money. If that appeals to you, Kathy will coach you through that, too.<br /><br />She\'ll go over many options on how you can resolve the situation, including task-sharing with you or your staff, and suggest clerical-level contractors we have trained to do the data entry work if you prefer to have this work done for you. She\'ll be available throughout this process to overview the work and ensure it\'s being done properly. The point is, you\'ll have options to choose from, not just "one size fits all" approach.</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Considering Coordinated Income Tax Preparation?</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/CTEC%20logo,%20small,%20enhanced.jpg\" style=\"width:219px; height:90px; float:left; margin-right:20px;\" />If you\'re considering an upgrade in your income tax preparation services, we\'re available to provide income tax services in a coordinated manner, so you\'ll be sure that nothing gets dropped out or misunderstood between the bookkeeper and the tax accountant. Our coordinated income tax service also provides the benefits of the same attention to detail and careful craftsmanship that stands us apart from the usual "tax-mills."</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 22px; margin-bottom: 12px; text-align:center; font-family:Trebuchet MS, Trebuchet MS, sans-serif !important; font-size:16px !important; font-weight:bold !important; color:#000 !important;\">Benefits Beyond Ordinary Income Tax Preparers</div>\r\n<div style=\"margin-left: 40px; margin-right: 40px; margin-top: 7px; margin-bottom: 12px; text-align:left; color:#515151; font-family:Trebuchet MS, Trebuchet MS, sans-serif; font-size:14.5px; line-height: normal;\"><img src=\"/images/TK%20IMG_0076%20-%20adjusted.jpg\" style=\"width:150px; height:225px; float:left; margin-right:20px;\" />Our coordinated income tax service offers proactive audit deterrence measures, penalty avoidance strategies, and tax reduction strategies for you. Tom is a California registered and bonded tax professional, and knows how to take full advantage of legal opportunities for you while safeguarding your best interests by refusing to embark on reckless and questionable adventures that sacrifice your peace of mind.<br /><br />Tom\'s tax practice remains a manageable size so that his clients receive priority treatment, fast response and patient attention to detail, even during the height of tax season. He insists on keeping his clients worry-free and out of harm\'s way by meticulous follow up and careful documentation.<br /><br />Your tax returns will be complete and comprehensive in their preparation and presentation, so taxing agencies will have all the required information immediately at their disposal should they come to review your income tax return in consideration for audit. When taxing agencies see the high degree of care and thoroughness in your tax return, they\'ll take that into consideration when determining whether to move ahead and audit your returns, instead of someone else whose tax preparer was employing the old "hide the ball" strategy, cutting corners and playing "audit roulette."<br /><br />Simply ask about our income tax services if you\'re interested in learning more about how the coordinated approach will benefit you, your business, your cash flow and your peace of mind.</div>\r\n\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold; margin-top:40px;\">Areas We Serve in Southern California<br /><br />(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 17px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Aliso Viejo, Orange County (OC), Southern California ▪ Anaheim, Orange County (OC), Southern California ▪ Costa Mesa, Orange County (OC), Southern California ▪ Coto De Caza, Orange County (OC), Southern California ▪ Dove Canyon, Orange County (OC), Southern California ▪ Foothill Ranch, Orange County (OC), Southern California ▪ Irvine, Orange County (OC) (OC), Southern California ▪ Ladera Ranch, Orange County (OC), Southern California ▪ Laguna Beach, Orange County (OC), Southern California ▪ Laguna Hills, Orange County (OC), Southern California ▪ Laguna Niguel, Orange County (OC), Southern California ▪ Lake Forest, Orange County (OC), Southern California ▪ Mission Viejo, Orange County (OC), Southern California ▪ Newport Beach, Orange County (OC), Southern California ▪ Orange, Orange County (OC), Southern California ▪ Rancho Santa Margarita, Orange County (OC), Southern California ▪ San Clemente, Orange County (OC), Southern California ▪ San Juan Capistrano, Orange County (OC), Southern California ▪ Santa Ana, Orange County (OC), Southern California ▪ Trabuco Canyon, Orange County (OC), Southern California ▪ Tustin, Orange County (OC), Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Corona, Riverside County, Southern California ▪ Norco, Riverside County, Southern California ▪ Ontario, Riverside County, Southern California ▪ Riverside, Riverside County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Los Angeles County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Bellflower, Southern California ▪ Carson, Southern California ▪ Cerritos, Southern California ▪ Commerce, Southern California ▪ Lakewood, Southern California ▪ Long Beach, Southern California ▪ La Mirada, Southern California ▪ Norwalk, Southern California ▪ Paramount, Southern California ▪ Redondo Beach, Southern California ▪ Seal Beach, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">Carlsbad, San Diego County, Southern California ▪ Coronado, San Diego County, Southern California ▪ Escondido, San Diego County, Southern California ▪ Oceanside, San Diego County, Southern California ▪ San Marcos, San Diego County, Southern California ▪ Vista, San Diego County, Southern California</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000080; font-weight: bold;\">Service Areas by Zip Code</div>\r\n<div style=\"text-align: center; margin-top: 7px; margin-bottom: 7px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 10px; color: #808000; font-weight: bold;\">92656 92698 92801 92802 92803 92804 92805 92806 92807 92808 92809 92812 92814 92815 92816 92817 92825 92850 92899 92811 92821 92822 92823 90620 90621 90622 90624 92624 92625 92626 92627 92628 90630 92629 92650 92609 92610 92708 92728 92831 92832 92833 92834 92835 92836 92837 92838 92840 92841 92842 92843 92844 92845 92846 92605 92615 92646 92647 92648 92649 92602 92603 92604 92606 92612 92614 92616 92618 92619 92620 92623 92697 92709 92710 90631 90632 90633 90623 92694 92651 92652 92637 92653 92654 92607 92677 92630 90720 90721 92655 92690 92691 92692 92658 92659 92660 92661 92662 92663 92657 92856 92857 92859 92862 92863 92864 92865 92866 92867 92868 92869 92870 92871 92688 92672 92673 92674 92675 92693 92701 92702 92703 92704 92705 92706 92707 92711 92712 92725 92735 92799 90740 92676 90680 90742 90743 92678 92679 92780 92781 92782 92861 92683 92684 92685 92885 92886 92887</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 10px; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080; font-weight: bold;\">Also Available</div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Expert Income Tax Services - Expert services in income tax reduction, penalty avoidance, audit deterrence and income tax preparation, and profit improvement and small business value enhancement strategies available from <a href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a></div>\r\n<div style=\"text-align: center; margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Certified Small Business Valuation Services - Expert accredited small business valuation and value enhancement services available from <a href=\"https://www.providentvaluationprofessionals.com/\" target=\"_blank\">Provident Valuation Professionals</a></div>\r\n<div style=\"text-align: center; margin-top: 35px; margin-bottom: 25px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 24px; color: #000080; font-weight: bold;\">Provident Bookkeeping Services</div>\r\n<div style=\"text-align: center; font-family: Arial Black, Gadget, sans-serif; font-size: 18px; color: #000080;\">(949) 583 1040 | (877) 412 1040</div>\r\n<div style=\"text-align: center; margin-top: 25px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Physical mailing address: 24552 Raymond Way, #1120, Lake Forest, CA 92609</div>\r\n<div style=\"text-align: center; margin-top: 15px; margin-bottom: 15px; font-family: Trebuchet MS, Trebuchet MS, sans-serif; font-size: 13px; color: #000; font-weight: bold;\">Located Near Bake Parkway and Jeronimo Road</div>\r\n<hr noshade=\"\" color=\"#808000\" size=\"6\" style=\"height:6px;\" />\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nDisclosure Required by Moore v. California State Board of Accountancy: Provident Professional Services and Provident Bookkeeping Services provide accounting services in and adjacent to Orange County (OC), California not requiring state licensure.<br /><br />Provident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Orange County (OC) Southern California Bookkeeping Services, Problem Solving Help | Orange County (OC) Southern California QuickBooks Certified Bookkeeper | Small Business Bookkeeping & Accounting Services Help | Based in Orange County (OC), Southern California | Expert Small Business QuickBooks Bookkeeping and Accounting Solutions, Help, Services and On-site Personal Training and Support Services | Certified QuickBooks ProAdvisor Bookkeeper Based in Orange County (OC), Southern California Quickly Fixes Your Small Business QuickBooks Bookkeeping Problems by Expert Hands-on Help in Bookkeeping Services and Small Business Accounting Services, QuickBooks Training and Support, and On-going and Overview Services<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','Home','','inherit','closed','open','','326-revision-v1','','','2018-04-24 23:50:19','2018-04-24 23:50:19','',326,'http://www.providentbookkeeping.com/index.php/uncategorized/326-revision-v1/',0,'revision','',0),(499,1,'2018-04-24 23:53:18','2018-04-24 23:53:18','<h2 style=\"padding-top: 0px !important;\">How We Would Fix Your QuickBooks Bookkeeping Problems</h2>\r\n<table id=\"table1\" cellpadding=\"9\" cellspacing=\"2\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" style=\"width:65%;\"><strong><span style=\"color: #808000; font-size:14px;\">If The Problem You\'re Experiencing Is...</span></strong></td>\r\n<td align=\"center\" style=\"width:35%;\"><strong><span style=\"color: #808000; font-size:14px;\">The Service We Would Suggest First</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td>If you haven\'t set up QuickBooks on your computer yet</td>\r\n<td><a href=\"new-installations/\"><strong>Initial Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your existing set up isn\'t quite up to what you\'ve come to expect</td>\r\n<td><a href=\"repair-and-restoration/\"><strong>Repair Your Set Up</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For those tasks or problems which are not expected to be recurring regularly</td>\r\n<td><a href=\"non-recurring-services/\"><strong>Non-recurring Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>For resolving problems which are critical and require immediate attention</td>\r\n<td><a href=\"crisis-resolution/\"><strong>Crisis Resolution</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If your bookkeeping work has not been done for several months or years</td>\r\n<td><a href=\"catch-up-work/\"><strong>Catch-up-work</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>The work that is expected will recur and will keep your bookkeeping up to date</td>\r\n<td><a href=\"traditional-bookkeeping/\"><strong>On-going Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you want us to check and update your bookkeeping work monthly or quarterly</td>\r\n<td><a href=\"overview-services/\"><strong>Overview Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for guidance on how to use QuickBooks more effectively</td>\r\n<td><a href=\"quickbooks-personalized-tutoring/\"><strong>QuickBooks Tutoring</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re looking for income tax planning and preparation, please visit our parent company, <a href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a></td>\r\n<td>Click <a href=\"https://www.providentprofessionalservices.com/index.php/what-goes-into-your-taxes/\" target=\"_blank\"><strong>here</strong></a> for <a href=\"https://www.providentprofessionalservices.com/index.php/what-goes-into-your-taxes/\" target=\"_blank\"><strong>Provident Professional Services</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td>If you don\'t see your problem described here, simply contact us and ask for Kathy or Tom. We can go over all the service options with you during an introductory conversation and give you a free, objective service analysis and estimate. There is no obligation.</td>\r\n<td>Simply <a href=\"mailto:info@providentbookkeeping.net?subject=Inquiry%20About%20Your%20Services\"><strong>contact us by email</strong></a> or call and ask for Kathy or Tom at 949-583-1040</td>\r\n</tr>\r\n<tr>\r\n<td>If you\'re shopping for bargain professional services, please see our friendly philosophy about price</td>\r\n<td><a href=\"https://www.providentbookkeeping.net/rates/for-value-buyers/\"><strong>Note to Bargain Shoppers</strong></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 ∙ (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','What Our Services Do For You','','inherit','closed','open','','2-revision-v1','','','2018-04-24 23:53:18','2018-04-24 23:53:18','',2,'http://www.providentbookkeeping.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(500,1,'2018-04-24 23:54:27','2018-04-24 23:54:27','<h1>About Kathy\'s QuickBooks Bookkeeping Qualifications</h1>\r\n<p style=\"font-size:15px !important;\"><img class=\"alignleft wp-image-181 size-full\" src=\"/images/Kathy 02.bmp\" alt=\"Kathy\" width=\"226\" height=\"283\" />\r\n<strong>Kathy, </strong><br /><strong>Certified QuickBooks ProAdvisor</strong><br />\r\n<strong> (949) 583-1040</strong></p>\r\n<p><strong>QUALIFIED AS A QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong></p>\r\n<p>Certified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2009.</p>\r\n<p style=\"text-align: center; clear:both;\"><img class=\"aligncenter wp-image-164 size-full\" src=\"/images/Kathy\'s 2007 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2007 QB Cert Pro Advisor Certificate copy\" width=\"513\" height=\"396\" /><br /><img class=\"aligncenter wp-image-165 size-full\" src=\"/images/Kathy\'s 2008 QB Cert Pro Advisor Certificate copy.jpg\" alt=\"Kathy\'s 2008 QB Cert Pro Advisor Certificate copy\" width=\"500\" height=\"389\" /><br /><img class=\" wp-image-166 size-full aligncenter\" src=\"/images/Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb.jpg\" alt=\"Kathy\'s 2009 QB Cert Pro Advisor Certificate 31kb\" width=\"512\" height=\"395\" /></p>\r\n\r\n<h1>What Provident Bookkeeping is All About</h1>\r\n<p>The Provident companies originate from a legacy founded in 1975 in Irvine, California with accounting and income tax services grounded in the principles of excellent cutting-edge work product, second to none, and regularly dominate our market place with stellar service, with intense personal attention. Those founding principles stand today as our fundamental core values and permanent policies, and serve to focus our vision to constantly achieve excellence through innovation, continuing professional education courses and seminars.</p>\r\n<p>We recognize that those who chose to dominate their field have taken a higher road for greater responsibility and interactive involvement with the customers they serve. And we have been the welcome recipient of the good fortune that the adoption of those policies have had for us. The benefits and well being of our clients are our primary and focus, not a marketing slogan or catch phrase, but a woven into our basic constitution. Our basic value proposition is that we work very hard for the well being of our clients, and they, in turn, reward us accordingly. That implied covenant is the foundation of the American credo of business success.</p>\r\n<p>Our care and concern for our clients has rewarded us with stellar clients, who appreciate our work as we appreciate their patronage. As it is with any professional, we often find ourselves solving problems that others could not, and in the process, resolve those issues while empowering our clients to choose to move forward on their own, our job being done so completely. That is our greatest satisfaction, knowing that we left our client self-sufficient and independent to pursue their dreams without the dependency upon continuing our services.</p>\r\n<p>Provident Bookkeeping services is dedicated to provide QuickBooks bookkeeping services to small businesses in and surrounding the Orange County, California community. We respect our clients\' choice of income tax preparer, so we work with our clients\' preferred provider to make a seamless transition from bookkeeping to income tax preparation. We will not seek to undermine that relationship.</p>\r\n<p>However, when our bookkeeping clients express their dissatisfaction with their tax preparer, we do offer income tax services under our full service firm, <a style=\"text-decoration: underline;\" href=\"https://www.providentprofessionalservices.com/\" target=\"_blank\">Provident Professional Services</a>. We offer a federally-registered, California-registered and bonded tax accountant to provide tax services of the same quality and reliability as our bookkeeping firm. Those services include state-of-the-art handcrafted income tax planning, preparation, tax reduction, audit deterrence and penalty avoidance measures and strategies.</p>\r\n<p>We welcome your inquiries and questions, and look forward to an opportunity to hear more about your small business, its challenges and opportunities. Please call us at your slightest inclination. Our telephone consultation for your situation analysis and needs assessment is free and without obligation. Please ask for Kathy or Tom.</p>\r\n\r\n<div style=\"margin:0 auto; width:60%;\">\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n<div style=\"text-align: center; margin-top: 0; margin-bottom: 7px; font-family:Arial Black, Gadget, sans-serif; font-size: 21px; font-weight: bold; color:#000080;\">(949) 583 1040 · (877) 412 1040</div>\r\n<hr style=\"border-color:#808000; border-width: 3px;\" />\r\n</div>\r\n<div style=\"color: #666666; font-size: 10px; line-height: 1.2em; margin-top: 40px; font-weight: bold; font-family: Trebuchet MS, Trebuchet MS, sans-serif; text-align: center;\">\r\nProvident Bookkeeping Services is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.<br /><br />Copyright © 2002-<?php echo date(\'Y\'); ?> Provident Bookkeeping Services ALL RIGHTS RESERVED</div>','About Us','','inherit','closed','open','','24-revision-v1','','','2018-04-24 23:54:27','2018-04-24 23:54:27','',24,'http://www.providentbookkeeping.com/index.php/uncategorized/24-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_responsive_menu` -- DROP TABLE IF EXISTS `wp_responsive_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_responsive_menu` ( `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `value` varchar(5000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_responsive_menu` -- LOCK TABLES `wp_responsive_menu` WRITE; /*!40000 ALTER TABLE `wp_responsive_menu` DISABLE KEYS */; INSERT INTO `wp_responsive_menu` VALUES ('accordion_animation','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('active_arrow_font_icon','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('active_arrow_image','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('active_arrow_image_alt','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('active_arrow_shape','▲','2016-12-12 22:58:00','2016-12-12 22:58:00'),('animation_speed','0.5','2016-12-12 22:58:00','2016-12-12 22:58:00'),('animation_type','slide','2016-12-12 22:58:00','2016-12-12 22:58:00'),('arrow_position','right','2016-12-12 22:58:00','2016-12-12 22:58:00'),('auto_expand_all_submenus','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('auto_expand_current_submenus','on','2016-12-12 22:58:00','2016-12-12 22:58:00'),('breakpoint','800','2016-12-12 22:57:59','2016-12-12 22:57:59'),('button_background_colour','#000000','2016-12-12 22:57:59','2016-12-12 22:58:00'),('button_background_colour_hover','#000','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_click_animation','boring','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_click_trigger','#responsive-menu-button','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_distance_from_side','5','2016-12-12 22:57:59','2016-12-12 22:57:59'),('button_distance_from_side_unit','%','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_font','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_font_icon','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_font_icon_when_clicked','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_font_size','13','2016-12-12 22:57:59','2016-12-12 22:58:00'),('button_font_size_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_height','55','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_image','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_image_alt','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_image_alt_when_clicked','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_image_when_clicked','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_left_or_right','left','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_line_colour','#FFFFFF','2016-12-12 22:57:59','2016-12-12 22:57:59'),('button_line_height','5','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_line_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_line_margin','6','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_line_margin_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_line_width','33','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_line_width_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_position_type','fixed','2016-12-12 22:57:59','2016-12-12 22:58:00'),('button_push_with_animation','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_text_colour','#fff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_title','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_title_line_height','13','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_title_line_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_title_position','left','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_top','10','2016-12-12 22:57:59','2016-12-12 22:57:59'),('button_top_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_transparent_background','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_width','55','2016-12-12 22:58:00','2016-12-12 22:58:00'),('button_width_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('custom_css','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('custom_walker','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('external_files','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('fade_submenus','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('fade_submenus_delay','100','2016-12-12 22:58:00','2016-12-12 22:58:00'),('fade_submenus_side','left','2016-12-12 22:58:00','2016-12-12 22:58:00'),('fade_submenus_speed','500','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_background_color','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_breakpoint','800','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_font','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_font_size','14','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_font_size_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_height','80','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_html_content','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_items_order','{\"logo\":\"on\",\"title\":\"on\",\"search\":\"on\",\"html content\":\"on\"}','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_logo','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_logo_alt','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_logo_link','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_position_type','fixed','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_text_color','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('header_bar_title','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('inactive_arrow_font_icon','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('inactive_arrow_image','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('inactive_arrow_image_alt','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('inactive_arrow_shape','▼','2016-12-12 22:58:00','2016-12-12 22:58:00'),('items_order','{\"title\":\"on\",\"menu\":\"on\",\"search\":\"on\",\"additional content\":\"on\"}','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_additional_content','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_additional_content_colour','#fff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_appear_from','left','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_auto_height','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_background_colour','#43494C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_background_image','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_border_width','1','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_border_width_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_close_on_body_click','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_close_on_link_click','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_current_item_background_colour','#43494C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_current_item_background_hover_colour','#43494C','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_current_item_border_colour','#212121','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_current_item_border_hover_colour','#3f3f3f','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_current_link_colour','#FFFFFF','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_current_link_hover_colour','#FFFFFF','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_depth','2','2016-12-12 22:57:59','2016-12-12 22:57:59'),('menu_disable_scrolling','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_font','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_font_icons','{\"id\":[\"\"],\"icon\":[\"\"]}','2016-12-12 22:58:00','2016-12-12 22:58:44'),('menu_font_size','13','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_font_size_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_item_background_colour','#43494C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_item_background_hover_colour','#3C3C3C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_item_border_colour','#3C3C3C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_item_border_colour_hover','#3C3C3C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_item_click_to_trigger_submenu','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_link_colour','#FFFFFF','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_link_hover_colour','#FFFFFF','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_links_height','44','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_links_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_maximum_width','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_maximum_width_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_minimum_width','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_minimum_width_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_overlay','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_overlay_colour','rgba(0,0,0,0.7)','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_search_box_background_colour','#fff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_search_box_border_colour','#dadada','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_search_box_placholder_colour','#C7C7CD','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_search_box_text','Search','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_search_box_text_colour','#333','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_sub_arrow_background_colour','#43494C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_sub_arrow_background_colour_active','#212121','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_sub_arrow_background_hover_colour','#3C3C3C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_sub_arrow_background_hover_colour_active','#3f3f3f','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_sub_arrow_border_colour','#3C3C3C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_sub_arrow_border_colour_active','#212121','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_sub_arrow_border_hover_colour','#3C3C3C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_sub_arrow_border_hover_colour_active','#3f3f3f','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_sub_arrow_shape_colour','#FFFFFF','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_sub_arrow_shape_colour_active','#fff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_sub_arrow_shape_hover_colour','#FFFFFF','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_sub_arrow_shape_hover_colour_active','#fff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_text_alignment','left','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_title','Navigation Menu','2016-12-12 22:57:59','2016-12-12 22:57:59'),('menu_title_background_colour','#43494C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_title_background_hover_colour','#43494C','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_title_colour','#FFFFFF','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_title_font_icon','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_title_font_size','14','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_title_font_size_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_title_hover_colour','#FFFFFF','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_title_image','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_title_image_alt','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_title_link','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_title_link_location','_self','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_to_hide','#menu_wrap','2016-12-12 22:57:59','2016-12-12 22:57:59'),('menu_to_use','main-menu','2016-12-12 22:57:59','2016-12-12 22:57:59'),('menu_width','75','2016-12-12 22:57:59','2016-12-12 22:58:00'),('menu_width_unit','%','2016-12-12 22:58:00','2016-12-12 22:58:00'),('menu_word_wrap','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('minify_scripts','off','2016-12-12 22:58:00','2016-12-12 23:01:34'),('mobile_only','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('page_wrapper','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('scripts_in_footer','off','2016-12-12 22:58:00','2016-12-12 23:01:48'),('shortcode','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_font','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_font_size','14','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_font_size_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_height','80','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_background_colour','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_background_colour_hover','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_link_colour','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_link_colour_hover','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_submenu_background_colour','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_submenu_background_colour_hover','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_submenu_link_colour','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_item_submenu_link_colour_hover','#ffffff','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_submenu_font','','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_submenu_font_size','12','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_submenu_font_size_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_submenu_height','40','2016-12-12 22:58:00','2016-12-12 22:58:00'),('single_menu_submenu_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('submenu_arrow_height','44','2016-12-12 22:58:00','2016-12-12 22:58:00'),('submenu_arrow_height_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('submenu_arrow_width','44','2016-12-12 22:58:00','2016-12-12 22:58:00'),('submenu_arrow_width_unit','px','2016-12-12 22:58:00','2016-12-12 22:58:00'),('theme_location_menu','primary','2016-12-12 22:58:00','2016-12-12 22:58:00'),('transition_speed','1','2016-12-12 22:58:00','2016-12-12 22:58:00'),('use_header_bar','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('use_single_menu','off','2016-12-12 22:58:00','2016-12-12 22:58:00'),('use_slide_effect','off','2016-12-12 22:58:00','2016-12-12 22:58:00'); /*!40000 ALTER TABLE `wp_responsive_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (28,2,0),(30,2,0),(31,2,0),(44,3,0),(46,3,0),(47,3,0),(48,3,0),(51,2,0),(52,2,0),(53,2,0),(54,2,0),(89,5,0),(91,2,0),(144,2,0),(146,6,0),(147,6,0),(148,6,0),(149,6,0),(150,6,0),(151,6,0),(152,6,0),(153,6,0),(154,6,0),(195,2,0),(196,2,0),(197,2,0),(198,2,0),(199,2,0),(200,2,0),(201,2,0),(202,2,0),(203,2,0),(216,2,0),(217,2,0),(218,3,0),(219,3,0),(221,2,0),(251,7,0),(253,7,0),(255,2,0),(257,2,0),(258,2,0),(266,2,0),(267,2,0),(335,2,0),(337,4,0),(338,4,0),(339,4,0),(340,4,0),(341,4,0),(342,4,0),(357,8,0),(361,6,0),(375,2,0),(376,2,0),(377,2,0),(380,9,0),(381,9,0),(391,2,0),(392,3,0),(441,3,0),(442,5,0),(443,7,0),(444,6,0),(445,9,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,31),(3,3,'nav_menu','',0,8),(4,4,'nav_menu','',0,6),(5,5,'nav_menu','',0,2),(6,6,'nav_menu','',0,11),(7,7,'nav_menu','',0,3),(8,8,'nav_menu','',0,1),(9,9,'nav_menu','',0,3); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(3,'About Us Menu','about-us-menu',0),(4,'Home Sidebar Menu','home-sidebar-menu',0),(5,'Contact Us Menu','contact-us-menu',0),(6,'Services Menu','services-menu',0),(7,'Rates Menu','rates-menu',0),(8,'Home Link Only','home-link-only',0),(9,'Why Bookkeeping Matters Menu','why-bookkeeping-matters-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','pbswpadm'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','false'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw,qppr-use-jquery,existing-redirects'),(13,1,'show_welcome_panel','0'),(14,1,'session_tokens','a:3:{s:64:\"a26ee27870a514180a25b3908fdd72338ce1f211436279b1fac98542ba3a93a7\";a:4:{s:10:\"expiration\";i:1524785227;s:2:\"ip\";s:15:\"107.184.183.142\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1523575627;}s:64:\"e4f30c1211d35f3a5cf3e7ffdbd58465f63f07ff8e74c06a9daf42a11838bd5e\";a:4:{s:10:\"expiration\";i:1524786312;s:2:\"ip\";s:15:\"107.184.183.142\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1524613512;}s:64:\"8b746fbedc5e3fbb82dfece5ffea3dd3f02408260454b978e045b5fc619f131f\";a:4:{s:10:\"expiration\";i:1524873399;s:2:\"ip\";s:15:\"107.184.183.142\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1524700599;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','496'),(16,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:19:\"dashboard_right_now\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:18:\"dashboard_activity\";s:7:\"column4\";s:17:\"dashboard_primary\";}'),(17,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\";}'),(18,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:10:\"add-slider\";i:2;s:12:\"add-post_tag\";}'),(19,1,'nav_menu_recently_edited','2'),(20,1,'wp_user-settings','hidetb=1&editor=html&libraryContent=browse&align=left&urlbutton=none&wplink=1'),(21,1,'wp_user-settings-time','1437014792'),(22,1,'closedpostboxes_page','a:0:{}'),(23,1,'metaboxhidden_page','a:0:{}'),(24,1,'metaboxhidden_sidebar','a:2:{i:0;s:7:\"slugdiv\";i:1;s:13:\"pageparentdiv\";}'),(25,1,'edit_page_per_page','200'),(26,1,'closedpostboxes_dashboard','a:0:{}'),(27,1,'metaboxhidden_dashboard','a:0:{}'),(28,2,'nickname','tkalajian'),(29,2,'first_name','Tom'),(30,2,'last_name','Kalajian'),(31,2,'description',''),(32,2,'rich_editing','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(37,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(38,2,'wp_user_level','10'),(39,2,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw'),(40,2,'session_tokens','a:1:{s:64:\"53b9792015625232945711fdffc4c9aff08b1f61f92ccd1cc3cb3c8e842e64e9\";a:4:{s:10:\"expiration\";i:1481728248;s:2:\"ip\";s:11:\"45.26.37.32\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1481555448;}}'),(41,2,'wp_dashboard_quick_press_last_post_id','486'),(42,3,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(43,3,'wp_user_level','10'),(44,4,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(45,4,'wp_user_level','10'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'pbswpadm','$P$BRvuVa95HtEUtHaAgL7Nr8mrQCdt6S1','pbswpadm','webmaster@kenmunroe.com','','2015-06-26 21:20:26','',0,'pbswpadm'),(2,'tkalajian','$P$BZlcq4yNwTQtDsWZEV.FKDBJPV.7Ia0','tkalajian','tom@providentbookkeeping.com','http://www.providentbookkeeping.com','2016-12-12 15:10:19','',0,'Tom Kalajian'),(3,'zacharyqhqos','41d818ffe575b93618b580c40be36bb5','zacharyqhqos','zacharyqhqos@zacharyqhqos.com','','2013-06-07 00:00:00','',0,'zacharyqhqos'),(4,'adam6vrnu','8a0228984ea80892cdfe557a615b0baa','adam6vrnu','adam6vrnu@adam6vrnu.com','','2014-05-07 00:00:00','',0,'adam6vrnu'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_xsg_sitemap_meta` -- DROP TABLE IF EXISTS `wp_xsg_sitemap_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_xsg_sitemap_meta` ( `itemId` int(11) DEFAULT '0', `inherit` int(11) DEFAULT '0', `itemType` varchar(8) DEFAULT '', `exclude` int(11) DEFAULT '0', `priority` int(11) DEFAULT '0', `frequency` int(11) DEFAULT '0', UNIQUE KEY `idx_xsg_sitemap_meta_ItemId_ItemType` (`itemId`,`itemType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='generatated by XmlSitemapGenerator.org'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_xsg_sitemap_meta` -- LOCK TABLES `wp_xsg_sitemap_meta` WRITE; /*!40000 ALTER TABLE `wp_xsg_sitemap_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_xsg_sitemap_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'bookkeeping' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-12-19 5:30:59