0byt3m1n1
Path:
/
data
/
17
/
1
/
38
/
96
/
1690748
/
meta
/
1824088
/
mysql.backup
/
[
Home
]
File: wptjk.mysqlcluster17.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster17 Database: wptjk -- ------------------------------------------------------ -- 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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_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_520_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_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=37189 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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://thomaskalajian.com/wp2017','yes'),(2,'home','http://thomaskalajian.com','yes'),(3,'blogname','Thomas Kalajian, Viet Nam Veteran','yes'),(4,'blogdescription','California Registered Tax Accountant, Accredited Valuation Analyst (Business) and Accredited in Business Appraisal Review','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','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%category%/%postname%/','yes'),(29,'rewrite_rules','a:167:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:25:\"index.php/testimonials/?$\";s:32:\"index.php?post_type=testimonials\";s:55:\"index.php/testimonials/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:50:\"index.php/testimonials/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:42:\"index.php/testimonials/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=testimonials&paged=$matches[1]\";s:21:\"index.php/our-team/?$\";s:24:\"index.php?post_type=team\";s:51:\"index.php/our-team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=team&feed=$matches[1]\";s:46:\"index.php/our-team/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=team&feed=$matches[1]\";s:38:\"index.php/our-team/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=team&paged=$matches[1]\";s:25:\"index.php/photogallery/?$\";s:32:\"index.php?post_type=photogallery\";s:55:\"index.php/photogallery/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=photogallery&feed=$matches[1]\";s:50:\"index.php/photogallery/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=photogallery&feed=$matches[1]\";s:42:\"index.php/photogallery/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=photogallery&paged=$matches[1]\";s:66:\"index.php/gallerycategory/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?gallerycategory=$matches[1]&feed=$matches[2]\";s:61:\"index.php/gallerycategory/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?gallerycategory=$matches[1]&feed=$matches[2]\";s:42:\"index.php/gallerycategory/([^/]+)/embed/?$\";s:48:\"index.php?gallerycategory=$matches[1]&embed=true\";s:54:\"index.php/gallerycategory/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?gallerycategory=$matches[1]&paged=$matches[2]\";s:36:\"index.php/gallerycategory/([^/]+)/?$\";s:37:\"index.php?gallerycategory=$matches[1]\";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:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";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:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";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:50:\"index.php/testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"index.php/testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"index.php/testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"index.php/testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"index.php/testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:43:\"index.php/testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:63:\"index.php/testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:58:\"index.php/testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:51:\"index.php/testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:58:\"index.php/testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:39:\"index.php/testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"index.php/testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"index.php/testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"index.php/testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"index.php/our-team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"index.php/our-team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"index.php/our-team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/our-team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/our-team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/our-team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"index.php/our-team/([^/]+)/embed/?$\";s:37:\"index.php?team=$matches[1]&embed=true\";s:39:\"index.php/our-team/([^/]+)/trackback/?$\";s:31:\"index.php?team=$matches[1]&tb=1\";s:59:\"index.php/our-team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:54:\"index.php/our-team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:47:\"index.php/our-team/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:54:\"index.php/our-team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/our-team/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?team=$matches[1]&page=$matches[2]\";s:35:\"index.php/our-team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"index.php/our-team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"index.php/our-team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/our-team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/our-team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"index.php/our-team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"index.php/photogallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"index.php/photogallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"index.php/photogallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/photogallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/photogallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"index.php/photogallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"index.php/photogallery/([^/]+)/embed/?$\";s:45:\"index.php?photogallery=$matches[1]&embed=true\";s:43:\"index.php/photogallery/([^/]+)/trackback/?$\";s:39:\"index.php?photogallery=$matches[1]&tb=1\";s:63:\"index.php/photogallery/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?photogallery=$matches[1]&feed=$matches[2]\";s:58:\"index.php/photogallery/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?photogallery=$matches[1]&feed=$matches[2]\";s:51:\"index.php/photogallery/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?photogallery=$matches[1]&paged=$matches[2]\";s:58:\"index.php/photogallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?photogallery=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/photogallery/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?photogallery=$matches[1]&page=$matches[2]\";s:39:\"index.php/photogallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"index.php/photogallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"index.php/photogallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/photogallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/photogallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"index.php/photogallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s: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:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$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:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";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:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s: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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";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:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";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:34:\"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:47:\"index.php/.+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"index.php/(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";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:40:\"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:36:\"index.php/.+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:24:\"index.php/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:27:\"autoptimize/autoptimize.php\";i:1;s:53:\"easy-wp-meta-description/easy-wp-meta-description.php\";i:2;s:45:\"simple-page-sidebars/simple-page-sidebars.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:130:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\thomaskalajian\\wp2017/wp-content/themes/skt-healing-touch-pro/header.php\";i:1;s:129:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\thomaskalajian\\wp2017/wp-content/themes/skt-healing-touch-pro/style.css\";i:3;s:130:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\thomaskalajian\\wp2017/wp-content/themes/skt-healing-touch-pro/footer.php\";i:4;s:134:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\thomaskalajian\\wp2017/wp-content/plugins/easy-wp-meta-description/readme.txt\";i:5;s:133:\"\\\\WDP\\DFS\\42\\3\\2\\4\\4256612423\\user\\sites\\1824088.site\\www\\thomaskalajian\\wp2017/wp-content/plugins/easy-wp-meta-description/index.php\";}','no'),(40,'template','skt-healing-touch-pro','yes'),(41,'stylesheet','skt-healing-touch-pro','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'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'),(79,'widget_text','a:7:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:12:\"TESTIMONIALS\";s:4:\"text\";s:510:\"<em>\"... [Tom Kalajian] has demonstrated the utmost integrity, objectivity and dedication to his clients...\"</em><br/>\r\nChristian Frederiksen, CPA<br/>\r\n<br/>\r\n<em>\"...Tom Kalajian possess the highest degree of competence...\"</em><br/>\r\nRichard J. Aprahamian, Attorney at Law<br/>\r\n<br/>\r\n<em>\"... [Tom Kalajian] has the highest degree of integrity I have ever seen...\"</em><br/>\r\nRobert B. Breskin, CPA<br/>\r\n<br/>\r\n<a href=\"/index.php/professional-career/testimonials/\" style=\"color: #2194fb;\">Read More</a>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:11:\"QUICK LINKS\";s:4:\"text\";s:675:\"<a href=\"http://www.providentprofessionalservices.com\" style=\"color: #2194fb;\" target=\"_blank\">Provident Professional Services</a><br/>Precision Custom-Crafted Income Tax Preparation and Services\r\n<br/><br/>\r\n<!--\r\n<a href=\"http://www.providentprofessionalservices.com/index.php/business-valuation/\" style=\"color: #2194fb;\" target=\"_blank\">Provident Business Valuation Professionals</a><br/>Premier Custom-crafted Business Valuation Services\r\n<br/><br/>\r\n-->\r\n<a href=\"http://www.providentbookkeeping.com\" style=\"color: #2194fb;\" target=\"_blank\">Provident Bookkeeping Services</a><br/>Professional QuickBooks Small Business Bookkeeping Services Custom-crafted to Your Company\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1950:\"<ul style=\"padding: 0 0 0 20px;\">\r\n <li><a href=\"/index.php/professional-career/\">Professional Career</a>\r\n <ul style=\"margin-left:10px;\">\r\n <li><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\">Curriculum Vitae</a></li>\r\n </ul>\r\n <ul style=\"margin-left:10px;\">\r\n <li><a href=\"/index.php/professional-career/accomplishments/\">Accomplishments</a>\r\n <ul style=\"margin-left:20px;\">\r\n <li><a href=\"/index.php/professional-career/accomplishments/businessman-of-the-year/\">Businessman of the Year</a></li>\r\n <li><a href=\"/index.php/professional-career/accomplishments/executive-leadership/\">Executive Leadership</a></li>\r\n <li><a href=\"/index.php/professional-career/accomplishments/toastmasters/\">Toastmasters</a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"/index.php/professional-career/testimonials/\">Testimonials</a>\r\n <ul style=\"margin-left:20px;\">\r\n <li><a href=\"/index.php/professional-career/testimonials/video-testimonials/\">Video Testimonials</a></li>\r\n <li><a href=\"/index.php/professional-career/testimonials/tax-testimonials/\">Tax Testimonials</a></li>\r\n <li><a href=\"/index.php/professional-career/testimonials/accounting-testimonials/\">Accounting Testimonials</a></li>\r\n <li><a href=\"/index.php/professional-career/testimonials/consulting-testimonials/\">Consulting Testimonials</a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"/index.php/professional-career/qualifications/\">Qualifications</a>\r\n <ul style=\"margin-left:20px;\">\r\n <li><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">Business Appraiser</a></li>\r\n <li><a href=\"/index.php/professional-career/qualifications/seminar-leadership/\">Seminar Leadership</a></li>\r\n <li><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\">CRTP or CPA?</a></li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </li>\r\n</ul>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:387:\"<ul style=\"padding: 0 0 0 20px;\">\r\n <li><a href=\"/index.php/personal-attributes/\">Personal Attributes</a>\r\n <ul style=\"margin-left:10px;\">\r\n <li><a href=\"/index.php/personal-attributes/core-values/\">Core Values</a></li>\r\n <li><a href=\"/index.php/personal-attributes/mission/\">Mission</a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"/index.php/viet-nam-veteran/\">Viet Nam Veteran</a>\r\n</ul>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1124:\"<ul style=\"padding: 0 0 0 20px;\">\r\n <li><a href=\"/index.php/community-volunteer/\">Community Volunteer</a>\r\n <ul style=\"margin-left:10px;\">\r\n <li><a href=\"/index.php/community-volunteer/orange-county-pbs/\">Orange County PBS</a></li>\r\n <li><a href=\"/index.php/community-volunteer/television-broadcasting/\">Television Broadcasting</a></li>\r\n <li><a href=\"/index.php/community-volunteer/school-programs/\">School Programs</a>\r\n <ul style=\"margin-left:20px;\">\r\n <li><a href=\"/index.php/community-volunteer/school-programs/edgewood-school/\">Edgewood School</a></li>\r\n <li><a href=\"/index.php/community-volunteer/school-programs/chapman-university/\">Chapman University</a>\r\n <ul style=\"margin-left:30px;\">\r\n <li><a href=\"/index.php/community-volunteer/school-programs/chapman-university/leadership-workshop/\">Leadership Workshop</a>\r\n </ul>\r\n </li>\r\n </ul>\r\n </li>\r\n <li><a href=\"/index.php/community-volunteer/flo-jo-foundation/\">Flo-Jo Foundation</a></li>\r\n <li><a href=\"/index.php/community-volunteer/homeowners-association/\">Homeowners\' Association</a></li>\r\n </ul>\r\n </li>\r\n</ul>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:1:{i:0;s:6:\"text-3\";}s:8:\"footer-4\";a:1:{i:0;s:6:\"text-2\";}s:15:\"sidebar-contact\";a:0:{}s:13:\"header-widget\";a:0:{}s:38:\"page-sidebar-communityvolunteersidebar\";a:1:{i:0;s:6:\"text-6\";}s:38:\"page-sidebar-personalattributessidebar\";a:1:{i:0;s:6:\"text-5\";}s:38:\"page-sidebar-professionalcareersidebar\";a:1:{i:0;s:6:\"text-4\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:6:{i:1731411714;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1731443082;a:2:{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:1731443226;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:1731443444;a:1:{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;}}}i:1731444395;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'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1495225890;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(115,'_site_transient_timeout_browser_cc891e0008ce55a7429cdcf500eb3b8d','1495830426','no'),(116,'_site_transient_browser_cc891e0008ce55a7429cdcf500eb3b8d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"58.0.3029.96\";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;}','no'),(126,'can_compress_scripts','1','no'),(136,'current_theme','SKT Healing Touch Pro','yes'),(137,'theme_mods_skt-healing-touch-pro','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:290;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:6:\"footer\";i:3;}}','yes'),(138,'theme_switched','','yes'),(139,'skt_healing_touch_pro','a:214:{s:4:\"logo\";s:88:\"http://thomaskalajian.com/wp2017/wp-content/themes/skt-healing-touch-pro/images/logo.png\";s:10:\"logoheight\";s:2:\"38\";s:14:\"mobilemenuname\";s:4:\"Menu\";s:6:\"style2\";s:1398:\".innerbanner { display:none; }\r\n#sidebar { width: 300px; }\r\n\r\n.site-main { width: 100% !important; max-width:805px; }\r\n.header .header-inner .logo { padding-left: 0px !important; }\r\n.sub-menu a:hover { background-color: #ddd; }\r\n@media screen and (max-width: 1169px) {\r\n .header .header-inner .nav { background-color: #fefefe; }}\r\n.header span.tagline { width:279px; text-align:left; line-height:1.1em; }\r\n.four_column .feature-title { margin: 0 5px 25px !important; }\r\n@media screen and (max-width: 1169px) {\r\n .nomobi { display:none; }\r\n .header span.tagline { width:100%; text-align:center; line-height:1.1em; }}\r\n.slide_info p { line-height: 28px !important; }\r\n@media screen and (max-width: 1169px) and (min-width: 1024px) {\r\n.nivo-caption { width: 50% !important; }}\r\n@media screen and (max-width: 1023px) and (min-width: 480px) {\r\n.nivo-caption { width: 60% !important; }\r\n.slide_info p { line-height: 23px !important; }}\r\n@media screen and (max-width: 1169px) and (min-width: 768px) {\r\n.slide_info { margin-top: -45px; }}\r\n@media screen and (max-width: 767px) and (min-width: 480px) {\r\n.slide_info { margin-top: -55px; }}\r\n@media screen and (max-width: 479px) {\r\n.nivo-caption { display: block !important; padding-top: 0; width:50%; }\r\n.slide_info p { font-size: 12px !important; line-height: 14px !important; }}\r\n.header .header-inner .nav ul li a { padding: 40px 15px 10px; }\";s:9:\"headstick\";s:1:\"1\";s:16:\"blogpostreadmore\";s:9:\"Read More\";s:17:\"blogpostshortcode\";s:2:\"35\";s:19:\"blogpostpagecontent\";s:2:\"80\";s:12:\"bodyfontface\";s:5:\"Arimo\";s:12:\"logofontface\";s:6:\"Roboto\";s:11:\"navfontface\";s:6:\"Roboto\";s:12:\"headfontface\";s:16:\"Roboto Condensed\";s:14:\"hdrtopfontface\";s:4:\"Lato\";s:16:\"featuredfontface\";s:6:\"Roboto\";s:20:\"featureddescfontface\";s:5:\"Arimo\";s:20:\"featuredmorefontface\";s:6:\"Roboto\";s:12:\"bodyfontsize\";s:4:\"14px\";s:12:\"logofontsize\";s:4:\"36px\";s:15:\"logotagfontsize\";s:4:\"12px\";s:11:\"navfontsize\";s:4:\"15px\";s:12:\"sectitlesize\";s:4:\"29px\";s:10:\"ftfontsize\";s:4:\"22px\";s:14:\"hdrtopfontsize\";s:4:\"14px\";s:16:\"featuredfontsize\";s:4:\"24px\";s:20:\"featureddescfontsize\";s:4:\"12px\";s:20:\"featuredmorefontsize\";s:4:\"12px\";s:13:\"bodyfontcolor\";s:7:\"#5c5c5c\";s:13:\"logofontcolor\";s:7:\"#000000\";s:16:\"logotagfontcolor\";s:7:\"#a9a9a9\";s:13:\"sectitlecolor\";s:7:\"#3c3c3c\";s:12:\"navfontcolor\";s:7:\"#60646d\";s:13:\"navhovercolor\";s:7:\"#3695eb\";s:15:\"wdgttitleccolor\";s:7:\"#2c2c2c\";s:14:\"foottitlecolor\";s:7:\"#e6e6e6\";s:13:\"footdesccolor\";s:7:\"#a8a8a8\";s:15:\"footermenucolor\";s:7:\"#a8a8a8\";s:17:\"footermenucurrent\";s:7:\"#2194fb\";s:9:\"copycolor\";s:7:\"#ffffff\";s:11:\"designcolor\";s:7:\"#ffffff\";s:9:\"linkcolor\";s:7:\"#181818\";s:14:\"linkhovercolor\";s:7:\"#3695eb\";s:11:\"btntxtcolor\";s:7:\"#ffffff\";s:13:\"btntxthvcolor\";s:7:\"#ffffff\";s:16:\"sidebarfontcolor\";s:7:\"#3b3b3b\";s:18:\"sidebarfonthvcolor\";s:7:\"#2194fb\";s:18:\"tmn_titlefontcolor\";s:7:\"#3d3d3d\";s:15:\"tmn_bxtextcolor\";s:7:\"#797878\";s:9:\"copylinks\";s:7:\"#2194fb\";s:14:\"copylinkshover\";s:7:\"#a8a8a8\";s:15:\"socialfontcolor\";s:7:\"#ffffff\";s:17:\"socialfonthvcolor\";s:7:\"#ffffff\";s:16:\"footerpoststitle\";s:7:\"#ffffff\";s:18:\"footerpoststitlehv\";s:7:\"#2194fb\";s:14:\"teamtitlecolor\";s:7:\"#323232\";s:19:\"teamtitlehovercolor\";s:7:\"#2194fb\";s:11:\"teamsicolor\";s:7:\"#cccccc\";s:15:\"hdrtopfontcolor\";s:7:\"#ffffff\";s:15:\"lpdatefontcolor\";s:7:\"#6a6a6a\";s:16:\"lptitlefontcolor\";s:7:\"#454545\";s:13:\"linkeblehover\";s:7:\"#2194fb\";s:14:\"ftrdtitlecolor\";s:7:\"#ffffff\";s:13:\"ftrddesccolor\";s:7:\"#ffffff\";s:11:\"drhdngcolor\";s:7:\"#ffffff\";s:14:\"drexprncecolor\";s:7:\"#0087ff\";s:10:\"apnmtcolor\";s:7:\"#ffffff\";s:15:\"apnmtcolorhover\";s:7:\"#000000\";s:10:\"lnpstcolor\";s:7:\"#3d3d3d\";s:15:\"lnpstcolorhover\";s:7:\"#2194fb\";s:8:\"headerbg\";s:7:\"#ffffff\";s:10:\"featuredbg\";s:7:\"#2194fb\";s:13:\"featuredbghvr\";s:7:\"#393939\";s:8:\"btncolor\";s:7:\"#454545\";s:10:\"btnhvcolor\";s:7:\"#2194fb\";s:13:\"footerbgcolor\";s:7:\"#363839\";s:11:\"copybgcolor\";s:7:\"#282a2b\";s:10:\"galhvcolor\";s:7:\"#2194fb\";s:13:\"socialbgcolor\";s:7:\"#181818\";s:15:\"socialbghvcolor\";s:7:\"#2194fb\";s:17:\"teamsocialbghover\";s:7:\"#f3f3f3\";s:14:\"sidebarbgcolor\";s:7:\"#f9f9f9\";s:13:\"hdrtopbgcolor\";s:7:\"#393939\";s:12:\"latestpostbg\";s:7:\"#ffffff\";s:13:\"skillsbgcolor\";s:7:\"#ffffff\";s:10:\"gogglemenu\";s:7:\"#3e3e3e\";s:13:\"drnameheading\";s:7:\"#2194fb\";s:9:\"appbutton\";s:7:\"#ec5c27\";s:14:\"appbuttonhover\";s:7:\"#2194fb\";s:15:\"boxtestimonials\";s:7:\"#ffffff\";s:16:\"footerpostborder\";s:7:\"#5e6162\";s:13:\"teamimgborder\";s:7:\"#e1e1e1\";s:15:\"teamsiconborder\";s:7:\"#f3f3f3\";s:12:\"iframeborder\";s:7:\"#e5e5e4\";s:16:\"sidebarliaborder\";s:7:\"#d0cfcf\";s:12:\"fourbxborder\";s:7:\"#f1f1f1\";s:10:\"welcomeimg\";s:7:\"#ededed\";s:14:\"readmorebutton\";s:7:\"#454545\";s:16:\"readmorebuttonhv\";s:7:\"#2194fb\";s:14:\"clientbxborder\";s:7:\"#ededed\";s:15:\"slidetitlecolor\";s:7:\"#181818\";s:14:\"slidedesccolor\";s:7:\"#181818\";s:16:\"sldtitlefontface\";s:4:\"Lato\";s:15:\"slddescfontface\";s:5:\"Arimo\";s:14:\"sldbtnfontface\";s:6:\"Roboto\";s:18:\"slidetitlefontsize\";s:4:\"49px\";s:17:\"slidedescfontsize\";s:4:\"24px\";s:14:\"sldbtnfontsize\";s:4:\"15px\";s:9:\"sldpagebg\";s:7:\"#393939\";s:11:\"sldpagehvbg\";s:7:\"#2194fb\";s:9:\"slidemore\";s:7:\"#393939\";s:15:\"slidemore-hover\";s:7:\"#2194fb\";s:9:\"flisticon\";s:94:\"http://thomaskalajian.com/wp2017/wp-content/themes/skt-healing-touch-pro/images/list-arrow.png\";s:12:\"singlelayout\";s:11:\"singleright\";s:16:\"woocomercelayout\";s:15:\"woocomerceright\";s:16:\"pagesboxshowhide\";s:4:\"show\";s:15:\"hometextincreas\";s:2:\"10\";s:12:\"homemoretext\";s:9:\"Read More\";s:4:\"box1\";s:1:\"2\";s:9:\"boximage1\";s:0:\"\";s:4:\"box2\";s:1:\"6\";s:9:\"boximage2\";s:0:\"\";s:4:\"box3\";s:1:\"8\";s:9:\"boximage3\";s:0:\"\";s:4:\"box4\";s:2:\"10\";s:9:\"boximage4\";s:0:\"\";s:4:\"box5\";s:3:\"226\";s:9:\"boximage5\";s:0:\"\";s:4:\"box6\";s:0:\"\";s:9:\"boximage6\";s:0:\"\";s:10:\"numsection\";s:1:\"2\";s:13:\"sectiontitle1\";s:18:\"Video Testimonials\";s:10:\"menutitle1\";s:7:\"wrapone\";s:15:\"sectionbgcolor1\";s:7:\"#ffffff\";s:15:\"sectionbgimage1\";s:0:\"\";s:13:\"sectionclass1\";s:13:\"services-wrap\";s:8:\"hidesec1\";b:0;s:15:\"sectioncontent1\";s:2545:\"<div style=\"margin: 0 auto; max-width:1150px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 6px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 6px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 6px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 6px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>\";s:13:\"sectiontitle2\";s:0:\"\";s:10:\"menutitle2\";s:14:\"newsandclients\";s:15:\"sectionbgcolor2\";s:7:\"#f8f8f8\";s:15:\"sectionbgimage2\";s:0:\"\";s:13:\"sectionclass2\";s:12:\"welcome-wrap\";s:8:\"hidesec2\";b:0;s:15:\"sectioncontent2\";s:3744:\"<h2>ACCOMPLISHMENT SUMMARY OF THOMAS KALAJIAN</h2>\r\nMr. Kalajian was among the first 25 business valuators who earned the senior designation Accredited in Business Appraisal Review (ABAR) conferred by the Institute of Business Appraisers in 2009.\r\n\r\nThe ABAR confers upon its holders the unique authority to provide a certified report opining on the credibility of another business appraisal report. No other professional designation exists for this specific purpose.\r\n\r\nTom was also awarded the distinction of the Best Accredited in Business Appraisal Review Qualifying Report of 2010 by the Institute of Business Appraisers in 2010.\r\n\r\nThomas Kalajian is a published author on business valuation, is a graduate of the Accountant\'s Boot Camp as a qualified Business Development Specialist from the prestigious international training organization, Results Accountants\' Systems, is an award-winning Toastmaster speaker, and nominee for Businessman of the Year with the Santa Ana Chamber of Commerce.\r\n\r\nThomas Kalajian was the Southern California community coordinator for the most successful membership drive to date in the history of Orange County\'s PBS station, KOCE-TV. This membership drive raised more money in 3 hours than the previous record raised in 6 hours, namely, the KOCE membership drive featuring The Three Tenors.\r\n\r\nThomas Kalajian was the only business and tax commentator for ten years on Orange County\'s first cable news network, Orange County NewsChannel (OCN), is a visiting lecturer with Chapman University\'s School of Broadcast Journalism, is an organizing volunteer for fund-raising and organization for multiple school projects, including fine arts and athletic programs.\r\n\r\nThomas Kalajian is an accomplished seminar leader and speaker on topics of income tax reduction, business development and profit improvement strategies and systems, and frequently contributes his time and efforts to charitable and cultural organizations throughout Orange County and the Southland.\r\n\r\nThomas Kalajian is a member of the National Association of Certified Valuation Analysts, the Institute of Business Appraisers and was accepted as a member of American Mensa, Ltd.\r\n\r\nMr. Kalajian earned his Bachelor of Science degree in Business Administration with a concentration in Accounting from California State University, Northridge in 1971.\r\n\r\nThomas Kalajian is a veteran of the U.S. Army, completed electronics training in the Signal Corps in Ft. Monmouth, NJ in Fixed Plant Radio Equipment Repair (MOS 34E20), moving on to graduate the advanced course and earning a promotion to the rank of Specialist 4, and ended his volunteer enlistment in Viet Nam with an honorable discharge as the Signal Corps\' Transportation Coordinator of \"I Corps\" quadrant, headquartered in Nha Trang.\r\n\r\nThomas Kalajian won the first place trophy at his first attempt at desert motorcycle racing in the Novice division of the CRC, riding a modified Hodaka 100B, and thereafter retired from the hobby.\r\n\r\nIn his early education years, Thomas Kalajian earned his amateur radio Technician Class license at age 14 from the FCC as call sign WA6JAM, was elected the president of the Radio Club, won a science fair award on Transistor Theory and Operation, and appeared on a summer television program on science on the topic of transistor operation circa 1959. Thomas Kalajian went on to be elected the president of the honorary Electroneers Club, supported in part by the engineers at the Pasadena Jet Propulsion Laboratory.\r\n\r\nIn his elementary years, Thomas Kalajian won art awards and was a featured young watercolor artist for his unique attention to detail and perspective at the Pasadena Art Museum, later renamed the Norton Simon Museum of Art.\";s:15:\"innerpageslider\";s:4:\"hide\";s:10:\"slideefect\";s:4:\"fade\";s:9:\"slideanim\";s:3:\"500\";s:10:\"slidepause\";s:4:\"3000\";s:8:\"slidenav\";s:5:\"false\";s:9:\"slidepage\";s:5:\"false\";s:15:\"slidepausehover\";s:5:\"false\";s:6:\"slide1\";s:76:\"http://thomaskalajian.com/wp2017/wp-content/uploads/2017/05/home-slide-1.png\";s:11:\"slidetitle1\";s:0:\"\";s:10:\"slidedesc1\";s:272:\"Thomas Kalajian is a highly trained and experienced financial services professional. He is proficient in integrating, planning and coordinating multiple financial and administrative disciplines for achieving extraordinary results for both client and community objectives.\";s:12:\"slidebutton1\";s:10:\"LEARN MORE\";s:9:\"slideurl1\";s:47:\"/index.php/professional-career/accomplishments/\";s:6:\"slide2\";s:0:\"\";s:11:\"slidetitle2\";s:0:\"\";s:10:\"slidedesc2\";s:0:\"\";s:12:\"slidebutton2\";s:0:\"\";s:9:\"slideurl2\";s:0:\"\";s:6:\"slide3\";s:0:\"\";s:11:\"slidetitle3\";s:0:\"\";s:10:\"slidedesc3\";s:0:\"\";s:12:\"slidebutton3\";s:0:\"\";s:9:\"slideurl3\";s:0:\"\";s:6:\"slide4\";s:0:\"\";s:11:\"slidetitle4\";s:0:\"\";s:10:\"slidedesc4\";s:0:\"\";s:12:\"slidebutton4\";s:0:\"\";s:9:\"slideurl4\";s:0:\"\";s:6:\"slide5\";s:0:\"\";s:11:\"slidetitle5\";s:0:\"\";s:10:\"slidedesc5\";s:0:\"\";s:12:\"slidebutton5\";s:0:\"\";s:9:\"slideurl5\";s:0:\"\";s:6:\"slide6\";s:0:\"\";s:11:\"slidetitle6\";s:0:\"\";s:10:\"slidedesc6\";s:0:\"\";s:12:\"slidebutton6\";s:0:\"\";s:9:\"slideurl6\";s:0:\"\";s:6:\"slide7\";s:0:\"\";s:11:\"slidetitle7\";s:0:\"\";s:10:\"slidedesc7\";s:0:\"\";s:12:\"slidebutton7\";s:0:\"\";s:9:\"slideurl7\";s:0:\"\";s:6:\"slide8\";s:0:\"\";s:11:\"slidetitle8\";s:0:\"\";s:10:\"slidedesc8\";s:0:\"\";s:12:\"slidebutton8\";s:0:\"\";s:9:\"slideurl8\";s:0:\"\";s:6:\"slide9\";s:0:\"\";s:11:\"slidetitle9\";s:0:\"\";s:10:\"slidedesc9\";s:0:\"\";s:12:\"slidebutton9\";s:0:\"\";s:9:\"slideurl9\";s:0:\"\";s:7:\"slide10\";s:0:\"\";s:12:\"slidetitle10\";s:0:\"\";s:11:\"slidedesc10\";s:0:\"\";s:13:\"slidebutton10\";s:0:\"\";s:10:\"slideurl10\";s:0:\"\";s:12:\"contacttitle\";s:37:\"Thomas Kalajian - BS, CRTP, CVA, ABAR\";s:7:\"address\";s:36:\"Secure USPS street delivery address:\";s:8:\"address2\";s:52:\"24552 Raymond Way, #1120, Lake Forest, CA 92609-1120\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:7:\"weblink\";s:0:\"\";s:9:\"googlemap\";s:0:\"\";s:14:\"quicklinktitle\";s:5:\"PAGES\";s:17:\"footersocialicons\";s:471:\"<span style=\"font-size:12px\">Bachelor of Science, Business Administration, Concentration in Accounting<br />\r\nCalifornia Registered and Bonded Tax Preparer, CRTP #A042575<br />\r\nRegistered PTIN Tax Preparer, IRS PTIN #P00360800<br />\r\n2016 Participant, IRS Annual Filing Season Program<br />\r\nAccredited in Business Appraisal Review (NACVA)<br />\r\nCalifornia Licensed Life Agent, #0C87598<br />\r\n2010 Award for Best Accredited in Appraisal Review Qualifying Report</span>\";s:8:\"frptitle\";s:0:\"\";s:12:\"aboutustitle\";s:12:\"TESTIMONIALS\";s:16:\"aboutdescription\";s:0:\"\";s:8:\"copytext\";s:59:\"Copyright ©2002-2020 Thomas Kalajian. ALL RIGHTS RESERVED.\";s:6:\"ftlink\";s:95:\"The Thomas Kalajian accounting firm provides accounting services not requiring state licensure.\";}','yes'),(155,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(167,'recently_activated','a:0:{}','yes'),(230,'WPLANG','','yes'),(397,'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'),(402,'widget_area','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(403,'simple_page_sidebars_version','1.2.0','yes'),(404,'simple_page_sidebars_default_sidebar','sidebar-main','yes'),(415,'widget_custom-menu-wizard','a:2:{i:2;a:50:{s:14:\"allow_all_root\";i:0;s:17:\"depth_rel_current\";i:0;s:16:\"fallback_ci_lifo\";i:0;s:18:\"fallback_ci_parent\";i:0;s:17:\"fallback_siblings\";i:1;s:11:\"flat_output\";i:0;s:10:\"hide_title\";i:0;s:8:\"siblings\";i:0;s:12:\"title_linked\";i:1;s:7:\"ol_root\";i:0;s:6:\"ol_sub\";i:0;s:10:\"fs_filters\";i:0;s:12:\"fs_fallbacks\";i:0;s:9:\"fs_output\";i:0;s:12:\"fs_container\";i:1;s:10:\"fs_classes\";i:1;s:8:\"fs_links\";i:1;s:14:\"fs_alternative\";i:1;s:9:\"ancestors\";i:1;s:17:\"ancestor_siblings\";i:0;s:5:\"depth\";i:3;s:6:\"branch\";i:0;s:4:\"menu\";i:4;s:5:\"level\";i:3;s:14:\"fallback_depth\";i:3;s:5:\"title\";s:0:\"\";s:6:\"filter\";s:6:\"branch\";s:12:\"branch_start\";s:0:\"\";s:10:\"start_mode\";s:0:\"\";s:12:\"title_branch\";s:2:\"-1\";s:13:\"title_current\";s:1:\"0\";s:16:\"contains_current\";s:4:\"menu\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"exclude_level\";s:0:\"\";s:8:\"fallback\";s:6:\"parent\";s:13:\"include_level\";s:1:\"2\";s:9:\"switch_if\";s:0:\"\";s:9:\"switch_at\";s:0:\"\";s:9:\"switch_to\";s:0:\"\";s:10:\"menu_class\";s:11:\"menu-widget\";s:12:\"widget_class\";s:0:\"\";s:4:\"cmwv\";s:5:\"3.3.0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:7:\"exclude\";s:0:\"\";s:5:\"items\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(418,'flexipages_version','1.7.2','yes'),(419,'widget_flexipages','a:2:{i:2;a:14:{s:5:\"title\";s:0:\"\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"exclude\";s:16:\"exinclude_values\";s:36:\"6,54,56,58,60,62,64,66,68,8,70,72,10\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:1:\"1\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"3\";s:15:\"show_home_check\";s:0:\"\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:7:\"default\";s:8:\"dropdown\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(432,'widget_advanced_sidebar_menu','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:8:\"order_by\";s:10:\"menu_order\";s:7:\"exclude\";s:0:\"\";s:6:\"levels\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(433,'widget_advanced_sidebar_menu_category','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(618,'easy_wp_meta_description_front','Thomas Kalajian - California Registered Tax Accountant, Accredited Valuation Analyst (Business) and Accredited in Business Appraisal Review','yes'),(642,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1499263699','no'),(643,'_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;}','no'),(726,'category_children','a:0:{}','yes'),(4671,'_site_transient_timeout_browser_b12d5038d8519a3a5d8c6c00ea573726','1524321588','no'),(4672,'_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;}','no'),(4692,'_site_transient_timeout_browser_f486628b8b3cd381d361bdc25237d08d','1524687760','no'),(4693,'_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;}','no'),(4745,'_site_transient_timeout_browser_a6ac7bff18fe0198c0d41bba47e744f6','1525909270','no'),(4746,'_site_transient_browser_a6ac7bff18fe0198c0d41bba47e744f6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.139\";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;}','no'),(4762,'_site_transient_timeout_browser_6c9bed19a5559c4791c3040f11244e94','1530635602','no'),(4763,'_site_transient_browser_6c9bed19a5559c4791c3040f11244e94','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.87\";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;}','no'),(4933,'_site_transient_timeout_browser_9aac439d521303fb976b379ca55697eb','1533945191','no'),(4934,'_site_transient_browser_9aac439d521303fb976b379ca55697eb','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";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;}','no'),(6006,'_site_transient_timeout_browser_bf1410483f951a0ad7edc2a8032d6355','1541016291','no'),(6007,'_site_transient_browser_bf1410483f951a0ad7edc2a8032d6355','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"70.0.3538.67\";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;}','no'),(6333,'_site_transient_timeout_browser_2b9d4c395735c8fdf5e431285c6becd7','1543016354','no'),(6334,'_site_transient_browser_2b9d4c395735c8fdf5e431285c6becd7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"70.0.3538.102\";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;}','no'),(6529,'_site_transient_timeout_browser_046993666d7bfeaae866d7ca2d582f73','1544115789','no'),(6530,'_site_transient_browser_046993666d7bfeaae866d7ca2d582f73','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"63.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;}','no'),(6850,'_site_transient_timeout_browser_54f587746181ab7a3934401875df1515','1545414762','no'),(6851,'_site_transient_browser_54f587746181ab7a3934401875df1515','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"70.0.3538.110\";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;}','no'),(7598,'_site_transient_timeout_browser_0b7b0b55fdad6f060cb1a7eb4a93bd74','1549901330','no'),(7599,'_site_transient_browser_0b7b0b55fdad6f060cb1a7eb4a93bd74','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.98\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(15903,'_site_transient_timeout_browser_7c8ec23c75dba94c8a6dd00bdcd2544b','1603471808','no'),(15904,'_site_transient_browser_7c8ec23c75dba94c8a6dd00bdcd2544b','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"81.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";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;}','no'),(16179,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1731400379;s:7:\"checked\";a:1:{s:21:\"skt-healing-touch-pro\";s:6:\"pro1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(16181,'_site_transient_timeout_browser_da97199531d96e3a9f6135dc6523d4c7','1604619141','no'),(16182,'_site_transient_browser_da97199531d96e3a9f6135dc6523d4c7','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"82.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";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;}','no'),(16196,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1604025380','no'),(16197,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4724;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4448;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2687;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2563;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1976;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1830;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1809;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1492;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1491;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1490;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1462;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1460;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1448;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1306;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1225;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1209;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1170;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1135;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1109;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1020;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:907;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:903;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:882;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:881;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:824;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:803;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:795;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:782;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:781;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:756;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:752;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:726;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:719;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:707;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:701;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:689;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:665;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:657;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:652;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:636;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:636;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:616;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:616;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:593;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:585;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:583;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:579;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:575;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:562;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:560;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:556;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:553;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:552;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:541;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:541;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:533;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:533;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:523;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:521;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:520;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:507;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:496;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:492;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:486;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:480;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:479;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:466;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:458;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:443;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:442;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:441;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:440;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:439;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:433;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:432;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:428;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:427;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:424;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:421;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:419;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:413;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:405;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:399;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:397;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:394;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:390;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:386;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:385;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:379;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:379;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:379;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:373;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:365;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:361;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:359;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:350;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:346;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:344;}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\";i:339;}}','no'),(16198,'WpFc_api_key','4dfa209a81b2bd4736560afbc2324b69','yes'),(16199,'wpfc-group','','yes'),(16206,'autoptimize_version','2.7.8','yes'),(16207,'autoptimize_ccss_version','AO_2.7.8','yes'),(16208,'autoptimize_service_availablity','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:28:\"https://sp-ao.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),(16210,'autoptimize_imgopt_launched','on','yes'),(16211,'_site_transient_timeout_available_translations','1604025800','no'),(16212,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-27 04:32:49\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:49:08\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-09 11:39:31\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-16 13:06:08\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-21 20:41:02\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-09-19 16:28:36\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-05 09:50:06\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:39:59\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.7.5/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:40:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-24 13:44:35\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-24 13:44:46\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-08 16:17:30\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:30\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-27 00:40:28\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:49:34\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-28 03:10:25\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-04 18:08:49\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:41:31\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_AR.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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_CO.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_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.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:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:28\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-09-14 09:54:45\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-12 06:40:28\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-02 15:21:03\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-03 21:08:25\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:40:32\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-09-13 19:35:52\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-09 08:05:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-11 12:30:31\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-29 21:21:10\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-17 06:35:04\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-28 13:34:22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-02 14:01:52\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-11 10:12:38\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-03 15:15:18\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-05 06:17:00\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-07 11:10:31\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-30 09:46:13\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-24 06:52:11\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:31\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-02 10:59:56\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-11 15:57:29\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-06-07 17:23:35\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_BE.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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:40:57\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-23 09:31:28\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-17 15:02:48\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-09-10 19:12:37\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-09-19 13:07:10\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-20 10:13:53\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-09-08 11:22:11\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-08 17:57:45\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:41:03\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-09-09 18:17:01\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-15 09:03:35\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-17 03:13:31\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-27 07:08:07\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-07-02 09:07:47\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-07-29 12:51:21\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/zh_HK.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:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-08 04:16:08\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/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:\"繼續\";}}}','no'),(16213,'_transient_timeout_ao_ccss_explain','1604619822','no'),(16214,'_transient_ao_ccss_explain','<div class=\'ao_i18n\' id=\'default\'>\n <h2>Improve first paint times by removing render-blocking CSS</h2>\n <div style=\"width:100%;overflow:hidden\">\n <div style=\"width:68%;float:left\">\n <p>Is Google Pagespeed Insights complaining about <strong>render-blocking CSS</strong>? Are your <strong>first paint times</strong> sub-optimal because of that render-blocking CSS?</p>\n <p><strong>Above the fold CSS</strong> (as part of Autoptimize\'s \"Inline & defer CSS\") can help you improve, but <strong>most sites need different critical CSS for different types of pages</strong> and generating the correct code can be hard!</p>\n <p>The solution? <strong>Sign up at <a href=\"https://criticalcss.com/?aff=1\" target=\"_blank\">https://criticalcss.com</a></strong> (premium service, price 2 GBP/month for membership and 5 GBP/month per domain) <strong>and get the API key from <a href=\"https://criticalcss.com/account/api-keys?aff=1\" target=\"_blank\">the API-keys page</a></strong> and paste that key below.</p>\n <p>If you have any questions or need support, head on over to <a href=\"https://wordpress.org/support/plugin/autoptimize\" target=\"_blank\">our support forum</a> and we\'ll help you get up and running in no time!</p>\n </div>\n <div style=\"width:28%;float:right\"><img src=\"https://criticalcss.com/images/criticalcss-optimised-website-illustration.svg\" width=\"350px\"></div>\n </div>\n</div>\n<div class=\'ao_i18n\' id=\'nl\'>\n <h2>Verbeter de eerste weergave-tijd door blokkerende CSS te verwijderen</h2>\n <div style=\"width:100%;overflow:hidden\">\n <div style=\"width:68%;float:left\">\n <p>Klaagt Google Pagespeed Insights over <strong>CSS die de weergave blokkeert</strong>? Zijn je <strong>eerste weergave-tijden</strong> niet optimaal vanwege die blokkerende CSS?</p>\n <p><strong>\"Kritische\" CSS</strong> (als onderdeel van Autoptimize\'s \"Belangrijke CSS in HTML voegen, de rest uitstellen?\" optie) kan helpen dat te verbeteren, maar de meeste sites hebben <strong>verschillende \"kritische CSS\" nodig voor verschillende soorten pagina\'s</strong> en het genereren van de juiste code kan moeilijk zijn!</p>\n <p>De oplossing? Meld je aan op <a href=\"https://criticalcss.com/?aff=1\" target=\"_blank\">https://criticalcss.com</a> (premium service, prijs 2 GBP / maand voor lidmaatschap en 5 GBP / maand per domein) en haal de API-sleutel op van <a href=\"https://criticalcss.com/account/api-keys?aff=1\" target=\"_blank\">de API-sleutels-pagina</a> en plak die sleutel hieronder.</p>\n <p>Als je vragen hebt of ondersteuning nodig hebt, ga dan naar ons <a href=\"https://wordpress.org/support/plugin/autoptimize\" target=\"_blank\">support forum</a> en we helpen je snel aan de slag!</p>\n </div>\n <div style=\"width:28%;float:right\"><img src=\"https://criticalcss.com/images/criticalcss-optimised-website-illustration.svg\" width=\"350px\"></div>\n </div>\n</div>\n<div class=\'ao_i18n\' id=\'fr\'> \n <h2>Améliorer la vitesse du premier rendu (first paint) en supprimant les CSS bloquants</h2>\n <div style=\"width:100%;overflow:hidden\">\n <div style=\"width:68%;float:left\">\n <p>Google Pagespeed Insights se plaint du <strong>CSS bloque le rendu</strong>? Votre <strong>vitesse de premier rendu d\'affichage</strong> est-elle ralentie par le CSS qui bloque le rendu ?</p>\n <p><strong>Le CSS situé au-dessus de la ligne de flottaison</strong> (la fonction \"Mettre en ligne et reporter le CSS\" d\'Autoptimize) peuvent être bénéfiques, mais la plupart des sites ont besoin de <strong>différents CSS critiques pour différents types de pages</strong>. Générer le code correct peut être difficile !</p>\n <p>La solution? <strong>Inscrivez-vous sur <a href=\"https://criticalcss.com/?aff=1\" target=\"_blank\">https://criticalcss.com</a></strong> (service premium, prix 2 GBP / mois pour l\'adhésion et 5 GBP / mois par domaine) <strong>et obtenez la clé API <a href=\"https://criticalcss.com/account/api-keys?aff=1\" target=\"_blank\">á partir de la page des clés API</a></strong> et collez cette clé ci-dessous.</p>\n <p>Si vous avez des questions ou si vous avez besoin d\'assistance, rendez-vous sur <a href=\"https://wordpress.org/support/plugin/autoptimize\" target=\"_blank\">notre forum d\'assistance</a> et nous vous aiderons á vous mettre en route en un rien de temps !</p>\n </div>\n <div style=\"width:28%;float:right\"><img src=\"https://criticalcss.com/images/criticalcss-optimised-website-illustration.svg\" width=\"350px\"></div>\n </div>\n</div>\n<div class=\'ao_i18n\' id=\'pt\'>\n <h2>Melhore os tempos de primeira pintura ao remover o CSS que bloqueia renderização</h2>\n <div style=\"width:100%;overflow:hidden\">\n <div style=\"width:68%;float:left\">\n <p>O Google Pagespeed Insights está reclamando do <strong>CSS que bloqueia renderização</strong>? Os <strong>tempos de primeira pintura</strong> está abaixo do esperado por causa do CSS que bloqueia renderização?</p>\n <p>O <strong>CSS acima do scroll</strong> (como parte do CSS "Adiado & em Linha" do Autoptimize) pode ajudar a resolver, mas a maior parte dos sites precisam de <strong>CSS crítico diferente para cada tipo de página</strong> e gerar o código correto pode ser difícil!</p>\n <p>A solução? <strong>Assine <a href=\"https://criticalcss.com/?aff=1\" target=\"_blank\">https://criticalcss.com</a></strong> (serviço premium, preço de 2 Libras/mês no modo assinatura e 5 Libras/mês por domínio), <a href=\"https://criticalcss.com/account/api-keys?aff=1\" target=\"_blank\">copia a chave API da páginas API-keys</a> e cole no campo abaixo.</p>\n <p>Se você tem alguma dúvida ou precisa de suporte, vá ao <a href=\"https://wordpress.org/support/plugin/autoptimize\" target=\"_blank\">nosso fórum de suporte</a> e nós vamos ajudá-lo a colocar para funcionar em pouco tempo!</p>\n </div>\n <div style=\"width:28%;float:right\"><img src=\"https://criticalcss.com/images/criticalcss-optimised-website-illustration.svg\" width=\"350px\"></div>\n </div>\n</div> \n\n','no'),(16215,'autoptimize_extra_settings','a:6:{s:31:\"autoptimize_extra_radio_field_4\";s:1:\"2\";s:34:\"autoptimize_extra_checkbox_field_1\";s:1:\"1\";s:34:\"autoptimize_extra_checkbox_field_0\";s:1:\"1\";s:30:\"autoptimize_extra_text_field_2\";s:0:\"\";s:30:\"autoptimize_extra_text_field_7\";s:0:\"\";s:30:\"autoptimize_extra_text_field_3\";s:0:\"\";}','yes'),(16218,'autoptimize_imgopt_settings','a:3:{s:33:\"autoptimize_imgopt_select_field_2\";s:1:\"2\";s:35:\"autoptimize_imgopt_checkbox_field_3\";s:1:\"1\";s:31:\"autoptimize_imgopt_text_field_5\";s:0:\"\";}','yes'),(17958,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:23:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.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-6.2.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.2.6\";s:7:\"version\";s:5:\"6.2.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.6.1\";s:7:\"version\";s:5:\"6.6.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";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:59:\"https://downloads.wordpress.org/release/wordpress-6.5.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-6.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.5.5\";s:7:\"version\";s:5:\"6.5.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";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:59:\"https://downloads.wordpress.org/release/wordpress-6.4.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-6.4.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.4.5\";s:7:\"version\";s:5:\"6.4.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";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:59:\"https://downloads.wordpress.org/release/wordpress-6.3.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-6.3.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.3.5\";s:7:\"version\";s:5:\"6.3.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";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:59:\"https://downloads.wordpress.org/release/wordpress-6.2.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-6.2.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.2.6\";s:7:\"version\";s:5:\"6.2.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";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:59:\"https://downloads.wordpress.org/release/wordpress-6.1.7.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-6.1.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.7\";s:7:\"version\";s:5:\"6.1.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.9.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-6.0.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.9\";s:7:\"version\";s:5:\"6.0.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.9.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-5.9.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.9.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.9.10\";s:7:\"version\";s:6:\"5.9.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.8.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.8.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.8.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.8.10\";s:7:\"version\";s:6:\"5.8.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.7.12.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-5.7.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.7.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.7.12\";s:7:\"version\";s:6:\"5.7.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.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-5.6.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.14\";s:7:\"version\";s:6:\"5.6.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.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-5.5.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.15\";s:7:\"version\";s:6:\"5.5.15\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.16.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.16-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.16-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.16\";s:7:\"version\";s:6:\"5.4.16\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.18\";s:7:\"version\";s:6:\"5.3.18\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.21.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-5.2.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.21\";s:7:\"version\";s:6:\"5.2.21\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.19.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.19.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.19-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.19-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.19\";s:7:\"version\";s:6:\"5.1.19\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:19;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.22.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-5.0.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.22\";s:7:\"version\";s:6:\"5.0.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:20;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.26.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.26.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.26-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.26-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.26\";s:7:\"version\";s:6:\"4.9.26\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:21;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.25.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.25\";s:7:\"version\";s:6:\"4.8.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:22;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.29.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.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.29-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.29-partial-5.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.29-rollback-5.zip\";}s:7:\"current\";s:6:\"4.7.29\";s:7:\"version\";s:6:\"4.7.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:5:\"4.7.5\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1731400378;s:15:\"version_checked\";s:5:\"4.7.5\";s:12:\"translations\";a:0:{}}','no'),(25829,'_site_transient_timeout_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','1665139925','no'),(25830,'_site_transient_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','no'),(26351,'_site_transient_timeout_browser_a65af54f010998226e5299e08d30d459','1667945469','no'),(26352,'_site_transient_browser_a65af54f010998226e5299e08d30d459','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"106.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";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;}','no'),(26353,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1667383874','no'),(26354,'_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:112:\"\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:4:{s:0:\"\";a:8:{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:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Nov 2022 12:52:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=6.2-alpha-54739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?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: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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"People of WordPress: Raghavendra Satish Peri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Oct 2022 19:00: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:8:\"category\";a:6:{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:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=13705\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The latest People of WordPress story features Raghavendra Satish Peri, a digital entrepreneur in web accessibility and digital marketing. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Meher Bala\";s: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:15152:\"\n<p><strong>This month, in the run up to WordPress Accessibility Day, we feature Raghavendra Satish Peri, a blogger turned digital entrepreneur based in India, who specializes</strong> <strong>in web accessibility and digital marketing</strong>.</p>\n\n\n\n<p><strong>The People of WordPress series shares inspiring stories of how people’s lives can change for the better through WordPress and its global network of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=1014%2C627&ssl=1\" alt=\"Raghavendra speaking at a Blogger event, 2015.\" class=\"wp-image-13701\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=768%2C475&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra speaking at a blogger event, 2015</figcaption></figure>\n\n\n\n<h2>Expressing myself through WordPress</h2>\n\n\n\n<p>Raghavendra Satish Peri says WordPress is more than a way to succeed online. It’s a community that has always answered his questions and helped him learn, and has enabled his voice to be heard across the world.</p>\n\n\n\n<p>These are motivating benefits for Raghavendra, who has a vision impairment that introduces challenges to many of the things he wants to do. The WordPress community has helped him make some of his dreams come true. After chatting with others at WordPress events, about his wish to go trekking and running, he found he was later contacted by people in the community went with him to do just that.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"534\" height=\"748\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?resize=534%2C748&ssl=1\" alt=\"Raghavendra training for a marathon in 2013.\" class=\"wp-image-13702\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?w=534&ssl=1 534w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?resize=214%2C300&ssl=1 214w\" sizes=\"(max-width: 534px) 100vw, 534px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra training for a marathon in 2013</figcaption></figure>\n\n\n\n<p>He also found WordPress events a way to raise the importance of accessibility issues, share tips, and connect local communities so they can collaborate on items both within and outside WordPress.</p>\n\n\n\n<h2>Life growing up with an enabling family</h2>\n\n\n\n<p>A key asset for Raghavendra has been the support of his family as he coped with his progressive blindness. His sister took charge of teaching him important social and life skills, so he could navigate his country’s rigorous education system.</p>\n\n\n\n<p>Those were the early days of technology everywhere, and nobody much was thinking about using it in education and day-to-day life.</p>\n\n\n\n<p>When Raghavendra got his first computer, in 2004, it was a revelation. His sister taught him to use the internet efficiently, and he taught himself a few basics of programming. Soon he was spending 10 to 12 hours a day exploring the online world and learning about the web.</p>\n\n\n\n<h2>Discovering WordPress and blogging</h2>\n\n\n\n<p>In 2006, he learned basic web design and began to sell website templates. His growing interest in search engines and content led him to WordPress. As the years progressed, his eyesight deteriorated. He had to relearn his skills and acquire new ones to compensate. When he could no longer see the computer screen, he learnt to use screen readers. </p>\n\n\n\n<p>At that point there was a gap: he had the same business skills, but he couldn’t apply them as effectively until he got comfortable with using screen readers. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"534\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=800%2C534&ssl=1\" alt=\"Raghavendra speaking at an event in Bangalore, India in 2014. Photo Credit: Two Feet To Fly - fLaShBuLbZz Photography\" class=\"wp-image-13790\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?w=800&ssl=1 800w, https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=768%2C513&ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra speaking at an event in Bengalaru, India in 2014</figcaption></figure>\n\n\n\n<p>To help achieve that, Raghavendra moved to Bengalaru, where he got a full education in screen-reader technology and took a job as a consultant in digital accessibility.</p>\n\n\n\n<p>He recalls learning from that time that, in his words: “Some things are important, but one needs to let them go so that more important things can take the new space.”</p>\n\n\n\n<p>During his stay in Bengaluru, he stumbled on the idea of blogging and audiobooks. On his 23rd birthday, he had two firsts: registering a domain and publishing a blog post. At first he wrote about things happening in his daily life, which initially got low responses. But when he started attending blogging and tech meetups, he received encouragement from fellow bloggers who complimented him on his writing style. </p>\n\n\n\n<p>Using WordPress to publish his story, Raghavendra found a love for writing and this made him want to learn and understand WordPress much better.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<h2>“Writing freed my mind and soul from the pain and sorrow; it takes a person into a Zen state where one can understand their soul once they see their own thoughts on paper.”</h2>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>There were still some ongoing challenges arising from his difficulties with seeing. For example, Raghavendra found coding was made more complicated. But he took it slowly, and he improved steadily. </p>\n\n\n\n<p>He started as many WordPressers do, installing themes and plugins, and making minor changes to the code. Ultimately, he moved all of his sites to WordPress, and as he learned more about WordPress, he could help his friends and family more with their projects.</p>\n\n\n\n<p>After just a few years, Raghavendra had the skills and the confidence to build just about anything in WordPress, progressing from simple to complex websites.</p>\n\n\n\n<p>Today Raghavendra is a successful entrepreneur. He sees his life as full of promise. WordPress still helps him grow every day, professionally and personally.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“There is always hope for tomorrow! Do not look for the light at the end of the tunnel, embrace the darkness, listen to the quietness, and feel the airflow. You will know that light is ahead even before you see it.” </p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<h2>Contribute to accessibility and WordPress</h2>\n\n\n\n<p>Another thing Raghavendra has in common with many WordPressers is his enthusiasm and involvement in the community. As he has learnt more about the software, he felt he needed to be involved with improving accessibility too. He started to help organize local meetups and conferences and encourages others to give time and skills to contribute too. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"704\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?resize=704%2C500&ssl=1\" alt=\"2016, Raghavendra on stage speaking at WordCamp Mumbai\" class=\"wp-image-13699\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?w=704&ssl=1 704w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?resize=300%2C213&ssl=1 300w\" sizes=\"(max-width: 704px) 100vw, 704px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">2016, Raghavendra speaking at WordCamp Mumbai</figcaption></figure>\n\n\n\n<p>He follows software development closely, especially where WordPress meets accessibility.</p>\n\n\n\n<p>In 2020, on learning about a global WordPress Accessibility event, he applied and became a speaker. His topic was <a href=\"https://youtu.be/bvgLjWCRfrQ\">Gutenberg Accessibility, A Screen Reader User’s Perspective</a>. His interest continued as a result of this event, and he wanted to be part of growing its audience and impact, initially through joining its dedicated channel on Slack. Eventually, he joined the organizing team for future events.</p>\n\n\n\n<p>Helping run WordPress events brought together all of Raghavendra’s existing skills. It taught him a lot about what it takes to make an event truly inclusive, from captions and sign language to media players and more. </p>\n\n\n\n<p>As his involvement has grown, Raghavendra has found it has become easier to source and use resources that make events and presentations more accessible. But knows there’s always more that can be learnt in this area, and encourages others to use understanding from events like the Accessibility Days in their conferences.</p>\n\n\n\n<p>Join the global WordPress Accessibility Day 2022 online on November 2-3, 2022. It’s <a href=\"https://wpaccessibility.day/\">free to register</a>!</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://wpaccessibility.day/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" loading=\"lazy\" width=\"568\" height=\"173\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?resize=568%2C173&ssl=1\" alt=\"WordPress Accessibility Day 2022 logo in purple and turquoise\" class=\"wp-image-13783\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?w=568&ssl=1 568w, https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?resize=300%2C91&ssl=1 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<h2><br>Sharing learning on accessibility can be a motivator </h2>\n\n\n\n<p>In 2021, Raghavendra underwent his most challenging event to date, when he had a kidney transplant. To motivate himself, he started a website that focuses on accessibility and inclusive design. This prompted him to start an accessibility community to help fill the gaps in accessibility knowledge. Today, it is one of India’s largest online accessibility communities, educating developers and designers and training people with disabilities to build a career in accessibility testing.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=680%2C790&ssl=1\" alt=\"Portrait photo of Raghavendra post his organ transplant, 2021.\" class=\"wp-image-13698\" width=\"680\" height=\"790\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?w=774&ssl=1 774w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=258%2C300&ssl=1 258w, https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=768%2C893&ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Raghavendra after his organ transplant in 2021</figcaption></figure>\n\n\n\n<p>Raghavendra is also a keen user of the WordPress Gutenberg editor and builds all his websites using it. Though content creation and editing can still pose him difficulties, he finds the front end of the Gutenberg blocks very accessible. He believes in participating in the software to make it a better experience for all.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“I decided to live my life to the fullest and make my mark on the world. This thought keeps me motivated.”</p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>After a successful transplant, he lives a disciplined life with a few restrictions. He continues to enjoy working in-depth in disability, accessibility, and inclusion spaces. Raghavendra hopes others will join with him and the thousands of other people who collaborate to make a difference.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<p>Thank you to Raghavendra Satish Peri (<a href=\'https://profiles.wordpress.org/tarkham/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tarkham</a>) for sharing his experiences for this latest edition.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for interviews and writing this feature, to Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for reviews.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s: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:5:\"13705\";s: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:61:\"\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:56:\"WP Briefing: Episode 42: Something Spooky This Way Comes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Oct 2022 12:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13666\";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:136:\"Tis the season for spooky fun. Hear Josepha Haden Chomphosy read a Halloween-themed WordPress Mad Lib on the episode of the WP Briefing.\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/10/WP-Briefing-042.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:13139:\"\n<p>In the forty-second episode of the WordPress Briefing podcast, Josepha Haden Chomphosy reads a WordPress Halloween story completed by contributor-submitted Mad Libs. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Music: Spooky edit by <a href=\"https://goodnightnobody.space/\" data-type=\"URL\" data-id=\"https://goodnightnobody.space/\">Timothy Volpert</a><br>Mad Lib Contributors: <a href=\"https://profiles.wordpress.org/juanlucha/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/juanlucha/\">Juan Lucha</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/robinwpdeveloper/\">robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/aetherunbound/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/aetherunbound/\">Madison Swain-Bowden</a>, <a href=\"https://profiles.wordpress.org/kgagne/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/kgagne/\">Ken Gagne</a>, <a href=\"https://profiles.wordpress.org/juliarosia/\">Julia Golomb</a>, <a href=\"https://profiles.wordpress.org/kawserz/\">kawserz</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Sé Reed</a>, <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a>, <a href=\"https://www.linkedin.com/in/cleamahoney/\" data-type=\"URL\" data-id=\"https://www.linkedin.com/in/cleamahoney/\">Clea Mahoney</a></p>\n\n\n\n<h2>Download Mad Libs:</h2>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-bbc1dbb2-b633-4e46-b53b-4440a449cac4\" href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\">WP-Briefing-Halloween-Mad-Libs</a><a href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-bbc1dbb2-b633-4e46-b53b-4440a449cac4\">Download</a></div>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/6-1/\">Important Note: WordPress 6.1 is released tomorrow!</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/10/20/multisite-registration-and-activation-pages-have-new-html-and-css/\" target=\"_blank\">Multisite registration and activation pages have new HTML and CSS</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/mobile/2022/10/18/call-for-testing-wordpress-for-android-21-0/\" target=\"_blank\">Call for Testing: WordPress for Android 21.0</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\" target=\"_blank\">New design for HelpHub in WordPress.org</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\" target=\"_blank\">WordPress.org Redesign Update</a><br><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/test/2022/10/15/fse-program-guiding-the-gutenberg-gallery-summary/\" target=\"_blank\">FSE Program Guiding the Gutenberg Gallery Summary</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13666\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Howdy, Halloween nerds! And welcome to the WordPress Briefing, a podcast where I’m normally very serious, but today is Halloween! And gosh, do I love a chance to celebrate. So today, the most serious thing I have is this WordPress themed Halloween Madlib for you. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:43] </strong></p>\n\n\n\n<p>I was so excited to learn that WordCamp would be on Halloween this year, and now it’s finally here. After a full day of workshops and mingling, I am exhausted. But I’ve got just enough time to return to the hotel and prepare for the after party. It’s a themed costume event organized by the Docs team, and I cannot wait.</p>\n\n\n\n<p>Walking into my room, I give a big yawn and realize just how tired I am. The bed is looking extra comfortable right now. Surely a little nap wouldn’t hurt, right? As soon as my head hits the pillow, I’m out like a light, but almost immediately, my eyes snap back open, a flash of lightning lights up the room, and I hear rain pouring down outside.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:23] </strong></p>\n\n\n\n<p>After another flash, the lights in the room start to flicker. That’s strange, I think to myself, but I have an after party to get to. There must have been a power surge because when I look back at the clock, it’s reset and flashing 12:00 am. I check my phone, but it’s dead too. I’m not quite sure how long I’ve been sleeping, so I don’t know if I have enough time to change into my full Ninja Turtles costume.</p>\n\n\n\n<p>I just put the mask on and head down to the lobby to meet my WordPress friends. When the elevator dings open in the lobby, it’s completely empty. No concierge, no hotel staff, and no WordPress friends. That’s weird. The lights also seem dimmer. And, are those urgent Trac tickets on the lobby lounge chairs?</p>\n\n\n\n<p>I’m wondering where everybody is, but I keep walking toward the convention hall. A shadow suddenly moves in the corner of my eye, and I spin around but only see my own face reflecting in a hallway mirror. Hmm, that’s odd. I notice that the cute Ninja Turtle mask looks a little less cute somehow. The eyes are angry red, and the teeth are now sharp-looking fangs.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:33] </strong></p>\n\n\n\n<p>Before I can take off the mask for a closer look, I see another shadow move in the corner of the mirror. When I turn around this time, I see the faint outline of a person. It looks familiar. Could that be Matt Mullenweg? Darn it. They disappear into the convention hall before I can even call out, ‘howdy!’ And so I break into a jog to follow after them.</p>\n\n\n\n<p>Walking into the hall, I can hear the musical stylings of WordPress Jazzer Duke Ellington playing on a gramophone. I bob my head to the music, super relieved to see the room full of WordPressers dressed up and dancing. I head over to some of the folks from my Make team to chat, but oddly, they won’t stop dancing. They’re smiling and dancing and cheering each other on.</p>\n\n\n\n<p>Some of them are even doing the electric slide. It’s actually kind of impressive, but it’s still a little strange that no one will stop dancing to talk to me. Actually, now that I think about it, none of the party goers seem to be noticing me at all. Wondering what’s going on, I start backing up toward the door.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:32] </strong></p>\n\n\n\n<p>I jump a little as it slams behind me with the loud sound of an old door creaking and the heavy click of a lock.</p>\n\n\n\n<p>That’s when I noticed the shadowy familiar figure again. This time they’re standing by an open door on the other side of the hall. They seem to be watching me. They lift a white gloved hand and motion for me to follow before disappearing through the door again.</p>\n\n\n\n<p>I run after the mysterious figure weaving between groups of dancing WordCamp goers. Could they be under a spell, I wonder while running past. I exit the convention space and enter a small hallway that seems to twist and turn. It feels a lot longer than I remember. I continue running through it and suddenly find myself back in the Contributor Day conference room.</p>\n\n\n\n<p>The shadow person is nowhere to be found, and as I walk around the contributor tables, I quickly notice that the exit back to the hotel has also disappeared. Okay, so this is getting really weird. My first thought is to get my Make team involved, but since they won’t stop dancing, I know I need to devise a different plan.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:34] </strong></p>\n\n\n\n<p>That’s when I noticed the big glass box at the center of the room. I am almost certain it wasn’t there during Contributor Day. I approach the box cautiously. Inside I see a shiny silver goblet of gently fizzing WordPress blue liquid, possibly blueberry flavored if I had to guess. Attached to the goblet stem is a ribbon with a note in EB Garamond that reads: Merge Me.</p>\n\n\n\n<p>At first, I chuckle at the poor attempt at a GitHub joke until I spot another note scrolled on the glass in black marker. It says, </p>\n\n\n\n<p><em>Bubble, bubble, toil, and trouble;</em><br><em>Find your escape route on the double; </em><br><em>Bring back the community and one thing more; </em><br><em>Merge the elixir with your core. </em></p>\n\n\n\n<p>As I’m trying to decode the odd poem’s meaning, a flash of lightning lurches across the room, and a clap of thunder follows behind.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24] </strong></p>\n\n\n\n<p>I shield my eyes before looking up to find that I am no longer alone. It’s the shadowy figure again, except in the light of this room, I can finally see that it’s not anyone familiar. It is a lumpy-looking being, and it’s wearing a witch costume. The costume-clad figure looks very unsteady on its feet like it might fall over.</p>\n\n\n\n<p>And just as I’m about to ask if they’re all right, the person suddenly topples over into a heap of robes and broomsticks. I can see spots of yellow fur and a few pairs of fuzzy ears. Aha! There was a wisdom of Wapuus under that witchy costume. </p>\n\n\n\n<p>They blink cutely at me for a moment and then quickly scurry into a surprisingly organized line. I watch, totally confused, as the line of Wapuus starts moving methodically back toward the convention hall. They take three steps, and then they turn to the side, take another three steps, and then turn to the other side.</p>\n\n\n\n<p>The last Wapuu in the line turns to look at me and motions with its tiny paw to follow. That’s when the words on the glass box finally click. I have to bring the community back. All the dancing WordPressers need to return to the contributor tables to break the spell. The Wapuus have started a conga line to help lead the way.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:35] </strong></p>\n\n\n\n<p>So, off I go. Following the tiny conga line through the twisting hallway and into the convention hall. As I’m dancing behind the Wapuus, I’m happy to see all my fellow WordCamp attendees falling into step behind me. My steadily growing conga line is weaving its way through the hall, picking up WordPressers, wearing mouse costumes, and Frankensteins and penguin costumes, and that’s when the Wapuus changed their course, leading us back through the twisting hallway and into the Contributor Day conference room.</p>\n\n\n\n<p>With the first part of the riddle solved, I’m glad to see that everyone has finally stopped dancing. Some folks are happy to sit down and get off their feet. Others are wondering how they ended up back in the contributor room. My Make team waves at me from across the room. I noticed there’s still no exit, but the glass box has disappeared. With the goblet free, there’s just one thing left for me to do.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:27] </strong></p>\n\n\n\n<p>I rush toward it, dodging Wapuus and a pile of kicked-off shoes. Except that the closer I think I’m getting to the goblet, the further away it feels. I run faster, weaving through people and tables, and just when I feel close enough to reach out for the goblet, I trip over a live-streaming cable, and I wake up in my hotel room.</p>\n\n\n\n<p>Sitting up quickly, I realize it was all just a very strange dream. Outside, the sun is setting in a clear sky with no storm in sight. I try to shake it off. I change into my Ninja Turtles costume, ready to do my best Monster Mash at the after party with all of my WordPress friends. As I walk out of the hotel room, I pause for a quick costume check in the mirror.</p>\n\n\n\n<p>Before heading downstairs, I take a quick glance at the digital clock on the nightstand to see the time. Huh, that’s odd. Next to the digital clock sits a fuzzy plush Wapuu wearing a witch costume. That wasn’t there before, was it? And if I didn’t know any better, I almost think I see it wink. </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:5:\"13666\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress 6.1 Release Candidate 3 (RC3) Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Oct 2022 20:29:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13670\";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:427:\"WordPress 6.1 Release Candidate 3 is now available for testing! You can \ndownload and help test RC3 in three ways. 6.1 is planned for general release on November 01, 2022.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Release Candidate 3 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jonathan Pantani\";s: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:6657:\"\n<p>Release Candidate 3 (RC3) is now available for testing! The general release is just one week away with WordPress 6.1 scheduled for release on Tuesday, November 1, 2022. </p>\n\n\n\n<p>This RC3 release is the final opportunity for you to test and help to ensure the resilience of the 6.1 release by performing a final round of reviews and checks. Since the WordPress ecosystem is vast and composed of thousands of plugins and themes the entire project benefits from the time you take to assist.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.1 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-RC3.zip\">RC3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-RC3</code></p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>What’s in WordPress 6.1 RC3?</strong></h2>\n\n\n\n<p>Since Release Candidate 2, approximately 60 items have been addressed. </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">GitHub tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=10%2F18%2F2022..10%2F25%2F2022&resolution=fixed&milestone=6.1&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac tickets</a> </li>\n</ul>\n\n\n\n<p>WordPress 6.1 is the third major release for 2022, following 5.9 and 6.0, released in January and May of this year, respectively.</p>\n\n\n\n<p>To learn more about the highlights for both end-users and developers, you’re invited to read more about them in the <a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-1-rc1-now-available/\">RC1 announcement post</a> and review the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a>.</p>\n\n\n\n<h2><strong>Plugin and theme developers</strong></h2>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.1 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.1. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of November 1st.</p>\n\n\n\n<h2><strong>Translate WordPress</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> </p>\n\n\n\n<p><strong>Keep WordPress bug-free – help with testing</strong></p>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">This detailed guide</a> is an excellent start if you have never tested a beta release.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – regardless of prior experience.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, A Penultimate Haiku</h2>\n\n\n\n<p><em>The time ticks forward<br>Release nears ever closer<br>Download and review</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Props to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://wordpress.org/support/users/spacedmonkey/\">Jonny Harris</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\";s: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:5:\"13670\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress 6.1 Release Candidate 2 (RC2) Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-2-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Oct 2022 19:31: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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13646\";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:332:\"WordPress 6.1 Release Candidate 2 is now available for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Release Candidate 2 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jonathan Pantani\";s: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:7012:\"\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>The second release candidate (RC2) for WordPress 6.1 is now available!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release and it is a key milestone in the 6.1 release cycle! Before the official release date, the community sets aside time to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone checks to see if anything has been missed along the way. That means the project would <em>greatly benefit from</em> your assistance.</p>\n\n\n\n<p>WordPress 6.1 is planned for official release on November 1st, 2022, two weeks from today. </p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.1 RC2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-RC2.zip\">RC2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-RC2</code></p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>What’s in WordPress 6.1 RC2?</strong></h2>\n\n\n\n<p>Since Release Candidate 1, approximately 65 items have been addressed, bringing the total count to more than 2,000 updates since WordPress 6.0 in May of 2022. </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">GitHub tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=10%2F11%2F2022..10%2F18%2F2022&resolution=fixed&milestone=6.1&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac tickets</a> </li>\n</ul>\n\n\n\n<p>WordPress 6.1 is the third major release for 2022, following 5.9 and 6.0, released in January and May of this year, respectively.</p>\n\n\n\n<p>To learn more about the highlights for both end-users and developers, you’re invited to read more about them in the <a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-1-rc1-now-available/\">RC1 announcement post</a> and review the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a>.</p>\n\n\n\n<h2><strong>Plugin and theme developers</strong></h2>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.1 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.1. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of November 1st.</p>\n\n\n\n<h2><strong>Translate WordPress</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> </p>\n\n\n\n<p><strong>Keep WordPress bug-free – help with testing</strong></p>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">This detailed guide</a> is an excellent start if you have never tested a beta release.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – regardless of prior experience.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2><strong>Haiku Fun for RC2</strong></h2>\n\n\n\n<p><em>Two weeks from the launch </em><br><em>Constant improvements we make </em><br><em>Great outcomes await </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Update Oct 25 12:45 UTC: This post has been updated to remove the reference to Gutenberg versions 14.3 and 14.2 being included in the 6.1 release. They will be included in a future release.</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:5:\"13646\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 6.0.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/10/wordpress-6-0-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Oct 2022 22:55: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:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13618\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"WordPress 6.0.3 is now available! This release features several security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 6.0.3 is a short-cycle release. The next major release will be version 6.1 planned for November 1, 2022. If […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s: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:6151:\"\n<p><strong>WordPress 6.0.3</strong> is now available!</p>\n\n\n\n<p>This release features several security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 6.0.3 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-1/\">version 6.1</a> planned for November 1, 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.3.zip\">download WordPress 6.0.3 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-3\">visit the HelpHub site</a>.</p>\n\n\n\n<h2>Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release.</p>\n\n\n\n<ul>\n<li>Stored XSS via wp-mail.php (post by email) – Toshitsugu Yoneyama of Mitsui Bussan Secure Directions, Inc. via JPCERT</li>\n\n\n\n<li>Open redirect in `wp_nonce_ays` – <a href=\"https://hackerone.com/devrayn\">devrayn</a></li>\n\n\n\n<li>Sender’s email address is exposed in wp-mail.php – Toshitsugu Yoneyama of Mitsui Bussan Secure Directions, Inc. via JPCERT</li>\n\n\n\n<li>Media Library – Reflected XSS via SQLi – Ben Bidner from the WordPress security team and Marc Montpas from Automattic independently discovered this issue</li>\n\n\n\n<li>CSRF in wp-trackback.php – Simon Scannell</li>\n\n\n\n<li>Stored XSS via the Customizer – Alex Concha from the WordPress security team</li>\n\n\n\n<li>Revert shared user instances introduced in <a href=\"https://core.trac.wordpress.org/changeset/50790\">50790</a> – Alex Concha and Ben Bidner from the WordPress security team</li>\n\n\n\n<li>Stored XSS in WordPress Core via Comment Editing – Third-party security audit and Alex Concha from the WordPress security team</li>\n\n\n\n<li>Data exposure via the REST Terms/Tags Endpoint – Than Taintor</li>\n\n\n\n<li>Content from multipart emails leaked – <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a></li>\n\n\n\n<li>SQL Injection due to improper sanitization in `WP_Date_Query` – <a href=\"https://www.gold-network.ch\">Michael Mazzolini</a></li>\n\n\n\n<li>RSS Widget: Stored XSS issue – Third-party security audit</li>\n\n\n\n<li>Stored XSS in the search block – Alex Concha of the WP Security team</li>\n\n\n\n<li>Feature Image Block: XSS issue – Third-party security audit</li>\n\n\n\n<li>RSS Block: Stored XSS issue – Third-party security audit</li>\n\n\n\n<li>Fix widget block XSS – Third-party security audit</li>\n</ul>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, and <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a> at mission control. Thanks to <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> and <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> for their help on package updates.</p>\n\n\n\n<p>WordPress 6.0.3 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver several fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-default\"><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a>, <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a><a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a>, <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>.</p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Thanks to <a href=\'https://profiles.wordpress.org/peterwilsoncc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peterwilsoncc</a> for proofreading.</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:5:\"13618\";s: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:61:\"\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:79:\"WP Briefing: Episode 41: WordPress 6.1 Sneak Peek with Special Guest Nick Diego\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/10/episode-41-wordpress-6-1-sneak-peek-with-special-guest-nick-diego/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Oct 2022 12:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13578\";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:112:\"Tune into episode 41 of the WordPress Briefing Podcast for a sneak peek into the upcoming WordPress 6.1 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/10/WP-Briefing-041.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:24900:\"\n<p>In the forty-first episode of the WordPress Briefing, peek into the upcoming WordPress 6.1 release with our host, Josepha Haden Chomphosy, and the release’s Editor Triage Lead, Nick Diego. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ndiego/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/mobile/2022/10/04/call-for-testing-wordpress-for-android-20-9/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/mobile/2022/10/04/call-for-testing-wordpress-for-android-20-9/\">Call for Testing for WordPress for Android 20.9</a><br><a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-2-now-available/\" data-type=\"URL\" data-id=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-2-now-available/\">RC2 WordPress 6.1</a> <br><a href=\"https://make.wordpress.org/core/2022/10/10/multisite-improvements-in-wordpress-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/10/10/multisite-improvements-in-wordpress-6-1/\">Multisite Improvements</a><br><a href=\"https://make.wordpress.org/core/2022/10/10/block-styles-generation-style-engine/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/10/10/block-styles-generation-style-engine/\">Block Style Generation Tool</a><br><a href=\"https://make.wordpress.org/core/2022/10/10/changes-to-block-editor-preferences-in-wordpress-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/10/10/changes-to-block-editor-preferences-in-wordpress-6-1/\">Editor Preferences Changes</a><br><a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">WordPress 6.1 Walkthrough </a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13578\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40] </strong></p>\n\n\n\n<p>And today I have with me Nick Diego. Welcome, Nick, to the WordPress Briefing.</p>\n\n\n\n<p><strong>[Nick Diego 00:00:44] </strong></p>\n\n\n\n<p>Thank you so much for having me.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:46] </strong></p>\n\n\n\n<p>Yeah. Before we get started, why don’t you tell me a bit about yourself, just kind of your history with WordPress and then what it is that you’ve been doing with the WordPress 6.1 release squad.</p>\n\n\n\n<p><strong>[Nick Diego 00:00:56]</strong></p>\n\n\n\n<p>Yeah, so I’m actually kind of new to working with WordPress full-time. Up until about June of last year, I was in the hospitality industry for a career of 10 years. But I always loved doing WordPress on the side. And after the long pandemic, I figured it was time to kind of pursue my passion and work with WordPress full-time.</p>\n\n\n\n<p>And that ultimately led to my current role as a developer advocate at WPEngine, where I focus primarily on WordPress and contribution to Core itself. And then I guess it was maybe March or April this year when <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, who I’ve worked with a ton, she asked me if I’d be interested in helping out on 6.0 as an Editor Triage Lead which was an awesome experience.</p>\n\n\n\n<p>And now I’m back for 6.1.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:37] </strong></p>\n\n\n\n<p>That’s excellent. I always like to hear about people who are coming to do repeat tours of duty.</p>\n\n\n\n<p><strong>[Nick Diego 00:01:43]</strong></p>\n\n\n\n<p>Yes, exactly.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:44] </strong></p>\n\n\n\n<p>I probably shouldn’t refer to working on WordPress releases as a tour of duty. However, I find that releases are so large and complex, and there are so many people in there now that working on them takes an entirely different skill set now than it used to take when WordPress was like 1% of the web.</p>\n\n\n\n<p>And so I think it’s a really big task, and I think it’s great when people were, like, that was either so good that I would do it again, or I would like a second go because I could do it better. Whichever way brings people to it. So, yeah.</p>\n\n\n\n<p><strong>[Nick Diego 00:02:18] </strong></p>\n\n\n\n<p>No, I was just gonna say that’s a great point because the Editor Triage Lead, which is the role that I currently have, was a brand new role for 6.0. The project kind of got so big that it kind of made sense to have a triage lead focused specifically on Gutenberg. Gutenberg’s such a big part of WordPress now.</p>\n\n\n\n<p>And so that’s where that role kind of came from, and now we’ve carried it over to 6.1. As the project grows, we need more people to come in and help make sure the release is as smooth as it can be. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:42]</strong></p>\n\n\n\n<p>Yes. Because of that promise of backward compatibility and all the things.</p>\n\n\n\n<p><strong>[Nick Diego 00:02:47]</strong></p>\n\n\n\n<p>Exactly.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:48] </strong></p>\n\n\n\n<p>Cool. So, by the time this releases, if I recall correctly, we will have passed RC2, or RC2 is coming the next day or something like that. We’re right around the Release Candidate two. So you have been doing this for quite some time on this particular release. So far, what is the feature that you’re most excited about that’s going out in the 6.1 release?</p>\n\n\n\n<p><strong>[Nick Diego 00:03:09] </strong></p>\n\n\n\n<p>So, this is going to sound really boring, but it’s actually incredibly exciting. So, the most exciting quote-unquote feature that I’m excited about is the improved consistency and standardization of block controls that are coming in 6.1. So things like typography and color and borders and dimensions.</p>\n\n\n\n<p>These are things and tools that we’ve had in a lot of core blocks, but it hasn’t been consistent throughout. And a ton of work has been done in 6.1 to establish that consistency. We’re not a hundred percent there, but typography, I think we’re at like 85% of all core blocks now support all the typography controls, and with each release as we head to 6.2, we’ll improve on that.</p>\n\n\n\n<p>But it’s really great for theme builders, theme designers, and users to be able to control the look and feel blocks consistently throughout the editor.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:58] </strong></p>\n\n\n\n<p>I was gonna immediately answer you earlier with like, there are no boring answers, there are no boring improvements. And as you were explaining why it is that you kind of thought it might be considered boring, I think it’s fair to say that anytime that you’re increasing the consistency and you’re increasing the confidence between what you saw on the back end and what you actually shipped on the front end– anytime you’re doing that, I think that that is exciting in the prove the negative way. </p>\n\n\n\n<p>If you think about the negative excitement that occurs when you have published something, and it looks one way in the back end, and then it looks totally different on the front end, and the panic you feel when you have to fix. Not having that is a really big step up, I think. And so anything that provides more consistency for people who are using WordPress, people who are building with WordPress, I always find exciting. But also, like, I’m an office person, and so I would find office things exciting, right?</p>\n\n\n\n<p><strong>[Nick Diego 00:04:53] </strong></p>\n\n\n\n<p>It creates a more delightful experience. I do a lot of work on the Training team, doing educational things, and we teach people how to change typography and change color. Once they learn how to do it in one block, if they can take that same skill set and apply it to any other block, it’s that light bulb moment. They understand they know how to manipulate and use WordPress to its fullest. So adding that consistency really helps to level up users.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:15] </strong></p>\n\n\n\n<p>Yeah, I’m gonna take us off track a little bit and just ask a general question here. Like, I remember the first time that I was working with what was a site, I guess, qualified for a site at the time. And I remember the first time that I discovered that I could change the look and feel with HTML and CSS, and I did that.</p>\n\n\n\n<p>Also was like, well, I accept my fate. Whatever happens, if I kill everything I’ve ever written, that is just how it’ll be. Like the sheer terror of all of that is so different now. Do you recall that first moment where you’re like, Oh, I do have some power over this? I have some control over this, and whether you also found it scary.</p>\n\n\n\n<p><strong>[Nick Diego 00:05:52]</strong></p>\n\n\n\n<p>So I came to WordPress kinda as a hobby and website development kind of as a hobby. So I was kind of always in that tinkering phase, or I wasn’t building something for anyone else. I was in a safe place to destroy whatever I was working on with my tinkering. So I never really quite had that fear, but I can definitely see it from the perspective of building something for somebody else.</p>\n\n\n\n<p>But you’re right, the editor and the controls that we have, and you know, now make it a lot easier to kind of manipulate and exert your creative desires in WordPress than it was before with CSS.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:23] </strong></p>\n\n\n\n<p>I love the phrase ‘I was safe to destroy things, ’ and if I can figure out a way to make it a tagline for something, I will.</p>\n\n\n\n<p><strong>[Nick Diego 00:06:30] </strong></p>\n\n\n\n<p>Exactly.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:31] </strong></p>\n\n\n\n<p>Alright. So during your second time around here on the release squad with 6.1, what have been the bright spots of that experience, and have there been any unexpected challenges of being on the release squad?</p>\n\n\n\n<p><strong>[Nick Diego 00:06:44]</strong></p>\n\n\n\n<p>Again, I come to WordPress from, you know, from a different career. It’s kind of a passion of mine to be working with WordPress. So I kinda have a unique experience than maybe some others. And when I approach WordPress, there’s always that tendency to say, ‘why doesn’t it do this?’ Or ‘why don’t they do this?’ And I’ve always been the person…, well, it’s open source. We, we, we can, we can</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:05] </strong></p>\n\n\n\n<p>…can do it</p>\n\n\n\n<p><strong>[Nick Diego 00:07:05] </strong></p>\n\n\n\n<p>…we can do it. And so that’s kind of how I approach things. Now, of course, you know, I have the privilege of time to do that. Not everybody does, but one of the unexpected bright spots about working in a release squad is understanding how it all works. </p>\n\n\n\n<p>How does WordPress actually get built? What is the process that it goes through? It was just eye-opening to me, and I really got a shout-out, Anne, for inviting me to be on 6.0. It brought me in. I learned so much about it, and now I’m just excited to keep working on these releases.</p>\n\n\n\n<p>But a release is hard. You know, it’s a… WordPress is huge. There are a lot of moving parts, there are a lot of things going on. Right now, we’re trying to get everything ready for the first release candidate. So being on the release squad is not an easy job. But it’s exciting, it’s fun, and you really feel like you’re part of that ‘we’ really helping to build WordPress.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:53] </strong></p>\n\n\n\n<p>One of the things that I hope that people have learned from any time that they spent working with me is that like we understand here in the WordPress open source project, and I believe that all open source projects must understand this, but like every change that you make, if there are things that are dependent on it, which is gonna be true for most of us, we’ll have intended consequences and also unexpected consequences, and unintended, unexpected consequences. </p>\n\n\n\n<p>And so I’ve always felt like the thing that really makes the biggest difference about how we do open source in WordPress is that, for the most part, we have a concept of where the most likely changes are going to happen across our entire ecosystem.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:40] </strong></p>\n\n\n\n<p>We have a better understanding, at least compared to when I got here, a better understanding of how interconnected it all is. And so you’ve got this change here, and it looks small, but it’s gonna have this positive or negative impact as you kind of work your way out from it. And so I think that that is an interesting thing, and certainly, you get a really clear concept of it in the release squad, I think.</p>\n\n\n\n<p><strong>[Nick Diego 00:09:02]</strong></p>\n\n\n\n<p>Oh, absolutely. If you were to build something like the block editor without caring at all about backward compatibility, you’d be done by now, right? I mean, so much of what we do is concerning ourselves with making sure that everybody who’s on a classic theme or hybrid theme or whatever it might be that they continue to use WordPress in a safe and stable way.</p>\n\n\n\n<p>This is part of being such a large content management system.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:24] </strong></p>\n\n\n\n<p>So you already told us the feature that you’re most excited about, and so now I’m gonna ask you about what feature or what bug fix has the most notable improvements that are coming to 6.1. This is a little different as in, like, there’s the thing you’re excited about, which is an office thing, but like a thing that is maybe not new but has the biggest delta, the biggest change to anyone’s experience of it.</p>\n\n\n\n<p><strong>[Nick Diego 00:09:51] </strong></p>\n\n\n\n<p>Yeah, so obviously, in 5.9, we introduced full site editing, and 6.0 was a natural progression from that with more and more features. Now it’s safe to say that there’s only a small fraction of websites that are using the whole full site editing of or block themes, all that kind of stuff. One of the hangups about that was managing templates inside of the site editor.</p>\n\n\n\n<p>You could add the files to your theme, which would then show up in the site editor. But there wasn’t a direct way to add more complicated templates within the site editor itself. That is changing in 6.1. So now you actually have the functionality to install something like 2023, which is the new core theme, and build out all these very complicated templates within the UI of the site editor that you could not have done before.</p>\n\n\n\n<p><strong>[Nick Diego 00:10:38]</strong> </p>\n\n\n\n<p>I personally think that the biggest benefit of full site editing is really to empower no-code or low-code users. And the ability to add these templates directly in the UI really levels them up. Because now, you can do all that complicated stuff that you normally would need to be adding to theme files and jumping into the code. You can do that within the site editor now, which I think is fantastic.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:59] </strong></p>\n\n\n\n<p>That’s great. And just a general caveat, anytime that we talk about anything that’s very developer-y or very no code-y, I think it’s always worth mentioning, yes, a lot of what we’re trying to do with the block editor is to just kind of give some power back to folks who cannot find the time to become a developer or don’t have the inclination. They don’t want to do that. </p>\n\n\n\n<p>But that does not mean that no code is ever involved in WordPress. It’s still a software. You can still do very complicated things with it. And if you are a developer, you should not think to yourself, ‘oh now that it’s being available to low code/no code users, that means you don’t want me.’</p>\n\n\n\n<p>Like, that’s not at all what’s happening. You can do very complicated things still. </p>\n\n\n\n<p><strong>[Nick Diego 00:11:42] </strong></p>\n\n\n\n<p>A hundred percent. A hundred percent. Absolutely.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:45] </strong></p>\n\n\n\n<p>Alright, so that brings us to our final question here because we like to stay as true to the name as possible here on the WP Briefing. If someone were wanting to get involved with the next release, so WP 6.2, how would they do that?</p>\n\n\n\n<p><strong>[Nick Diego 00:12:01]</strong></p>\n\n\n\n<p>So, talk to Anne, and she’ll get you set up. No, I’m just kidding. So at the, after each release, there’s a posting that goes out that lists all the different release teams, and you can just put your name out there and ask to be, you know, for consideration to be part of the team.</p>\n\n\n\n<p>However, I will say that the best thing you can do right now is help with 6.1. You don’t necessarily need to be a release lead to do that testing, helping with bug fixes. Reach out to me. Reach out to other release leads, and we’ll get you involved and engaged with the release. That will give you a really good framework to start working and become a release lead for 6.2.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:12:37] </strong></p>\n\n\n\n<p>Yeah. I think we talked maybe two or three episodes ago, or it could be more than that, I’ll never know, about the release squad, like the group that’s doing that. In the event you think to yourself, ‘there’s no way in a million years that I’m gonna just show up tomorrow and be part of the release squad,’ I heard what they said in the first question/answer moment– that’s fine, too. </p>\n\n\n\n<p>As Nick mentioned, you can always get involved with testing, you can get involved with triage. Those are areas where any feedback at all is valuable because we can get better information about what worked and didn’t, what was expected versus what happened. And that type of information is where all of our co-creators of the WordPress software–really, we rely on what you all are pointing out to us. </p>\n\n\n\n<p>If you’re not shining spotlights on the most painful parts of your experience, sometimes we don’t necessarily know that that’s a pain point for anyone.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:34]</strong> </p>\n\n\n\n<p>And so yeah, that’s a great place to start. If you are more of a writer, technical or prose, there are different spaces you can go to, like keep our docs up to date or make sure that people know that changes are coming at all in WordPress because that’s a thing. If you are a backend developer, we have a million things you can do because that’s just all day, every day, for WordPress.</p>\n\n\n\n<p>It’s just all the deep backend work. And so yeah.</p>\n\n\n\n<p><strong>[Nick Diego 00:13:58] </strong></p>\n\n\n\n<p>I did want to mention that, you know, being on the release team does not necessarily mean that you’re incredibly technical. We have a documentation lead, we have a design lead, you know, a communication lead. So there’s a lot of different roles in the team that, you know, across all disciplines.</p>\n\n\n\n<p>So don’t think if you’re not a hardcore developer, that precludes you from being on the team.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:19] </strong></p>\n\n\n\n<p>Yeah, and if you’re really good with common sense and working fully remotely, you can be the release coordinator. I can tell you because I did that for 5.0. It was a big job. It was our, it was the first time we had a release squad as opposed to just like the release lead.</p>\n\n\n\n<p>Because there was just so much that was going into that and so much riding on it. And like you said in some other answer that you gave like if you were to just be like, we’re shutting everything down and rewriting this in six months, and I hope you can come with us on it. Like a lot of open source projects do it that way.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:51]</strong> </p>\n\n\n\n<p>And that is a choice, and we made the opposite choice. And so we’re bringing all of our co-conspirators with us, all of our co-creators of WordPress. That’s the hope all the time. Making sure that they have enough information, that they feel safe to destroy things, enough information, and skills about how to get out of it, that they always feel some high confidence in what they’re trying to do versus what they actually did do.</p>\n\n\n\n<p>So, yeah, excellent. Nick, do you have any final thoughts for our listeners?</p>\n\n\n\n<p><strong>[Nick Diego 00:15:20] </strong></p>\n\n\n\n<p>Nope. I just hope everybody goes out and downloads 6.1 and enjoys it as much as I am.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:25] </strong></p>\n\n\n\n<p>Yeah, go check it out. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:28] </strong></p>\n\n\n\n<p>That brings us now to our small list of big things. And actually, it is a pretty big list today, but still pretty big things too. So first up, we have a call for testing that is out, and it is for our Android users.</p>\n\n\n\n<p>There is a call for testing for WordPress for Android 20.9, and I feel like we don’t get a lot of calls for testing for Android devices. And so if you have been feeling left out or just like we don’t always have that kind of mobile testing available, this is the opportunity for you. </p>\n\n\n\n<p>The next thing is that tomorrow, we have RC2, release candidate two for WordPress 6.1.</p>\n\n\n\n<p>That’s coming out on October 18th. There will be a link in the show notes, but that means if you write a plugin or a theme or have anything that kind of extends the core of WordPress, now is the time to start testing anything that might be a bug or represent a breaking change and make sure that you file those bugs so that we can get things as settled and excellent as possible.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:40] </strong></p>\n\n\n\n<p>And speaking of Word points, uh, WordPress 6.1, not Word point, WordPress 6.1. I actually have three changes that I think are going to represent some pretty big changes for folks. I will have links to all of these in the show notes. If you don’t know where the show notes are, it’s on wordpress.org/news/podcast.</p>\n\n\n\n<p>So the three things that I think are gonna be big, worthwhile things. The first one is multisite improvements, and the second one will be the style engine that’s block styles generation tool, which will ship in Core and I think is really important for y’all to take a look at. And then also there are some changes coming to the block editor preferences.<br><br>Like I said, links to all of those are going to be in the show notes, and so they should be pretty easy for you to find. But also, if you want to just get a general look at everything that’s coming in 6.1, we did a walkthrough that I will link to in the show notes as well, and you can get a full understanding of what is going to be coming early in November.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:17:45] </strong></p>\n\n\n\n<p>And that, my friends, is your small list –big list– of big things. Thanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</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:5:\"13578\";s: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:61:\"\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:41:\"The Month in WordPress – September 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/10/the-month-in-wordpress-september-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Oct 2022 10:07:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=13596\";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:179:\"September was an exciting month with the return of many in-person WordCamps, WordPress Translation Day, and preparations for WordPress 6.1. Let\'s catch up on all things 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"https://wordpress.org/news/files/2022/10/tt3_variations-1.mp4\";s:6:\"length\";s:6:\"996018\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"rmartinezduque\";s: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:15456:\"\n<p>September was an exciting month with the return of many in-person WordCamps, WordPress Translation Day, and preparations for WordPress 6.1. Contributors across teams continue to work hard to ensure that the last major release of the year is the best it can be for everyone. Let’s catch up on all things WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Countdown to WordPress 6.1: Coming November 1, 2022</h2>\n\n\n\n<p><strong>WordPress 6.1 is scheduled for release on November 1, 2022</strong>—less than three weeks away. Following the beta releases in September, the <a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-1-rc1-now-available/\">first release candidate (RC1) is now ready for download and testing</a>.</p>\n\n\n\n<p>Members of the release squad hosted a casual walk-through of some of the expected WordPress 6.1 features last month. <a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">The recording and transcript are available in this post</a>.</p>\n\n\n\n<p>This next major release focuses on increased control for a more intuitive site and content creation experience, and will be bundled with a new default block theme, <strong>Twenty Twenty-Three (TT3)</strong>. This theme comes with <a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">10 style variations designed by community members</a> that you can easily switch between to customize the look and feel of your site.</p>\n\n\n\n<p>Other exciting updates include <a href=\"https://make.wordpress.org/core/2022/09/26/core-editor-improvement-catalyst-for-creativity/\">enhanced consistency of design tools across blocks</a>, a <a href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\">refined</a> and <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">expanded template creation experience</a>, improved Quote and List blocks, and support for <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support\">fluid typography</a>.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2022/10/tt3_variations-1.mp4\"></video><figcaption class=\"wp-element-caption\"><em>Selected style variations for the Twenty Twenty-Three theme.</em></figcaption></figure>\n\n\n\n<p><strong>Want to know what else is new in WordPress 6.1?</strong> Check out these resources for more details:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/09/24/roadmap-to-6-1-core-companion/\">Roadmap to 6.1: Core Companion</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">WordPress 6.1 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance Field Guide for WordPress 6.1</a></li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Take part in this release by <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">helping to test key features</a> or <a href=\"https://make.wordpress.org/polyglots/2022/10/11/wordpress-6-1-ready-to-be-translated/\">translating WordPress 6.1</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 14.1, 14.2, and 14.3 are out</h2>\n\n\n\n<p>Three new versions of Gutenberg have been released since last month’s edition of The Month in WordPress:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\"><strong>Gutenberg 14.1</strong></a> shipped on September 15, 2022. It adds typography and spacing support for many blocks, continuing efforts to consolidate design tools in blocks. It also includes improvements to the Navigation block and the content-locking experience. This is the last version of Gutenberg that will merge into WordPress 6.1, which will include updates from Gutenberg 13.1 to 14.1.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/\"><strong>Gutenberg 14.2</strong></a> comes with writing flow improvements, a more polished Calendar block, and autocompletion for links. It was released on September 28, 2022.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\"><strong>Gutenberg 14.3</strong></a> is available for download as of October 12, 2022. This version makes it easier to navigate text blocks with <code>alt + arrow</code> keyboard combinations, and brings an improved drag-and-drop functionality for images, among other updates.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordPress Translation Day</h2>\n\n\n\n<p>On September 28, 2022, the Polyglots community celebrated <a href=\"https://wptranslationday.org/\"><strong>WordPress Translation Day</strong></a> (WPTD) with some global events throughout the week, including an <a href=\"https://wordpress.tv/2022/09/27/jesus-amieiro-alex-kirk-translate-wordpress-org-feedback-tool-walk-through/\">overview of the GlotPress feedback tool</a>. In addition, there were 13 local events in 11 different languages and across four continents.</p>\n\n\n\n<p>The Training Team joined the celebration by hosting a day-long event to help new contributors translate materials on learn.wordpress.org.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/polyglots/2022/10/04/2022-wordpress-translation-day-recap/\">Check out this recap</a> for more highlights from the event.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: Dropping security updates for WP 3.7 – 4.0, a new developer-focused course, and more</h2>\n\n\n\n<ul>\n<li>The WordPress Security Team will no longer provide <a href=\"https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\">security updates for WordPress versions 3.7 through 4.0</a> as of December 2022.</li>\n\n\n\n<li>The first developer-focused course, <a href=\"https://learn.wordpress.org/course/using-the-wordpress-data-layer/\">Using the WordPress Data Layer</a>, is live on Learn WordPress.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/community/2022/09/29/meetup-reactivation-update/\">Global Meetup Reactivation project</a> gathered 39 supporters worldwide so far. As a result of their efforts, 117 meetup groups have reactivated or plan to reactivate in 2022! </li>\n\n\n\n<li>Learn more about <code>do_action</code>’s charity hackathons and how to host one in <a href=\"https://make.wordpress.org/community/2022/09/22/meetup-organizer-newsletter-september-2022/\">the latest edition of the Meetup Organizer Newsletter</a>.</li>\n\n\n\n<li>Would you like to help create content for the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform? The Training Team shared a post on <a href=\"https://make.wordpress.org/training/2022/09/30/become-an-online-workshop-facilitator-or-tutorial-presenter-today/\">how to become an online workshop facilitator or tutorial presenter</a>.</li>\n\n\n\n<li>The WebP proposal was pulled from the upcoming WordPress 6.1 release in response to <a href=\"https://make.wordpress.org/core/2022/09/11/webp-in-core-for-6-1/\">this post and subsequent discussions</a>. Users can still get this feature using the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab plugin</a>.</li>\n\n\n\n<li>WordPress co-founder Matt Mullenweg suggested <a href=\"https://make.wordpress.org/core/2022/09/11/canonical-plugins-revisited/\">revisiting canonical plugins</a> and adopting a plugin-first approach when developing new features for core.</li>\n\n\n\n<li>The Plugin Team <a href=\"https://make.wordpress.org/plugins/2022/09/13/heroku-free-tier-being-retired/\">reminds plugin authors using Heroku’s free services to update their services</a> after the company announced the removal of their free plans.</li>\n\n\n\n<li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/09/13/community-meeting-recap-13-september-2022/\">removed the ‘beta’ status</a> from audio support. Also, the index <a href=\"https://make.wordpress.org/openverse/2022/09/05/openverse-biweekly-update-september-5th/\">now includes iNaturalist</a>, making it easy to discover CC-licensed images of flora, fauna, and nature contributed by this community of scientists and naturalists.</li>\n\n\n\n<li>The Hosting and Documentation Teams are collaborating on the creation of a new <a href=\"https://make.wordpress.org/hosting/2022/09/07/wordpress-advanced-administration-handbook/\">WordPress Advanced Administration Handbook</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Want to create diverse and inclusive events that make the WordPress community stronger, but not sure where to get started? <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Join WPDiversity to learn more about upcoming workshops</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2022/09/27/15-oct-survey-deadline/\"><strong>Last call to complete the Meetup Annual Survey</strong></a>! Help strengthen this global WordPress program by sharing your feedback by October 15, 2022.</li>\n\n\n\n<li>The Core Team is seeking <a href=\"https://make.wordpress.org/core/2022/10/10/seeking-proposals-for-interop-2023/\">proposals for Interop 2023</a>. Interop is an effort to improve interoperability across the three major web browser engines (Chromium, WebKit, and Gecko). You can submit yours until October 15, 2022.</li>\n\n\n\n<li>Don’t miss this call for testing on <a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">using block-based template parts in classic themes</a>.</li>\n\n\n\n<li>The Community Team is gathering feedback on <a href=\"https://make.wordpress.org/community/2022/09/30/help-improve-the-make-community-contributor-day-onboarding/\">onboarding experiences at Contributor Days</a>.</li>\n\n\n\n<li>Version 20.9 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/10/04/call-for-testing-wordpress-for-android-20-9/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/10/04/call-for-testing-wordpress-for-ios-20-9/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2022/10/episode-40-all-things-testing-with-special-guests-anne-mccarthy-and-brian-alexander/\">Tune in to the latest episode of WP Briefing</a> to hear guests Anne McCarthy and Brian Alexander discuss their work on the Testing Team and how you can get involved.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Event updates & WordCamps</h2>\n\n\n\n<ul>\n<li>The last batch of <a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia 2023</a> tickets will be released on October 19, 2022. The organizing team is also <a href=\"https://asia.wordcamp.org/2023/call-for-contributors-stories/\">calling for contributors’ stories</a>.</li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US (WCUS) 2022</a> was successfully held last month in San Diego, California. Following two days of presentations, workshops, and a <a href=\"https://make.wordpress.org/project/2022/09/19/wcus-2022-qa/\">Q&A session with Matt Mullenweg</a>, more than 300 attendees participated in the <a href=\"https://make.wordpress.org/updates/2022/09/18/wordcamp-us-contributor-day-2022-recap/\">Contributor Day</a>. National Harbor, Maryland, will host <a href=\"https://us.wordcamp.org/2022/announcing-wordcamp-us-2023/\">next year’s WordCamp US</a> and a Community Summit on August 23-25, 2023.</li>\n\n\n\n<li>In addition to WCUS, four in-person WordCamps took place in September in <a href=\"https://jinja.wordcamp.org/2022/\">Jinja (Uganda)</a>, <a href=\"https://kathmandu.wordcamp.org/2022/\">Kathmandu (Nepal)</a>, <a href=\"https://netherlands.wordcamp.org/2022/\">The Netherlands</a>, and <a href=\"https://pontevedra.wordcamp.org/2022/\">Pontevedra (Spain)</a>. And more WordPress events are on the schedule for the rest of October:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://valencia.wordcamp.org/2022/\">WordCamp Valencia</a>, Spain on October 21-22, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ff.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://brno.wordcamp.org/2022/\">WordCamp Brno</a>, Czech Republic on October 22, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1eb-1f1f7.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://lyon.wordcamp.org/2022/\">WordCamp Lyon</a>, France on October 28, 2022</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Curious about attending a WordCamp event? Listen to <a href=\"https://wordpress.org/news/2022/09/episode-39-contributor-stories-live-from-wordcamp-us/\">contributor stories from WordCamp US 2022</a> on why they use WordPress and go to WordCamps.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: </em><a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/robinwpdeveloper/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>robinwpdeveloper</a>, <a href=\'https://profiles.wordpress.org/santanainniss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>santanainniss</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</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:5:\"13596\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress 6.1 Release Candidate 1 (RC1) Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-1-rc1-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Oct 2022 20:53:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13579\";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:320:\"The first release candidate (RC1) for WordPress 6.1 is now available! This is an important milestone in the 6.1 release cycle. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dan Soschin\";s: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:9468:\"\n<p>The first release candidate (RC1) for WordPress 6.1 is now available!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>This is an important milestone in the 6.1 release cycle. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone checks to see if anything was missed along the way. That means the project would <em>love</em> your help.</p>\n\n\n\n<p>WordPress 6.1 is planned for official release on November 1st, 2022, three weeks from today. </p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC1 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.1 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-RC1.zip\">RC1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-RC1</code></p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2>What’s in WordPress 6.1 RC1?</h2>\n\n\n\n<p>Since Beta 3, approximately 100 items have been addressed, bringing the total count to more than 2,000 updates since WordPress 6.0 in May of 2022. </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">GitHub tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=10%2F04%2F2022..10%2F11%2F2022&resolution=fixed&milestone=6.1&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac tickets</a> </li>\n</ul>\n\n\n\n<p>WordPress 6.1 is the third major release for 2022, following 5.9 and 6.0, released in January and May of this year, respectively.</p>\n\n\n\n<h3><strong>WordPress 6.1 highlights for end-users</strong></h3>\n\n\n\n<ul>\n<li>Default theme powered by 10 unique style variations (<a href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\">learn more</a>)</li>\n\n\n\n<li>More design tools in more blocks (<a href=\"https://github.com/WordPress/gutenberg/issues/43241\">learn more</a>)</li>\n\n\n\n<li>Expanded and refined <a href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\">template experience</a> and <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">template options</a></li>\n\n\n\n<li>More intuitive document settings experience</li>\n\n\n\n<li>Improved quote and list blocks with inner block support</li>\n\n\n\n<li>More robust placeholders for various blocks</li>\n\n\n\n<li>New modal interfaces and preferences improvements</li>\n\n\n\n<li>Automatic navigation block selection with fallbacks and easier menu management</li>\n\n\n\n<li>Apply locking settings to all inner blocks in one click</li>\n\n\n\n<li>Improvements to the block theme discovery experience</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">Accessibility updates</a>, with more than 60 resolved tickets</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance updates</a>, with more than 25 resolved tickets</li>\n</ul>\n\n\n\n<h3><strong>WordPress 6.1 highlights for developers</strong></h3>\n\n\n\n<ul>\n<li>Opt into appearance tools to make any theme more powerful</li>\n\n\n\n<li>New iteration on the style system</li>\n\n\n\n<li>Add starter patterns to any post type (<a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#post-type-patterns\">learn more</a>)</li>\n\n\n\n<li>Evolution of layout options including a new constrained option and the ability to disable layout options</li>\n\n\n\n<li>Content lock patterns for more curation options</li>\n\n\n\n<li>Expanded support for query loop blocks</li>\n\n\n\n<li>Allow the use of block-based template parts in classic themes (<a href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\">give feedback</a>)</li>\n\n\n\n<li>Filter <code>theme.json</code> data (<a href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/global-styles-filters/\">learn more</a>)</li>\n\n\n\n<li>Fluid typography allows for more responsiveness (<a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">give feedback</a>)</li>\n\n\n\n<li>Ability to style elements inside blocks like buttons, headings, or captions in <code>theme.json</code></li>\n</ul>\n\n\n\n<p><em>Please note that all features listed in this post are subject to change before the final release</em>.</p>\n\n\n\n<h2>Plugin and theme developers</h2>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.1 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.1. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of November 1st.</p>\n\n\n\n<h2>Translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.1 release cycle.</p>\n\n\n\n<h2>Keep WordPress bug-free – help with testing</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">This detailed guide</a> is an excellent start if you have never tested a beta release.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – regardless of prior experience.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for RC1</h2>\n\n\n\n<p>Languages abound<br>Test today, releases soon<br>Freedom to publish</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</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:5:\"13579\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress 6.1 Beta 3 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/10/wordpress-6-1-beta-3-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Oct 2022 17:55: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13555\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WordPress 6.1 Beta 3 is now available for download and testing.\n \nLearn how you can help test 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:11:\"Dan Soschin\";s: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:5709:\"\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong><em>WordPress 6.1 Beta 3 is now available for download and testing.</em></strong></p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.1 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta3.zip\">Beta 3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta3</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about four weeks away. </p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. This detailed guide is an excellent start if you have never tested a beta release before.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">300 tickets for WordPress 6.1 core</a>. More fixes are on the way in the remainder of the 6.1 release cycle.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in version 6.1? </em><a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\"><em>Read the initial Beta 1 announcement</em></a><em> for some details, or check out the </em><a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\"><em>product walk-through recording</em></a><em>.</em></p>\n\n\n\n<h2><strong>What’s new in Beta 3</strong></h2>\n\n\n\n<p>Nearly 100 issues have been resolved since Beta 2 was released last week. </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">Github tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=09%2F27%2F2022..10%2F04%2F2022&resolution=fixed&milestone=6.1&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac tickets</a> (may include some overlap with Github)</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Beta 3 haiku for thee</h2>\n\n\n\n<p>Beta time done soon<br>Gather up your WordPress sites<br>RC then we ship</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:5:\"13555\";s: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:61:\"\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:97:\"WP Briefing: Episode 40: All Things Testing with Special Guests Anne McCarthy and Brian Alexander\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wordpress.org/news/2022/10/episode-40-all-things-testing-with-special-guests-anne-mccarthy-and-brian-alexander/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Oct 2022 12:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13551\";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:171:\"On this week\'s episode of the WP Briefing, Josepha is joined by special guests Anne McCarthy and Brian Alexander to discuss all thing testing within the WordPress 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2022/09/WPB040.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:36698:\"\n<p>In the fortieth episode of the WordPress Briefing, Josepha Haden Chomphosy sits down with special guests Anne McCarthy and Brian Alexander to discuss the Testing Team and how to get started with testing in the WordPress project. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/annezazu/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a><br><a href=\"https://profiles.wordpress.org/ironprogrammer/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">WordPress 6.1 Testing</a><br><a href=\"https://make.wordpress.org/test/handbook/test-reports/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/test/handbook/test-reports/\">Testing Reports w/ Template</a><br><a href=\"https://make.wordpress.org/test/category/week-in-test/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/test/category/week-in-test/\">Week in Test Series</a><br><a href=\"https://make.wordpress.org/core/handbook/testing/reporting-bugs/\">Reporting Bugs Handbook Page</a><br><a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Fullsite Editing Outreach Program</a><br><a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">FSE Outreach Experiment Slack Channel</a><br><a href=\"http://make.worpress.org/test\">make.wordpress.org/test</a><br><a href=\"https://wordpress.org/news\">WordPress.org/news</a><br><a href=\"http://learn.wordpress.org\">Learn.wordpress.org</a><br><a href=\"https://www.eventbrite.com/e/wordpress-wpdiversity-speaker-workshop-for-women-voices-in-latin-america-tickets-361213468207\">#WPDiversity Speaker Workshop for Women Voices in Latin America</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13551\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:42] </strong></p>\n\n\n\n<p>So I have with us today on the WordPress Briefing a couple of special guests. I have <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a>, as well as <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>. I’m gonna ask you both to tell us a little bit about yourselves, if you can tell us what you do with the WordPress project, maybe how long you’ve been with WordPress, and if there are any particular teams that you contribute to, that would be great. </p>\n\n\n\n<p>Brian, why don’t you get us started?</p>\n\n\n\n<p><strong>[Brian Alexander 00:01:02] </strong></p>\n\n\n\n<p>Hi, I’m Brian. I work on the WordPress project as a full-time contributor, sponsored by Automattic. And I am one of the Test Team reps, so I help promote testing across the project. And that’s not just in Core, but it could be for Themes, Performance, feature plugins, what have you. So try to make that stuff move forward and wrangle as many people as we can to get on board and help.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:32] </strong></p>\n\n\n\n<p>Excellent. All right, and Anne, what about you?</p>\n\n\n\n<p><strong>[Anne McCarthy 00:01:36] </strong></p>\n\n\n\n<p>I spearhead the Full Site Editing outreach program. I am a sponsor contributor for Automattic as well, and so I contribute across a couple of different teams depending upon what the outreach program needs as well as various release squads I have been a part of. So for 6.1 coming up, I’m one of the co-Core Editor triage leads. </p>\n\n\n\n<p>Brian is also on the squad as the co-Test lead, which is very exciting. So it’s been fun to work with him and be on the podcast. And I’ve been around the WordPress project since about 2011. But this is, the last couple of years, the first time I’ve been able to be sponsored by Automattic and be a part of giving back to the community that’s given me so much.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:13] </strong></p>\n\n\n\n<p>Amazing. All right. For folks who’ve been listening to the WP Briefing for a while, you know that I’ve been saying for like a full year that I think that testing is one of the best onboarding opportunities we have. And then also I really like to bring in our co-creators of WordPress through that testing program. Because we don’t know whether we’re right or not unless people tell us that we’re right or not. And we would like to hear so much from the users who, you know, use it and don’t necessarily have an opportunity, that privilege to kind of build on it or build the CMS itself.</p>\n\n\n\n<p>So I just have a few questions since I’ve got a couple of our strong testing wranglers here. The first thing I have is what are you doing? Or, do you have any advice for getting people outside of our active contributor base and the community to participate in testing?</p>\n\n\n\n<p><strong>[Anne McCarthy 00:03:03]</strong> </p>\n\n\n\n<p>I can kick this off. Just thinking about the Full Site Editing outreach program model. So just for context, there are various calls for testing in different formats. So everything from really procedural where you’re following exact steps to follow, to very open-ended calls for testing, as well as we recently did usability testing.</p>\n\n\n\n<p>And one of the things that come to mind immediately just for getting different contributors is to have very specific, fun, engaging, relevant tests that can draw people in. So if you have a call for testing that really speaks to someone, they might be more willing to participate. As well as just different formats.</p>\n\n\n\n<p>So someone may not want to, you know, follow 30 steps, but they might want to follow something more open-ended. They might want to answer a survey rather than opening a GitHub link. And so I think a lot of facilitation with the outreach program has served us really well to bring in different folks as well as explicitly reaching out.</p>\n\n\n\n<p>So I’ve done a number of talks in different WordPress related spaces and non-WordPress spaces to try to tell people about what we’re up to and really go meet them where they are. Because I think that’s ultimately, especially with Covid and the pandemic, there was a really unique opportunity to do that and to join the random online meetup that was happening and talk about the program and talk about ways that people could get involved and feel heard. </p>\n\n\n\n<p><strong>[Anne McCarthy 00:04:12]</strong> </p>\n\n\n\n<p>And the last thing I’ll mention is translations. The program that’s culture testing that I write is written in English, but I’m very fortunate to have people who translate those. And so that’s a huge way that I cannot contribute but that other people have. And so I really want to highlight that and call that out because it’s been hugely impactful to have these calls for testing in a way that people can more readily access. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:32] </strong></p>\n\n\n\n<p>Yeah, absolutely.</p>\n\n\n\n<p><strong>[Brian Alexander 00:04:35] </strong></p>\n\n\n\n<p>Yeah, I was going to add in, in addition to the calls for testing that are, as Anne said, structured such to isolate so that someone can just kind of go through a list of steps to do rather than just being exposed to Trac or GitHub and have kind of snow blindness with, with everything that’s happening.</p>\n\n\n\n<p>We also have a Week in Test series of posts that goes out about every week. And what we try to do with that series is to curate a list of posts that might be a good starting point. So we try to find one that, in each type of testing example, is something that would, a more novice contributor might be able to start with. Things for more intermediate and then also advanced ones that, for testers who may need to have a development environment and the ability to make some pretty deep or type of customizations to their WordPress project in order to test a patch or reproduce a particular issue that might be happening.</p>\n\n\n\n<p>So that’s a good springboard for someone to come in where there’s just a small thing that they can kind of look at and then dive into the larger process.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:46] </strong></p>\n\n\n\n<p>Absolutely. That’s very smart. It’s hard to figure out how to get started in WordPress at all, let alone as a contributing by testing things sort of area. That feels new to WordPress even though the team has been around for a long time. And so I think that’s excellent. </p>\n\n\n\n<p>Brian, you mentioned in your note about who you are and what you’re doing that you’re helping with testing not only in the test section in the Test Team but then also across the project. So, I have a follow-up question for you. What can developers do to create better tests for their software?</p>\n\n\n\n<p><strong>[Brian Alexander 00:06:18]</strong> </p>\n\n\n\n<p>There are sections within the Core handbook that kind of go into detail about the types of tests that should accompany individual contributions. A lot of those require kind of an extra step, and some developers maybe don’t have as much experience there. So hopefully, the Core handbook can provide a little bit of that guidance.</p>\n\n\n\n<p>We also have a lot of contributors who are interested in things such as unit testing, E2E testing, which is end-to-end testing, and testing in JavaScript or in PHP. So there’s a wide variety of the types of tests that you can actually contribute to. And I would say maybe about 50% of the tickets that I’ve triaged, personally, the contributor who brought in the patch was unable to or was not familiar with providing unit tests. So that is a very good opportunity for someone to come in who maybe is not as well versed in the depth of what the patch was involved with. But by contributing a user test, they get an opportunity to look very focused at a particular piece of code, what was modified, and then create unit tests based on that.</p>\n\n\n\n<p><strong>[Brian Alexander 00:07:40]</strong> </p>\n\n\n\n<p>And then once that unit test has been submitted and starting to be reviewed, other reviewers, Core contributors, or Core committers, I would say, they’ll start looking at that and if there are additional details that should be there, expanding the tests or little modifications. Then that also is feedback to that test contributor so that the next time they come in, they’re more prepared for it. They’re learning more about Core, and eventually, maybe they’ll also become a Core contributor.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:07]</strong> </p>\n\n\n\n<p>Excellent. We will include links to these handbook pages and documentation in the show notes if you’re listening to the podcast on your favorite podcasting platform, Pocketcasts, or it’s somewhere else. I don’t know where people listen to podcasts, but if you’re listening to it somewhere that’s not on the website, you can come to get that on wordpress.org/news.</p>\n\n\n\n<p>Okay, the next question that I have, and I think this is for both of you, Brian, it sounds like you partially answered it, but I bet there are more answers from Anne as well. What advice do you have for those submitting bug reports?</p>\n\n\n\n<p><strong>[Anne McCarthy 00:08:38]</strong> </p>\n\n\n\n<p>I’ll chime in to start, and then Brian, I’d love to hear your unique take because I also think you do an excellent job whenever I’ve engaged with you in various places of providing really good replication steps. And so I love that, and I wanna offer things specific to WordPress itself and something that I’ve noticed that’s more cultural rather than necessarily like steps to follow.</p>\n\n\n\n<p>And one of the things I’ve noticed that I think has started to come up partially with Covid is people, you know, you start talking at WordCamps or at a meetup, and a bug comes up, and you find someone who knows where to put it, and that kind of connection is has been frayed in the last couple years.</p>\n\n\n\n<p>And so one of the things I feel like I’ve been saying to a lot of different people at this unique point in time is that it doesn’t need to be perfect. Don’t let perfect be the enemy of good. And so if it means you just need to drop it in a Slack channel and you just are like, I don’t know where to put this, that’s huge.</p>\n\n\n\n<p>We need to hear from people across the project. And I just really encourage anyone, even if you don’t have the complete information or you’re not a hundred percent sure you’re afraid it’s been reported 10 times before, like, please still report it because we need those reports and also if 10 people reported it and it’s still not fixed, that also means we need to iterate.</p>\n\n\n\n<p><strong>[Anne McCarthy 00:09:40] </strong></p>\n\n\n\n<p>And so that’s one of the things, especially with the Full Site Editing outreach program, I feel people will message me saying, hey, I’m sure you’ve heard this a bunch, but… And sometimes I’ve never heard it at all. And I shudder to think of all the people who have not reached out or have not posted in GitHub or Trac or wherever.</p>\n\n\n\n<p>So yeah, share, and write blog posts. I think that another great way that people can give feedback is if you don’t know how to get into the depths of WordPress, writing a post and talking about it and sharing it on social media is also a great way to get attention. I read a lot of those. But as much as possible, getting to, if you can, if you’re comfortable, getting to the source where we’re able to see it in Github or Trac goes a really long way.</p>\n\n\n\n<p>And share as much as you can. And don’t worry if you can’t spend hours writing the perfect bug report, we still wanna hear from you.</p>\n\n\n\n<p><strong>[Brian Alexander 00:10:21] </strong></p>\n\n\n\n<p>Yeah. Building off of what Anne said, just the fact that you’re speaking out and raising an issue is a huge step for many, many people. And once, once you’ve actually done that, as Anne said, it doesn’t need to be perfect. There are a lot of other people who are going to be looking at these bugs, trying to figure out the replication steps used.</p>\n\n\n\n<p>So even if you can’t provide all this detail up front, someone will help. On the back end, they’ll help kind of fill in those gaps. If you do have the time to actually get deep into providing a very detailed bug report, then there are some key aspects of the bug report that make it very helpful for contributors, not only testers, who should be able to reproduce the issue to validate and make sure that this isn’t something that’s unique, unique to a plugin, to a custom theme or snippet that you dropped into your functions PHP. </p>\n\n\n\n<p>But, also for the actual Core contributors, who then need to be able to understand what is happening so that they can fix the right thing. And some of those items are the information about your testing environment.</p>\n\n\n\n<p><strong>[Brian Alexander 00:11:34] </strong></p>\n\n\n\n<p>So that could be your browser, your server, the type, whether it’s Apache, Nginx, et cetera, the operating system you’re running, what version of PHP you’re running, the version of WordPress, very critical, and… </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:49]</strong> </p>\n\n\n\n<p>Super important.</p>\n\n\n\n<p><strong>[Brian Alexander 00:11:51] </strong></p>\n\n\n\n<p>Any themes and plugins that you’re using. And that kind of information helps set the stage, and then other people will be able to set up their environment similarly if they’re going to try to test it.</p>\n\n\n\n<p>After you have provided the environmental information, the steps required to reproduce the issue should be as detailed as possible. You may not have realized that clicking this caused such and such to happen, so just try to remember, or maybe even walk through if it’s something you can repeat multiple times, walk through a couple of times and write down everything that you’re doing.</p>\n\n\n\n<p><strong>[Brian Alexander 00:12:30] </strong></p>\n\n\n\n<p>So that you’re sure, hey, this is the way that I can reproduce this bug. And then those steps will be very helpful for other contributors when they’re reviewing it. And then it’s also very helpful if you have video, screenshots, debug logs, any of those other kinds of resources that you could refer to because not all bugs are easy to explain.</p>\n\n\n\n<p>And we tend to… Trac and GitHub issues for the Gutenberg project, everybody’s writing in English. And maybe your main language is not English, and it might be a little bit challenging to do that. So providing a video, it’s worth a thousand words in any language. So, if you can provide those types of assets, that’s also very important.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:22] </strong></p>\n\n\n\n<p>Yeah, and I’ll share a little bit of a you’re-not-alone-in-it sort of anecdotes from the first few bugs that I ever filed for WordPress. I sort of had this feeling that if I were to file a bug, everyone would know that I wasn’t a developer. And like everyone knows, I’m not a developer, but a little bit I was like, they’ll know now. And so if that’s where you are also, Anne said it, and Brian said it as well, like, we can’t fix things that we don’t realize are broken. And just because you’ve run into it 15 times, which obviously should never happen, you should run into it once, and then we know, but it happens.</p>\n\n\n\n<p>If you run into it 15 times, probably other people have as well. And if it’s still not fixed, it might be because no one has thought to themselves I should tell someone that’s broken. And so if that’s your primary hurdle, folks out there in our listening space, I was once there too. And honestly, knowing that it’s a problem is as valuable as knowing the solution to it most of the time. </p>\n\n\n\n<p><strong>[Brian Alexander 00:14:23]</strong> </p>\n\n\n\n<p>Yeah, and those are, I wanted to add, there is a lot to that to remember. That’s a lot to remember in terms of what you should be submitting, what, or I should say, what would be ideal in what you’re submitting. But luckily, in the test handbook, there’s a test report section, and it includes a description, it goes everything from, it starts with why we do bug reports to examples of the types of testing, whether it be for bugs or enhancements, which also need testing, and it has templates in there that you can copy and paste directly into Trac. And that’s very helpful.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:03]</strong></p>\n\n\n\n<p>Yeah,, we will have links to those in the show notes as well. Since we’re right there at that moment, what do you think we could do as WordPress to make reporting problems easier?</p>\n\n\n\n<p><strong>[Brian Alexander 00:15:15]</strong> </p>\n\n\n\n<p>I know that this has been something that’s come up during our weekly meetings, discussions on the Core test channel, as well as in contributor day test table discussions. And the test documentation that’s on the website is a little bit fragmented. I believe that the current test handbook was originally written for a type of flow analysis and feedback testing that is not the norm today. So it’s a little bit confusing. The terminology is a little dated, and the most recent updates that have been provided on there relate solely to Gutenberg, which is very important that that also be represented, but, in order to find information about testing and Trac or PHP unit tests, you have to go over to the core handbook.</p>\n\n\n\n<p>So we could definitely make things improved by consolidating, bringing everything into one area so that if you are interested in testing, you’ll have everything in one place and not be split between that and not have outdated methodologies that are asking you to submit videos that nobody’s going to really look at because we’re not doing the flow tests anymore. So I think that that would be a benefit to future testers.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:41]</strong> </p>\n\n\n\n<p>Anne, any thoughts?</p>\n\n\n\n<p><strong>[Anne McCarthy 00:16:43]</strong></p>\n\n\n\n<p>Yeah. I’ll also add that I think there are like two things we can do. One is, there’s so much happening in the WordPress project in such a cool way that I think the more we can write targeted tests and talk to people about, like, hey, here’s this new thing coming. This is a high-impact area to test. It’s under active iteration. You’re gonna get a lot of engagement. People are really thinking about this and pulling people into that where you kind of get the momentum of getting the feedback in right when someone needs it. </p>\n\n\n\n<p>I think we could do that a bit more to make reporting problems easier because it’s kind of like you’re in the thick of it with a lot of people rather than maybe exploring an area where someone hasn’t looked at it in a minute.</p>\n\n\n\n<p>So that’s the thing that comes to mind is just the more we can take the time. I think this release cycle has been really good with that, where there’s been a call for testing for fluid typography. There’s also been one for using block template parts and classic themes. And there’s a ton of stuff that’s been happening where we can kind of make these both developer and more end user testing experiences easier and better.</p>\n\n\n\n<p>And Brian has done a great job continuing the tradition of, you know, helping test this latest release cycle. And he’s taken those posts and done an amazing job of helping, having specific testing as well. Tied to this, I think just this has always been a thing but better, easier testing environments for developers and for quickly setting up more WordPress sites to test things for end users.</p>\n\n\n\n<p><strong>[Brian Alexander 00:17:56]</strong></p>\n\n\n\n<p>Yeah. Another thing that we have been discussing in Slack in the Core and Core Test channels is the possibility of pre-populating the Trac tickets. With a template based on what it is that you’re reporting. So similar to copying a template for a test report out of the handbook. Instead, you would hit a button to say the type of bug you are submitting, and then it would pre-populate that, and then you could fill in the gaps for that. This already happens over in Gutenberg. There, there are templates, and I find that that is very helpful. And so being able to do that in Trac would be useful. </p>\n\n\n\n<p>And then for reporting problems on the user side, I thought that it would be interesting to have like you have for any other modern app, a button that says Report Bug in WordPress that could capture some intelligence data for your installation, the page that you’re on and have a simple text box where you could provide a little description and then submit that.</p>\n\n\n\n<p><strong>[Brian Alexander 00:19:08] </strong></p>\n\n\n\n<p>Now, these wouldn’t be the types of things that would just go straight into Trac, most likely. However, it would be an opportunity to allow end users to just send something in, and start having it looked at, rather than looking and saying, okay, I found a bug in WordPress. Now, what do I do? And then not reporting. </p>\n\n\n\n<p>So that would be the worst case is that the bug just doesn’t get reported. So that would be information that is already harvested if you go to your site health screen and your WordPress installation. A lot of that information that would be useful is there. In this type of bug report, we would want to anonymize and strip a lot of that information out.</p>\n\n\n\n<p>There’s a lot of private stuff you don’t wanna share, but there is that data there that’s available that could potentially help in doing a bug report.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:19:57]</strong></p>\n\n\n\n<p>Brilliant. All right. Question for everyone in the room: what opportunities are there currently to help with testing? Anne, I know, and you already mentioned a few, we can just bombard everybody with links to the tests if we want. But yeah, what opportunities are currently out there?</p>\n\n\n\n<p><strong>[Anne McCarthy 00:20:13]</strong></p>\n\n\n\n<p>Yeah, I’ll mention the Full Site Editing outreach program. I’m very biased, but we’re always looking for new folks. We just crossed, I think, 600 people, which was unbelievable. So even if you’re not necessarily always able to help join the calls for testing, you can always pop into the FSE outreach experiment channel, which we’ll also add a link to.</p>\n\n\n\n<p>And that’s just a great way when you have time to join because I flag stuff all the time, whether it’s about the outreach program or just in general across the project. Brian does really good weekly round-up testing posts as well. So make.wordpress.org/test is also a great place to get started.</p>\n\n\n\n<p>And then right now, I think when this comes out, will be a great time to be helping test WordPress 6.1. So check out that post. I kind of wanna just shove everyone in that direction currently cause I think that’s the most high-impact thing to get involved with and one of the great ways to give back to the next version of WordPress to make it really delightful and easy to use.</p>\n\n\n\n<p>Yeah, I’m just gonna leave it there, even though there are so many ways you can help.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:11]</strong></p>\n\n\n\n<p>WordPress 6.1 coming out on November 1st if you haven’t yet heard about it. Brian, what else have you got out there?</p>\n\n\n\n<p><strong>[Brian Alexander 00:21:16]</strong> </p>\n\n\n\n<p>In terms of the online stuff, Anne covered that pretty well. I would say if you have a local WordCamp, sign up for their contributor day or if there are any local WordPress meetups. When Covid ended up hitting and lockdowns were rolled out, a lot of this stuff started to really slow down. So I think now is a good time to maybe introduce the idea for, hey, let’s have a local meetup, and for a couple of hours, we’ll just do some testing, and look at some stuff in WordPress. </p>\n\n\n\n<p>So it might be a good way of getting people re-engaged. It’s a little bit lighter weight if you’re doing testing versus trying to actually provide a patch to fix an issue. So, might be a good way of bringing in some new faces and re-engaging people who we lost over the lockdown.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:22:09]</strong> </p>\n\n\n\n<p>Yeah, and if you all have never done a testing party for WordPress before, and it sounds like it’s maybe a really boring thing, it’s actually not, she said with strong authority and opinions. But also, I have never had a more successful learning experience with the WordPress CMS than when I was trying to figure it out with other people.</p>\n\n\n\n<p>They see things that you don’t see, they know things you don’t know, and it really covers a lot of the bases for unknown unknowns when you’re trying to learn something. And then also you have all these people that like, we’re really in it with you, and everyone’s really pulling for each other, and it’s actually a bit more fun than it sounds like when you’re just like, a testing party. It turns into just like jointly solving a puzzle together, which I think sounds like a lot of fun.</p>\n\n\n\n<p>It’s like a party, but for technology, I would feel this way. I am a mad extrovert, and we all know it, but. Now you two know it as well.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:23:08] </strong></p>\n\n\n\n<p>I have a final, just like a fun question for you both, and if you have an answer, great. And if you don’t have an answer, I would be surprised.</p>\n\n\n\n<p>So here we go. Last question of the day. If five more volunteers suddenly appeared to help on the Test Team, what would they do? Just, I waved a magic wand. I guess that’s what made it fun. I don’t know why. I was like, fun question and then I’m, like, assigned tasks that, Yeah, I waved a magic wand. That’s what made it fun.</p>\n\n\n\n<p><strong>[Brian Alexander 00:23:38] </strong></p>\n\n\n\n<p>Yeah, I would say I would probably point them to FSE outreach program posts because…</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:23:45]</strong> </p>\n\n\n\n<p>Woot woot. </p>\n\n\n\n<p><strong>[Brian Alexander 00:23:47]</strong></p>\n\n\n\n<p>…the outreach program does a great job of outlining steps. You’re isolating testing in one particular area. It’s got a lot of tests. There’s examples of the types of feedback that you’re looking for, et cetera.</p>\n\n\n\n<p>That’s a really good introduction to it, and most FSE testing does not require a local dev environment. Which is probably the biggest hurdle for a new tester coming in. If you do have developers with more experience, then they could start–and they wanted to look into Trac tickets or GitHub issues– then it does take a little bit of setup and you may spend the next few hours configuring your development environment.</p>\n\n\n\n<p>So instead, I would recommend that you start with something like FSE outreach program posts.</p>\n\n\n\n<p><strong>[Anne McCarthy 00:24:37]</strong></p>\n\n\n\n<p>I did not pay Brian to say that. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:24:42] </strong></p>\n\n\n\n<p>We’re just all partial to it here. That’s all.</p>\n\n\n\n<p><strong>[Anne McCarthy 00:24:45] </strong></p>\n\n\n\n<p>No, we really are. Yeah, no, this is, I love this question, and I actually find it really fun cause I think about it a lot. And we’ve talked about some of this stuff too, and it’s something that when I think about five more people suddenly appearing, makes me giddy.</p>\n\n\n\n<p>Because we have folks, who have helped with like, I think I’ve mentioned like translations and group testing and even responding to questions that come from the channel and like, I just wish if we had five folks full time dedicated to that, I could see way more hallway hangouts where we casually talk about stuff and actually go on a call and talk live.</p>\n\n\n\n<p>I could see folks, someone dedicated to helping translations and translating even more places. We have an Italian contributor who does it regularly, and a couple of Japanese contributors every once in awhile we get Spanish translation. But I’d love to see more translations to bring more people in, more facilitating group testing, more types of testing, helping me be more creative because sometimes I get a creative wall.</p>\n\n\n\n<p>But more than anything, if I really think long term about the project and thinking about this outreach program model, which I don’t think I fully appreciated how new it was, Josepha, when you introduced the idea, I think it would be so neat to bring in more folks to actually create new outreach programs.</p>\n\n\n\n<p><strong>[Anne McCarthy 00:25:52] </strong></p>\n\n\n\n<p>So maybe there’s an outreach program for theme authors or block theme authors, or maybe there’s an outreach program around collaborative editing. Like what does this look like, and how can we expand this to bring more people in? And I think a lot of that will prove the resiliency and lessons we’ve learned from Covid in the WordPress community. </p>\n\n\n\n<p>We can’t necessarily always rely on the meetup groups, so how can we meet people where they are? And I think there’s something really interesting and almost serendipitous that the outreach program started literally, I think it was like May 2020, like a couple of months into the pandemic.</p>\n\n\n\n<p>And I, like, I want to see it in a position of strength where we both have the in-person community alongside this outreach program model that can intertwine work. And I’d love to see the model expand to different types. And right now, maybe part of that is we use the outreach program model, the full site editing outreach program group itself, to experiment more and to keep that level of experimentation.</p>\n\n\n\n<p>That’s something I feel really strongly about is continuing to find what works and what doesn’t. And so if we had five more people, I could just, I’d probably go wild and have all sorts of cool, cool things and spinoffs, but I’m more introverted than Josepha, so there’s limitations to this.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:56]</strong> </p>\n\n\n\n<p>Well, you heard it here first. If you’re one of my 6,000 listeners. I only need five of one of you. Five of the ones of you to come and make Anne’s whole life an exciting joy for the next 12 months. So, I only need five of you and I know that you’re out there. There are 2000 or something, 6,000. I have no idea.</p>\n\n\n\n<p>I’ve got more than 1000 of you listening, and I know that you wanna come and help Anne cuz she’s a delight. I know you wanna come help Brian cuz he’s a delight. Both of you. This was such a fun conversation. Thank you for joining me today.</p>\n\n\n\n<p><strong>[Brian Alexander 00:27:29]</strong> </p>\n\n\n\n<p>Thank you, Josepha. Thank you, Anne.</p>\n\n\n\n<p><strong>[Anne McCarthy 00:27:31]</strong> </p>\n\n\n\n<p>Yeah. Thank you.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:27:33]</p>\n\n\n\n<p>And there it is a bit of a deep dive on the Test Team and how to get started on it. Like I mentioned, we’ll have a ton of links in the show notes over on wordpress.org/news. And I wanna remind folks that if you have questions or thoughts that you’d like to hear from me about, you can always email us at WPbriefing@wordpress.org.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:58] </strong></p>\n\n\n\n<p>That brings us now to our small list of big things. First and foremost, we are counting down the days to the WordPress 6.1 release. We are within a month of the target release date. So if you have not tested the latest version with your plugins or themes, now is the time. </p>\n\n\n\n<p>Secondly, we are seeing translated tutorials being submitted on learn.wordpress.org. I’m delighted to see that happening, and I encourage any polyglots out there who feel called to consider translating one into your language and help other people feel empowered to use WordPress. </p>\n\n\n\n<p>And then the third thing is that the WordPress Speaker Workshop for Women Voices in India just concluded, so to celebrate, we’ve opened registrations for the WordPress Speaker Workshop for Women Voices in Latin America. Unlike the last one, this event takes place in person on October 29th. And so I’ll include a link to registrations for that in the show notes as well. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosey, and I’ll see you again in a couple of weeks.</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:5:\"13551\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress 6.1 Beta 2 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-2-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2022 18:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13533\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:306:\"WordPress 6.1 Beta 2 is now available for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 2 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jonathan Pantani\";s: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:5875:\"\n<p><em><strong>WordPress 6.1 Beta 2 is now available for download and testing.</strong></em></p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 2 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.1 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta2.zip\">Beta 2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta2</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about five weeks away. </p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. This detailed guide is an excellent start if you have never tested a beta release before.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">300 tickets for WordPress 6.1 core</a>. More fixes are on the way in the remainder of the 6.1 release cycle.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p>Want to know what’s new in version 6.1? <a href=\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\">Read the initial Beta 1 announcement</a> for some details, or check out the <a href=\"https://make.wordpress.org/core/2022/09/14/6-1-product-walk-through-recap/\">product walk-through recording</a>.</p>\n\n\n\n<h2><strong>What’s new in Beta 2</strong></h2>\n\n\n\n<p>Here are some updates since last week’s Beta 1 release:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">24 issues addressed in GitHub</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A haiku for Beta 2</h2>\n\n\n\n<p>WordPress six-point-one,<br>Please help test Beta 2 now.<br>Best release ever.<br></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">@robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</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:5:\"13533\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress 6.1 Beta 1 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/wordpress-6-1-beta-1-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2022 17:09:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13495\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:306:\"WordPress 6.1 Beta 1 is now available for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jonathan Pantani\";s: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:8473:\"\n<p>WordPress 6.1 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>You can test WordPress 6.1 Beta 1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-beta1.zip\">Beta 1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-beta1</code></p>\n\n\n\n<p>The current target for the final release is November 1, 2022, which is about six weeks away. </p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress bug-free – help with testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">this detailed guide</a> is a great start.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can do it – especially great WordPress community members like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<p>This release contains more than 350 enhancements and 350 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.1&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">250 tickets for the WordPress 6.1 core</a>.</p>\n\n\n\n<h2><strong>Some highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in WordPress version 6.1? Read on for some highlights.</em></p>\n\n\n\n<h3>Features for end-users</h3>\n\n\n\n<ul>\n<li>Default theme powered by 10 unique style variations (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/design/2022/09/07/tt3-default-theme-announcing-style-variation-selections/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>More design tools in more blocks (<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/issues/43241\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Expanded and refined <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\" target=\"_blank\">template experience</a> and <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\" target=\"_blank\">template options</a></li>\n\n\n\n<li>More intuitive document settings experience</li>\n\n\n\n<li>Header and footer patterns for all themes</li>\n\n\n\n<li>Improved quote and list blocks with inner block support</li>\n\n\n\n<li>More robust placeholders for various blocks</li>\n\n\n\n<li>New modal interfaces and preferences improvements</li>\n\n\n\n<li>Automatic navigation block selection with fallbacks and easier menu management</li>\n\n\n\n<li>Apply locking settings to all inner blocks in one click</li>\n\n\n\n<li>Improvements to the block theme discovery experience</li>\n\n\n\n<li>Accessibility updates, with more than 60 resolved tickets</li>\n\n\n\n<li>Performance updates, with more than 25 resolved tickets</li>\n</ul>\n\n\n\n<h3>For developers</h3>\n\n\n\n<ul>\n<li>Opt into appearance tools to make any theme more powerful</li>\n\n\n\n<li>New iteration on the style system</li>\n\n\n\n<li>Add starter patterns to any post type (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#post-type-patterns\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Evolution of layout options including a new <code>constrained</code> option and the ability to disable layout options</li>\n\n\n\n<li>Content lock patterns for more curation options</li>\n\n\n\n<li>Expanded support for query loop blocks</li>\n\n\n\n<li>Allow the use of block-based template parts in classic themes (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/09/12/testing-and-feedback-for-using-block-based-template-parts-in-classic-themes/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Filter <code>theme.json</code> data (<a rel=\"noreferrer noopener\" href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/global-styles-filters/\" target=\"_blank\">learn more</a>)</li>\n\n\n\n<li>Fluid typography allows for more responsiveness (<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\" target=\"_blank\">give feedback</a>)</li>\n\n\n\n<li>Ability to style elements inside blocks like buttons, headings, or captions in <code>theme.json</code></li>\n</ul>\n\n\n\n<p><em>Please note that all features listed in this post are subject to change before the final releas</em>e.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Haiku for you</h2>\n\n\n\n<p>Twenty Twenty-Three<br>10 style variations<br>The new default theme</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>, <a href=\"https://profiles.wordpress.org/davidb/\">@davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, and <a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</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:5:\"13495\";s: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:61:\"\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:67:\"WP Briefing: Episode 39: Contributor Stories Live from WordCamp US!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2022/09/episode-39-contributor-stories-live-from-wordcamp-us/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2022 12:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13481\";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:84:\"Live from WordCamp US 2022, listen to contributor stories about why they 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/09/WP-Briefing-039.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:13436:\"\n<p>In the thirty-ninth episode of the WordPress Briefing, hear contributors at WordCamp US share stories about their why for using WordPress and attending WordCamps. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a><br><a href=\"https://profiles.wordpress.org/jenblogs4u/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a><br><a href=\"https://wordpress.org/support/users/courane01/\" data-type=\"URL\" data-id=\"https://wordpress.org/support/users/courane01/\">Courtney Robertson</a><br><a href=\"https://profiles.wordpress.org/kdrewien/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/kdrewien/\">Kathy Drewien</a><br><a href=\"https://profiles.wordpress.org/alexstine/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a><br><a href=\"https://profiles.wordpress.org/courtneypk/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/courtneypk/\">Courtney Patubo Kranzke</a><br><a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br><a href=\"https://www.linkedin.com/in/ri%C4%8Dardas-kudirka-3815a976/?originalSubdomain=lt\">Ricardas Kudirka</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/polyglots/2022/09/06/announcement-wordpress-translation-day-2022/\">WordPress Translation Day September 28, 2022</a><br><a href=\"https://woosesh.com/\" data-type=\"URL\" data-id=\"https://woosesh.com/\">WooSesh October 11-13, 2022</a><br><a href=\"https://2022.allthingsopen.org/\" data-type=\"URL\" data-id=\"https://2022.allthingsopen.org/\">All Things Open October 30-November 2, 2022</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13481\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. </p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:41] </strong></p>\n\n\n\n<p>For folks who are new to WordPress in the past couple of years, you may have heard people talk about WordPress events with a sort of passion that really is hard to describe. For me, I know our events are the dark matter of what makes this global, fully distributed, multifaceted project come together so well in the end.</p>\n\n\n\n<p>But I also know that WordPressers have so many different reasons for coming together. So we took a little wander through WordCamp US to get their take on why they use WordPress and also why they go to WordCamps.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:13] </strong></p>\n\n\n\n<p>So WordCamp US is back in person for the first time since 2019. What are you most excited about?</p>\n\n\n\n<p><strong>[Topher 00:01:19] </strong></p>\n\n\n\n<p>I am Topher.</p>\n\n\n\n<p>Seeing everyone, the interpersonal relationships, the communication, the expressions on people’s faces that you don’t get via email or Slack or whatever. Just being near people again and enjoying each other’s company.</p>\n\n\n\n<p><strong>[Jen Miller 00:01:35] </strong></p>\n\n\n\n<p>My name is Jen Miller.</p>\n\n\n\n<p>I was most excited to see my friends. It’s been a long time to try to maintain connections via social media and, you know, texting and phone calls. But being here and being a part of the WordPress community has made everything great.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:01:54] </strong></p>\n\n\n\n<p>Courtney Robertson.</p>\n\n\n\n<p>Contributor day, of course, that’s how I got really connected to the WordPress community. And I am hoping we have a great turnout.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:02] </strong></p>\n\n\n\n<p>How long have you been a contributor to WordPress?</p>\n\n\n\n<p><strong>[Kathy Drewien 00:02:05] </strong></p>\n\n\n\n<p>Hi, I’m Kathy Drewien.</p>\n\n\n\n<p>I started in 2008 by attending my first WordCamp. Two years later, I was part of the organizing team for WordCamp Atlanta. I have been on that team for one role or another. Well, I can’t tell you how many years now. From then, until now.</p>\n\n\n\n<p><strong>[Alex Stine 00:02:24] </strong></p>\n\n\n\n<p>My name is Alex Stine. About six years now.</p>\n\n\n\n<p><strong>[Topher 00:02:28] </strong></p>\n\n\n\n<p>About 12 years.</p>\n\n\n\n<p>I started going to WordCamp, then working in the support forums, and just grew from there.</p>\n\n\n\n<p><strong>[Courtney Robertson 00:02:24] </strong></p>\n\n\n\n<p>I started checking guests in, at my first WordCamp in 2009, which I see as one avenue of contributing. I joined a team officially in 2014. </p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:02:47] </strong></p>\n\n\n\n<p>My name is Courtney Patubo Kranzke.</p>\n\n\n\n<p>I have been an on-and-off contributor to WordPress since like the mid-2000s, but I’ve been a sponsored contributor since 2016.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin Hartzler </strong><strong>00:03:02] </strong></p>\n\n\n\n<p>My name is Dustin Hartzler.</p>\n\n\n\n<p>I started a WordPress podcast in 2010. And I did like 500 episodes in a row without a break and without a week worth of rest. So I consider that my contribution to WordPress. I have a couple of core contributions, like I, I fixed a little bug here, a little bug there in a couple of releases, I think back in the four eras, 4.1 or 4.2 or something.</p>\n\n\n\n<p>2010 is when I really got started in giving back, and, like, sharing my knowledge with the WordPress community.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:03:28] </strong></p>\n\n\n\n<p>Why is it important for you to attend WordCamps or contribute to the WordPress project?</p>\n\n\n\n<p><strong>[</strong><strong>Ricardas Kudirka </strong><strong>00:03:33] </strong></p>\n\n\n\n<p>My name is Ricardas Kudirka.</p>\n\n\n\n<p>Basically, for everyone who’s using WordPress, it’s really important to understand how big the community is that we have here. So the community is an important and crucial part of WordPress.</p>\n\n\n\n<p>And for it to grow, you need to attend the WordCamps, you need to share knowledge, and you need to meet people. So networking here and while meeting the exciting people who are developing WordPress or who are contributing to it, who are providing the services, who enable people to use WordPress.</p>\n\n\n\n<p>That’s a crucial point for everyone to attend.</p>\n\n\n\n<p><strong>[</strong><strong>Kathy Drewien </strong><strong>00:04:05] </strong></p>\n\n\n\n<p>It’s important to attend them because it’s very hard to describe them. We are not like any other thing you have ever done in your life. You have to be here to get it. And then once you get it, you wanna do more of it. It’s magical. It’s magical. There’s no way to get that experience without being here.</p>\n\n\n\n<p>In terms of contributing, it’s a responsible thing to do. You want to give back instead of get, get, get. In the beginning, we’re all about the get, get, get. And then you go, oh my gosh. I didn’t know. I didn’t know I could do this. I didn’t know I had to write code. I can actually just stand around and talk to people and contribute to the project.</p>\n\n\n\n<p><strong>[</strong><strong>Jen Miller </strong><strong>00:04:50] </strong></p>\n\n\n\n<p>Well, it’s a community effort, and so if we want it to progress and grow, we need to put our own individual effort into the community.</p>\n\n\n\n<p>Plus, we make friends, we make connections, and we find people who we can help and who can help us.</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:05:07]</strong></p>\n\n\n\n<p>I feel it is important to support the community that got me my start in technology and make sure that people understand that accessibility is very much a requirement.</p>\n\n\n\n<p>You know, we need to make sure we keep the community inclusive for all.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:05:21]</strong></p>\n\n\n\n<p>What is your favorite way to WordPress?</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Patubo Kranzke </strong><strong>00:05:24] </strong></p>\n\n\n\n<p>I started with WordPress as a personal blogger. So it continues to be my favorite way to use WordPress. But, my use has evolved to using it for work as well as a place to share my photography and food blogging.</p>\n\n\n\n<p><strong>[</strong><strong>Courtney Robertson </strong><strong>00:05:42] </strong></p>\n\n\n\n<p>My favorite way to WordPress is through the Training team. Most of the things that I write these days are on make.wordpress.org/training and or learn.wordpress.org.</p>\n\n\n\n<p>I love teaching people about WordPress, helping people at all skill levels advance, and that’s where you’ll find me around the WordPress Training team.</p>\n\n\n\n<p><strong>[</strong><strong>Dustin Hartzler </strong><strong>00:05:59] </strong></p>\n\n\n\n<p>My favorite way to WordPress is just building cool things. Like I have a website, my wife has a couple of websites, and me just trying to learn things and trying to do them myself. Yesterday, there was a session, a 15-minute long session, and I learned how to customize the options available for different core WordPress blocks.</p>\n\n\n\n<p>I didn’t realize that you could just make a button and like make a default like here’s the style for the default button. So every button’s exactly the same on the site. Like how cool is that? I like the side of customizing WordPress to make it easier for people who are non-techy like me to use my site, like my wife, and whatnot.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:06:30] </strong></p>\n\n\n\n<p>How do you use WordPress in your day-to-day life?</p>\n\n\n\n<p><strong>[</strong><strong>Topher </strong><strong>00:06:32] </strong></p>\n\n\n\n<p>It’s sort of a universal tool for me. I blog, and I do podcasts.</p>\n\n\n\n<p>I enjoy drinking whiskey, so I built a rating system for it. And I use it as a notepad, a scratch pad. I use it as my photography backup system. Just kind of as a universal tool for everything</p>\n\n\n\n<p><strong>[</strong><strong>Alex Stine </strong><strong>00:06:53]</strong></p>\n\n\n\n<p>So I currently am one of the Accessibility team reps.</p>\n\n\n\n<p>I’m a core contributor, Guttenberg contributor, the occasional meta contributor, and the occasional training team contributor.</p>\n\n\n\n<p><strong>[</strong><strong>Josepha Haden Chomphosy </strong><strong>00:07:05]</strong></p>\n\n\n\n<p>Well, if that doesn’t convince you to go to a WordCamp or start your own meetup group, I just don’t know what will. Big thanks to everyone who sat down with us there in San Diego.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:23]</strong></p>\n\n\n\n<p>And now it’s time for our small list of big things.</p>\n\n\n\n<p>First thing, WordPress Global Translation Day is coming up next week on September 28th. This is a great opportunity to learn more about the hard work that goes into translating all of this software for folks all around the world. If you want to learn more about how you could contribute to translations, I’ll have a link in the show notes for you.</p>\n\n\n\n<p>The second thing is that WooSesh is coming up on October 11th through 13th, 2022. This one is not an in-person event. It’s a WPSessions event, but it specifically talks about how to get some eCommerce going on your WordPress site. So if you’ve been thinking about how to get a shop on your site, or just making your current shop a bit more complicated, then this is the event for you.</p>\n\n\n\n<p>And the third thing on our list today is All Things Open. They are hosting a hybrid event this year from October 31st through November 2nd. This event isn’t specific to WordPress, but it is specific to open source and one of the best resources for learning some OSS basics. So if you’ve been interested in learning more about how this whole open source thing is an idea that will change our generation, then set your sights on that event. I will have a link in the show notes there as well.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</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:5:\"13481\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Dropping security updates for WordPress versions 3.7 through 4.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:100:\"https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-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, 07 Sep 2022 13:00: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:8:\"category\";a:2:{i:0;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:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13466\";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:\"As of December 1, 2022 the WordPress Security Team will no longer provide security updates for WordPress versions 3.7 through 4.0. These versions of WordPress were first released eight or more years ago so the vast majority of WordPress installations run a more recent version of WordPress. The chances this will affect your site, or […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Peter Wilson\";s: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:2493:\"\n<p>As of December 1, 2022 the WordPress Security Team will no longer provide security updates for WordPress versions 3.7 through 4.0.</p>\n\n\n\n<p>These versions of WordPress were first released eight or more years ago so the vast majority of WordPress installations run a more recent version of WordPress. The chances this will affect your site, or sites, is very small.</p>\n\n\n\n<p>If you are unsure if you are running an up-to-date version of WordPress, please log in to your site’s dashboard. Out of date versions of WordPress will display a notice that looks like this:</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"698\" height=\"81\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?resize=698%2C81&ssl=1\" alt=\"WordPress update notice: "WordPress 6.0.2 is available! Pleaes update now."\" class=\"wp-image-13467\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?w=698&ssl=1 698w, https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?resize=300%2C35&ssl=1 300w\" sizes=\"(max-width: 698px) 100vw, 698px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In WordPress versions 3.8 – 4.0, the version you are running is displayed in the bottom of the “At a Glance” section of the dashboard. In WordPress 3.7 this section is titled “Right Now”.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"295\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=1024%2C295&ssl=1\" alt=\""At a Glance" section of the WordPress dashboard. The final line includes the exact version of WordPress the site is running.\" class=\"wp-image-13468\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=1024%2C295&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=300%2C86&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=768%2C221&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?w=1208&ssl=1 1208w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The Make WordPress Security blog has further details about <a href=\"https://make.wordpress.org/security/2022/09/07/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\">the process to end support</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:5:\"13466\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress – August 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2022/09/the-month-in-wordpress-august-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2022 13:23:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=13445\";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:361:\"August has been a busy month, with the redesign of WordPress.org, new localized content on Learn WordPress, and the WordPress 6.0.2 security and maintenance release. But that’s not all! Read on to catch up on the latest WordPress news. WordPress 6.1 walk-through scheduled for September 13, 2022 Save the date! A live interactive walk-through 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:14:\"rmartinezduque\";s: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:15623:\"\n<p>August has been a busy month, with the redesign of WordPress.org, new localized content on Learn WordPress, and the WordPress 6.0.2 security and maintenance release. But that’s not all! Read on to catch up on the latest WordPress news.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 walk-through scheduled for September 13, 2022</h2>\n\n\n\n<p>Save the date! A <strong>live interactive walk-through of WordPress 6.1 is coming up on September 13, 2022, at 16:00 UTC</strong>. The event will take place <a href=\"http://dotorgzoom.wordpress.com/\">via Zoom</a> and include a discussion of new major features, resolved tickets, and potential blockers.</p>\n\n\n\n<p>Attendance is open to anyone who wants to know more about what’s coming in the next major release. If you are unable to attend, the event will be recorded for on-demand viewing.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2022/09/05/6-1-product-walk-through/\">Learn more about the WordPress 6.1 product walk-through</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>The WordPress.org Homepage and Download page got a new jazz-inspired look</h2>\n\n\n\n<p>The <a href=\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\">redesign of the WordPress.org homepage and download page</a> went live on August 15, 2022. The new pages highlight the benefits of using WordPress while making it easy to access resources for getting started. The look and feel build on the jazzy aesthetic that WordPress is known for.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"599\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1024%2C599&ssl=1\" alt=\"WordPress.org homepage\" class=\"wp-image-13323\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1024%2C599&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=300%2C175&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=768%2C449&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1536%2C898&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?w=2000&ssl=1 2000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In addition, <a href=\"https://make.wordpress.org/meta/2022/09/01/simplifying-the-admin-bar-global-navigation-menu/\">the admin bar and global navigation menu have been updated</a> to simplify and better organize the content across the WordPress.org network. Expect more design updates and iterations as efforts to refresh the website continue.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Check out the new <a href=\"https://wordpress.org/\">WordPress.org homepage</a> and <a href=\"https://wordpress.org/download/\">download page</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 13.9 and 14.0 are here</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\"><strong>Gutenberg 13.9</strong></a> became available for download on August 17, 2022. This release continues to iterate and polish the user interface (UI), interaction, and engine work for site editing.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\"><strong>Gutenberg 14.0</strong></a> brings a lot of enhancements, including extra block supports in the UI, a revamped List block, and more. It shipped on August 31, 2022.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>This <a href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\">new post in the “Core Editor Improvement” series</a> focuses on the template creation enhancements coming in WordPress 6.1. You can explore them now with the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutengerg plugin</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New localized content on Learn WordPress</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is currently expanding the non-English resources available on the platform! Last month, some members of the Training Team hosted <a href=\"https://wordpress.tv/2022/08/17/%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%83%bc%e3%81%a7%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e4%bd%9c%e3%82%8d%e3%81%86%ef%bc%81/\">the first free online workshops in Japanese</a>. Following its success, two more sessions will be held on September 7 and 17, 2022. Get the details in the <a href=\"https://learn.wordpress.org/online-workshops/\">online workshop calendar</a>.</p>\n\n\n\n<p>In addition, learners have access to:</p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorials/?series=&topic=&language=pt_BR&captions=&wp_version=\">Portuguese tutorials</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plans/greek/\">Greek lesson plans</a></li>\n</ul>\n\n\n\n<p>Curious about what else is new on Learn WordPress? <a href=\"https://make.wordpress.org/updates/2022/09/01/whats-new-on-learnwp-august-2022/\">Check out the learning materials released in August 2022</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-extra-large-font-size\">Enter the educational world of the Training Team and its Learn initiative in <a href=\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\">the latest episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: WordPress 6.0.2 maintenance release, Twenty Twenty-Three kickoff, and more</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\">WordPress 6.0.2 is now available</a>. This security and maintenance release features 12 bug fixes on Core, 5 bug fixes for the Block Editor, and 3 security fixes.</li>\n\n\n\n<li>The new <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three (TT3) theme</a>, which will ship with the WordPress 6.1 release, is now in development. The theme will bundle a collection of style variations designed by community members. The final curated set is expected to be chosen by September 7, 2022.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/community/2022/08/19/meetup-organizer-newsletter-august-2022/\">August edition of the Meetup Organizer Newsletter</a> shares tips on how to join and support the <a href=\"https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/\">Meetup Reactivation project</a>.</li>\n\n\n\n<li>The feedback tool for <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> is now available for all WordPress.org users that have opted into notifications. Learn more in the latest edition of the <a href=\"https://make.wordpress.org/polyglots/2022/08/22/polyglots-monthly-newsletter-august-2022/\">Polyglots Monthly Newsletter</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2022/09/05/improving-devhub-code-references/\">Code references in DevHub (WordPress Developer Docs)</a> are now easier to use, understand and navigate.</li>\n\n\n\n<li>Members of the Documentation Team kicked off discussions around the <a href=\"https://make.wordpress.org/docs/2022/08/10/kick-off-wordpress-6-1-release-docs/\">WordPress 6.1 release docs</a>.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/core/2022/08/09/bug-scrub-schedule-for-6-1/\">bug scrub schedule for WordPress 6.1</a> was published last month. Anyone can join these sessions to learn, help, or even <a href=\"https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/\">lead one</a>.</li>\n\n\n\n<li>To celebrate World Photography Day (August 19), the Photos Team <a href=\"https://make.wordpress.org/photos/2022/08/18/wordpress-world-photography-day-challenge-2022/\">set up a fun photo challenge</a> to contribute to the <a href=\"https://wordpress.org/photos/t/worldphotographyday22/\">WordPress Photo Directory</a>. The initiative may be over, but photo contributions are always open!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/performance/2022/08/09/core-performance-team-rep-nominations/\">Nominations</a> for the Performance Team Reps are open until September 9, 2022.</li>\n\n\n\n<li>Why is Gutenberg being developed on GitHub? Is Gutenberg part of core? <a href=\"https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/\">Get answers</a> to these and other common questions about WordPress core and Gutenberg.</li>\n\n\n\n<li>Members of the Full Site Editing Outreach program <a href=\"https://make.wordpress.org/test/2022/08/25/hallway-hangout-discussion-on-block-themes-25-aug/\">joined a Hallway Hangout session to talk about block themes</a>, from workflow changes to tools they are using and more.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/08/people-of-wordpress-bud-kraus/\">Bud Kraus</a> and his inspiring WordPress journey.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Testing Team is looking for <a href=\"https://make.wordpress.org/test/2022/08/10/testing-testing-calls-for-testing-facilitators/\">facilitators to expand testing efforts</a> across the project.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>Are you a meetup organizer or member? Complete the 2021-2022 <a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">Annual Meetup Survey</a> (available in 14 languages) to help strengthen this global WordPress program.</li>\n\n\n\n<li>Members of the Core Team are looking for feedback on a <a href=\"https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/\">new system for updating HTML attributes</a>. The call is open until September 9, 2022.</li>\n\n\n\n<li>There’s a new proposal to <a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">harmonize the process of merging new APIs from the Gutenberg plugin</a> to the WordPress core. Share your thoughts by September 7, 2022.</li>\n\n\n\n<li>Version 20.6 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/08/23/call-for-testing-wordpress-for-android-20-6/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/08/22/call-for-testing-wordpress-for-ios-20-6/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Gutenberg 13.8 introduced the first version of fluid typography, a new feature that allows theme authors to define text size that can scale and adapt to changes in screen size. <a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Help shape its future by joining this testing call</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Event updates & WordCamps</h2>\n\n\n\n<ul>\n<li><a href=\"https://us.wordcamp.org/2022/wcus-what-you-need-to-know/\">Get ready for WordCamp US</a>! The event is happening on September 9 through 11, 2022, in San Diego, California. <a href=\"https://us.wordcamp.org/2022/schedule/\">Check out the schedule</a> and tune into the <a href=\"https://us.wordcamp.org/2022/livestream/\">WCUS livestream</a> if you are attending virtually.</li>\n\n\n\n<li>Openverse announced that they will be participating in the WordCamp US <a href=\"https://us.wordcamp.org/2022/contributor-day/\">Contributor Day</a> remotely. <a href=\"https://make.wordpress.org/openverse/2022/08/30/openverse-remote-contributor-day-at-wordcamp-us-2022/\">Learn how you can get involved</a>.</li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a> organizers <a href=\"https://asia.wordcamp.org/2023/tickets-now-on-sale/\">sold out</a> the first batch of standard and micro sponsor tickets in one day. The second batch will be released soon.</li>\n\n\n\n<li>Planning for WordCamp Europe 2023 is in full swing! You can still <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">apply to be an organizer</a>.</li>\n\n\n\n<li>Join #WPDiversity with a <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">free, online speaker workshop for Indian women</a> in the WordPress community. The event will take place on September 24-25, 2022.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://pontevedra.wordcamp.org/2022/\">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Call for Speakers for WordCamp Asia is closing soon! <a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Submit your application by September 30, 2022</a>, and help reach <a href=\"https://asia.wordcamp.org/2023/speaker-diversity-goals/\">WCAsia’s speaker diversity goals</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</em></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:5:\"13445\";s: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:61:\"\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:76:\"WP Briefing: Episode 38: All About LearnWP with Special Guest Hauwa Abashiya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2022 12:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13425\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Enter the educational world of the WordPress Training team and its Learn initiative during this week\'s episode of the 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/09/WP-Briefing-038.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:21067:\"\n<p>In the thirty-eighth episode of the WordPress Briefing, join Josepha Haden Chomphosy and special guest Hauwa Abashiya for a discussion on the WordPress Training team and LearnWP initiative. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> <br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/azhiyadev/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> </p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://heropress.com/essays/finding-my-global-family/\" data-type=\"URL\" data-id=\"https://heropress.com/essays/finding-my-global-family/\">Hauwa Abashiya HeroPress Essay</a><br><a href=\"https://make.wordpress.org/training\">make.wordpress.org/training</a><br><a href=\"http://make.wordpress.org\">make.wordpress.org</a><br><a href=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\" data-type=\"URL\" data-id=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\">WordPress 6.0.2 Security and Maintenance Release</a><br><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\" data-type=\"URL\" data-id=\"https://asia.wordcamp.org/2023/call-for-speakers/\">WordCamp Asia call for speakers </a>(deadline extended to September 30, 2022)<br><a href=\"https://us.wordcamp.org/2022/livestream/\" data-type=\"URL\" data-id=\"https://us.wordcamp.org/2022/livestream/\">WordCamp US Livestream information</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13425\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:42] </strong></p>\n\n\n\n<p>Helping people who are new to WordPress learn how to make the most out of their CMS used to be one of the most clearly impactful things I ever did as a contributor. Whether it was making sure a brand new installation simply worked, or if the original setup needed to grow along with a solopreneur’s growing business needs, I found great joy in seeing how my local community was learning new tools together.</p>\n\n\n\n<p>You’ve probably heard me talk about the Learn WP initiative or the training team on this podcast before, but you might still be a little shy to get started with the team. So I have invited one of their team reps today to talk through what the team does.</p>\n\n\n\n<p>All right. I have with us today Hauwa Abashiya. She is one of the team reps for the training team and also works on the learn.wordpress.org site. Thank you for joining me today, Hauwa.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:01:33] </strong></p>\n\n\n\n<p>And thank you for having me, Josepha, quite exciting to be on your podcast.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:37] </strong></p>\n\n\n\n<p>Oh, I, you know, when we were talking about doing this topic, I was like, you know, who would be an excellent person is Hauwa. Like you were such an interesting person to work with when we were working on the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 release</a>. And then also, you just have such a lovely way of explaining the complicated things that we have going on in WordPress and especially on the training side of things. And so you were the first person that came to mind for me.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:02:02]</strong></p>\n\n\n\n<p>Thank you. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:03]</strong></p>\n\n\n\n<p>Speaking of all the learn.wordpress.org things, you’ve been contributing to the WordPress project as a team rep for the training team for a bit. But that’s not really where you started. Can you tell me a bit about how you found your way to this team? </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:02:15]</strong></p>\n\n\n\n<p>Well, I started by attending a WordCamp, and that was WordCamp Brighton. And if anyone’s read my <a href=\"https://heropress.com/essays/finding-my-global-family/\">article on HeroPress</a>, then they will know that I learned WordPress in one week. Went through beginner sessions of it. And then, I was like, yeah, let me just go turn up and see what it’s like.</p>\n\n\n\n<p>So turned up, and I met some wonderful people there. One of them being <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, who introduced me to the London meetup team. So, I then went there. They were looking for volunteers because they were planning WordCamp London for 2019. And me being me, I was like, yeah, sure. Why not? And got thrown into the deep end, but no, an amazing team.</p>\n\n\n\n<p>I got to meet some really amazing people. And yeah, just went from there then, you know, because I was doing stuff with WordCamp London, ended up going to WordCamp Europe. And I think there’s probably quite a lot of people who say they fully got into contributing in WordCamp Europe. So I was doing little bits and pieces then on like, marketing team and then met <a href=\"https://profiles.wordpress.org/jessecowens/\">Jesse [Owens]</a> at the training team cause <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> introduced me to him and just went from there.</p>\n\n\n\n<p>And then in terms of team rep, I mean, <a href=\"https://wordpress.org/support/users/courane01/\">Courtney Robertson</a> sent out SOS, because Learn had just launched, and there were a couple of things that we needed. So that was during the soft launch. And I was like, yeah, sure. I’ll help you. I’m not doing much. And that’s how I ended up doing team rep.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:46]</strong></p>\n\n\n\n<p>I love that so many initial stories in the WordPress community start with like, well, I went to a WordCamp cause I was like, what in the world is this? And then people were like, we need some help. And I thought to myself, what else am I doing? Like, so many stories start that way. And I just love it. </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:04:03]</strong></p>\n\n\n\n<p>Yeah. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:03]</strong></p>\n\n\n\n<p>So you mentioned learn.wordpress.org. That is a part of the training team in the WordPress project. Correct?</p>\n\n\n\n<p>Yeah. So can you give us an idea of the difference between the two? Cause like normally, with a project as big as Learn, you would expect to see like a whole separate team. But these are two intertwined teams using two intertwined concepts.</p>\n\n\n\n<p>And so can you give us an idea of the difference between them? </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:04:29]</strong></p>\n\n\n\n<p>So I like to see learners, that’s the content. So it’s the content that we have on the platform, and the training team wrangles all the content on Learn. So that would be like your videos, your lesson plans, and online workshops. Yeah, so we wrangle the content that’s on there.</p>\n\n\n\n<p>We try to bring a lot of different teams together, and that’s one of the things the beauty, I think, of Learn is that there is a lot of cross-team collaboration, which started from the beginning and I think just will continue and get better and better.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:59]</strong></p>\n\n\n\n<p>Yeah. And the workshops, those are once a week, right? </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:05:04]</strong></p>\n\n\n\n<p>Yeah. So you have online workshops, which used to be called social learning spaces, which used to be called discussion groups. So those run once a week. There’s a number running, and there are some that are launching in Japan. And I think <a href=\"https://profiles.wordpress.org/bsanevans/\">Ben Evans</a> has been quite key in getting quite a lot of those going, and I think <a href=\"https://profiles.wordpress.org/piyopiyofox/\">Destiny Kanno</a> as well.</p>\n\n\n\n<p>So, that’s the beauty is you get to see a lot more languages coming up. Those run once a week. And then we obviously have lesson plans, which traditionally that’s what the training team used to always make for Meetup organizers. So if you didn’t have a speaker, you could go and get a lesson plan and run through something, or anybody could pick one up.</p>\n\n\n\n<p>So they are used mainly by like our Meetup users and then people who are running any boot camps or sessions, or you wanna just take somebody through WordPress and teach them, you can pick one up and run through it. And now we’ve got courses on Learn, which is quite exciting. Got a couple of courses.</p>\n\n\n\n<p>And I know there’s about three or four courses in development. There is a bit more WordPress development based rather than user based. There’s a fourth piece of content, and that is just the general workshop. So tutorials, I think no tutorials is what we’re calling them now. So there’s like all our online videos. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:17]</strong></p>\n\n\n\n<p>I tell you terminology in any project, the age and size of WordPress is hard to keep everything straight, but especially when you’ve just changed it you’re like, what do we call it though? </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:06:27]</strong></p>\n\n\n\n<p>Yeah. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:30]</strong></p>\n\n\n\n<p>So if I understand correctly, because as you mentioned, like you have this post up on HeroPress, you don’t actually come from a training background. Like you aren’t a teacher or corporate trainer or anything, but you have really committed to contributing to the training team and to learn.wordpress.org.</p>\n\n\n\n<p>So, from your perspective, from like the, I’m not a trainer perspective, what’s the most exciting thing for learn.wordpress.org in the near future? </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:06:58]</strong></p>\n\n\n\n<p>I think it’s the collaboration. It’s the potential that Learn has. So I don’t have a training background, but interestingly enough, I come from Kaduna, Nigeria. And Kaduna cause all the states in Nigeria have a tagline, and, Kaduna is actually the center of learning. So there must be some link there, so yeah.</p>\n\n\n\n<p>So, I think the beauty of that is you don’t have to have a training background. You can come in and impart your knowledge, and there are people available in the team that can help you impart that knowledge. So if it’s like a lesson plan that you wanna draw up, we’ve got people that can help and assist in that.</p>\n\n\n\n<p>Or you wanna run an online workshop. There are people that can assist you. And I think that’s also the beauty of WordPress is that we’re all there to help each other. So just seeing that and seeing how, as time has gone on how the team has actually just been growing cause more and more people are coming.</p>\n\n\n\n<p>And then with that, you’ve got more of like the different languages coming in, and I know we might touch on that later, but it’s, I think to me, that is the beauty that anyone can actually now come in and learn. And Learn as this platform that is accessible to everybody. So it’s not necessarily behind a, like a paywall or anything, which is, there’s nothing wrong with that, but there are people that it’s like, well, okay, you can access something by the community for the community.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:32]</strong></p>\n\n\n\n<p>I think like your last thought there, something that’s by the community for the community. That’s one of the things that I noticed early on about the WordPress community. So I’ve been in the WordPress community for a long time, but when I started doing the administrative back office, things that are invisible and no one wants to know about, because it’s boring.</p>\n\n\n\n<p>When I started doing that work, one of the things I noticed and that I really treasure the most about the WordPress community is that they want to do things together. They want to look at the problem together. They want to find a solution together. And a lot of times they just want to learn together as well.</p>\n\n\n\n<p>We see that there is a real, I don’t know, not, it’s not a safety and numbers question. I think it is a long-standing feeling that we can all kind of get further together and that we are better together. And so I like your thought there.</p>\n\n\n\n<p>You mentioned, though, translations, and I know that this came up at WordCamp Europe.</p>\n\n\n\n<p>We don’t actually have a lot of translated content on learn.wordpress.org. There’s some technical issues that exist there, but are there a few languages that we already are sort of seeing translated courses for? Translated lessons for? </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:09:47]</strong></p>\n\n\n\n<p>Yeah. So we have a couple in Hindi, I believe. And I know we’ve got some Greek translations that have been coming up, so I know, I think it was last year WordCamp India, during contributor day, we had quite a lot of people translating stuff then, and I suppose the online WordCamps that we’ve been able to rank. Cause I think our first like face to face is this year, so they didn’t do that much translation there, but we’ve seen an increase in people wanting to translate. </p>\n\n\n\n<p>And I think those are the ones that come to mind. And I know Japanese, I think that was just recently, in the last two weeks, somebody’s translated one or two of the tutorials have been translated.</p>\n\n\n\n<p>But we’re getting more and more requests coming through. And I know we kind of touched on this in our earlier discussion, but it’s like, how do you manage that? Cause you’re right, we don’t have a way to easily manage polyglots on Learn at the moment or WordPress in general. But I think seeing that, and I keep saying to people, I don’t wanna lose that engagement cause if you’ve got the people engaged, let them just do it.</p>\n\n\n\n<p>And I don’t normally say this, but let them do it, and we’ll figure out how to sort out the whole pile when it comes in later. Because you kind of don’t want to lose them because I feel like if we say, no, we’ll wait until that comes in, we’ll lose a lot of the engagement. And come that time, people will be like, oh no, I’m not that interested. Or it might be an even more effort to try and bring more people on board.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:18]</strong></p>\n\n\n\n<p>That’s always a struggle, like wanting to be able to get something good out without insisting that it be perfect. Like that whole perfect is the enemy of the good sort of concept. </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:30]</strong></p>\n\n\n\n<p>Yeah. Mm-hmm </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:30]</strong></p>\n\n\n\n<p>When we were talking about this way back in June, I was like, I obviously would love to get a perfect solution out immediately, but like, you’re right.</p>\n\n\n\n<p>In the meantime, do we just be if you don’t speak English, you cannot learn here?</p>\n\n\n\n<p>Like that’s not fair.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:45]</strong></p>\n\n\n\n<p>No.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:46] </strong></p>\n\n\n\n<p>We want everyone to be able to learn here in their own languages, and yeah. That’s just a living, breathing issue with a global project, I think. </p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:56]</strong></p>\n\n\n\n<p>Yeah. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:57]</strong></p>\n\n\n\n<p>Now that we left us on like a really juicy topic, just the lightest thing we could find. Is there anything else that you wanna be sure to share with the WordPress Briefing listeners before we head out?</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:12:10]</strong></p>\n\n\n\n<p>Come and join the training team. Like I said, you don’t have to be a trainer. You can come in, and help us take notes. You can come in and edit, and review. If you are a subject matter expert, we also have the <a href=\"https://make.wordpress.org/training/handbook/faculty-program/\">faculty program</a>, which was launched. Was it a month ago now?</p>\n\n\n\n<p>Sorry. Days, months, weeks merge for me these days. But yeah, so that’s like a dedicated volunteer team. And in there, we’ve got content creators, editors, subject matter experts, and just admin stuff. If you wanna help us with the admin stuff. If you’re a GitHub guru, get in touch cause we are trying to automate some of our processes, and we could use the help, but yeah, just come join us.</p>\n\n\n\n<p>Join one of our meetings, which run on Tuesdays at 7 AM UTC and 4:00 PM UTC. </p>\n\n\n\n<p>Yes, that’s right. I get my time right.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:03] </strong></p>\n\n\n\n<p>If it’s not right, we’ll put it. We’ll correct it in the show notes. </p>\n\n\n\n<p>Also, if you are not necessarily familiar with the WordPress project and how to get started with contributions, you can find the training team and a lot of information about them and all the other teams on make.wordpress.org.</p>\n\n\n\n<p>I will share that in the show notes as well. make.wordpress.org/training is where you can find Hauwa’s team. Hauwa, thank you again for joining me today.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:13:30]</strong></p>\n\n\n\n<p>No, thank you for having me. It’s just a wonderful treat. I get to listen to you, and now I get to be on it. </p>\n\n\n\n<p>So, yeah, it’s good. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:37]</strong></p>\n\n\n\n<p>I hope that some of you feel inspired to stop by and see what the team is up to learn something new about WordPress or contribute a little something yourself. And with that, I’ll bring us home with the small list of big things. First thing, there was a freshly pressed minor release last week. You probably didn’t notice it.</p>\n\n\n\n<p>It probably went quite smoothly in the background and never interrupted you at all. However, if you want to read what was in it, you can head to wordpress.org/news now, or click on the link in the show notes. </p>\n\n\n\n<p>Second thing, is that coming up at the end of this week, September 9th, 2022, WordCamp US is back and ready to help broaden your WordPress knowledge. If you will be there, I hope it is a wonderful time, but if you won’t be there in person, I’ll include a link to register for the live stream, or you can watch all of those sessions afterward on wp.tv or the WordPress YouTube channel.</p>\n\n\n\n<p>Third thing on our list of small list of big things is that WordPress Translation Day is coming up. That’s normally at the end of September, it coincides with a global day of appreciation for translators just generally across the world. And so that is coming, it’s normally around the 28th or so. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:55]</strong></p>\n\n\n\n<p>So put that in your calendars. As soon as I have any information, as soon as I have a link to share with you all, I will have that for you as well. </p>\n\n\n\n<p>And the final thing on my list today is that if you are hoping to speak at WordCamp Asia, 2023, you have 10 more days, September 15th, 2022**, to apply for that.</p>\n\n\n\n<p>We need topics of all sorts, from security hardening and backend development to entrepreneurial best practices, WordPress out of the box all the way back around to the importance of securing open source freedom. Even when people don’t know they need them. If you’ve got something you’re a bit passionate about, something that you are a passionate expert about especially, we want to see your application. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\n\n\n\n<p><br>** <em><strong>Special note: the deadline to apply as a speaker to WordCamp Asia was extended to September 30th, 2022, after the recording of this episode.</strong></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:5:\"13425\";s: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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Bud Kraus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/08/people-of-wordpress-bud-kraus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Aug 2022 21:30: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:8:\"category\";a:6:{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:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=13385\";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:135:\"The latest People of WordPress story features trainer Bud Kraus, from the United States, talking about the software and how he uses it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:14109:\"\n<p><strong>This month, as we approach <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a>, we feature Bud Kraus, a WordPress trainer who has made a career in helping others learn about software. He also shares how he has developed an approach to using technology in order to overcome longstanding difficulties with his eyesight.</strong></p>\n\n\n\n<p><strong>In this People of WordPress series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=1014%2C627&ssl=1\" alt=\"Bud Kraus playing the guitar\" class=\"wp-image-13341\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=768%2C475&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus</em> with his guitar</figcaption></figure>\n\n\n\n<h2>Teaching WordPress strengthens your understanding</h2>\n\n\n\n<p>Bud has taught web design since 1998, with students from more than 80 countries online or in person. He was determined not to let his sight difficulties stop him from his wish to help others learn website building and maintenance skills. </p>\n\n\n\n<p>As WordPress evolves and new features release, Bud decided to extend his training services around helping new and existing users improve and practice their skills. He supports others in open source through volunteering to speak at WordPress events, and encourages others to do so too. He also gives time to help produce material for the free-to-access resource <a href=\"https://learn.wordpress.org/\">Learn WordPress,</a> which is part of the WordPress.org project. </p>\n\n\n\n<p>As a contributor to the <a href=\"https://make.wordpress.org/test/\">Test</a> and <a href=\"https://make.wordpress.org/training/\">Training</a> teams, Bud is keen for others to try contributing to these areas and help support the project’s future development. One of his current training priorities is to help people with using the block editor and Full Site Editing. He is an advocate for the usability of WordPress today, saying: “I can design all aspects of a website now with a block.”</p>\n\n\n\n<h2>Using WordPress as a traditional developer</h2>\n\n\n\n<p>Bud’s WordPress journey began with a lunch at Grand Central Station in New York in 2009. A friend and former client was promoting the idea of using WordPress, which Bud initially resisted.</p>\n\n\n\n<p>“I’m a code guy…,” he told his friend at the time. “I will never use anything like that.”</p>\n\n\n\n<p>However, the friend persisted. Eventually, Bud gave it a try and found a new approach with things called themes and plugins. His first encounter was with <a href=\"https://wordpress.org/download/releases/\">WordPress 2.6</a>. Bud signed up with a hosting company and found a theme where he could learn to edit and understand child themes.</p>\n\n\n\n<p>He said: “Once I saw that you could edit anything and make it yours, I was hooked. The endorphins were freely coursing through my veins.” Bud was hooked.</p>\n\n\n\n<h2>Teaching WordPress strengthens your own understanding of the software</h2>\n\n\n\n<p>There’s an old saying that the best way to learn something new is to turn around and teach someone else.</p>\n\n\n\n<p>Bud was already an instructor at the Fashion Institute of Technology when he thought, “I could teach WordPress!”</p>\n\n\n\n<p>And so he did, packing classrooms all through those first years of WordPress as it swept through the design world and further.<br><br>But Bud had more to discover. He said: “Two big things were about to happen that were really going to change my life. They would show me the way to the WordPress community – not that I even knew what that was.”</p>\n\n\n\n<h2>Sharing lessons learnt with the WordPress community</h2>\n\n\n\n<p>In 2014, one of his students suggested he start going to the New York WordPress Meetup. </p>\n\n\n\n<p>As he started going to WordCamps in New York City, he realized that WordPress was getting very large. What’s more, it had a community of people with whom he felt at home and could learn alongside.</p>\n\n\n\n<p>Bud gave a talk for the first time in 2016 at the only WordCamp to this day that has been held at the United Nations. He shared his knowledge of “Lessons Learned: Considerations For Teaching Your Clients WordPress.” </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"952\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=952%2C1024&ssl=1\" alt=\"Bud Kraus talking at a WordCamp\" class=\"wp-image-13340\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?w=952&ssl=1 952w, https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=279%2C300&ssl=1 279w, https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=768%2C826&ssl=1 768w\" sizes=\"(max-width: 952px) 100vw, 952px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus speaks at WordCamps to help people use the software even more effectively</em></figcaption></figure>\n\n\n\n<p>From there, Bud went on to speak at other WordCamps in the US. He also volunteered as a speaker wrangler for his home camp in New York City in 2018 and 2019.</p>\n\n\n\n<h2>From speaking to writing about WordPress</h2>\n\n\n\n<p>At some point before the Covid-19 lockdown, Bud found another outlet, this time in writing. </p>\n\n\n\n<p>Bud heard a magazine was advertising for submissions related to WordPress. His first attempted article did not make the cut.</p>\n\n\n\n<p>So in his second submission, Bud took the risk of writing about something deeply personal – a topic he really didn’t want to write about at all.</p>\n\n\n\n<p>He gathered his courage and revealed to the entire web design world that he was legally blind.</p>\n\n\n\n<p>The article appeared as <strong>“</strong><a href=\"https://www.smashingmagazine.com/2018/05/using-low-vision-teach-wordpress/\"><strong>Using Low Vision As My Tool To Help Me Teach WordPress</strong></a><strong>”.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"510\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?resize=510%2C600&ssl=1\" alt=\"Bud Kraus\" class=\"wp-image-13426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?w=510&ssl=1 510w, https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?resize=255%2C300&ssl=1 255w\" sizes=\"(max-width: 510px) 100vw, 510px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Bud Kraus</figcaption></figure>\n\n\n\n<p>Since the age of 37, Bud has had macular degeneration in both eyes, which affects his central vision. It is a leading cause of legal blindness in the United States and many other countries. </p>\n\n\n\n<p>He relies on his peripheral vision and finding ways to compensate. He also tends to see things in a flat dimension and has a difficulty discerning contrast – he is glad there are starting to be improvements in color contrasts in web design!<br><br>He uses tools like Speech to Text, larger sized cursors and bigger font sizes, and heavily uses zooming back in and out when working with WordPress. He is able to recognize patterns but has to rely on detailed preparation and memorizing materials. </p>\n\n\n\n<p>In his first magazine article acknowledging this situation, he shared the added difficulties that technology creates for people with visual conditions, and tips that he had found to try and find alternative routes around them. He uses the technique of finding alternatives in his training work to help people learn and understand, realizing that all people have different ways of reading and understanding. His words and subsequent stories have inspired others and enabled more people to highlight accessibility. He describes himself as a ‘stakeholder in ensuring that the WordPress admin is accessible.’</p>\n\n\n\n<p>A year after its first publication, the piece became a WordCamp talk, ‘My Way with WordPress.’ The talk was a hit and started many conversations about accessibility and the importance of raising awareness.</p>\n\n\n\n<p>A few months later, he gave a Gutenberg talk at the first WordCamp Montclair. There was no way he could have done it from a laptop, so instead, he did it from his 27” desktop computer. </p>\n\n\n\n<p>Bud said: “It was a presentation on Gutenberg plugins. Since I couldn’t do this from a notebook screen (the screen is too small and the keyboard is hard for me to manipulate), it was decided that I would bring in my 27″ desktop machine to a WordCamp. I’m probably the first person to ever have done this. It was good thing I only lived a few miles away.”</p>\n\n\n\n<p>He added: “I sat behind my computer, did my thing, and every once in a while peered out to make sure people were still there.”</p>\n\n\n\n<h2>Different ways of contributing to WordPress</h2>\n\n\n\n<p>One of the main ways Bud supported the community around the software was through talks at WordCamps and helping others to speak. </p>\n\n\n\n<p>During the Covid-19 pandemic, he was keen to continue contributing when WordCamps were no longer meeting in person. He turned greater attention to supporting the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> resource, a free to use learning platform made by and for the community itself. </p>\n\n\n\n<p>More training materials on the block editor can be found on Learn WordPress and his WordCamp talks are available on <a href=\"https://wordpress.tv/?s=kraus&speakers=bud-kraus\">WordPress.tv</a>.</p>\n\n\n\n<h2>Global reach and meaning through WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?resize=600%2C800&ssl=1\" alt=\"Bud Kraus with Josepha\" class=\"wp-image-13342\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?resize=225%2C300&ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus with Josepha Haden Chomphosy at WordCamp Montclair, NJ 2022</em></figcaption></figure>\n\n\n\n<p>Bud’s training materials and willingness to talk about accessibility have helped so many people find their way with WordPress. He in turn is an advocate for the community around open source.</p>\n\n\n\n<p>He said: “The software is really good, and the people are even better.” </p>\n\n\n\n<p>He added: “I get a sense of accomplishment whenever I launch a new or redesigned site. It’s also given me a great feeling to know that many people have learned WordPress around the world from my <a href=\"https://wordpress.tv/?s=kraus&speakers=bud-kraus\">talks and presentations</a>. This might just be the most gratifying thing of all.”</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), and Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), for work on this feature. Thank you too to Bud Kraus (<a href=\'https://profiles.wordpress.org/trynet/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>trynet</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the <em>People of WordPress</em> series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s: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:5:\"13385\";s: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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 6.0.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/2022/08/wordpress-6-0-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, 30 Aug 2022 19:39: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:8:\"category\";a:6:{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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"6.0.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"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:35:\"https://wordpress.org/news/?p=13346\";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:299:\"WordPress 6.0.2 is now available for download. This security and maintenance release features several updates since WordPress 6.0.1 in July 2022. You can review a summary of the key changes in this release by visiting https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s: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:5702:\"\n<p><strong>WordPress 6.0.2</strong> is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.2\">12 bug fixes on Core</a>, <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">5 bug fixes</a> for the Block Editor, and 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 6.0.2 is a short-cycle release. You can review a summary of the main updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/6-1/\">version 6.1</a> planned for November 1, 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.2.zip\">download WordPress 6.0.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2>Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:</p>\n\n\n\n<ul>\n<li>Fariskhi Vidyan for finding a possible SQL injection within the Link API.</li>\n\n\n\n<li><a href=\"https://hackerone.com/entropy1337\">Khalilov Moe</a> for finding an XSS vulnerability on the Plugins screen.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> of the WordPress security team, for finding an output escaping issue within <code>the_meta()</code>.</li>\n</ul>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.2 release was led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">@gziolo</a>.</p>\n\n\n\n<p>WordPress 6.0.2 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/uofaberdeendarren/\">Darren Coutts</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/martinkrcho/\">eMKey</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonmackintosh/\">jonmackintosh</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">marybaum</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tommusrhodus/\">tommusrhodus</a>, <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</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:5:\"13346\";s: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:63:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"A New WordPress.org Homepage and Download Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Aug 2022 15:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13321\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page redesign kickoff and shared mockups. Today, these new designs are going live! Like the News pages before them, these refreshed pages are inspired […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Nicholas Garofalo\";s: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:8395:\"\n<p>The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">redesign kickoff</a> and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">shared mockups</a>. Today, these new designs are going live! Like <a href=\"https://wordpress.org/news/2022/02/a-new-wordpress-news/\">the News pages before them</a>, these refreshed pages are inspired by the jazzy look & feel WordPress is known for.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"599\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&ssl=1\" alt=\"\" class=\"wp-image-13327\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=300%2C175&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=768%2C449&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1536%2C898&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?w=1710&ssl=1 1710w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/\">new homepage</a> brings more attention to the benefits and experience of using WordPress, while also highlighting the community and resources to get started. </p>\n\n\n\n<p>The <a href=\"https://wordpress.org/download/\">new download page</a> greets visitors with a new layout that makes getting started with WordPress even easier by presenting both the download and hosting options right at the top.</p>\n\n\n\n<p>This redesign was made possible through great collaboration between Design, Marketing, and Meta teams. Thank you to everyone involved throughout this update:</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\'https://profiles.wordpress.org/abuzon/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>abuzon</a> <a href=\'https://profiles.wordpress.org/adamwood/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamwood</a> <a href=\'https://profiles.wordpress.org/adeebmalik/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adeebmalik</a> <a href=\'https://profiles.wordpress.org/alexandreb3/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alexandreb3</a> <a href=\'https://profiles.wordpress.org/alipawp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alipawp</a> <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a> <a href=\'https://profiles.wordpress.org/aniash_29/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>aniash_29</a> <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> <a href=\'https://profiles.wordpress.org/bjmcsherry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bjmcsherry</a> <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/colinchadwick/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>colinchadwick</a> <a href=\'https://profiles.wordpress.org/crevilaro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>crevilaro</a> <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> <a href=\'https://profiles.wordpress.org/dd32/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dd32</a> <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a> <a href=\'https://profiles.wordpress.org/eboxnet/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eboxnet</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <a href=\'https://profiles.wordpress.org/elmastudio/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>elmastudio</a> <a href=\'https://profiles.wordpress.org/fernandot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fernandot</a> <a href=\'https://profiles.wordpress.org/geoffgraham/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geoffgraham</a> <a href=\'https://profiles.wordpress.org/iandunn/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>iandunn</a> <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a> <a href=\'https://profiles.wordpress.org/kellychoffman/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kellychoffman</a> <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> <a href=\'https://profiles.wordpress.org/maurodf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>maurodf</a> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> <a href=\'https://profiles.wordpress.org/mikachan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mikachan</a> <a href=\'https://profiles.wordpress.org/nikhilgandal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nikhilgandal</a> <a href=\'https://profiles.wordpress.org/pablohoneyhoney/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pablohoneyhoney</a> <a href=\'https://profiles.wordpress.org/peakzebra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peakzebra</a> <a href=\'https://profiles.wordpress.org/poliuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>poliuk</a> <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a> <a href=\'https://profiles.wordpress.org/psmits1567/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psmits1567</a> <a href=\'https://profiles.wordpress.org/renyot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>renyot</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/ryelle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ryelle</a> <a href=\'https://profiles.wordpress.org/santanainniss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>santanainniss</a> <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a> <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a> <a href=\'https://profiles.wordpress.org/tellyworth/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tellyworth</a> <a href=\'https://profiles.wordpress.org/tobifjellner/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tobifjellner</a> <a href=\'https://profiles.wordpress.org/webdados/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webdados</a> <a href=\'https://profiles.wordpress.org/willmot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>willmot</a></p>\n\n\n\n<p>Your comments, including some <a href=\"https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/\">feedback from the 2016 redesign</a>, were taken into consideration with this work. Expect more updates to come as efforts to jazz up WordPress.org continue.</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:5:\"13321\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – July 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Aug 2022 08:57:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=13306\";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:362:\"July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community. WordPress 6.1 development cycle is now published Mark your calendars! The WordPress 6.1 development cycle […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"rmartinezduque\";s: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:15049:\"\n<p>July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 development cycle is now published</h2>\n\n\n\n<p>Mark your calendars! The <a href=\"https://make.wordpress.org/core/6-1/\">WordPress 6.1 development cycle</a> has been published along with its release team. The <strong>expected release date</strong> has been updated to <a href=\"https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/\"><strong>November 1, 2022</strong></a>, to incorporate feedback received on the first proposed schedule.</p>\n\n\n\n<p>In the meantime, you can upgrade WordPress to version 6.0.1. This maintenance release became <a href=\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\">available for download</a> on July 12, 2022, and includes several updates since WordPress 6.0 in May 2022.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Want to get more involved with WordPress? Join Executive Director Josepha Haden Chomphosy, as she guides you through the five stages of contribution in a <a href=\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/\">recent episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>A new look for the WordPress Homepage and Download page</h2>\n\n\n\n<p>Following the revamp of <a href=\"https://wordpress.org/news/\">WordPress.org/News</a> and the <a href=\"https://wordpress.org/gutenberg/\">Gutenberg page</a>, further design updates are coming to WordPress.org to create a fresh and modern user experience that reflects the future of WordPress.</p>\n\n\n\n<p>The WordPress.org home and download pages will be the next pieces to get a refreshed look and feel. The redesign project <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">kicked off</a> on July 8, 2022, and the <a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/\">development work</a> is already underway.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Take a look at the design mockups and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">join the conversation</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 13.6, 13.7, and 13.8 are here</h2>\n\n\n\n<p>Three new versions of Gutenberg have been released since last month’s edition of The Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\"><strong>Gutenberg 13.6</strong></a> shipped on July 6, 2022. It includes 26 bug fixes and accessibility enhancements. This release also builds on previous work to expand theme.json and to allow you to create a cohesive design across blocks.</li><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\"><strong>Gutenberg 13.7</strong></a> brings an updated modal design, the ability to apply block locking to inner blocks, and <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">new template types</a>, to name a few highlights. It was released on July 20, 2022.</li><li>The latest Gutenberg release, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\"><strong>version 13.8</strong></a>, went live on August 3, 2022. It comes with fluid typography support among other enhancements, a new feature that will allow you to define text size that can scale and adapt to changes in screen size.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Follow the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">“What’s new in Gutenberg”</a> posts to stay on top of the latest updates.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: WordPress mobile app changes, pattern previews, Five for the Future improvements</h2>\n\n\n\n<ul><li>The Mobile Team announced last week that it will be <a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">refocusing the WordPress mobile app on core features</a>. To better serve the needs of all app users and reduce confusion, the Jetpack and WordPress.com features will be moved to a separate app in a gradual process targeted for completion later this year.</li><li>The Community Team is<a href=\"https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/\"> looking for supporters</a> to help reactivate WordPress meetups around the world.</li><li>As part of the ongoing efforts to improve the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) initiative, the Meta Team added automated recognition for a number of non-code contributions. <a href=\"https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/\">Check out this post</a> to learn more about other proposed improvements to the program.</li><li>The WordPress.org Theme Directory introduced a new feature that allows visitors to <a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">preview patterns bundled in a theme</a> without requiring installation.</li><li>The Design Team proposed to release <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">a curated set of style variations</a> designed by the community (instead of a new default theme) for WordPress 6.1.</li><li>Josepha Haden Chomphosy reflected on progress towards the 2022 goals of the WordPress project in this <a href=\"https://make.wordpress.org/updates/2022/07/25/a-mid-year-year-look-at-2022-goals/\">mid-year review</a>.</li><li>Over the past few months, the Training Team published six tutorials along with a variety of lesson plans and online workshops. See what’s new in this <a href=\"https://make.wordpress.org/updates/2022/07/15/whats-new-on-learnwp-in-july-2022/\">summary post</a>.</li><li>Curious about how the WordPress 6.0 release process went? Read this <a href=\"https://make.wordpress.org/core/2022/07/07/wordpress-6-0-retrospective-recap/\">WordPress 6.0 retrospective recap</a> for insights.</li><li>The Themes Team shared a follow-up post to address questions about the <a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">use of locally-hosted Google fonts in themes</a>.</li><li>There is an open <a href=\"https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/\">call for a new Accessibility Team Representative</a>.</li><li>The Performance Team has a new dedicated Make blog. Follow updates on their work and proposals at <a href=\"https://make.wordpress.org/performance\">make.wordpress.org/performance</a>.</li><li>The July 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/07/22/polyglots-monthly-newsletter-july-2022/\">Polyglots Monthly Newsletter</a> is live.</li><li>The latest edition of People of WordPress highlights <a href=\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\">Carla Doria</a>, a customer support specialist from South America.</li><li><a href=\"https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/\">July’s Meetup Organizer Newsletter</a> features several tips and tools for engaging and growing your community.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>WP Briefing celebrated <a href=\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\">World Wide Web Day 2022 with a special episode</a>!<strong> </strong>Tune in to hear contributors from the community reflect on how WordPress impacts their world.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback & testing requests</h2>\n\n\n\n<ul><li>Josepha Haden Chomphosy suggested giving Full Site Editing (FSE) a more user-friendly name. <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">Share your thoughts in this post</a>.</li><li>The <a href=\"https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/\">WordPress Notifications Feature project</a> is ready to begin collecting feedback. Efforts to help test the feature plugin and comments are welcome.</li><li>The Training Team kicked off a discussion to gather feedback on <a href=\"https://make.wordpress.org/training/2022/07/11/exploring-wordpress-certifications/\">how WordPress certifications should be approached</a>.</li><li>The Performance Team shared a few proposals to integrate new features targeting the WordPress 6.1 release. You can help by testing, reporting bugs, or contributing fixes and ideas:<ul><li><a href=\"https://make.wordpress.org/core/2022/07/13/proposal-persistent-object-cache-and-full-page-cache-site-health-checks/\">Proposal: Persistent Object Cache and Full Page Cache Site Health Checks</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images/\">Proposal: Add a dominant color background to images</a></li></ul></li><li>Version 20.4 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/07/26/call-for-testing-wordpress-for-android-20-4/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/07/25/call-for-testing-wordpress-for-ios-20-4/\">iOS</a> is available for testing.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Community Team is calling on all meetup members and organizers to <a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">complete the 2021-2022 Annual Meetup Survey</a>. Your feedback will help strengthen the WordPress meetup program for years to come. Please respond and help spread the word.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp updates</h2>\n\n\n\n<ul><li>WordCamp US is only five weeks away! The organizing team announced the <a href=\"https://us.wordcamp.org/2022/2022-kim-parsell-memorial-scholarship-recipients/\">Kim Parsell Memorial Scholarship recipients</a> for this year. Congratulations to <a href=\"https://profiles.wordpress.org/margheweb/\">Margherita Pelonara</a>, <a href=\"https://profiles.wordpress.org/simo70/\">Simona Simionato</a>, and <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>!</li><li><a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-supporters/\">20 organizations</a> have stepped forward to support underrepresented speakers from all over the world to get to WordCamp US 2022. Visit the <a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-support/\">Underrepresented Speaker Support page</a> to donate to the fund or ask for support if you are part of an underrepresented group.</li><li>WordCamp Asia 2023 opened a new <a href=\"https://asia.wordcamp.org/2023/call-for-speakers-is-now-open/\">Call for Speakers</a> and <a href=\"https://asia.wordcamp.org/2023/call-for-media-partners/\">Media Partners</a>. The deadline for speaker applications is September 15, 2022. The organizing team also shared more details on the <a href=\"https://asia.wordcamp.org/2023/wordcamp-asia-2023-ticket-release-timeline/\">ticket release timeline</a>.</li><li>Don’t miss these upcoming WordCamps:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja</a>, Uganda on September 2-3, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kathmandu.wordcamp.org/2022/\">WordCamp Kathmandu</a>, Nepal on September 3-4, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a> in San Diego, California on September 9-11, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://pontevedra.wordcamp.org/2022/\">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join #WPDiversity with a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Sign up now</a>!</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></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:5:\"13306\";s: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:61:\"\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:69:\"WP Briefing: Episode 37: The World of WordPress on World Wide Web Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Aug 2022 23:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13198\";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:128:\"Celebrating WWW Day, Josepha invites contributors from around the globe to share stories of how WordPress impacts their worlds. \";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/08/WP-Briefing-037.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Chloe Bringmann\";s: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:23689:\"\n<p>In the thirty-seventh episode of the WordPress Briefing, WordPress users and contributors reflect on how WordPress has changed their understanding of the web as we celebrate World Wide Web Day.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> & <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<p>Guests: </p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a></li><li><a href=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a></li><li><a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a></li><li><a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a></li><li><a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a></li><li><a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a></li><li><a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a></li><li><a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a></li><li><a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Training Group</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">Support Underrepresented Speakers at WordCamp US</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call of Speakers – WordCamp Asia 2023</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">Refocusing the WordPress App on Core Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">WordPress.org Homepage and Download Redesign </a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13198\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:39] </strong></p>\n\n\n\n<p>Today is one of my favorite niche holidays – World Wide Web Day – which serves to raise awareness about the origins of the World Wide Web project. WordPress, as part of Web 2.0, only ever had a chance to exist because the web, as we have come to know it exists. So in order to mark this nerdy day on the WP Briefing, I invited a number of community members to share a bit about how WordPress has been a part of their lives.</p>\n\n\n\n<p>But first, let’s do some introductions. </p>\n\n\n\n<p><strong>[Adam Warner 00:01:07]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a>, and I’m originally from a small town in west Michigan, now residing in Orlando, Florida. </p>\n\n\n\n<p><strong>[Alice Orrù 00:01:15] </strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/aliceorru/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a>. I’m Italian. I was born in the beautiful island of Sardinia, but I’ve been living in Spain in the province of Barcelona for 10 years.</p>\n\n\n\n<p><strong>[Dee Teal 00:01:26]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>; Dee is short for Denise. I’m from New Zealand, but I live In Melbourne.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:01:33]</strong></p>\n\n\n\n<p>Yeah, my name is <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>. I was born and raised in India and now live in San Jose, California, with my family and cuddly Doodle.</p>\n\n\n\n<p><strong>[Jill Binder 00:01:41] </strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a>, and I’ve just moved back to Vancouver, Canada. </p>\n\n\n\n<p><strong>[Mary Job 00:01:47] </strong></p>\n\n\n\n<p>My name is <a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a>. I’ve been using WordPress since 2015, and I’m from Nigeria. I’m from the Western part of Nigeria. Ijebu precisely. </p>\n\n\n\n<p><strong>[Oneal Rosero 00:01:57]</strong></p>\n\n\n\n<p>Yes. My name is <a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a>. I am from the Philippines and I’ve been using WordPress since 2007. </p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe</strong> <strong>00:02:06] </strong></p>\n\n\n\n<p>Thank you. My name is <a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a> . And I’m from Ilesa, Osun State in Nigeria. </p>\n\n\n\n<p><strong>[Ugyen Dorji 00:02:14]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> and I’m from Bhutan. And I’m working with WordPress for more than five years. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:22] </strong></p>\n\n\n\n<p>One of the things I enjoy the most about being part of any community is being able to see how people change and grow over time as they learn and gain confidence in their own expertise. So a favorite early question is naturally, ‘How has WordPress changed your World?’</p>\n\n\n\n<p><strong>[Alice Orrù 00:02:37] </strong></p>\n\n\n\n<p>WordPress changed my world in many ways. But, uh, starting from the moment, it allowed me to become part of a global connected and welcome community. I started using WordPress as a blogger many, many years ago, but it was in 2015 that I started working behind the scenes of WordPress with a plugin company.</p>\n\n\n\n<p>And that was the moment when everything changed, basically, because I realized that WordPress was much more than a CMS for creating websites. It was a world full of opportunities for networking, making new friends and walking a new professional path as well. </p>\n\n\n\n<p><strong>[Ugyen Dorji 00:03:15] </strong></p>\n\n\n\n<p>During one interview, I was asked many questions about WordPress and although I had a basic understanding of WordPress, I struggled to give detailed answers.</p>\n\n\n\n<p>After that interview, I resolved to develop my skills and learn as much about WordPress as possible. A few months passed and I received a call from ServeMask In, [who] had developed a plugin called All-in-One WP Migration plugin. They offered me a position which fulfilled my wish to work with WordPress full time.</p>\n\n\n\n<p>And because of that, I am now an active contributor to the WordPress community as bread and butter, with the best career in the world.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:04:03] </strong></p>\n\n\n\n<p>If you are very familiar with my country, Nigeria things here, it’s not as smooth as it is in other parts of the world. That is, when you are done in school in my university, you have to find means of surviving yourself. There is nothing like the government have work for you. There is nothing like you finish our institution and you get job instantly. So it’s very tough here. And, year by year, schools keep producing graduates with no companies to employ them and no government job again as well.</p>\n\n\n\n<p>So I personally, I was able to gain freedom from this with the help of WordPress.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:04:51]</strong></p>\n\n\n\n<p>WordPress completely changed my work life. I started working independently. I started freelancing with agencies and designers and, uh, building websites from their web designs. And this was around the time my son was born. Actually, he was in elementary school and I think this was around 2014 or so. I started working remotely when remote was not even a thing.</p>\n\n\n\n<p>And there were very few companies that let you work from home and remote was not a mainstream thing at all, but with WordPress, I could set my own working hours while my son was in school.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:29] </strong></p>\n\n\n\n<p>And of course, my preferred follow-up question of, ‘How did you hear about us?’ or ‘How did you connect to this global community?’</p>\n\n\n\n<p><strong>[Oneal Rosero 00:05:36] </strong></p>\n\n\n\n<p>Yes, actually what I love about WordPress is that it’s a community. It’s not a business. It’s not a company. It’s a community. It’s a community that’s always ready to help support, teach and encourage people. That’s how I felt when I joined the community. There’s always somebody who has your back.</p>\n\n\n\n<p>There’s always somebody who’s going to guide you. There’s always an expert who will take your hand and lead you into the beauty that is WordPress. </p>\n\n\n\n<p><strong>[Adam Warner 00:06:05] </strong></p>\n\n\n\n<p>The way that I connect with the global community these days are one, of course, is .org Slack. Another of course is Twitter as there’s a very active WordPress community there.</p>\n\n\n\n<p>And then with WordCamps all over the globe. I’m lucky enough to have been able to travel to several hundred WordCamps through the years in the US and abroad. And that’s one of the most rewarding parts is meeting people from all over the world and you see really how small and the world really is and how similar we really all are.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:06:39] </strong></p>\n\n\n\n<p>So, not until 2020. I don’t know if you know this lady, a very vibrant lady in WordPress. She’s from Nigeria; her name is Mary Job, and she’s really promoting WordPress here. So it was through her that I got to know about the community. Yes.</p>\n\n\n\n<p><strong>[Jill Binder 00:06:54]</strong></p>\n\n\n\n<p>My work is the global WordPress community. So we hold our three programs for the global WordPress community, and we are always trying to reach more and more countries. For quite a while, it was very North America-heavy, and then I made some efforts to expand. And it’s very exciting that this year, some contributors in our team have actually launched an Asia Pacific branch of our group. </p>\n\n\n\n<p>And so we have two meetings every other week where we have the America/Europe and the APAC, and we’ve also been able to reach other countries as well, but we typically reach something like between 20 and 50 countries a year, depending on the year. So a hundred percent global. Yes.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:39] </strong></p>\n\n\n\n<p>How has WordPress, either the CMS or the project, made you feel more connected? And are there any surprising connections that came from WordPress?</p>\n\n\n\n<p><strong>[Dee Teal 00:07:47] </strong></p>\n\n\n\n<p>I guess the surprising connections I think that have come from WordPress have been the fact that I feel like I’ve got friends all over the world. And a lot of those have come out of community involvement and from contributing. That I could go to a, a meetup pretty much anywhere in the world and probably find somebody I know, or at least a second degree connection of somebody that I haven’t, you know, that I might not have met, but know somebody that I know. And certainly that happens fairly regularly. </p>\n\n\n\n<p><strong>[Mary Job 00:08:13]</strong></p>\n\n\n\n<p>WordPress. The WordPress project, the community, has made me feel connected in a huge way, because I am literally surrounded by everything WordPress. So I like how, when you meet somebody who does WordPress, there’s this instant, ‘Oh, we’re brothers,’ or ‘Oh, we’re sisters!’ You know? There’s that feeling? That’s how I feel. </p>\n\n\n\n<p>So when I see somebody who does WordPress, as I do, I’m like, ‘Oh yeah, we’re, kin.’ You know? We are family. That’s how I feel when I meet people who do WordPress. And I’ve met quite a number of people who do WordPress from like around the world. Like I have a friend here, he’s from the Benin Republic, and we host started a dinner on Friday night and one of my guests was asking me, ‘How did you guys meet?’</p>\n\n\n\n<p>I was like, ‘Oh yeah, we work in the same WordPress ecosystem.’ He attended our WordCamp, we became friends, and we just literally became really good friends. So I have tons of people that I’ve met like that I hold in high esteem.</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:09:12] </strong></p>\n\n\n\n<p>WordPress Meetups are the seeds that lead to the growth of WordPress communities. WordCamp is a platform for plugin and theme developers to meet WordPress users and website developers. It’s a great environment where many incredible discussions about WordPress takes place. With each WordCamp there is a “tribe” meeting, where I think people [can] get more connected. It’s a fantastic opportunity for aspiring computer engineers, generators and get to showcase their talent and meet each other.</p>\n\n\n\n<p><strong>[Alice Orrù 00:09:51] </strong></p>\n\n\n\n<p>On the project level, it has given me the opportunity to feel like an active part of a global project. The idea that I can give my contribution to making the web a better place – it’s amazing. And I do so with the Translation team, so making WordPress accessible to all the people that use the core plugins and themes in Italian, and prefer to do that in Italian.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:18]</strong> </p>\n\n\n\n<p>What area of the WordPress world is most important to you?</p>\n\n\n\n<p><strong>[Jill Binder 00:10:21]</strong></p>\n\n\n\n<p>I have a little bit of a passion for diversity in tech and diversity in WordPress, specifically around events. And so, here’s a chance to name the three programs that we’ve been working on this year. So as mentioned a few times, we have our <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Workshop</a> that helps people go from not even having the thought that people could step up on stage.</p>\n\n\n\n<p>And then the second program is because of the pandemic. There was no longer the straight path from taking our workshop to speaking, because we used to hold them or people used to hold them for their WordCamps and meetups. And so it was like, okay, you’ve taken. Apply for our next WordCamp or meetup. But during the pandemic, that wasn’t a thing.</p>\n\n\n\n<p>So we have this amazing channel that we welcome everyone to join, allies and people from underrepresented groups who are interested in speaking or interested in supporting people and speaking. And that’s the Diverse Speaker channel <a href=\"https://wordpress.slack.com/archives/C028SE81N3H\">diverse-speaker-support</a> channel on the Make WordPress slack.</p>\n\n\n\n<p>And the third program is, and we, we went through a name change recently. So I’ll try to remember the new change it’s Organizing Inclusive and Diverse WordPress Events. And this is for WordCamp and meetup organizers to learn. We’ve learned over the last couple years, how important it is to create inclusive spaces and be good allies.</p>\n\n\n\n<p>But how do we actually do that? And a few of us created a very action oriented workshop in 2019 for WCUS, and that is now the basis of the work that we are bringing to people and people are loving it.. We’ve had people report a 40%, self-report 40%, increase in feeling prepared to create an inclusive event from before and after taking that workshop, which is super cool.</p>\n\n\n\n<p>Yeah. So, that’s my passion. </p>\n\n\n\n<p><strong>[Oneal Rosero 00:12:13] </strong></p>\n\n\n\n<p>I really love helping the WP Diversity team. I love running the workshops. I love running the workshops for myself, because I used to do training for software back before the pandemic. I used to train up to a thousand people a year in person, sometimes like 500 people in a room at once.</p>\n\n\n\n<p>But of course I had to shift. I had to pivot to online training, which is what the training team has brought for me. And the focus on the diversity. I like running the workshops. I like running workshops for different groups, different countries, because it’s nice to meet new people. It’s nice to hear about their culture, about the limitations that people have in Africa with connectivity.</p>\n\n\n\n<p>So they, they resort to using WhatsApp on their phone in order to do a meetup. That’s how they do their, their meetings, their discussions. It’s unlike other countries where we can do video calls. They have to use their mobile phones because connectivity isn’t accessible. </p>\n\n\n\n<p>Places like in the Philippines that get affected when it starts to rain a little bit, we lose our internet. So we have backups and our backups have backups. So there are many things that you learn that are different when you’re living in the city, when you’re living in the provinces, in the country. So it’s so many things that you learn about people and how they’re able to adapt. </p>\n\n\n\n<p><strong>[Adam Warner 00:13:35]</strong> </p>\n\n\n\n<p>Enabling end users to reach their goals. And whether that means participating in contributing to the software, to the Core software itself, in terms of UI/UX usability. That can include participating in the community and sharing your knowledge proactively with users who may be new to the platform, or have used WordPress for a while, but now want to step up their game, get a little deeper into using their websites as a tool for growth, for whatever business that they’re in. So, I mean, overall, the, the most important part of the WordPress world to me are the end users. And, you know, there, there is this quote unquote inner circle of WordPress community people. People who are involved in .org, people who contribute to the software, people who contribute to the 20 plus make.wordpress.org teams.</p>\n\n\n\n<p>Those we have to keep in mind, are not the average user by and far. They are not the typical user that hears the word WordPress and then goes out and searches it and then has to figure out how to use it. So I think user experience is probably the most important part for me and making sure that any of that innate knowledge that we have in that inner circle of WordPress because many of us have been using it for so long, keeping in mind that is not the norm. And it’s not the scale at which WordPress is used and, and making sure we translate complex concepts down to a layperson’s terms that might not be as familiar. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>One of the things that I have always found so fascinating about the web and WordPress’ role in it is how it has made the world simultaneously smaller and bigger. By giving voices to the voiceless we help each other find our community niches regardless of where they are in the world. Some of your closest friends could be people you would never meet in your own neighborhood. Well, let’s hear what some of our community members had to say about that.</p>\n\n\n\n<p><strong>[Dee Tea 00:15:42]</strong></p>\n\n\n\n<p>I think the thing that has been most empowering is, is coming into the project either in terms of contributing time and efforts to the community, which is where most of my contribution has been – has always been about this is a really cool thing, and I really want to build this.</p>\n\n\n\n<p>And so I’ll put my time and efforts into building WordPress. Not for me, but because I see its value and I see its community and I see that the contribution that it’s making to the world and I, and that’s really important. But finding that on the other side of that was a huge amount of personal benefit for me in my career, in the friendships that I’ve made.</p>\n\n\n\n<p>But I feel like if I had been approaching the community with, I want a better career, I wanna meet all of these people and I want, and I want all of this. From, “I want” for me, instead of, I want for this project, for the community and effectively for the world with that, you know, that whole democratized, the democratizing of publishing is this thing that serves the world.</p>\n\n\n\n<p>I think that’s been the key for me is that I absolutely have reaped amazing benefits from it, but it came out of that sense of, I see this value here and I want to contribute to that because it’s gonna have value, not just for me, but for a whole slew of people. And so, uh, you know, for much, much bigger impact than just on me.</p>\n\n\n\n<p>And so I think that’s the important thing for me is that sense of, if you approach it with that attitude of what can I do to help? It’s amazing what you will find yourself helped with in return.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:17:24] </strong></p>\n\n\n\n<p>I hope that you enjoyed this tour of WordPress in the World Wide Web. I want to share a big thank you to all of the folks who contributed to our little WordPress Briefing celebration of World Wide Web Day today.</p>\n\n\n\n<p>And that brings us now to our small list of big things. So firstly, we’ve got a couple of updates from our upcoming flagship events. WordCamp US has announced a speaker support fund specifically for historically underrepresented speakers at the event. You can donate to the fund on the page if you’d like, and there are also directions on how to request support, if you are part of an underrepresented group. </p>\n\n\n\n<p>From the folks over at WordCamp Asia, the call for speakers is live. That’s taking place in February, 2023. But it’s never too early to brush up those presentations and get them submitted. </p>\n\n\n\n<p>Next big thing is that there are some changes coming to the WordPress mobile app. A lot of the Jetpack functionality will be removed from it, so this is going to have a little bit of an effect on daily users of the app, but it will also have an effect on regular contributors. I’ll have a link to the full write up in the show notes so that you don’t have to guess or hold it all in your memory. </p>\n\n\n\n<p>And finally, this excellent design that you see on wordpress.org/news is finally making its way out to the next parts of the wordpress.org website. Before you know, it, there will be a fresh looking homepage as well as few other pages and then… to infinity and beyond (or something like that). </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And next up I’ll be taking just a mid-year break from the podcast. And so the next time that I actually see you again, will be in September.</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:5:\"13198\";s: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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Carla Doria\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Jul 2022 19:00: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:8:\"category\";a:6:{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:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=13201\";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:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Meher Bala\";s: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:12025:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to help the local community</strong>.</p>\n\n\n\n<p>For Carla, working with WordPress is a vital part of her life. It gave her a career and a community, in which she she would organize the first WordCamp in her city, Cochabamba, and the first in Bolivia.</p>\n\n\n\n<p>Carla studied industrial engineering and has a master’s degree in environmental studies.<br>Her first experience with WordPress was when she decided to start a small business designing and selling cushions and bedclothes. While Carla sat in the small store she had rented, hoping that people stopping at the shop windows would step in to buy something, she decided she needed to create a website.</p>\n\n\n\n<h2><strong>First steps with WordPress</strong></h2>\n\n\n\n<p>Carla had no budget to hire somebody, but she felt confident she could learn things on her own. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Learning to use WordPress requires no code skills or a technical background. It needs an adventurous and playful spirit.” </p><cite>Carla Doria</cite></blockquote>\n\n\n\n<p>She had always been studious, and decided she would figure out how to build a website herself. Carla ended up building a simple blog with WordPress. At the time, she didn’t even have a budget to buy a custom domain, so she used a free subdomain.<br><br>“Learning to use WordPress is easy. It requires no code skills or a technical background at all. It only needs an adventurous and playful spirit,” said Carla</p>\n\n\n\n<p>There were no profits, and any income mainly went to pay the store’s rent. At the time, her previous company contacted her for a job opening that matched her profile. Carla needed that income and decided to closed the store and forget about being an entrepreneur.</p>\n\n\n\n<p>Back in employee mode, Carla started her new job as a technical writer for a software development company. Since Carla had completed her master’s degree in the UK, she was proficient in English. Her close affinity for computers and technology made it easy for her to translate complex software jargon into simple tutorial steps.</p>\n\n\n\n<p>As Carla got more interested in technical writing and started to improve her writing skills. This reconnected her with her previous enthusiasm for writing, and she decided to channel that interest into a blog.</p>\n\n\n\n<h2><strong>Diving deep</strong></h2>\n\n\n\n<p>Creating her blog helped her become more familiar with WordPress and building websites. In 2015, Carla blogged about writing, her thoughts, book reviews, and everything that came to mind. </p>\n\n\n\n<p>Through looking for answers to specific issues using her WordPress blog, Carla found the support forums a useful place to go. Soon she realized that she could also help answer other people’s questions.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=600%2C900&ssl=1\" alt=\"\" class=\"wp-image-13189\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=200%2C300&ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Carla began checking the forums as a hobby. She liked that she was able to help people and learn more while doing so. </p>\n\n\n\n<p>Instead of surfing social media during her work breaks, Carla focused on checking the WordPress forums. Through this she learnt about a support job in one of the global firms.</p>\n\n\n\n<p>She felt the job was made for her and was excited to support people in building their websites with WordPress. The role offered the possibility to work remotely and travel while still working.</p>\n\n\n\n<p>After three years as a technical writer, her career felt stuck. She was certain she did not want to return to any job related to industrial engineering. </p>\n\n\n\n<p>Carla did not get through the selection process the first time. But after nearly 18 months between three applications and learning HTML and CSS, Carla finally secured a support job in 2016. With this job, WordPress became her main source of income.</p>\n\n\n\n<h2><strong>Leading a local WordPress community</strong></h2>\n\n\n\n<p>On the job, Carla learned about the WordPress communities around the world and WordCamps. But when somebody asked about the WordPress community where Carla lived, she didn’t know what to say. Was there a community?</p>\n\n\n\n<p>She discovered no local group existed, so she researched what was needed to setup a meetup. Carla discussed the idea with others, but hesitated as she thought it would require an expert WordPress developer to organize. </p>\n\n\n\n<p>But after trying to gauge interest, Carla realized that the only way to find community members was to start a community. In 2017, the <a href=\"https://www.meetup.com/Cochabamba-WordPress-Meetup/\">WordPress community in Cochabamba</a> was born.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"684\" height=\"391\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=684%2C391&ssl=1\" alt=\"The theme preview screen in the WordPress Cochabamba meeting on creating your website with blocks.\" class=\"wp-image-13236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?w=684&ssl=1 684w, https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=300%2C171&ssl=1 300w\" sizes=\"(max-width: 684px) 100vw, 684px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>WordPress meeting in Cochabamba explored creating your website with blocks</em></figcaption></figure>\n\n\n\n<p>The group has had ups and downs, probably similar to any other community. Although Cochabamba is not a big city, they had issues finding a location that was free and available to anyone who wanted to join. People came with different levels of knowledge, from people with vast experience with WordPress to people with no experience but who wanted to learn. </p>\n\n\n\n<p>The community grew during the pandemic, as meetups went online and people from other cities in Bolivia were able to attend. After restrictions were lifted, there was a lot of excitement amongst members to meet each other in person.</p>\n\n\n\n<h2><strong>Giving back through speaking</strong></h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=600%2C900&ssl=1\" alt=\"Carla reading a book under a tree\" class=\"wp-image-13191\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=200%2C300&ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The community also helped Carla to develop a new skill in public speaking. She applied to be a speaker at WordCamp Mexico <a href=\"https://mexicocity.wordcamp.org/2019/\">2019</a> and <a href=\"https://mexicocity.wordcamp.org/2020/\">2020</a>, <a href=\"https://guayaquil.wordcamp.org/2019/\">WordCamp Guayaquil 2019</a>, and <a href=\"https://colombia.wordcamp.org/2020/\">WordCamp Colombia in 2020</a>. Her confidence grew while she enjoyed connecting with other communities and meeting people who were on similar pathways. Not all of them were developers, as she had presumed. Many, like her, started out as bloggers.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"977\" height=\"419\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=977%2C419&ssl=1\" alt=\"WordCamp Cochabamba\'s logo with blue and grey lettering and a hat\" class=\"wp-image-13228\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/07/WCC.png?w=977&ssl=1 977w, https://i0.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=300%2C129&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=768%2C329&ssl=1 768w\" sizes=\"(max-width: 977px) 100vw, 977px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Finally, after three years, Carla applied to organize her first WordCamp in 2021 in <a href=\"https://cochabamba.wordcamp.org/2021/\">Cochabamba</a>. She had never imagined organizing any WordCamp, and through this having the experience to talk to sponsors and contact companies, and lead a group of people with different talents and backgrounds. Carla felt she had learnt so much from the experience.</p>\n\n\n\n<p>Thanks to WordPress, Carla found a job she enjoyed, was able to work remotely, and help build something in her community to help people learn skills and find career opportunities.</p>\n\n\n\n<p>Carla feels grateful for all she has been able to do thanks to WordPress. She said: “WordPress has led me to find good jobs. It also has allowed me to contribute to a community of friends that love learning about WordPress.” </p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for work on this feature, and to all the contributors who helped with the series recently. Thank you too to Carla Doria (<a href=\'https://profiles.wordpress.org/carlisdm/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>carlisdm</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (@chantaboune) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s: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:5:\"13201\";s: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:61:\"\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:64:\"WP Briefing: Episode 36: Beginner’s Guide to Contributions 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:83:\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-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:\"Mon, 25 Jul 2022 11:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13162\";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:164:\"Thinking of contributing to WordPress? Josepha Haden Chomphosy guides you through the five stages of contribution on the latest episode of the WP Briefing 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-036.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:16474:\"\n<p>In the thirty-sixth episode of the WordPress Briefing, Josepha Haden Chomphosy revisits the Beginner’s Guide to Contributions to the WordPress open source project. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/performance\" data-type=\"URL\" data-id=\"make.wordpress.org/performance\">Performance Team Information</a></li><li><a href=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\">WordCamp US Contributor Day Table Lead Info</a></li><li><a href=\"https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/\">Call for Testing #15: Category Customization </a></li><li><a href=\"https://europe.wordcamp.org/2019/contributor-orientation-tool/\">Contributor Quizlet</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13162\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40] </p>\n\n\n\n<p>WordPress is an open source software project and, like many other open source software projects, has an entire community of people who show up to help improve it however they can. Most of you probably use WordPress every day in some way. And I’m going to assume that since you listen to this podcast, you’re also interested in how this all works.</p>\n\n\n\n<p>One of the things I mention practically every episode is that WordPress works and continues to work because of generous contributions from people all around the world. I consider my work with WordPress to be my way of giving back for everything that this software enabled me and my family to do. But I once was a first-time contributor, and I remember what it felt like before I knew everything. </p>\n\n\n\n<p>I felt like it moved at the speed of light and that I could never tell what to do now, let alone what to do next. And that everyone around me basically already knew everything. And if you are feeling that way right now, I encourage you to take a big deep breath [breathe] and let me help you get started. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:43] </p>\n\n\n\n<p>I’m a roadmap sort of person. So I’m going to start by sharing the stages I’ve observed for folks who are contributing to open source. That way, you can tell where you are right now, which spoiler alert is probably a bit further along than you realize. Then I’ll give you some questions you can ask yourself for each stage to figure out what is a good fit for you. Think of it as a guided exploration. </p>\n\n\n\n<p>All right, the five stages. So these are they: </p>\n\n\n\n<ol><li><strong>Connecting</strong>. That’s when you’re first learning about the community. You know WordPress exists, but now you’ve just discovered that the community exists. That’s where you are. </li><li>The second phase is <strong>Understanding</strong>. It’s when you are researching the community, like, you know it exists, you think you want to give back, and so you’re trying to figure out where everything is. </li><li>The third phase is what I call <strong>Engaging</strong>. It’s when you’re first interacting, you’ve downloaded the CMS, you have figured out which team you think you’re interested in, and you’re headed to events or meetings or whatever. </li><li>The fourth stage is one that I refer to as <strong>Performing</strong>. And that’s when you’ve decided that you’re gonna volunteer and you’re gonna take some action. You’re going to like a contributor day or running a release or whatever. I think that’s probably not the first place you land, running a release is probably a lot, but, you know, coordinating work on the release or something like that. </li><li>And then phase five, which is the <strong>Leading</strong> phase. That’s when you’re taking responsibility for things getting done. </li></ol>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:08] </p>\n\n\n\n<p>Before we get any further, there are four important things to remember about those stages.</p>\n\n\n\n<p>The first thing to remember is that there is no set time between any of those stages. You can start in one and then three years later go to the next one, or you can start in one and go into the next stage tomorrow. The next thing to know is that each stage builds on the one before it. In my observation, anytime I have seen a contributor who feels like they’re really struggling, it’s because they skipped a stage in there, which really causes some trouble for them.</p>\n\n\n\n<p>The next thing to remember is that not everyone will make it through these stages, which is okay. The majority of the community stops at three. Most contributors stop at four. And that is perfectly fine. That is expected. That is normal and completely in line with what we expect from contribution.</p>\n\n\n\n<p>Uh, and the final thing to remember about that list of the phases is that very few people make it into that leadership stage. If we assume, like I do, that 1% of the people who are using WordPress also show up and contribute back to WordPress, then it’s kind of safe to assume also that about 1% of those people who have shown up to contribute to WordPress are moving into a space where they feel like they’re willing to take responsibility for making sure things get done in WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:31] </p>\n\n\n\n<p>Like we all collectively feel responsible for WordPress’s success, but in that leadership area, you’re kind of taking responsibility for 40% of the web or whatever’s going on there. And not a lot of people make it there, and that is completely fine, too. So that’s our basic terminology today. Those are the caveats that go with our basic terminology.</p>\n\n\n\n<p>Most difficulties that arise for new contributors happen because a stage got skipped somewhere along the way. It’s almost never intentional, but from what I’ve observed, that’s what makes it really difficult to get started and what makes it difficult to keep going once you’ve kind of already gotten in there.</p>\n\n\n\n<p>So, all right. Big breath, folks with me again [breathe]. Alright, it’s guided exploration time. </p>\n\n\n\n<p>First phase, the connecting phase. Remember, this is where you’ve just learned the community exists, people are talking about it, you don’t know much more. The first step for you is asking yourself what it is you could do. Or if there’s a project out there that looks particularly interesting.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:36] </p>\n\n\n\n<p>So you can ask yourself questions, like, am I a writer? And if I am a writer, do I write technical or prose. The other thing you can ask is, am I a PHP developer, a JavaScript developer, Python, Go; which language am I writing in because I find it most beautiful. Another thing you can ask yourself is, am I a teacher or a mentor, or do I just generally like to be a mighty helper? And I like to make sure that things keep running. </p>\n\n\n\n<p>So once you’ve asked yourself those things, it’s on to phase two, the understanding phase. This is when you’re looking around at this new-to-you community to see what is happening where. So you take a look at the teams that are around, you think about whatever it was you said you were good at in the last question and you look at which teams might be a good fit. </p>\n\n\n\n<p>So if you said that you’re a good technical writer, then Docs probably is for you. Have you been training others to use WordPress for years? Then you might wanna look into Training. There are a lot of other things, obviously, like if you think you’re good at working with code PHP or JavaScript, you’re probably gonna end up in Core.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:46] </p>\n\n\n\n<p>If you are particularly good at any of the other tech stacks that we have around in our Trac area or an Openverse, then that’s where you’ll land over there. You have design options. Like if design is really your thing, we have a Design team, but we also have a Themes team. There are plenty of places that you can land depending on what it is that you feel like you are the best at and could really help the WordPress project. And so that’s your phase two. </p>\n\n\n\n<p>Now that you have gotten a good guess at a team, we’re gonna swing through to phase three, which is the engaging phase. This is the phase that is the scariest for most people, but it’s okay. I am here for you. I am here for you in this podcast. So you have figured out what you want to do in order to contribute, and you’ve got a sense for the team that looks right. There are two things that you do next. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34] </p>\n\n\n\n<p>One is that you can go to a meeting. There are many kinds of meetings. There are team meetings, bug scrubs, and testing sessions, but they’re all in Slack, which means that you can attend one from anywhere. When they kick off, you wave, you introduce yourself, you let everybody know that you’re there and you’re observing. Folks will welcome you and just kind of give you some concept of what they’re working on. Easy as that. You’ve done your first time meeting attendance. </p>\n\n\n\n<p>Another good option is to keep an eye out for specific events. Some of those events happen online, like Global Translation Day. But also some of them happen in person like, Meetups or WordCamps. And there again, you show up, you wave, you introduce yourself, see if you can make a connection or two, let people know that you’re new and you’re just trying to figure out where you are and what you wanna do. </p>\n\n\n\n<p>If you’ve made it now, all the way to phase four, the performing phase, then give yourself a little pat on the back! Figuring out where you want to go and who your friendly faces are is the biggest challenge when you get started. So congratulations! </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:37] </p>\n\n\n\n<p>Phase four is the phase where you’ve decided you’re brave enough to volunteer – to do some contribution. You’re volunteering your time. That’s where you are now. So oddly enough, you start this phase by assigning yourself something, assigning yourself, a task. This seems counterintuitive.</p>\n\n\n\n<p>There’s this feeling that you can’t say that you’re gonna do something. That you can’t just assign something to yourself and say that you’re gonna do it. But in open source projects, you always can. You find a task where you’re comfortable, and you just mention that you would like to give it a try while the team is having their weekly meeting. And it’s simple as that. And not big things either. Like organizing an event or maintaining a component, those are probably too big for your first time around.</p>\n\n\n\n<p>I’m talking things like, ‘I will test that patch that you mentioned in the meeting.’ Or ‘I will review the docs and make sure that they’re up to date with the most recent release.’ Or ‘I can help run meetings for the next release.’</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:40] </p>\n\n\n\n<p>And then you have phase five, where you just repeat phase four until you are leading something! And I don’t mean leading in the 1950s sort of way, where you have like a corner office and you’re ordering people around. I mean, in the warm, inviting millennial way where you’re leading by inspiring people to do something or you’re leading because you make sure that the meeting happens every single week.</p>\n\n\n\n<p>Or you’re leading because you added screenshots to tickets that needed testing and so you moved something forward in a way that was helpful. Easy peasy. You can go to your first contributor today or a WordPress Slack meeting and just be a contributor by the time you leave, right? You might feel like ‘easy as that isn’t quite the right set of words right there. And as a matter of fact, you might be thinking to yourself, this woman is just plain wrong. It could not possibly be that easy. And I agree. It really isn’t literally quote-unquote just that easy. Just like handing someone a notebook and a pen will not instantly make them an award-winning novelist, handing someone a wordpress.org profile and credentials to Slack won’t instantly make them a contributor. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:46] </p>\n\n\n\n<p>For both of those examples, what makes someone good is the ability to try and fail and still be encouraged to try again. So if it’s been a while since you contributed and you’re thinking about returning, or if you’ve been listening to me for a while and you’re ready to give this contribution thing a try, I hope this helps you to feel brave enough to try and brave enough to fail.</p>\n\n\n\n<p>And I encourage you to be brave enough to try again.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:20] </p>\n\n\n\n<p>Let’s take a look at our small list of big things. My friends, we have a Performance team. This team has been a working group for a long time and is focused on some deep, inner workings of WordPress and its surrounding ecosystem to make sure that we are as fast and slick as possible. You can check them out on make.wordpress.org/performance, their brand new site, and see when they’re meeting, what they’re aiming to get into the WordPress 6.1 release, and if that’s something that you would like to contribute to. </p>\n\n\n\n<p>The second thing is that there’s a brand new call out for testing. This time it’s focused on templates and retroactively applying them to an entire category of posts. So it’s a little bit workflow testing, a little bit technology testing, and we could really use your help in bug hunting for both of those things.</p>\n\n\n\n<p>And the final thing is that you know since contribution is obviously the focus of today’s podcast, we are looking for table leads for WordCamp US’ contributor day that’s coming up in September. There’s a whole blog post about it, I’ll link to it in the show notes so that you’ll have all the info and can raise your hand if you want. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:12:25] </p>\n\n\n\n<p>And speaking of things that I’ll have in the show notes, I also am going to put like a contributor quizlet guide thing. If the guided, figuring out of the teams in the phase two section, if that didn’t make any sense to you and you just need something to direct you specifically to potential teams, I’m gonna link to the contributor kind of sorting hat quiz that came out with WordCamp Europe. And that should help you work your way through phase two and get ready for phase three if that is where the spirit takes you. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</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:5:\"13162\";s: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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 16:58: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:5:{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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"6.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-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:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13138\";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:236:\"WordPress 6.0.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.0 in May 2022. You can review a summary of the key changes in this release by visiting 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s: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:5452:\"\n<h2>WordPress 6.0.1 is now available</h2>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.1\">13 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">18 bug fixes</a> for the Block Editor. WordPress 6.0.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">version 6.1</a> planned for later in 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.1.zip\">download WordPress 6.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-1/\">version 6.0.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.1 release is led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">@zieladam</a>.</p>\n\n\n\n<p>WordPress 6.0.1 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">Clement Boirie</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James Dodd</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a>, and <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich Pogson</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:5:\"13138\";s: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:61:\"\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:64:\"WP Briefing: Episode 35: Five for the Future’s True Intentions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Jul 2022 12:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13132\";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:140:\"On this week\'s episode of the WordPress Briefing, Josepha answers questions about the intentions behind the Five for the Future initiative. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-035.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:14788:\"\n<p>In the thirty-fifth episode of the WordPress Briefing, Josepha Haden Chomphosy tackles questions about the true intentions of the Five for the Future initiative.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">New Create Block Theme plugin</a></li><li><a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">Open Sourcing Theme Designs </a></li><li><a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">Exploration in Meta to improve DevHub </a></li><li><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of the Commons definition</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13132\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40] </p>\n\n\n\n<p>Today I’m talking about Five for the Future– again. Before we get stuck right into the heart of it, 10 episodes ago, in episode 25, I focused on the Five for the Future initiative and I recommend that you listen to that before you join me in today’s episode. It’s only eight minutes and it gives you a history of the Five for the Future initiative, as well as some information on the Five for the Future program.</p>\n\n\n\n<p>It then goes on to talk about some of the original intentions behind that original initiative. The reason I bring this back up today is partially because one, I will talk about both the program and the initiative it’s based on literally anytime. I believe strongly that they are both a vital part of what will result in a triumph of the commons of WordPress, and keep this empowering project around for years to come. </p>\n\n\n\n<p>But I also bring it up today because there’s conversation about a post I published a couple of months back that has generated some dialogue around the intentions of this catchy call to contribution. So to make sure that as we move through this discussion together, we are working with as much factual information as possible, I present to you some facts.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:46] </p>\n\n\n\n<p>First and foremost, the pillars of this initiative. The 5% in Five for the Future is aspirational. Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it’s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you’re defining it, it is an aspiration, not a requirement. </p>\n\n\n\n<p>The second pillar, pledges show your intention and whatever contributions you are able to offer after you’ve made your pledge are always welcome. No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress.</p>\n\n\n\n<p>There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It’s all coming from generosity of heart. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:52] </p>\n\n\n\n<p>And speaking of generosity, the third thing that is important about this initiative is that it insists on and wants to celebrate a culture of generosity. Beyond the concept of a pledge, is the idea of generous collaboration toward the long term health and stability of our project for the future.</p>\n\n\n\n<p>As contributors, we understand that we are greater than the sum of our parts and what we build <em>within</em> WordPress empowers those who build <em>with</em> WordPress. So those are the pillars that went into that initial thought, that opening Five for the Future call to action that Matt gave to everybody in 2014.</p>\n\n\n\n<p>And so now I want to share with you some of the pillars of the program that has grown up around it. So the Five for the Future initiative, if you’re not familiar, was started in 2014 and is a grand call to all of us to remember to give back to the shared commons of WordPress. Its aim was to help guard against what is called the “tragedy of the commons,” where resources are continually taken out and not necessarily reinvested in. No one’s necessarily putting anything back into those.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:06] </p>\n\n\n\n<p>So that’s the starting point for all of this. So the program, the Five for the Future program, in 2018 was built as a collaborative effort with full participation and buy-in from the contributors who were active in the project at the time. It allowed anyone to raise their hands, to show support of WordPress via a pledge and also started a multi-year discussion of how to define contributions in a way that let us automatically provide props and therefore more effectively put badges on people’s wordpress.org profiles. </p>\n\n\n\n<p>And then in 2019, there was an additional pilot of the program, which kind of offered some team structure, which was intended to not only take on work that I don’t like to ask volunteers to do, but also to provide some checks and balances to an absolute raft of sponsored contributor hours that we had started to see show up. </p>\n\n\n\n<p>Which brings us then to the post that I mentioned at the start. Knowledgeable supporters of the WordPress open source project have debated next iterations to Five for the Future activity and programming. So, to bring the conversation to a central set of questions, or rather to bring the conversation to a central spot, I raised these two questions. One, what activities can we see inside our contributor networks? So wordpress.org, make.wordpress.org, the Rosetta sites that we have, Slack, et cetera. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:30] </p>\n\n\n\n<p>So what activities can we see inside the contributor networks that we can flag to enable easier distribution of props and therefore badges? The second question is, what activities can we see also in those contributor networks that appear to be contributions, but in the end are only benefiting the person or company that provides the contributions?</p>\n\n\n\n<p>For what it’s worth that discussion then also raised a third question that I don’t think we’ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward? Cause there are so, so many of those things and it’s a great question. I don’t have an answer and just so that I don’t leave you all with a series of questions for which there are no answers provided in this particular podcast, I do have a few answers for questions that I have seen floating around this discussion. </p>\n\n\n\n<p>So the first question is actually a bunch of questions. There are like three parts to it. What are props, who gives props, and who tracks them? So ‘props’ is a term used in WordPress to describe shared recognition of a contribution. Think of it as like a hat tip or kudos or an assist. However you think about it, it’s recognition of the other people who helped to solve a problem along the way. That is what props are. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:47] </p>\n\n\n\n<p>The second part of that question is who gives props and historically developers have given props, which tends to mean that it’s mostly developers who get props. But now, also, any team rep during a release cycle can provide props to folks on their team, volunteers on their team who were really helpful during the course of the release.</p>\n\n\n\n<p>And recently we also added the functionality for ad hoc props to be given in the Slack props channel, and those get added to your profile activity. So that someone can give you basically a public thanks for having helped on something that they were working on. And then that gets logged in your activity tracker on your WordPress.org profile.</p>\n\n\n\n<p>And then the final question in that first big question is who tracks these props? And the answer is human beings! Which is why folks feel like they have to do a ton of things before they even get props. And that’s also why I’d like to automate more and more of them so that you don’t have to do a ton of things in order for someone to show up and acknowledge that you are part of a solution.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:51] </p>\n\n\n\n<p>So the second question that I’ve seen kind of running around is, where do props start? And that is a great question that has been asked year after year. And one that I think we should continue to ask. The reality is that we won’t be able to see every contribution to WordPress, but that doesn’t mean that they aren’t valuable. And it doesn’t mean that they don’t matter. </p>\n\n\n\n<p>Building our culture of generosity helps us to better recognize and celebrate each other for all of our contributions, whether they are for a major release or a major event, or one of these new ad hoc props that you can offer to people. And if we see more and more of the same type of contributions being celebrated, then we can also work toward automating those as well, so that you don’t have to do a super ton of them before someone has noticed that you’ve done even one of them. </p>\n\n\n\n<p>And the third big question that has been running around is, what about the people who don’t want the props? If people want to be literally anonymous, then deletion requests are probably your way to go. But I actually don’t think that’s the question here. I think the question is what if a prop holds no intrinsic value to you and then, you know, I wanna thank you for that spirit of generosity. And I also wanna say that I’m so glad you’re here. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:02] </p>\n\n\n\n<p>Hopefully, all of these answers clarify what lies at the heart of what is intended with the Five for the Future initiative and the program that’s built on top of it. And why I care so much about fixing the ways we offer props to folks. For me, it’s not about assessing the worthiness of people or companies or any of their contributions. For me, it’s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.</p>\n\n\n\n<p>And that brings us now to our small list of big things. Thank you all for making it into the final stretches with me. These three things that I’m sharing also have companion blog posts to go with them because they are very big questions or very big features, very big plugin kind of things that we’re looking at. And so you’ll be able to find those in the show notes, or you can go to wordpress.org/news if you’re listening to this in a podcast player of your choice that is not wordpress.org. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:10] </p>\n\n\n\n<p>So the first one on my list is a new plugin. It is called Create Block Theme. And it’s gonna make it easier for theme builders to use the existing site editor tools to create new block themes. I’m very excited about this. Uh, you can find it on make.wordpress.org/themes. And I will also include a link to it in the show notes below. </p>\n\n\n\n<p>If themes are not your area of expertise, but you are interested in documentation or the DevHub or to an extent design things, then the improvements that are being worked on for the DevHub are definitely in your area. That’s kind of a Meta task, but has a few other pieces involved as well. That can be found on make.wordpress.org/meta. But again, I will have a link to the very, very detailed blog post in the show notes. </p>\n\n\n\n<p>It’s got a bunch of hypothetical changes that are being suggested for the WordPress developer docs, uh, especially when it comes to the function reference. And so there are gonna be some slight design questions, but not like, graphic design/visual design, more in the like, can humans read this design area of things? And so that will be a good one to look at. If you are sort of in the Meta or Documentation vein of things in the way that you like to contribute to WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:011:30] </p>\n\n\n\n<p>And then the final thing is about open sourcing theme designs. So open sourcing everything obviously is important to us. And the design tool that we use, this tool called Figma, is open to the public. And so it’s possible for folks to be able to kind of get in there and use and reuse any design elements.</p>\n\n\n\n<p>And so there’s a discussion happening over on make.wordpress.org/design about how that can and should look in the future. And so if design is definitely your area, and again, this kind of lines up with themes a little bit, then wander over into that one, for which there will also be a link in the show notes. </p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</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:5:\"13132\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – June 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:19: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:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=13069\";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:313:\"With WordPress 6.1 already in the works, a lot of updates happened during June. Here’s a summary to catch up on the ones you may have missed.  WordPress 6.1 is Slated for Release on October 25, 2022 Planning for WordPress 6.1 kicked off a few weeks ago with a proposed schedule and a call 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:14:\"rmartinezduque\";s: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:12416:\"\n<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here’s a summary to catch up on the ones you may have missed. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the “<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>” posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</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:5:\"13069\";s: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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Leo Gopal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Jun 2022 12:00: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:8:\"category\";a:6:{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:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=13020\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give. Writing as […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Meher Bala\";s: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:11765:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=768%2C475&ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo’s story, and have mapped with his WordPress journey. </p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. </p>\n\n\n\n<h2>It all began with WordPress 1.2 ‘Mingus’</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?w=720&ssl=1 720w, https://i0.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?resize=225%2C300&ssl=1 225w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></figure>\n\n\n\n<p>As Leo’s confidence grew through expressing himself in writing, he was determined that his stutter would ‘no longer hold power over him’. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on ‘Customising WordPress’ and ‘Making WordPress your own’.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.” </p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone. </p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this. </p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?w=1024&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=768%2C512&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2016</figcaption></figure>\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed. </p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 – 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low – start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns. </p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?w=1944&ssl=1 1944w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2019</figcaption></figure>\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the ‘right’ circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\'https://profiles.wordpress.org/leogopal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>leogopal</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s: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:5:\"13020\";s: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:61:\"\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:49:\"WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2022/06/episode-34-wordpress-6-1-is-coming/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Jun 2022 15:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13013\";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:154:\"Join WordPress Executive Director Josepha Haden Chomphosy as she covers planning for major releases and how you can get involved in the 6.1 release cycle!\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-034.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:8675:\"\n<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it’s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because, as most of you know, WordPress never sleeps. Y’all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn’t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br></p>\n\n\n\n<p>So if you’ve never contributed to a major release of WordPress before, and you’re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you’re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11] </p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we’re seeing in track, a schedule, the whole kit, and caboodle. It’s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start. </p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we’re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23] </p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it’ll be okay. We’ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that’s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress’ overall success. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19] </p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can’t quite commit to grabbing an oar today, that’s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is. </p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what’s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14] </p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That’s taking place on September 24th and 25th. Uh, it’s happening over Zoom, so location or travel shouldn’t really be an obstacle for you. I’m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that. </p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07] </p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It’s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</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:5:\"13013\";s: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:61:\"\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:59:\"WP Briefing: Episode 33: Some Important Questions from WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 13 Jun 2022 11:01:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13005\";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:165:\"WordPress Executive Director Josepha Haden Chomphosy covers some important questions from WordCamp Europe on this special episode of the WordPress Briefing 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-033.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Santana Inniss\";s: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:13788:\"\n<p>In the thirty-third episode of the WordPress Briefing, hear Josepha Haden Chomphosy recap important questions from WordCamp Europe, and a selection of Contributor Day interviews. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Production Assistance: <a href=\"https://profiles.wordpress.org/priethor/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li><li>Special Guests: <a href=\"https://profiles.wordpress.org/milana_cap/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/daugis/\">Daugirdas Jankus</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><em><a href=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\">L’esprit de l’escalier</a></em></li><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" data-type=\"URL\">Flexbox Layout Blocks</a></li><li><a href=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\">Translating Content on Learn WordPress</a></li><li><a href=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\">Translating Subtitles</a></li><li><a href=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\" data-type=\"URL\" data-id=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\">Collaboration Across Cultures</a> (Blog)</li><li><a href=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\">Collaboration Across Cultures</a> (YouTube Video)</li><li><a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2023/call-for-organisers/\">WordCamp Europe Athens: Call for Organizers</a></li><li><a href=\"https://twitter.com/matias_ventura/status/1534602705456480260\" data-type=\"URL\" data-id=\"https://twitter.com/matias_ventura/status/1534602705456480260\">6.1 Release Planning Twitter Thread</a></li><li><a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">6.1 Release Planning Roadmap Post</a></li><li><a href=\"https://make.wordpress.org/meetings/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meetings/\">Make WordPress Meetings Calendar</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13005\"></span>\n\n\n\n<p>[<strong>Daugirdas Jankus </strong>00:00:04] </p>\n\n\n\n<p>Honestly, it’s not a secret. It’s a big part of our business. And I think it’s like WordPress is a big part of all the hosting company, company’s, businesses, you know? So for us, it is like, we want to make it better. We want to give back. We want to understand, you know, where we can contribute the most. And we see it as a, you know, win, win, win situation for everyone, for clients, for the whole ecosystem.</p>\n\n\n\n<p>And for us as a business, of course!</p>\n\n\n\n<p>[<strong>Milana Cap </strong>00:00:32] </p>\n\n\n\n<p>My favorite WordPress component is WP CLI. That’s my crush, haha, because I love terminal. I love doing it. I’m not a really UI type of person, I get lost in UI. But in terminal, you just type command and it does what you want. And a WP CLI is much more powerful than WordPress dashboard. You can do so many things there and you can have fun.</p>\n\n\n\n<p>Uh, so that’s my go-to tool!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:10] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing– the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:36] </p>\n\n\n\n<p>Many, many people were at WordCamp Europe a couple of weeks ago. And at the end, Matt and I closed out the event sessions with a little question and answer time from the community. I was excited to see everyone and excited to answer their questions. But as with all spur of the moment answers, I experienced this <em>l’esprit de l’escalier </em>and I found that there were a few things that I would have answered a little more completely if I had taken more than two seconds to think about them.</p>\n\n\n\n<p>So today I’m going to augment some of the answers from that session with a little more context and clarity. There was a question from Laura Byrne about favorite blocks in recent WordPress releases. And given that I was exclusively holding WordCamp Europe information in my brain at the time, I couldn’t think of which block was my favorite. While I was sitting there on that stage,</p>\n\n\n\n<p>I realized that one of my favorite things about WordPress’s 6.0 release, like Matt, wasn’t really a block, but it was a functional workflow sort of thing. So my favorite thing was the ability to lock blocks, but I mean, the question was about favorite blocks. And so I do know that some of the most anticipated blocks are the Flexbox layout blocks. Whew. What a sentence!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:46]</p>\n\n\n\n<p>Try to say that three times fast! Those blocks are the Flexbox layout blocks, they are sort of shortcuts that show up when you’re selecting multiple blocks and allow for easy side-by-side layouts. I’m not explaining it in a way that does it much justice, but I will share a link in the show notes that has more information and you can kind of see how empowering that particular block is in the block editor.</p>\n\n\n\n<p>The next question I wanted to give a little more context to came from Courtney Robertson. She asked about how to make translated content more readily available on learn.wordpress.org. My answer was pretty far ranging and talked about why it’s harder to commit to prioritizing that over, for my example, translating WordPress core. </p>\n\n\n\n<p>But I also understand that there are people who want to help and just need someone to point them in the right direction. And so I want to be clear that it is possible to have workshops in any language on learn.wordpress.org right now. We just don’t have a lot of people contributing those translations.</p>\n\n\n\n<p>So there are conversations going on right now in the training team about using Glotpress on learn.wordpress.org, and also how to translate subtitles. So, if you are looking for ways to give back through translation and training is an important kind of area of your focus. I will have links to both of those things in the show notes as well.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:11]</p>\n\n\n\n<p>I also gave a quick answer, uh, after this question about how hard it is to recognize contributions that are separate from a major event or major release. In this case, when I say recognize, that’s recognized as in thank, not recognize as in, know it exists. In case it’s not clear why that was connected, why that answer was connected to the question, training materials are self-serve and not always specific to individual releases of WordPress.</p>\n\n\n\n<p>So that means the maintenance of any content around training happens routinely over the course of time, rather than because of a specific release or a WordCamp. What sometimes can make it a little harder to entice people to join us in that work. </p>\n\n\n\n<p>And now the third question I’d like to tackle is the one that came from Megan Rose. She asked how we can encourage better diversity as we go back to in-person events. My answer was more about the big picture, program-wide work that has been done and specific awarenesses that I, as a leader, have been keeping top of mind. That answer is still true and is still important, but again, it doesn’t really help anyone who’s wondering how they can show up today in their own communities, and do the hard work of fostering an inclusive space there so that we can confidently welcome more diverse voices together. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:27]</p>\n\n\n\n<p>A great place to start is to have conversations with people who aren’t like you and really listen. Also recognizing that we all come from different backgrounds that give us more or less opportunity and always be asking yourself, who is missing from this conversation and why, how can I find them and invite them into our own WordPress spaces?</p>\n\n\n\n<p>If that all kind of feels right up your alley, I would check out the show notes. I’ll have some links in there to the community team’s site, as well as a few posts that will help you to explore that a bit further as well. </p>\n\n\n\n<p>There were also a couple of questions about market share slash usage of WordPress, and Five for the Future that I really do want to answer, but as I was writing up the context and just kind of exploring the questions that people were raising, it turned out to really be quite a big set of answers.</p>\n\n\n\n<p>So I will do those in either two separate episodes of their own or one surprisingly long, for me, episode. And so there you have it, a lightning round, deep dive on a few questions from WordCamp Europe.</p>\n\n\n\n<p>[<strong>Jonathan Desrosiers </strong>00:06:41] </p>\n\n\n\n<p>Yeah, it’s definitely great to be back in person. Um, it’s been a long two years, two or three years for a lot of people and it’s, it’s, it’s great that we’re such an asynchronous community and we can all stay connected online through Slack and different means. Um, but there are some things that you can’t replace, like making friends with people and learning people’s demeanors and having some discussions in person that you can’t replace.</p>\n\n\n\n<p>And so, uh, I’m really excited to see people I haven’t seen in a long time. Meet new people and, um, you know, have some of those discussions here today in Portugal.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:07:21] </p>\n\n\n\n<p>Which then brings us to our small list of big things. </p>\n\n\n\n<p>If you missed the announcement, WordCamp Europe will be in Athens next year. And the call for organizers is open already. It’s an experience that is absolutely irreplaceable. So I’ll link to that in the show notes, in case you’ve always wanted to give back to WordPress that way.</p>\n\n\n\n<p>The second thing on my list is that work on the next major release of WordPress is already underway. There is a post with roadmap info that was published recently, as well as a slightly more casual thread on Twitter. I’ve linked both of those in the show notes, so that you have some concept of what it is that we are aiming for in 6.1, and also a concept of where to go to get started working on it if that’s what you feel like doing, uh, for the next three to four months– 120 days, roughly.</p>\n\n\n\n<p>Uh, and finally. This is less of like a thing to be aware of in the next two weeks and kind of a little WordPress project tool tip. Did you know that we have a calendar that shows all meetings for all teams all week long? It will make you feel tired by the amount of work that gets done in the WordPress project every week, but it’s right there on make.wordpress.org/meetings.</p>\n\n\n\n<p>So you never have to wonder where folks are meeting to talk about things ever again. And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\n\n\n<p>[<strong>Santana Inniss & Héctor Prieto </strong>00:09:11] </p>\n\n\n\n<p>Hello! Mic test. One, two, one, two. </p>\n\n\n\n<p>We are testing the USB microphone. Let’s hope we’re using it actually. </p>\n\n\n\n<p>I think so. I think so. </p>\n\n\n\n<p>Yes. Because now I am far, and now I am much closer to the microphone. Yes. </p>\n\n\n\n<p>And I am sitting in the same spot. </p>\n\n\n\n<p>Good. Hello? </p>\n\n\n\n<p>Hello! </p>\n\n\n\n<p>Mic test one, two.</p>\n\n\n\n<p>Mic test one, two. </p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>[laughter]</p>\n\n\n\n<p>And, close.</p>\n\n\n\n<p>Mic check. </p>\n\n\n\n<p>Mic check. </p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>I’m close to the mic. I’m far from the mic. </p>\n\n\n\n<p>I’m far from the mic. Wow.</p>\n\n\n\n<p>Not so far.</p>\n\n\n\n<p>[laughter]</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:5:\"13005\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/06/the-month-in-wordpress-may-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jun 2022 11:35: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:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=12993\";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:346:\"WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress! Say hello to 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:14:\"rmartinezduque\";s: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:12516:\"\n<p>WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.0 “Arturo”</h2>\n\n\n\n<p><strong>WordPress 6.0 “Arturo” was released on May 24, 2022</strong>. Named in honor of the Latin jazz musician Arturo O’Farrill, the awaited release brings more customization tools and numerous updates to make the site-building experience more intuitive.</p>\n\n\n\n<p>Check out the <a href=\"https://youtu.be/oe452WcY7fA\">WordPress 6.0 video</a> and the <a href=\"https://wordpress.org/news/2022/05/arturo/\">announcement post</a> for an overview of the most important changes. Interested in knowing more about the features that will help you build with and extend WordPress? Then the WordPress 6.0 <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">Field Guide</a> might be for you.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Over 500+ people in 58+ countries made WordPress 6.0 possible – Thank you!</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/download/\"><strong>Download WordPress 6.0</strong></a></div>\n</div>\n\n\n\n<h2>Happy 19th birthday, WordPress!</h2>\n\n\n\n<p>Time flies, doesn’t it? Believe it or not, May 27 marked the 19th anniversary of WordPress’ first release! To celebrate, the community put together <a href=\"https://wp19.day/\">a special site</a> (wp19.day) where contributors shared thoughts, videos, live shows, and more.</p>\n\n\n\n<p>You can still join the fun using the hashtag #WP19Day on social media, or even contribute photos of the swag you used to celebrate to the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\"><strong><strong><strong>If you haven’t yet, this is also a great opportunity to share your WordPress story. Visit the #GrowYourStoryWP initiative to learn more – We’d love to hear from you.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>New in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">Gutenberg 13.2</a> shipped on May 11, 2022, and brings a new API to save editor preferences on the server, visual guides for padding and margins, and improvements to the Comment block.</li><li><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3</a> comes with a new Table of Contents block and a number of enhancements to existing blocks to provide more ways to display content, among other highlights. It was released on May 25, 2022.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Five for the Future, guidelines for in-person regional WordCamps, and more</h2>\n\n\n\n<ul><li>Following an earlier discussion on in-person regional WordCamps, the Community team announced new <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">guidelines</a> for these WordPress events.</li><li>The Five for the Future (5ftF) initiative is key to ensuring the future of the WordPress project. As part of the ongoing efforts to improve this initiative, Executive Director Josepha Haden suggested a <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">definition</a> for 5ftF pledges and contributions.</li><li>Tonya Mork posted a summary of the <a href=\"https://make.wordpress.org/test/2022/05/31/core-test-stats-for-wordpress-6-0/\">core test stats for WordPress 6.0</a>.</li><li>The Meta and Theme Review teams shared an update on the work done over the past year to <a href=\"https://make.wordpress.org/meta/2022/05/23/theme-reviews-improvements/\">improve the theme review process</a>. As a result, the average time for themes to be reviewed has decreased by 90%.</li><li>Josepha Haden kicked off a discussion post to gather feedback on the <a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Community Code of Conduct</a> section of the new <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">Contributor Handbook</a>.</li><li>On a similar note, the Community team created a new <a href=\"https://make.wordpress.org/updates/2022/05/26/announcement-incident-response-training/\">Incident Response Training</a>. The course, which is live on <a href=\"https://learn.wordpress.org/course/incident-response-team-training/\">Learn WordPress</a> and considered a work in progress, addresses how WordPress contributors take and respond to code of conduct reports.</li><li>The Training team published new lesson plans, workshops, courses, and Social Learning Spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/05/01/whats-new-on-learnwp-in-april-2022/\">See what’s new</a>.</li><li>The #WPDiversity working group organized several <a href=\"https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/\">Allyship and Diverse Speaker Workshops</a> in April. Attendees reported a 40% increase in public speaking confidence after attending the Speaker workshops. <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Stay tuned</a> for the next events!</li><li>A <a href=\"https://make.wordpress.org/test/2022/05/30/fse-program-rallying-recipe-reviewers-summary/\">summary</a> of the 14th testing call of the Full Site Editing (FSE) Outreach program – “Rallying Recipe Reviewers” was recently published.</li><li>You can also find <a href=\"https://make.wordpress.org/core/2022/05/31/high-level-feedback-from-the-fse-outreach-program-may-2022/\">high-level feedback on the FSE Program</a> in this May 2022 post.</li><li>Learn more about the <a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">projects</a> the Design team contributed to over the past month.</li><li>Anne McCarthy hosted a Hallway Hangout to talk about various FSE pull requests and designs. The recording is available in <a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">this post</a>. </li><li>The May editions of the <a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/05/31/polyglots-monthly-newsletter-may-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the story of <a href=\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\">Dee Teal</a>.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\"><strong><strong>The </strong><strong>thirty-first episode of WP Briefing</strong><strong> celebrated Global Accessibility Awareness Day (May 19) with guest Joe Devon.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>The Core team is working on an experimental pull request (PR) to implement <a href=\"https://make.wordpress.org/core/2022/05/27/block-font-sizes-and-fluid-typography/\">fluid typography</a>. They welcome feedback on design, functionality, and API.</li><li>Version 20.0 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/31/call-for-testing-wordpress-for-android-20-0/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/30/call-for-testing-wordpress-for-ios-20-0/\">iOS</a> is now available for testing.</li><li>Were you involved in the WordPress 6.0 release? Take some time to reflect on what you learned and participate with your feedback in this <a href=\"https://make.wordpress.org/core/2022/05/27/wordpress-6-0-arturo-retrospective/\">retrospective</a>.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-5 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\"><strong><strong><strong>Angela Jin has asked for feedback to help identify and record Five for the Future contributions from Make teams. </strong><strong>Share your ideas in this post</strong><strong>.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>WordCamp Europe is here!</h2>\n\n\n\n<ul><li>WordPress Foundation’s Kim Parsell Memorial Scholarship returns for WordCamp US 2022. <a href=\"https://us.wordcamp.org/2022/the-kim-parsells-memorial-scholarship-apply-now/\">Visit this post</a> for more information.</li><li>The WordCamp US <a href=\"https://us.wordcamp.org/2022/call-for-sponsors-open-wcus/\">Call for Sponsors</a> is now open.</li><li>Two more in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://warsaw.wordcamp.org/2022/\">WordCamp Warsaw</a>, Poland on June 11-12, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair</a>, NJ, USA on June 25, 2022</li></ul></li><li>The WordPress community is meeting today at <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> (June 2-4) in Porto, Portugal. This edition celebrates the return to in-person events and the 10th anniversary of WCEU. For everyone heading to Porto, have a great WordCamp!</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\"><strong><strong><strong><strong>Traveling to WCEU? Check out Josepha Haden’s </strong><strong>open source reading list</strong><strong> for interesting reads while you travel!</strong></strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</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:5:\"12993\";s: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 01 Nov 2022 22:11:14 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 01 Nov 2022 12:52:40 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 1\";}}s:5:\"build\";s:14:\"20170626221757\";}','no'),(26355,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1667383874','no'),(26356,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1667340674','no'),(26357,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1667383874','no'); INSERT INTO `wp_options` VALUES (26358,'_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:54:\"Do The Woo Community: Around the Woo Builder Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/around-the-woo-builder-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:389:\"<p>Discovering what people are doing and thinking in the WooCommerce Builder Community and what you can learn from their insights.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/around-the-woo-builder-community/\">Around the Woo Builder Community</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 01 Nov 2022 10:03: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:5:\"BobWP\";s: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:83:\"WPTavern: New Missing Menu Items Plugin Adds Site Building Links to WordPress Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139048\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/new-missing-menu-items-plugin-adds-site-building-links-to-wordpress-admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2904:\"<p>If you are going all in on building sites with the new full-site editing (FSE) experience, then you may have noticed a lack of menu items that will deliver you directly to the tools you need to use. </p>\n\n\n\n<p>It may be because the Site Editor is still in beta, or because WordPress leadership may still be <a href=\"https://wptavern.com/wordpress-contributors-consider-renaming-full-site-editing\">discussing whether to rename FSE</a>. Perhaps it’s better that users don’t blindly stumble into FSE templates from the main admin menu, but some of these site building features are buried away with no quick access. </p>\n\n\n\n<p>For example, you are three clicks deep before arriving at Template Parts. Managing reusable blocks is also a tucked away on a separate screen that can be accessed through the post editor but sends you to a new page. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">If you\'re using the block editor, and reusable blocks<br /><br />Do yourself a favor cut and paste this at the end of your website: <br /><br />/wp-admin/edit.php?post_type=wp_block<br /><br />Then bookmark it.</p>— Ben LayerWP & WPDeals.email (@benswrite) <a href=\"https://twitter.com/benswrite/status/1585257042406957058?ref_src=twsrc%5Etfw\">October 26, 2022</a></blockquote>\n</div>\n\n\n\n<p>When LayerWP founder Ben Townsend brought attention to this in a tweet, Roy Sivan responded with a link to a new free plugin that creates quicker access to these menus.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/missing-menu-items/\">Missing Menu Items</a> expands the admin menu with links to reusable blocks, navigation menus, templates, and template parts, so they are all one click away. It adds them to the Appearance menu under the Editor (beta) link:</p>\n\n\n\n<img />\n\n\n\n<p>If you are regularly working with Reusable blocks or editing navigation and templates, this plugin will save you some time and help you zip around the editor faster. </p>\n\n\n\n<img />\n\n\n\n<p>Missing Menu Items was made by <a href=\"https://easilyamusedinc.com/\">Easily Amused</a>, the creators of <a href=\"https://blockstyles.com/\">Block Styles</a>, a commercial plugin that lets users further customize core blocks with unique styles and boasts “fully responsive block-level design control.” The team will be adding more useful menu links and admin improvements in future releases. Users can <a href=\"https://blockstyles.com/contact/\">contact</a> the development team with menu item requests and they will consider them. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/missing-menu-items\">Missing Menu Items</a> is available on WordPress.org. Direct support is available for those who have purchased a <a href=\"https://blockstyles.com/\">BlockStyles</a> membership, and community support can be found in the plugin’s forums on the directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Nov 2022 03:15:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.org blog: People of WordPress: Raghavendra Satish Peri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13705\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12327:\"<p><strong>This month, in the run up to WordPress Accessibility Day, we feature Raghavendra Satish Peri, a blogger turned digital entrepreneur based in India, who specializes</strong> <strong>in web accessibility and digital marketing</strong>.</p>\n\n\n\n<p><strong>The People of WordPress series shares inspiring stories of how people’s lives can change for the better through WordPress and its global network of contributors.</strong></p>\n\n\n\n<img width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-featured-img.jpg?resize=1014%2C627&ssl=1\" alt=\"Raghavendra speaking at a Blogger event, 2015.\" class=\"wp-image-13701\" />Raghavendra speaking at a blogger event, 2015\n\n\n\n<h2>Expressing myself through WordPress</h2>\n\n\n\n<p>Raghavendra Satish Peri says WordPress is more than a way to succeed online. It’s a community that has always answered his questions and helped him learn, and has enabled his voice to be heard across the world.</p>\n\n\n\n<p>These are motivating benefits for Raghavendra, who has a vision impairment that introduces challenges to many of the things he wants to do. The WordPress community has helped him make some of his dreams come true. After chatting with others at WordPress events, about his wish to go trekking and running, he found he was later contacted by people in the community went with him to do just that.</p>\n\n\n\n<img width=\"534\" height=\"748\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-3.jpg?resize=534%2C748&ssl=1\" alt=\"Raghavendra training for a marathon in 2013.\" class=\"wp-image-13702\" />Raghavendra training for a marathon in 2013\n\n\n\n<p>He also found WordPress events a way to raise the importance of accessibility issues, share tips, and connect local communities so they can collaborate on items both within and outside WordPress.</p>\n\n\n\n<h2>Life growing up with an enabling family</h2>\n\n\n\n<p>A key asset for Raghavendra has been the support of his family as he coped with his progressive blindness. His sister took charge of teaching him important social and life skills, so he could navigate his country’s rigorous education system.</p>\n\n\n\n<p>Those were the early days of technology everywhere, and nobody much was thinking about using it in education and day-to-day life.</p>\n\n\n\n<p>When Raghavendra got his first computer, in 2004, it was a revelation. His sister taught him to use the internet efficiently, and he taught himself a few basics of programming. Soon he was spending 10 to 12 hours a day exploring the online world and learning about the web.</p>\n\n\n\n<h2>Discovering WordPress and blogging</h2>\n\n\n\n<p>In 2006, he learned basic web design and began to sell website templates. His growing interest in search engines and content led him to WordPress. As the years progressed, his eyesight deteriorated. He had to relearn his skills and acquire new ones to compensate. When he could no longer see the computer screen, he learnt to use screen readers. </p>\n\n\n\n<p>At that point there was a gap: he had the same business skills, but he couldn’t apply them as effectively until he got comfortable with using screen readers. </p>\n\n\n\n<img width=\"800\" height=\"534\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/4.jpg?resize=800%2C534&ssl=1\" alt=\"Raghavendra speaking at an event in Bangalore, India in 2014. Photo Credit: Two Feet To Fly - fLaShBuLbZz Photography\" class=\"wp-image-13790\" />Raghavendra speaking at an event in Bengalaru, India in 2014\n\n\n\n<p>To help achieve that, Raghavendra moved to Bengalaru, where he got a full education in screen-reader technology and took a job as a consultant in digital accessibility.</p>\n\n\n\n<p>He recalls learning from that time that, in his words: “Some things are important, but one needs to let them go so that more important things can take the new space.”</p>\n\n\n\n<p>During his stay in Bengaluru, he stumbled on the idea of blogging and audiobooks. On his 23rd birthday, he had two firsts: registering a domain and publishing a blog post. At first he wrote about things happening in his daily life, which initially got low responses. But when he started attending blogging and tech meetups, he received encouragement from fellow bloggers who complimented him on his writing style. </p>\n\n\n\n<p>Using WordPress to publish his story, Raghavendra found a love for writing and this made him want to learn and understand WordPress much better.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<h2>“Writing freed my mind and soul from the pain and sorrow; it takes a person into a Zen state where one can understand their soul once they see their own thoughts on paper.”</h2>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>There were still some ongoing challenges arising from his difficulties with seeing. For example, Raghavendra found coding was made more complicated. But he took it slowly, and he improved steadily. </p>\n\n\n\n<p>He started as many WordPressers do, installing themes and plugins, and making minor changes to the code. Ultimately, he moved all of his sites to WordPress, and as he learned more about WordPress, he could help his friends and family more with their projects.</p>\n\n\n\n<p>After just a few years, Raghavendra had the skills and the confidence to build just about anything in WordPress, progressing from simple to complex websites.</p>\n\n\n\n<p>Today Raghavendra is a successful entrepreneur. He sees his life as full of promise. WordPress still helps him grow every day, professionally and personally.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“There is always hope for tomorrow! Do not look for the light at the end of the tunnel, embrace the darkness, listen to the quietness, and feel the airflow. You will know that light is ahead even before you see it.” </p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<h2>Contribute to accessibility and WordPress</h2>\n\n\n\n<p>Another thing Raghavendra has in common with many WordPressers is his enthusiasm and involvement in the community. As he has learnt more about the software, he felt he needed to be involved with improving accessibility too. He started to help organize local meetups and conferences and encourages others to give time and skills to contribute too. </p>\n\n\n\n<img width=\"704\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-5.jpg?resize=704%2C500&ssl=1\" alt=\"2016, Raghavendra on stage speaking at WordCamp Mumbai\" class=\"wp-image-13699\" />2016, Raghavendra speaking at WordCamp Mumbai\n\n\n\n<p>He follows software development closely, especially where WordPress meets accessibility.</p>\n\n\n\n<p>In 2020, on learning about a global WordPress Accessibility event, he applied and became a speaker. His topic was <a href=\"https://youtu.be/bvgLjWCRfrQ\">Gutenberg Accessibility, A Screen Reader User’s Perspective</a>. His interest continued as a result of this event, and he wanted to be part of growing its audience and impact, initially through joining its dedicated channel on Slack. Eventually, he joined the organizing team for future events.</p>\n\n\n\n<p>Helping run WordPress events brought together all of Raghavendra’s existing skills. It taught him a lot about what it takes to make an event truly inclusive, from captions and sign language to media players and more. </p>\n\n\n\n<p>As his involvement has grown, Raghavendra has found it has become easier to source and use resources that make events and presentations more accessible. But knows there’s always more that can be learnt in this area, and encourages others to use understanding from events like the Accessibility Days in their conferences.</p>\n\n\n\n<p>Join the global WordPress Accessibility Day 2022 online on November 2-3, 2022. It’s <a href=\"https://wpaccessibility.day/\">free to register</a>!</p>\n\n\n\n<a href=\"https://wpaccessibility.day/\" target=\"_blank\" rel=\"noreferrer noopener\"><img width=\"568\" height=\"173\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/wp-accessibility-day-22.png?resize=568%2C173&ssl=1\" alt=\"WordPress Accessibility Day 2022 logo in purple and turquoise\" class=\"wp-image-13783\" /></a>\n\n\n\n<h2><br />Sharing learning on accessibility can be a motivator </h2>\n\n\n\n<p>In 2021, Raghavendra underwent his most challenging event to date, when he had a kidney transplant. To motivate himself, he started a website that focuses on accessibility and inclusive design. This prompted him to start an accessibility community to help fill the gaps in accessibility knowledge. Today, it is one of India’s largest online accessibility communities, educating developers and designers and training people with disabilities to build a career in accessibility testing.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2022/10/raghavendra-6.jpg?resize=680%2C790&ssl=1\" alt=\"Portrait photo of Raghavendra post his organ transplant, 2021.\" class=\"wp-image-13698\" width=\"680\" height=\"790\" />Raghavendra after his organ transplant in 2021\n\n\n\n<p>Raghavendra is also a keen user of the WordPress Gutenberg editor and builds all his websites using it. Though content creation and editing can still pose him difficulties, he finds the front end of the Gutenberg blocks very accessible. He believes in participating in the software to make it a better experience for all.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“I decided to live my life to the fullest and make my mark on the world. This thought keeps me motivated.”</p>\n<cite>Raghavendra Satish Peri</cite></blockquote>\n\n\n\n<p>After a successful transplant, he lives a disciplined life with a few restrictions. He continues to enjoy working in-depth in disability, accessibility, and inclusion spaces. Raghavendra hopes others will join with him and the thousands of other people who collaborate to make a difference.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<p>Thank you to Raghavendra Satish Peri (<a href=\"https://profiles.wordpress.org/tarkham/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tarkham</a>) for sharing his experiences for this latest edition.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>) for interviews and writing this feature, to Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), and Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>) for reviews.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Oct 2022 19:00: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:10:\"Meher Bala\";s: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:49:\"BuddyPress: BuddyPress 10.6.0 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:32:\"https://buddypress.org/?p=326961\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2022/10/buddypress-10-6-0-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:766:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.10.6.0.zip\">BuddyPress 10.6.0</a> is a new maintenance release fixing 1 ugly bug with themes using block templates although there are not Block Based themes. For details on the change, please read the <a href=\"https://codex.buddypress.org/releases/version-10-6-0/\">10.6.0 release notes</a>.</p>\n\n\n\n<p>Many thanks to the users who quickly reported this issue into our previous <a href=\"https://buddypress.org/support/topic/buddypress-10-5-0-maintenance-release/\">maintenance release forum topic</a>.</p>\n\n\n\n<p>Update to BuddyPress 10.6.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading it from the WordPress.org plugin repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Oct 2022 17:23:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:56:\"Do The Woo Community: Twitter. Will I Go or Will I Stay?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/twitter-will-i-go-or-will-i-stay/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:382:\"<p>In the last day or two I have seen a bit more people closing their Twitter accounts. What about Do the Woo on Twitter.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/twitter-will-i-go-or-will-i-stay/\">Twitter. Will I Go or Will I Stay?</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Oct 2022 14:59:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s: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:76:\"WordPress.org blog: WP Briefing: Episode 42: Something Spooky This Way Comes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2022/10/episode-42-something-spooky-this-way-comes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12472:\"<p>In the forty-second episode of the WordPress Briefing podcast, Josepha Haden Chomphosy reads a WordPress Halloween story completed by contributor-submitted Mad Libs. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br />Music: Spooky edit by <a href=\"https://goodnightnobody.space/\">Timothy Volpert</a><br />Mad Lib Contributors: <a href=\"https://profiles.wordpress.org/juanlucha/\">Juan Lucha</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">robinwpdeveloper</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/aetherunbound/\">Madison Swain-Bowden</a>, <a href=\"https://profiles.wordpress.org/kgagne/\">Ken Gagne</a>, <a href=\"https://profiles.wordpress.org/juliarosia/\">Julia Golomb</a>, <a href=\"https://profiles.wordpress.org/kawserz/\">kawserz</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Sé Reed</a>, <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a>, <a href=\"https://www.linkedin.com/in/cleamahoney/\">Clea Mahoney</a></p>\n\n\n\n<h2>Download Mad Libs:</h2>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-bbc1dbb2-b633-4e46-b53b-4440a449cac4\" href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\">WP-Briefing-Halloween-Mad-Libs</a><a href=\"https://wordpress.org/news/files/2022/10/WP-Briefing-Halloween-Mad-Libs.pdf\" class=\"wp-block-file__button wp-element-button\">Download</a></div>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/6-1/\">Important Note: WordPress 6.1 is released tomorrow!</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/10/20/multisite-registration-and-activation-pages-have-new-html-and-css/\" target=\"_blank\">Multisite registration and activation pages have new HTML and CSS</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/mobile/2022/10/18/call-for-testing-wordpress-for-android-21-0/\" target=\"_blank\">Call for Testing: WordPress for Android 21.0</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\" target=\"_blank\">New design for HelpHub in WordPress.org</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\" target=\"_blank\">WordPress.org Redesign Update</a><br /><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/test/2022/10/15/fse-program-guiding-the-gutenberg-gallery-summary/\" target=\"_blank\">FSE Program Guiding the Gutenberg Gallery Summary</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13666\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Howdy, Halloween nerds! And welcome to the WordPress Briefing, a podcast where I’m normally very serious, but today is Halloween! And gosh, do I love a chance to celebrate. So today, the most serious thing I have is this WordPress themed Halloween Madlib for you. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:43] </strong></p>\n\n\n\n<p>I was so excited to learn that WordCamp would be on Halloween this year, and now it’s finally here. After a full day of workshops and mingling, I am exhausted. But I’ve got just enough time to return to the hotel and prepare for the after party. It’s a themed costume event organized by the Docs team, and I cannot wait.</p>\n\n\n\n<p>Walking into my room, I give a big yawn and realize just how tired I am. The bed is looking extra comfortable right now. Surely a little nap wouldn’t hurt, right? As soon as my head hits the pillow, I’m out like a light, but almost immediately, my eyes snap back open, a flash of lightning lights up the room, and I hear rain pouring down outside.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:23] </strong></p>\n\n\n\n<p>After another flash, the lights in the room start to flicker. That’s strange, I think to myself, but I have an after party to get to. There must have been a power surge because when I look back at the clock, it’s reset and flashing 12:00 am. I check my phone, but it’s dead too. I’m not quite sure how long I’ve been sleeping, so I don’t know if I have enough time to change into my full Ninja Turtles costume.</p>\n\n\n\n<p>I just put the mask on and head down to the lobby to meet my WordPress friends. When the elevator dings open in the lobby, it’s completely empty. No concierge, no hotel staff, and no WordPress friends. That’s weird. The lights also seem dimmer. And, are those urgent Trac tickets on the lobby lounge chairs?</p>\n\n\n\n<p>I’m wondering where everybody is, but I keep walking toward the convention hall. A shadow suddenly moves in the corner of my eye, and I spin around but only see my own face reflecting in a hallway mirror. Hmm, that’s odd. I notice that the cute Ninja Turtle mask looks a little less cute somehow. The eyes are angry red, and the teeth are now sharp-looking fangs.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:33] </strong></p>\n\n\n\n<p>Before I can take off the mask for a closer look, I see another shadow move in the corner of the mirror. When I turn around this time, I see the faint outline of a person. It looks familiar. Could that be Matt Mullenweg? Darn it. They disappear into the convention hall before I can even call out, ‘howdy!’ And so I break into a jog to follow after them.</p>\n\n\n\n<p>Walking into the hall, I can hear the musical stylings of WordPress Jazzer Duke Ellington playing on a gramophone. I bob my head to the music, super relieved to see the room full of WordPressers dressed up and dancing. I head over to some of the folks from my Make team to chat, but oddly, they won’t stop dancing. They’re smiling and dancing and cheering each other on.</p>\n\n\n\n<p>Some of them are even doing the electric slide. It’s actually kind of impressive, but it’s still a little strange that no one will stop dancing to talk to me. Actually, now that I think about it, none of the party goers seem to be noticing me at all. Wondering what’s going on, I start backing up toward the door.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:32] </strong></p>\n\n\n\n<p>I jump a little as it slams behind me with the loud sound of an old door creaking and the heavy click of a lock.</p>\n\n\n\n<p>That’s when I noticed the shadowy familiar figure again. This time they’re standing by an open door on the other side of the hall. They seem to be watching me. They lift a white gloved hand and motion for me to follow before disappearing through the door again.</p>\n\n\n\n<p>I run after the mysterious figure weaving between groups of dancing WordCamp goers. Could they be under a spell, I wonder while running past. I exit the convention space and enter a small hallway that seems to twist and turn. It feels a lot longer than I remember. I continue running through it and suddenly find myself back in the Contributor Day conference room.</p>\n\n\n\n<p>The shadow person is nowhere to be found, and as I walk around the contributor tables, I quickly notice that the exit back to the hotel has also disappeared. Okay, so this is getting really weird. My first thought is to get my Make team involved, but since they won’t stop dancing, I know I need to devise a different plan.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:34] </strong></p>\n\n\n\n<p>That’s when I noticed the big glass box at the center of the room. I am almost certain it wasn’t there during Contributor Day. I approach the box cautiously. Inside I see a shiny silver goblet of gently fizzing WordPress blue liquid, possibly blueberry flavored if I had to guess. Attached to the goblet stem is a ribbon with a note in EB Garamond that reads: Merge Me.</p>\n\n\n\n<p>At first, I chuckle at the poor attempt at a GitHub joke until I spot another note scrolled on the glass in black marker. It says, </p>\n\n\n\n<p><em>Bubble, bubble, toil, and trouble;</em><br /><em>Find your escape route on the double; </em><br /><em>Bring back the community and one thing more; </em><br /><em>Merge the elixir with your core. </em></p>\n\n\n\n<p>As I’m trying to decode the odd poem’s meaning, a flash of lightning lurches across the room, and a clap of thunder follows behind.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24] </strong></p>\n\n\n\n<p>I shield my eyes before looking up to find that I am no longer alone. It’s the shadowy figure again, except in the light of this room, I can finally see that it’s not anyone familiar. It is a lumpy-looking being, and it’s wearing a witch costume. The costume-clad figure looks very unsteady on its feet like it might fall over.</p>\n\n\n\n<p>And just as I’m about to ask if they’re all right, the person suddenly topples over into a heap of robes and broomsticks. I can see spots of yellow fur and a few pairs of fuzzy ears. Aha! There was a wisdom of Wapuus under that witchy costume. </p>\n\n\n\n<p>They blink cutely at me for a moment and then quickly scurry into a surprisingly organized line. I watch, totally confused, as the line of Wapuus starts moving methodically back toward the convention hall. They take three steps, and then they turn to the side, take another three steps, and then turn to the other side.</p>\n\n\n\n<p>The last Wapuu in the line turns to look at me and motions with its tiny paw to follow. That’s when the words on the glass box finally click. I have to bring the community back. All the dancing WordPressers need to return to the contributor tables to break the spell. The Wapuus have started a conga line to help lead the way.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:35] </strong></p>\n\n\n\n<p>So, off I go. Following the tiny conga line through the twisting hallway and into the convention hall. As I’m dancing behind the Wapuus, I’m happy to see all my fellow WordCamp attendees falling into step behind me. My steadily growing conga line is weaving its way through the hall, picking up WordPressers, wearing mouse costumes, and Frankensteins and penguin costumes, and that’s when the Wapuus changed their course, leading us back through the twisting hallway and into the Contributor Day conference room.</p>\n\n\n\n<p>With the first part of the riddle solved, I’m glad to see that everyone has finally stopped dancing. Some folks are happy to sit down and get off their feet. Others are wondering how they ended up back in the contributor room. My Make team waves at me from across the room. I noticed there’s still no exit, but the glass box has disappeared. With the goblet free, there’s just one thing left for me to do.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:27] </strong></p>\n\n\n\n<p>I rush toward it, dodging Wapuus and a pile of kicked-off shoes. Except that the closer I think I’m getting to the goblet, the further away it feels. I run faster, weaving through people and tables, and just when I feel close enough to reach out for the goblet, I trip over a live-streaming cable, and I wake up in my hotel room.</p>\n\n\n\n<p>Sitting up quickly, I realize it was all just a very strange dream. Outside, the sun is setting in a clear sky with no storm in sight. I try to shake it off. I change into my Ninja Turtles costume, ready to do my best Monster Mash at the after party with all of my WordPress friends. As I walk out of the hotel room, I pause for a quick costume check in the mirror.</p>\n\n\n\n<p>Before heading downstairs, I take a quick glance at the digital clock on the nightstand to see the time. Huh, that’s odd. Next to the digital clock sits a fuzzy plush Wapuu wearing a witch costume. That wasn’t there before, was it? And if I didn’t know any better, I almost think I see it wink. </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, 31 Oct 2022 12:00: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:14:\"Santana Inniss\";s: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:114:\"Gutenberg Times: Gutenberg Changelog #75 – Gutenberg 14.4, Upcoming WordPress 6.1 Release, What’s Next for 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=22603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-75-gutenberg-14-4-upcoming-wordpress-6-1-release-whats-next-for-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5337:\"<p>Anne McCarthy and Birgit Pauli-Haack discuss Gutenberg 14.4 WordPress 6.1 release and what’s next for WordPress 6.2.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2><strong>Anne McCarthy </strong></h2>\n\n\n\n<ul>\n<li><a href=\"https://profiles.wordpress.org/annezazu/\">WordPress Profile</a> @annezazu</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">FSE Outreach Program</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/\">WordPress Test team</a></li>\n</ul>\n\n\n\n<h2>Community Contributions</h2>\n\n\n\n<ul>\n<li><a href=\"https://artemiosans.com/2022/10/20/introducing-the-gutenberg-interactive-fiction-engine/comment-page-1/\">Introduced Gutenberg Interactive Fiction Engine</a> by Artemio Morales</li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-1/\">What art can you create with WordPress 6.1?</a> The Museum of Block Art is looking for submissions using WordPress 6.1 and the evolving design tools available.</li>\n</ul>\n\n\n\n<h2>WordPress 6.1 </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">WordPress 6.1 Release Candidate 5 (RC5) Now Available for Testing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/25/wordpress-6-1-release-day-process/\">WordPress 6.1 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a></li>\n\n\n\n<li>Dev note WordPress 6.1: <a href=\"https://make.wordpress.org/core/2022/10/10/extending-the-query-loop-block/\">Extending the Query Loop block</a></li>\n</ul>\n\n\n\n<h2>Gutenberg 14.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">What’s new in Gutenberg 14.4? (26 October)</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-14-4-introduces-distraction-free-mode-redesigns-pattern-inserter\">Gutenberg 14.4 Introduces Distraction-Free Mode, Redesigns Pattern Inserter</a> </li>\n</ul>\n\n\n\n<h2>Learn WordPress and other educational sources</h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/introduction-to-block-development-build-your-first-custom-block/\">Introduction to Block Development: Build your first custom block</a>.</li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/using-the-wordpress-data-layer/\">Using the WordPress data layer</a></li>\n\n\n\n<li>2-part Series: how to build a <a href=\"https://www.youtube.com/watch?v=3zJyjYIykQ4&list=PL6D-mnq0bpxMMSoVEiCdos86T7NUO8GoQ\">custom WordPress block that supportsAdvanced Custom Fields</a> by Ryan Welcher</li>\n\n\n\n<li>Video: <a href=\"https://www.youtube.com/watch?v=iCF5lssk_oY\">Distraction-free mode: my new favorite way to write with the block editor</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/explanations/architecture/styles/#styles-in-the-block-editor\">Styles in the block editor</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/extending-the-query-loop-block/\">Extending the Query Loop block</a></li>\n</ul>\n\n\n\n<h2>What’s Next for 6.2?</h2>\n\n\n\n<ul>\n<li>GitHub Tracking Issue: <a href=\"https://github.com/WordPress/gutenberg/issues/33094\">Phase 2: Customization</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-contributors-explore-a-new-browse-mode-for-navigating-the-site-editor\">Gutenberg Contributors Explore a New Browse Mode for Navigating the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2022/10/26/hallway-hangout-discussion-on-wrapping-phase-2-26-oct/\">Hallway Hangout: Discussion on wrapping Phase 2 (26 Oct)</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"is-layout-flow wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>The transcript is in the works</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 30 Oct 2022 17:22: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:19:\"Gutenberg Changelog\";s: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:154:\"Gutenberg Times: Interactive Fiction tool, Introduction course for Block Development, WP Awards, Gutenberg 14.4 and so much more – Weekend Edition #234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=22461\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"https://gutenbergtimes.com/interactive-fiction-tool-introduction-course-for-block-development-wp-awards-gutenberg-14-4-and-so-much-more-weekend-edition-234/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28709:\"<p>Howdy, </p>\n\n\n\n<p>Did you miss your weekly Gutenberg fix? I had some great days off, no traveling, no projects, just my books, my house and hanging out with my husband. It was nice and quiet for a chance. So, well rested, I am here to accompany you into the last week of the WordPress 6.1 release cycle. The <a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">Release Candidate 5 is available</a> and you can read more about the <a href=\"https://make.wordpress.org/core/2022/10/25/wordpress-6-1-release-day-process/\">WordPress 6.1 Release Day Process</a>. </p>\n\n\n\n<p>The <strong><a href=\"https://thewpweekly.com/awards/\">WP Awards</a></strong> are open for voting until November 30. It’s the second year, <strong>Davinder Singh</strong> <strong>Kainth</strong>, publisher of the <a href=\"https://thewpweekly.com/\">WP Weekly newsletter</a>, created it as a way to bring the community together.</p>\n\n\n\n<p><em>Gutenberg Times</em> has been nominated under the category “WordPress Blogs” and the Gutenberg Changelog in the category, yep you guessed it, “WordPress Podcasts” both categories are further down the ballot sheet, number 18 and 19. </p>\n\n\n\n<p>Please consider voting, only, of course, if you find it worthwhile, and it stacks up against the competition ? You can only vote once per email address. Needless to mention, the email address also subscribes you to the weekly newsletter, which is well-rounded and well researched. It’s a newsletter, I read every week, together with <a href=\"https://wpowls.co/\">WPOwls</a>, <a href=\"https://www.therepository.email/\">The Repository</a>, and <a href=\"https://poststatus.com/\">Post Status</a>. </p>\n\n\n\n<p>I would be grateful, if the Gutenberg Times and the Gutenberg Changelog received more than five votes this time around. ?</p>\n\n\n\n<a href=\"https://thewpweekly.com/awards/\"><img src=\"https://i0.wp.com/user-images.githubusercontent.com/39980/196435038-d68f6757-b6e8-4fbc-a515-9945dbeb2238.png?resize=652%2C301&ssl=1\" alt=\"\" width=\"652\" height=\"301\" /></a>\n\n\n\n<p>Now, dive into the vastness of awesome content produced in the WordPress community about the block editor. The Time to read is 15 minutes, not counted the time it will take to follow all links. Don’t take it all at one, space it out over the next week ?</p>\n\n\n\n<p>Have a fantastic weekend and to those who celebrate it:<br />Happy Halloween! ? ?</p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-plugin-version-14-4\">Gutenberg plugin version 14.4 </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and content creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#7-p\">Photo from around the World</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Anne McCarthy </strong>shared with us the list of <a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\"><strong>writing flow enhancements</strong></a> of the Block Editor via the latest Gutenberg plugin releases. My two favorites are the Links automation with “[[” and the distraction-free writing mode. I also like how the updated Documents Settings space feels not less busy than before. </p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\"><img /></a>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2022/10/26/hallway-hangout-discussion-on-wrapping-phase-2-26-oct/\">Hallway Hangout: Discussion on wrapping Phase 2 (26 Oct)</a></p>\n\n\n\n<h3 id=\"1-gutenberg-plugin-version-14-4\">Gutenberg plugin version 14.4 </h3>\n\n\n\n<p>In his post <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">What’s new in Gutenberg 14.4? (26 October)</a>, first-time release lead, <strong><a href=\"https://twitter.com/juanmaguitar\">JuanMa Garrido</a></strong>, shared the fun fact that Johann Gutenberg invented the printing press in the year 1440. He highlighted the following from this plugin release: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/wp-admin/post.php?post=100516&action=edit#redesigned-the-main-pattern-inserter\">Explore easier navigation and larger previews of patterns in the Inserter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#introduced-distraction-free-mode\">Enjoy distraction free writing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#completed-fluid-typography-feature\">Control image captions from the block toolbar</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#added-content-locking-to-the-navigation-block\">Lock the ability to edit the navigation block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/#Improved-Fluid-Typography\">Take advantage of improvements to Fluid Typography</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> also covered the release in her article <a href=\"https://wptavern.com/gutenberg-14-4-introduces-distraction-free-mode-redesigns-pattern-inserter\"><strong>Gutenberg 14.4 Introduces Distraction-Free Mode, Redesigns Pattern Inserter</strong></a>. She started with “<a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">Gutenberg 14.4</a> was released today with long-awaited support for distraction-free editing, to the delight of content editors around the world. It hides all non-essential UI and clears the canvas for a focus on text-based content creation.”</p>\n\n\n\n<p>It is a special delighted to have the brilliant <strong>Anne McCarthy</strong> as co-host on the Gutenberg Changelog podcast. We mentioned the Museum of Block Art, Interactive Fiction, Gutenberg 14.4 and what’s next for the Phase 2 of Gutenberg project. </p>\n\n\n\n<img />\n\n\n\n<p>The 75th episode will arrive at your favorite podcast app over the weekend. Oh BTW: Last week, Matt Mullenweg announced on his blog that the team of <a href=\"https://ma.tt/2022/10/open-source-podcasting-client/\">Pocket Casts</a> open-sourced the code for the iPhone and Android apps. You can <a href=\"https://pca.st/7O43\">subscribe to the Gutenberg Changelog podcast</a> via Pocket Casts </p>\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>?️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-75-gutenberg-14-4-upcoming-wordpress-6-1-release-whats-next-for-6-2/\">Gutenberg Changelog #75 – Gutenberg 14.4, Upcoming WordPress 6.1 Release, What’s Next for 6.2</a> with special guest, Anne McCarthy, and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n \n <div class=\"ngl-articles-wrap ngl-articles-webview\">\n \n \n <div class=\"ngl-article-mobile\">\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-1/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/10/IMG_4949-scaled.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-labels\">gutenbergtimes.com</div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-1/\" target=\"_self\" rel=\"\"><span>What art can you create with WordPress 6.1?</span></a></div><div class=\"ngl-article-excerpt\">The Museum of Block Art is looking for submissions using WordPress 6.1 and the evolving design tools available. Create art (and perhaps find some bugs) ahead of the November 1st…</div><div class=\"ngl-article-date\">22 Oct 2022</div> </div>\n </td>\n </tr>\n </table>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n\n\n<h2 id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and content creators</h2>\n\n\n\n<p><strong>Anne McCarthy </strong>also shared their enthusiasm for <a href=\"https://www.youtube.com/watch?v=iCF5lssk_oY\"><strong>Distraction-free writing with you on YouTube</strong></a>. They wrote: “<em>It drastically reduces tooling options to allow you to focus in on your content. This is such a game changer for me that I quickly recorded this video the same day I explored it’s current iteration ahead of the next Gutenberg release! I hope any writers out there get excited too. Since this is an early feature as well, please explore and report back any feedback you have, so iterations can continue!</em>“</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding </strong>took a sneak peek at a new feature to come to the Block editor and summarized the discussion in this post: “<a href=\"https://wptavern.com/gutenberg-contributors-explore-a-new-browse-mode-for-navigating-the-site-editor\"><strong>Gutenberg Contributors Explore a New Browse Mode for Navigating the Site Editor</strong></a>“. Gooding wrote: “Although the project’s contributors have been referring to it as “browse mode,” it is essentially a redesign for the existing UI to make it more intuitive for users to navigate. Gutenberg may not need any more new “modes” but the site editor is in dire need design improvements that will unify the experience and make it less chaotic for getting around.” </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In earlier Gutenberg Times Weekend Editions, you already got the chance to see the beta version of this. Now it’s live in its first iteration. <strong>Sarah Gooding</strong> has the scoop for you. <a href=\"https://wptavern.com/wordpress-themes-directory-adds-style-variation-previews\"><strong>WordPress Themes Directory Adds Style Variation Previews</strong></a>. She reports: “<em>Meta team contributors are also working on adding the ability to filter the directory for themes with style variations. Dufresne proposed creating a new <code>style-variations</code> theme tag as the simplest route towards implementing this</em>.” You can learn more about this proposal from the <a href=\"https://meta.trac.wordpress.org/ticket/6545\">trac ticket: Add ability to filter for themes with style variations</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The Theme shop <strong><a href=\"https://twitter.com/olive_themes\">Olive Themes</a></strong> has been offering themes in the WordPress.org repository only for two months and just published their third block theme, <a href=\"https://wordpress.org/themes/arc-fse/\"><strong>Arc FSE.</strong></a> They describe it as <em>“Arc Fse is a free, multi-use block-based theme that adheres to the Full Site Editing features added in WordPress 5.9. As a result, you can alter every component of your site, including the colors, typography, and page layout, to meet your needs.” </em>The other two themes are <a href=\"https://wordpress.org/themes/medicity/\"><strong>Medcity</strong></a> and <a href=\"https://wordpress.org/themes/exo/\">Exo</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ana Segota</strong> of Anariel Design <a href=\"https://twitter.com/AnarielDesign/status/1583888671844884480\">announced</a> their new eCommerce Block Theme named <strong><a href=\"https://woocommerce.com/products/olorien/\">Olorien</a></strong> at the WooCommerce Marketplace. According to Segota, the theme is packed with ready-to-use block patterns and makes creating pages from scratch an easy drag-and-drop experience.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/artemiosans\">Artemio Morales</a></strong> calls himself an ‘Electronic Literature Creator’ and <strong><a href=\"https://artemiosans.com/2022/10/20/introducing-the-gutenberg-interactive-fiction-engine/comment-page-1/\">introduced the Gutenberg Interactive Fiction Engine</a></strong>, an early experiment. </p>\n\n\n\n<p>“Interactive fiction is software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives (..). “, I learn from <a href=\"https://en.wikipedia.org/wiki/Interactive_fiction\">Wikipedia.</a> </p>\n\n\n\n<p>When using the Morales’ <a href=\"https://artemiosans.com/2022/10/18/gutenberg-interactive-fiction-engine-test/\">demo</a>, the story starts with an image of a forest and text. Below you find three choices to continue the story: one leads you deeper into the forest, one guides you to the next clearing and the third has you headed for the town, each giving you a different continuation of the story. Then on the next station, you get to have a choice again. </p>\n\n\n\n<p>The journey, on which you can take your readers can be quite elaborate and doesn’t have to be all text. You can use any core block that’s available to you. The interface is still a bit rough, and if you want to try it out I recommend watching Morales’ video walk-through. </p>\n\n\n\n<p>Morales also lists a few use cases beyond the interactive story telling. </p>\n\n\n\n<ul>\n<li>“Choose your own adventure” YouTube stories</li>\n\n\n\n<li>Interactive comics</li>\n\n\n\n<li>Audio stories with branching paths</li>\n\n\n\n<li>Marketing and educational content</li>\n\n\n\n<li>Multimedia posts incorporating elements from all the above</li>\n</ul>\n\n\n\n<p>Morales ends his introduction with ideas how to improve the plugin and what other blocks might enhance the production of such an interactive fiction/non-fiction suite. </p>\n\n\n\n<p>The plugin <a href=\"https://github.com/artemiomorales/gutenberg-interactive-fiction-engine/releases/tag/v0.1.0\">Gutenberg Interactive Fiction Engine </a>is available for download on GitHub and the code is open-source for discovery and collaboration. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Are you trying to figure out how to use WordPress, the Block Editor and FSE to make your website? Long-time WordPress educator and early adopter of the block editor, <strong>Bud Kraus</strong> of <em>JoyofWP</em> will hold a paid two-day live class starting 11/8. The second part will take place on 11/15. Learn all the fundamentals of how to make a WordPress website in a hands-on live class. <a href=\"https://www.learndesk.us/live/6501910058106880/designing-your-wordpress-website-step-by-step\"><strong>Designing Your WordPress Website Step By Step</strong></a>.Use the discount code ‘Take10’ to get 10% discount. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/x3p0-powered-by/\"><strong>Justin Tadlock</strong></a> published a fun new single Block plugin called<a href=\"https://wordpress.org/plugins/x3p0-powered-by/\"> <strong>‘Powered by</strong>‘</a> in the plugin repository. It’s a block that generates a random “Powered by” messages. It is meant to replace the typical “Powered by Theme/WordPress” message in footers, but can be used anywhere. You have the choice of messages with or without emoji. The code is also <a href=\"https://github.com/x3p0-dev/x3p0-powered-by\">available on GitHub</a></p>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/mikemcalister\">Mike McAllister</a>,</strong> WP Engine and early adopter of the block editor, introduced <strong>OllieWP</strong>, “a hub for the next generation of WordPress”. with tutorial blog posts on design tools, full-site editing, patterns and more. The latest post covers <strong><a href=\"https://olliewp.com/global-styles-and-the-future-of-css-in-wordpress/\">Global styles and the future of CSS</a> </strong>and why this feature is a “complete game-changer”. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/marktimemedia\">Michelle Schlup</a></strong>‘s WordCamp US 2022 talk <a href=\"https://wordpress.tv/2022/10/28/the-future-of-themes-designing-for-the-block-editor-and-beyond/\"><strong>The future of themes: designing for the block editor and beyond</strong></a>. The description reads: “This talk works through the entire thinking process as it relates to theme design. It offers a thorough checklist of steps and tools for designing themes that support WordPress core functionality, custom templates and content, common plugins, and an array of standard and custom Gutenberg blocks.” </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <a href=\"https://wordpress.tv/2022/10/28/a-beginners-guide-to-the-wordpress-template-hierarchy/\"><strong>A beginner’s guide to the WordPress template hierarchy</strong></a>, <strong>Jonathan Bossenger</strong> covers how the template hierarchy works, and how it affects both classic and block themes.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p>In the WordPress TV video <a href=\"https://wordpress.tv/2022/10/28/lets-code-global-styles-variations-in-block-themes/\"><strong>Let’s code: global styles variations in block themes</strong></a> also by Jonathan Bossenger, you can follow along and learn how to create a new block theme, and add a few new Style variations to ship with the theme<strong>.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Last week, <strong>Daisy Olsen</strong> and <strong>Justin Tadlock</strong> held the <strong><a href=\"https://wordpress.tv/2022/10/21/hallway-hangout-block-theme-development-features-in-wordpress-6-1/\">Hallway hangout: block theme development features in WordPress 6.1</a></strong> – a casual chat about some Block Theme features that are planned to land in WordPress 6.1. This is the recording. </p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/michaelburridge\">Michael Burridge</a></strong> in collaboration with other contributors, published the course: <a href=\"https://learn.wordpress.org/course/introduction-to-block-development-build-your-first-custom-block/\"><strong>Introduction to Block Development: Build your first custom block</strong></a> to <em>Learn.WordPress</em>. You are invited to a step-by-step tutorial on building a real life example of a block for the editor, from setting up your development environment, using create-block scaffolding to testing your first iteration of the block. As you work through the project, you will add configuration options that enable the user to customize the look and feel of the block to their liking or to match a style guide.</p>\n\n\n\n<img />An example of the “newspaper columns” block that you will be developing in this course.\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> published a two-part series of live streams on <a href=\"https://www.youtube.com/watch?v=3zJyjYIykQ4&list=PL6D-mnq0bpxMMSoVEiCdos86T7NUO8GoQ\"><strong>Creating Custom WordPress block that supports Advanced Custom Fields</strong></a> (ACF) on YouTube </p>\n\n\n\n<p>Welcher starts developing a custom block that interacts with both, native custom post meta registered via code and with fields created using Advanced Custom Fields. He demos the use of <code>InspectorControls</code> and the use of the <code>useEntityProp</code> hook to retrieve data from the custom fields and to modify them through the block’s code. Welcher also shows you how to modify the custom block, so it can be used in a Query Loop block and have the value of the custom field be displayed on Archive pages.</p>\n\n\n\n<p>On a side note, <strong>Welcher</strong> also published the code snippets he has been using during his Twitch stream’s development projects on VS Code: <a href=\"https://marketplace.visualstudio.com/items?itemName=ryanwelcher.modern-wordpress-development-snippets\">Modern WordPress Developer Snippets</a>. If you use Visual Studio Code as your development tool, you can add them via <code>Code > Prefernces > Extensions</code></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella</a></strong> posted <a href=\"https://riad.blog/2022/10/17/secrets-of-gutenberg-the-keyboard-shortcuts-package/\"><strong>Secrets of Gutenberg: The keyboard shortcuts package</strong></a> and explains how to use the package with any ReactJS context at first. Further, into the post you also learn how to use the package in your WordPress plugin or Block plugin. If you want to contribute to Gutenberg code, you can use this package to solve a long-standing issue by yours truly and <a href=\"https://github.com/WordPress/gutenberg/issues/9723\">create a keyboard shortcut to open the “Edit HTML”</a> on a single block. ?</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/maugelves\">Mauricio Gelves</a>, </strong>was a speaker at <a href=\"https://valencia.wordcamp.org/2022/\">WordCamp Valencia</a> last week. His talk’s title was also the title of his latest blog post <a href=\"https://humanmade.com/2022/10/18/1001-ways-to-implement-gutenberg-blocks/\"><strong>1001 ways to implement Gutenberg block</strong></a> for Human Made, where he shared the takeaways of his talk and links to learning more. I was specifically intrigued by the decision tree, that distinguished between three major ways to implement and customize the blocks: Editorial, with PHP and with JavaScript.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carlo Daniele</strong> released the course <a href=\"https://academy.kinsta.com/dashboard/course/custom-gutenberg-block-development-with-the-wordpress-block-editor/5/19\"><strong>Custom Gutenberg Block Development With the WordPress Block Editor</strong></a> on Kinsta Academy. You learn how to set-up your local development space, how to use the official Create-Block scaffolding tool, build your first block with adding controls to the Block Tools bar, the sidebar, and Block Styles. In the final lesson, Daniele covers how to use InnerBlocks, and other fine-tuning steps.</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress events</h2>\n\n\n\n<p>November 18, 2022<br /><strong><a href=\"https://www.wordfest.live/2022/november/\">WordFest Live Returns</a></strong> – the 24-hour Festival of WordPress</p>\n\n\n\n<p>February 17 – 19, 2023<br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia 2023</strong></a></p>\n\n\n\n<p>Contributors are gathering to organize <a href=\"https://germany.wordcamp.org/2023/\"><strong>WordCamp Germany</strong></a> next year in Munich, Germany. It’s so exciting to me, and I can hardly wait for a WordCamp in my hometown! <a href=\"https://germany.wordcamp.org/2023/\">Sign-up for notifications</a> when the organizers have more details. </p>\n\n\n\n<p class=\"has-light-background-background-color has-background has-large-font-size\"><a href=\"https://central.wordcamp.org/schedule/\"><strong>Have a look at the schedule of upcoming WordCamps</strong></a> to find one near you. </p>\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>October 31, 2022 – 4 pm EDT / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/288666280/\"><strong>Part 2: Re-Creating Block Designs</strong></a> w/ Wes Theron</p>\n\n\n\n<p>November 1, 2022 – 8:30 am EDT / 12:30 UTC <br />On Twitch, <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289395168/\">WordPress development live stream: Internationalization</a></strong></p>\n\n\n\n<p>November 3, 2022 – 10am EDT / 14:00 UTC <br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/289395242/\">Internationalization in Block Themes</a> </strong>w/ Jonathan Bossenger</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 id=\"7-p\">Photo from around the World</h2>\n\n\n\n<p><em>With in-person meetup rebooting all over the world, I resumed sharing photos from Gutenberg talks at WordCamps today. </em></p>\n\n\n\n<p>In this <a href=\"https://twitter.com/jdmweb/status/1585993802355036167\">photo posted by Jeremy Desvaux on Twitter</a> shows, <a href=\"https://twitter.com/VinceDubroeucq\"><strong>Vincent Dubroeucq</strong></a>, author of the <a href=\"https://vincentdubroeucq.com/wpcookbook/\">WPCookBook</a> (in French), gives a live demo of Block Development at <a href=\"https://lyon.wordcamp.org/2022/\">WordCamp Lyon 2022</a> </p>\n\n\n\n<img />\n\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Oct 2022 19:00: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"BuddyPress: BP Rewrites 1.4.0 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:32:\"https://buddypress.org/?p=326911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2022/10/bp-rewrites-1-4-0-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:2219:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/bp-rewrites.1.4.0.zip\">BP Rewrites 1.4.0</a>. This maintenance release fixes two bugs. For details on the changes, please read the <a href=\"https://github.com/buddypress/bp-rewrites/blob/trunk/CHANGELOG.md#140\">1.4.0 release notes</a>.</p>\n\n\n\n<p>Update to BP Rewrites 1.4.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/bp-rewrites/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Oh wait, what is the goal of this BuddyPress Add-on?</h2>\n\n\n\n<p>If you’re wondering, with BP Rewrites activated, you’ll get full control on any BuddyPress URLs! BuddyPress plugin developers are strongly encouraged to test it with their plugins and report potential issue on the <a href=\"https://wordpress.org/support/plugin/bp-rewrites/\">BP Rewrites’ support page</a>. The goal of this BuddyPress Add-on is to make sure we can safely merge it in BuddyPress Core to migrate our Legacy URL parser to the WordPress Rewrites API. Thanks in advance to all plugin developers or BP Rewrites pioneers for their contributions: once BuddyPress will have performed this migration, life will be easier for everyone:</p>\n\n\n\n<ul>\n<li>Your community site users will be able to enjoy more meaningful URLs,</li>\n\n\n\n<li>BuddyPress Theme authors will stop having headaches trying to understand <code>bp_core_set_uri_globals()</code></li>\n\n\n\n<li>BuddyPress will be compatible with plain permalinks.</li>\n\n\n\n<li>BuddyPress will improve its compliance with WordPress Standards.</li>\n</ul>\n\n\n\n<p class=\"has-text-align-left\"><strong>Let’s all help this happen asap, you just need to test it and report bugs!</strong></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-rewrites/\">BP Rewrites</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"many-thanks-to-1-2-0-contributors\">Many thanks to the one and only 1.4.0 contributor <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/imath/\">imath</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:\"Sat, 29 Oct 2022 09:54:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:64:\"WPTavern: The WordPress Community Isn’t Ready to Leave Twitter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=139000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-wordpress-community-isnt-ready-to-leave-twitter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9588:\"<p>Elon Musk has bought Twitter in a $44B deal that closed this week, tweeting “<a href=\"https://twitter.com/elonmusk/status/1585966869122457600\">Let the good times roll</a>,” on Friday after taking the helm. Musk fired top executives at the company and <a href=\"https://twitter.com/elonmusk/status/1585619322239561728\">tweeted</a> an appeal to Twitter’s advertisers to share his motivation in acquiring what is arguably the world’s most important social network:</p>\n\n\n\n<p>“The reason I acquired Twitter is because it is important to the future of civilization to have a common digital town square, where a wide range of beliefs can be debated in a healthy manner, without resorting to violence,” Musk said. “There is currently great danger that social media will splinter into far right wing and far left wing echo chambers that generate more hate and divide our society.”</p>\n\n\n\n<p> Musk also hinted at the importance of content moderation, saying “Twitter obviously cannot become a free-for-all hellscape, where anything can be said with no consequences!” The company is forming a council to discuss content moderation, but nobody knows what that will mean for the future of Twitter.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Twitter will be forming a content moderation council with widely diverse viewpoints. <br /><br />No major content decisions or account reinstatements will happen before that council convenes.</p>— Elon Musk (@elonmusk) <a href=\"https://twitter.com/elonmusk/status/1586059953311137792?ref_src=twsrc%5Etfw\">October 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>While some Twitter users have considered migrating to Tumblr, the structure and user base isn’t currently comparable to the Twitter experience. In response to Verge co-founder Nilay Patel’s provocative article titled “<a href=\"https://www.theverge.com/2022/10/28/23428132/elon-musk-twitter-acquisition-problems-speech-moderation\">Welcome to hell, Elon</a>,” Tumblr CEO Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1586013950109310977\">tweeted</a> his support.</p>\n\n\n\n<p>“This is an unfortunately good summary of why running a social network is so hard, as I’ve learned with Tumblr,” Mullenweg said. “I am wishing Twitter the best and also hope this doesn’t slow down Tesla or SpaceX, which I think are critical to the future.”</p>\n\n\n\n<p>Patel aptly communicated the weight of the political challenges Musk will face in his commitment to steering Twitter away from becoming “a free-for-all hellscape,” which some think has already happened. If Musk decides to open the doors to unsavory characters who were banned in the past, it may drive the social network into the ground.</p>\n\n\n\n<p>While the WordPress community has many online gathering places – various Slack workspaces, P2 blogs, and Facebook groups – it has always been Twitter that served as the place for both casual interactions and breaking news. It is the de facto social network for those working in tech. There are many who only use the platform for keeping up with WordPress news and the community.</p>\n\n\n\n<p>“There’s nowhere else to really go!” WordPress product designer Mike McAlister <a href=\"https://twitter.com/mikemcalister/status/1586003046399623169\">said</a>. “WordPress people are pretty much exclusively on Twitter it seems.”</p>\n\n\n\n<p>Apart from the few optimistic souls who think Twitter will be better than ever, many community members expressed apprehension about losing the network they have built over the years. As the closing of the sale loomed, people threatened to leave Twitter on principle if Musk gained control. That day has arrived, but for the most part the WordPress community is not abandoning Twitter. </p>\n\n\n\n<p>“Twitter has had too good of an impact on my life to just jump ship,” Edan Ben-Atar <a href=\"https://twitter.com/edanbenatar/status/1586009637203083265\">said</a>. “I’ll stick around for as long as it makes sense. For now, nothing has changed from what is noticeable to the eye.”</p>\n\n\n\n<p>WordPress designer Dustin Henrich says he is staying but also looking up the people he follows on other platforms. </p>\n\n\n\n<p>“I’ve made too many good connections, enjoy reading about people’s tech and non tech lives, and learning from some wicked smart people,” Henrich <a href=\"https://twitter.com/dhenrich/status/1586017449287503874\">said</a>. “I’d truly be sad if this just all went away.”</p>\n\n\n\n<p>Decentralized social networking, which has so far failed to gain much mainstream attention, is getting a second look in light of Twitter changing hands. WordPress agency owner Tom Finley is <a href=\"https://twitter.com/i/web/status/1586099982620594176\">experimenting</a> with using the <a href=\"https://wordpress.org/plugins/activitypub/\">Activity Pub plugin</a> to set up his site as a private Mastadon server. It implements the ActivityPub protocol for WordPress so readers can see the site’s posts on Mastadon and other federated platforms (that support Activity Pub).</p>\n\n\n\n<p>Some WordPress community members are flirting with joining Mastadon instances, or have already committed to posting in both networks, but we are not yet seeing a mass exodus flocking to the fediverse.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I’m giving Mastodon a try although I’m still sticking around here for the time being. <br /><br />I hate to say it but what about more use of the official WordPress Slack workspace? I often go there if I need to find someone in the community.</p>— Shawn Hooper (@ShawnHooper) <a href=\"https://twitter.com/ShawnHooper/status/1586040039473090560?ref_src=twsrc%5Etfw\">October 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>“We’ve seen this attempted exodus to the promised land many times before,” Ross Wintle <a href=\"https://rosswintle.uk/2022/10/something-about-twitter/\">said</a> in a post that explains why he isn’t optimistic about people successfully leaving Twitter. “Without a proper mass migration of people and organizations to another service, it doesn’t stick. </p>\n\n\n\n<p>“You end up with people cross posting to multiple services to reach all the people that they want to reach. And then as a reader I’m checking multiple services and seeing the same things. The signal/noise ratio goes down. And most people get fed up and end up back where they were before.”</p>\n\n\n\n<p>The most hopeful speculators ask if this could this be the return of blogs. At the moment blogs are not social enough, and there isn’t a critical mass of bloggers eager enough to adopt the protocols necessary to connect their sites in a stream of easily digestible, short updates. </p>\n\n\n\n<p>Until Elon Musk makes more radical changes, many WordPress community members see no reason to leave Twitter.</p>\n\n\n\n<p>“For now, I don’t see a reason to leave,” WordPress developer advocate Birgit Pauli-Haack <a href=\"https://twitter.com/bph/status/1586069842553344000\">said</a>. “Block, Unfollow, Mute are my friends for curating my feed. I did cancel my subscription to Twitter Blue after 12 months. Being allowed to edit tweets is not worth it.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'ve been through so many social networks over time as they come and go. I lost count how many people say they are leaving Twitter.<br /><br />I use Twitter primarily for note taking, links, etc. I see nothing about that to change.</p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1586067272933654528?ref_src=twsrc%5Etfw\">October 28, 2022</a></blockquote>\n</div>\n\n\n\n<p>Overall, most people are taking a “wait and see” approach regarding leaving Twitter.</p>\n\n\n\n<p>“I haven’t found a viable alternative,” WordPress meetup organizer Sallie Goetsch <a href=\"https://twitter.com/salliegoetsch/status/1586042212567068672\">said</a>. “I do hang out in various WP Slack groups, but for the wider world…we’ll just have to see what happens here.”</p>\n\n\n\n<p>One positive byproduct of this recent shake-up is that the WordPress community is considering a future where important conversations happen on another platform. As users explore other social networks, they may gain an affinity for a different type of social media culture with features that Twitter is lacking. Migrating and settling into a new social home on the web takes time.</p>\n\n\n\n<p>“I’m not saying I wouldn’t love a mass migration to happen,” Ross Wintle said. “I’ve just seen so many attempts now and none seem to have been particularly successful, and I don’t see why this one would either.</p>\n\n\n\n<p>“For a big change to happen, I think either the platform has to spontaneously combust itself or it falls out of fashion by a long period of attrition and fades from the public consciousness over time. Facebook may even be at the start of this. Time will tell.</p>\n\n\n\n<p>“Perhaps, one day, we will look back and remember that thing we all used called Twitter the same way we remember Geocities and MySpace. But I struggle to see how that will be next week or next month. It will be in many years.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Oct 2022 02:13:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"Post Status: Agency Owners: If You Could Ask Anyone Anything…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=142298\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/agency-owners-if-you-could-ask-anyone-anything/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:901:\"<p>Hey all—<br /><br />In our <a href=\"https://poststatus.slack.com/archives/C02TNBDAXLL/p1666881400963559?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\">#Agency-Owner channel</a> I asked this week:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If you could ask anyone anything related to your work as an agency — who would it be OR more importantly what would you want to ask?</p></blockquote>\n\n\n\n<p>The initial answers are already helping us support your valuable, yet often underserved work here (and of benefit to all).<br /><br />Go chime in when you get a chance or DM me if you want to keep it private. </p>\n\n\n\n<p>– Cory</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Oct 2022 22:17:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: Moving and Not Moving With the Crowd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=142275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/moving-and-not-moving-with-the-crowd/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6968:\"<div class=\"wp-container-1 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week\'s WordPress business highlights for Post Status: <strong>Lesley Sim</strong> is pivoting <strong>Newsletter Glue</strong> to an upmarket clientele. A discussion starter about WordPress <strong>UX</strong>. Do we need a curated plugin ecosystem, more open standards, and easy access to current expert consensus points in key knowledge areas? Time to bail out of <strong>Twitter</strong>? <strong>PayPal</strong>? <strong>Katie Keith</strong> tells her <strong>HeroPress</strong> story. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-to-heck-with-black-friday-i-m-raising-my-prices\"><strong>To Heck with Black Friday, I’m Raising My Prices!</strong></h2>\n\n\n\n<p>This week in <a href=\"https://poststatus.slack.com/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Post Status Slack</strong></a>, <strong>Lesley Sim</strong>, the founder of <strong>Newsletter Glue</strong>, dropped this announcement: <em>“While everybody is offering discounts for Black Friday, we’re planning to significantly raise prices. We’ll be narrowing our target audience and focusing mainly on medium-large publishers and online businesses; working with them more closely and providing a high level of customization and support.”</em> What motivated Lesley\'s decision? Where does she expect it to take her company? How can plugin owners find enterprise customers and agency partners? Find out on <strong>Post Status Draft</strong>. <a href=\"https://poststatus.com/lesley-sim-newsletter-glue-business-model-pivot/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>LISTEN→</strong></a></p>\n\n\n\n<h2 id=\"h-can-we-get-to-yes-on-better-ux\"><strong>Can We Get to “Yes” on Better UX?</strong></h2>\n\n\n\n<p>This week in <a href=\"https://speckyboy.com/can-wordpress-appeal-to-diy-markets/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\">an article</a> shared in <a href=\"https://poststatus.slack.com/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Post Status Slack</strong></a>, <strong>Eric Karkovack </strong>suggested some ways to improve the WordPress user experience, especially for DIY users setting up a website for the first time. Some of the things Eric wants to see happen, like a standard interface for plugins and a curated view of the plugin ecosystem, are also commonly expressed by designers, developers, and people in other roles at WordPress agencies serving enterprise clients. Can we get everyone to “yes” on a better UX? Tell us what you think. <a href=\"https://poststatus.com/wordpress-user-experiences/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>LISTEN→</strong></a></p>\n\n\n\n<h3 id=\"h-a-curated-plugin-ecosystem-you-say-how\">A curated plugin ecosystem you say? How?</h3>\n\n\n\n<p>I\'ve <a href=\"https://poststatus.com/wordpress-user-experiences/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID#Post\" target=\"_blank\" rel=\"noreferrer noopener\">elaborated</a> on some of the ideas discussed on the podcasts this week with Eric and Lesley that can help both plugin businesses, WordPress agencies, and WordPress users in general. It mostly comes down to:</p>\n\n\n\n<ul><li><strong>Don\'t Play Favorites — Recognize Excellence. </strong>What if there was a quality score based on neutral data from WP.org. It might create incentives that make “gaming” the system a win for everyone.</li><li><strong>Open Up “Open Secrets” — Spread Standards and Expert Knowledge.</strong> What if it was incredibly easy for developers (or anyone) to find and learn best practices and standards? It might create ladders up that are a win for everyone. <a href=\"https://poststatus.com/wordpress-user-experiences/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID#Post\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>READ→</strong></a> </li></ul>\n\n\n\n<h2 id=\"h-quick-links\"><strong>Quick Links</strong></h2>\n\n\n\n<ul><li>There\'s a rich <a href=\"https://poststatus.slack.com/archives/C0413T6GD/p1666821158461799?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\">ongoing conversation</a> in <strong>Post Status Slack</strong> about <strong>PayPal</strong>. The prevailing opinion is <em>very</em> negative, but as usual, <em>it depends</em>. <strong><a href=\"https://poststatus.slack.com/archives/C0413T6GD/p1666821158461799?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\">SLACK→</a></strong></li><li>Over at <strong>HeroPress</strong>, it\'s <strong>Katie Keith</strong> of <strong>Barn2 Plugins</strong> telling her story: <a href=\"https://heropress.com/essays/a-community-that-transcends-labels/?utm_source=Post+Status+Newsletter&utm_campaign=f055253069-EMAIL_CAMPAIGN_2022_10_28_06_26&utm_medium=email&utm_term=0_afc03177a6-f055253069-&mc_cid=f055253069&mc_eid=UNIQID\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>A Community that Transcends Labels→</strong></a></li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Oct 2022 22:02: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: WordPress 6.1 RC5 • WP-CLI 2.7.1 • Help Test Plugin Dependencies Feature Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=141952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://poststatus.com/wordpress-6-1-rc5-6-1-sneak-peek-with-nick-diego-wp-cli-2-7-1-help-test-plugin-dependencies-feature-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19139:\"<h2 id=\"h-this-week-at-wordpress-org-october-24-2022\">This Week at WordPress.org (October 24, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.1 rolls out on November 1. Help test 6.1 Release Candidate 3 — and the Rollback feature plugin. Be sure to look over the 6.1 DevNotes, Field Guides, and Team Updates. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_gitMerge\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>Release Candidate 5</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/23f3.png\" alt=\"⏳\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">WordPress 6.1 Release Candidate 5 (RC5) Now Available for Testing</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9ea.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50e.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/tag/dev-notes-6-1/\">WordPress 6.1 DevNotes, Field Guides, and Team Updates</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/23ea.png\" alt=\"⏪\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\"></a><a href=\"https://make.wordpress.org/core/2022/10/28/wordpress-6-1-release-candidate-5-rc5-now-available-for-testing/\">WordPress 6.1 Release Candidate 5 (RC5) Now Available for Testing</a></li><li><a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_9ee0ac-7f\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-wp-6-1-devnotes-and-team-updates\"><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-1/\">WP 6.1 DevNotes</a> and Team Updates</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance Field Guide for WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/20/wordpress-6-1-translation-status-october-20-2022/\">WordPress 6.1 Translation Status (October 20, 2022)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/11/wordpress-6-1-ready-to-be-translated/\">WordPress 6.1 ready to be translated</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/20/multisite-registration-and-activation-pages-have-new-html-and-css/\">Multisite registration and activation pages have new HTML and CSS</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/14/global-terms-removed-in-wordpress-6-1/\">Global terms removed in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/enhanced-typescript-support-in-wordpress-6-1/\">Enhanced TypeScript support in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/reference-styles-values-in-theme-json/\">Reference Styles values in <code>theme.json</code></a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">WordPress 6.1 Accessibility Improvements</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/miscellaneous-rest-api-improvements-in-wordpress-6-1/\">Miscellaneous REST API improvements in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/12/block-api-changes-in-wordpress-6-1/\">Block API changes in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/content-locking-features-and-updates/\">Content locking features and updates</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/simplified-data-access-with-new-react-hooks-in-wordpress-6-1/\">Simplified data access with new React hooks in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/09/introducing-wp_list_tableget_views_links-in-wordpress-6-1/\">Introducing <code>WP_List_Table::get_views_links()</code> in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/08/escaping-table-and-field-names-with-wpdbprepare-in-wordpress-6-1/\">Escaping Table and Field names with <code>wpdb::prepare()</code> in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/create-block-scaffolding-tool-updates/\">Create-block scaffolding tool updates</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/introduction-of-presets-across-padding-margin-and-block-gap/\">Introduction of presets across padding, margin and block gap</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/improved-php-performance-for-core-blocks-registration/\">Improved PHP performance for core blocks registration</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/06/introducing-update-uri-theme-header-in-wordpress-6-1/\">Introducing “Update URI” theme header in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/\">Block-based “template parts” in traditional themes</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/improvements-to-wp_query-performance-in-6-1/\">Improvements to <code>WP_Query</code> performance in 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/06/new-cache-site-health-checks-in-wordpress-6-1/\">New cache Site Health checks in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/27/navigation-block-fallback-behavior-in-wp-6-1-dev-note/\">Navigation Block Fallback Behavior in WP 6.1</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-5 wp-block-columns\">\n<div class=\"wp-container-3 wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/accessibility/2022/10/22/accessibility-team-meeting-notes-october-19-2022/\">Accessibility Team Meeting Notes: October 19, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/10/26/meetup-organizer-newsletter-october-2022/\">Meetup Organizer Newsletter: October 2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/10/21/community-deputy-training-4-wordcamp-process-flow/\">Community Deputy Training #4: WordCamp Process Flow</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/25/wordpress-6-0-release-day-process-2/\">WordPress 6.1 Release Day Process</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/a-week-in-core-october-24-2022/\">A Week in Core – October 24, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/28/core-editor-improvement-advancing-the-writing-experience/\">Core Editor Improvement: Advancing the writing experience</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">What’s new in Gutenberg 14.4? (26 October)</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/27/wordpress-6-1-release-candidate-4-rc4-now-available-for-testing/\">WordPress 6.1 Release Candidate 4 (RC4) Now Available for Testing</a></li><li><a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\">WordPress 6.1 Release Candidate 3 (RC3) Now Available</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/26/dev-chat-agenda-october-262022/\">Dev Chat agenda: October 26,2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/editor-chat-summary-wednesday-20-october-2022/\">Editor chat summary: Wednesday, 20 October 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/editor-chat-agenda-october-26th-2022/\">Editor Chat Agenda: October 26th 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/dev-chat-summary-october-19-2022/\">Dev Chat summary, October 19, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/24/performance-chat-agenda-25-october-2022/\">Performance Chat Agenda: 25 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/10/24/design-share-oct-10-oct-21/\">Design Share: Oct 10-Oct 21</a></li></ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">New design for HelpHub in WordPress.org</a></li><li><a href=\"https://make.wordpress.org/docs/2022/10/19/the-first-ever-documentation-team-contributor-day-25th-october-2022/\">The first ever Documentation team Contributor Day – 25th October, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/10/24/documentation-team-update-october-24-2022/\">Documentation Team Update – October 24, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/10/26/agenda-global-marketing-team-meeting-october-26-2022/\">Agenda: Global Marketing Team meeting, October 26, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/10/21/wordpress-org-redesign-update/\">WordPress.org Redesign Update</a></li><li><a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">Displaying Style Variations for Supporting Themes</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/10/25/community-meeting-recap-25-october-2022/\">Community Meeting Recap (25 October 2022)</a></li><li><a href=\"https://make.wordpress.org/openverse/2022/10/25/handling-very-large-2gb-files/\">Handling very large (>2GB) files</a></li><li><a href=\"https://make.wordpress.org/openverse/2022/10/25/storing-provider-supplied-thumbnails/\">Storing provider supplied thumbnails</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-4 wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/25/performance-team-meeting-summary-11-october-2022-2-2/\">Performance Chat Summary: 25 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/10/26/plugin-review-team-status-24-oct-2022/\">Plugin Review Team Status: 24 Oct 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/10/25/agenda-weekly-polyglots-chat-oct-26-2022-1300-utc/\">Agenda: Weekly Polyglots Chat – Oct. 26, 2022 (13:00 UTC)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/20/wordpress-6-1-translation-status-october-20-2022/\">WordPress 6.1 Translation Status (October 20, 2022)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/11/wordpress-6-1-ready-to-be-translated/\">WordPress 6.1 ready to be translated</a></li></ul>\n\n\n\n<h2><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/10/27/support-team-meeting-updates-for-october-27/\">Support Team Meeting Updates for October 27</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/10/25/test-team-update-24-october-2022/\">Test Team Update: 24 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/10/25/themes-team-meeting-notes-october-25-2022/\">Themes Team Meeting Notes – October 25, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/25/meeting-agenda-for-october-25-2022/\">Meeting Agenda for October 25, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/24/october-2022-monthly-faculty-meeting-agenda/\">October 2022 Monthly Faculty Meeting Agenda</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/22/xpost-wordpress-org-redesign-update/\">X-post: WordPress.org Redesign Update</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/22/managing-projects-and-terminology-dri/\">Managing Projects and Terminology: DRI</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/21/proposal-create-a-new-onboarding-experience-to-the-training-team/\">Proposal: Create a new onboarding experience to the Training Team</a></li></ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/adding-a-contact-form-to-your-site/\">Adding a Contact Form to Your Site</a></li><li><a href=\"https://learn.wordpress.org/tutorial/managing-settings-media/\">Managing Settings: Media</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=what-is-seo-search-engine-optimization\">What is SEO? (Search Engine Optimization)</a></li><li><a href=\"https://learn.wordpress.org/?meeting=lets-code-global-styles-variations-in-block-themes\">Let’s code! Global Styles Variations in Block Themes</a></li><li><a href=\"https://learn.wordpress.org/?meeting=wordpress-development-live-stream-global-styles\">WordPress development live stream: Global Styles</a></li><li><a href=\"https://learn.wordpress.org/?meeting=wordpress-roles-and-capabilities-2\">WordPress Roles and Capabilities</a></li><li><a href=\"https://learn.wordpress.org/?meeting=block-theme-global-styles-customization-2\">Block & Theme Global Styles Customization</a></li><li><a href=\"https://learn.wordpress.org/?meeting=a-brief-history-of-wordpress-2\">A Brief History of WordPress</a></li></ul>\n\n\n\n<h3 id=\"h-courses\">Courses</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\">Develop Your First Low-Code Block Theme</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos now auto-published to Youtube</a></li><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Oct 2022 18:05: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:18:\"Courtney Robertson\";s: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:90:\"Post Status: To Heck with Black Friday, I’m Raising My Prices! — Post Status Draft 127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=142062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/lesley-sim-newsletter-glue-business-model-pivot/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8911:\"<div class=\"wp-container-9 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week in <strong>Post Status Slack</strong>, <strong>Lesley Sim</strong>, the founder of <strong>Newsletter Glue</strong>, dropped this announcement: <em>“While everybody is offering discounts for Black Friday, we’re planning to significantly raise prices. We’ll be narrowing our target audience and focusing mainly on medium-large publishers and online businesses; working with them more closely and providing a high level of customization and support.”</em> What motivated Lesley\'s decision? Where does she expect it to take her company? How can plugin owners find enterprise agency partners? Listen to this episode of <strong>Post Status Draft </strong>and find out. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"has-drop-cap\">This week in <strong>Post Status Slack</strong>, <strong>Lesley Sim</strong>, the founder of <strong>Newsletter Glue</strong>, dropped this announcement: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“While everybody is offering discounts for <strong>Black Friday</strong>, we’re planning to significantly raise prices. We’ll be narrowing our target audience and focusing mainly on medium-large publishers and online businesses; working with them more closely and providing a high level of customization and support.” </p></blockquote>\n\n\n\n<p>What motivated Lesley\'s decision? Where does she expect it to take her company? </p>\n\n\n\n<p class=\"has-theme-palette-8-background-color has-background\">For some background, listen to <a href=\"https://poststatus.com/till-kruss-on-object-cache-pro-wordpress-plugins-testing-and-performance/\">my recent conversation</a> with <strong>Till Krüss</strong>, whose business model for <strong>Object Cache Pro</strong> and conversations following from it were part of Lesley\'s thinking about her own product.</p>\n\n\n\n\n\n\n\n<p><strong>In this conversation with Lesley, we talk about:</strong></p>\n\n\n\n<blockquote><p></p><p>Pay attention to the shape of your market and your pricing.</p><cite>Lesley Sim</cite></blockquote>\n\n\n\n<ul><li>Lesley\'s experience with Black Friday sales tactics.</li><li>“Lifetime” memberships and licenses.</li><li>Where Newsletter Glue started and how its pricing model has changed.</li><li>Why freemium didn\'t work for Newsletter Glue.</li><li>Lesley\'s experience entering — and leaving — the WordPress plugin directory.</li><li>How Newsletter Glue\'s pricing has steadily evolved toward a better match with its ideal customers. </li><li>How Lesley accessed enterprise agencies and clients. </li><li>What Lesley has learned and hopes to achieve in the future.</li><li>The technical challenges and barriers to reaching a high-end market.</li></ul>\n\n\n\n<div class=\"wp-container-12 wp-block-columns has-theme-palette-8-background-color has-background\" id=\"GoDaddy-Pro\">\n<div class=\"wp-container-10 wp-block-column\">\n<h3 id=\"GoDaddy-Pro\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/godaddypro\">GoDaddy Pro</a></h3>\n\n\n\n<p>Manage your clients, websites, and tasks from a single dashboard with <strong>GoDaddy Pro</strong>. Perform security scans, backups, and remote updates to many sites on any host. Check up on site performance, monitor uptime and analytics, and then send reports to your clients. <a href=\"https://poststat.us/godaddypro\">GoDaddy Pro is free</a> — and designed to make your life better.</p>\n</div>\n\n\n\n<div class=\"wp-container-11 wp-block-column is-vertically-aligned-center\">\n<a href=\"https://poststat.us/godaddypro\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/gdpro800x500-1-300x188.png\" alt=\"GoDaddy Pro\" class=\"wp-image-93683\" width=\"150\" height=\"94\" title=\"Pressable\" /></a>\n</div>\n</div>\n\n\n\n<p> </p>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul class=\"eplus-wrapper\"><li><a href=\"https://newsletterglue.com/\">Newsletter Glue</a> is a WordPress plugin that connects your WordPress content and the block editor with a newsletter service, like Mailchimp. It simplifies newsletter publishing so you can focus on writing — in WordPress — and sending your content out from there <em>without</em> having to copy/paste/edit content or create layouts inside your newsletter service\'s separate, not-as-good design interface. </li><li><a href=\"https://instawp.com/\">InstaWP</a> is what it sounds like: a way to launch a WordPress sandbox/demo site in less than a second.</li><li><a href=\"https://www.groundhogg.io/\">Groundhogg</a> is <strong>Marketing Automation</strong> and <strong>CRM</strong> For Serious Agencies and Small Businesses using WordPress.</li><li><a href=\"https://lifterlms.com/\">LifterLMS</a> helps education entrepreneurs enable their learners to achieve their desired outcomes, to truly change lives, and make a great living in the process.</li><li><a href=\"https://rtcamp.com/\">rtCamp</a> is a <strong>WordPress VIP Gold Ageny Partner</strong> delivering enterprise-grade web publishing and digital commerce solutions with WordPress to Fortune 500 companies.</li><li><strong><a href=\"https://thecode.co/\">The Code Company</a></strong> is a very specialized agency for publishers focused on the WordPress core competency: publishing! They are specialist WordPress engineers who solve complex publishing problems at scale.</li><li><a href=\"https://humanmade.com\">Human Made</a> is one of the oldest enterprise agencies in WordPress. They\'ve been one of the largest contributors to the WordPress core project, and the wider ecosystem and community. They make <a href=\"https://humanmade.com/2019/06/17/a-technical-introduction-to-altis-enterprise-augmented-wordpress-platform/\">Altis DXP</a>, the <a href=\"https://humanmade.com/2019/05/21/beyond-wordpress-10-year-evolution-human-made/\">evolution of how they work with WordPress</a>. Human Made believes Altis is a fundamental and major step forward for the WordPress ecosystem.</li></ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\"><li><a href=\"https://twitter.com/lesley_pizza\">Lesley Sim</a> (Founder, <a href=\"https://newsletterglue.com\">Newsletter Glue</a>)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a> (Editor, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li><li><a href=\"https://twitter.com/lemonadecode/photo\">Olivia Bisset</a> (Intern, Post Status)</li></ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"?\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Oct 2022 17:22: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:\"Olivia Bisset\";s: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:69:\"Post Status: What AI and Automation Are — and Aren’t — Good 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=142212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/what-ai-and-automation-are-and-arent-good-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4790:\"<div class=\"wp-container-17 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Thoughts on how <strong>AI</strong> and automation can be enabling to individuals and help us all be part of our communities where human-to-human interaction is the best and most vital part. • We love our community on <strong>Twitter</strong>, but maybe that\'s not where our community will be in the future. • <strong>Nev Harris</strong> is in our <strong>Member Spotlight</strong>. • Our <strong>Black Friday deals</strong> are live — and you can still add yours. <strong>WordPress Accessibility Day</strong>, <strong>WordFest</strong>, and <strong>WP Wealthbuilder Summit</strong> are coming right up, and so are <strong>WordCamps</strong>! We\'d love to see you at one of our EU/US weekly <strong>Huddles</strong>. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">Lately, I’ve been thinking a lot about AI, automation, and how that fits into community. I applaud so much of how all of these things have simplified my life, and make my life so much easier as a disabled person. I use <strong>Ring</strong> doorbell to talk to anyone who rings my doorbell to let them know I’m on my way (but slow). I use <strong>Alexa</strong> to automate lights when I’m not home and voice commands to turn on/off lights, check the weather and news, and set my thermostat. This week I installed a <strong>Stream Deck</strong> to automate things at my desk like key lights, opening websites, and I even added a sound for podcasting fun. AI can generate copy for titles, tweets, and even site content.</p>\n\n\n\n<p>But nothing surpasses human interaction. Being on a <strong>Zoom</strong> call for our Post Status weekly huddles, creative brainstorming with my <strong>Stellar</strong> team, one-on-ones with friends and family, and recording podcasts with my podcasting partners and guests all enhance my life greatly. And I appreciate interacting with so many of you on <strong>Twitter</strong> about <strong>WordPress</strong>, tech, and life in general.</p>\n\n\n\n<p><a href=\"https://www.theverge.com/2022/10/28/23428132/elon-musk-twitter-acquisition-problems-speech-moderation\">Changes are coming to Twitter with the new leadership there</a>. Our community has thrived on Twitter, so keep an eye out for each other there, and if you find a better solution that we can adopt as a community, let us know!</p>\n\n\n\n<h2>Don\'t Miss:</h2>\n\n\n\n<ul><li><strong>Black Friday/Cyber Monday</strong> is coming quickly! <a href=\"https://poststatus.com/submit-black-friday-cyber-monday-deals/\">Submit your deals here</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f448.png\" alt=\"?\" class=\"wp-smiley\" /></li><li><a href=\"https://poststatus.com/2022-black-friday-cyber-monday-wordpress-deals/\">This year’s deals are live</a>! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" /></li><li>In our <strong>Member Spotlight</strong> this week: <a href=\"https://poststatus.com/member-spotlight-nev-harris/\"><strong>Nev Harris</strong></a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4a1.png\" alt=\"?\" class=\"wp-smiley\" /> Nev will help you unlock the profit trapped in your business and lower your stress around cash flow and expenses. Nev shows how money talk doesn’t need to be scary. Or boring. Or something you do behind closed doors with an accountant who appears to be speaking another language.</li></ul>\n\n\n\n<h2 id=\"h-upcoming-events\">Upcoming Events:</h2>\n\n\n\n<ul><li><strong>Post Status</strong> <a href=\"https://poststatus.com/huddles/\">Member Huddles </a>Every Week!</li><li><a href=\"https://wpaccessibility.day/\">WordPress Accessibility Day</a> • <strong>November 2-3</strong></li><li><a href=\"https://www.wordfest.live/2022/november/\">WordFest</a> • <strong>November 18</strong></li><li><strong>Calls for Speakers and Sponsors </strong>are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a>.</li><li><strong>WordCamps</strong> are back. <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>!</li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Oct 2022 16:45:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s: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:80:\"Post Status: Daniel S. Pumpkins’ ? Post Status Halloween TechHorror Roundup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=142189\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://poststatus.com/post-status-halloween-techhorror-roundup/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4816:\"<div class=\"wp-container-19 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">It\'s our Halloween roundup of ghoul tools, but we\'re not going to show you anything scarier than <strong>David Bisset</strong>‘s <a href=\"https://twitter.com/dimensionmedia/status/1585986701343825920\">dev dad joke tweets</a>. Just <strong>Blocks Made of Humans</strong>, a totally non-scary image creation AI — as long as you do not install the <strong>Performance Loab</strong> plugin. Also in our cauldron: hairy, scary <strong>Block Styles</strong> and the classic so-lean-it\'s-skeletal ingredient, <strong>Balsamiq</strong>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f987.png\" alt=\"?\" class=\"wp-smiley\" /><br /> </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h1 id=\"h-wordpress-design-development-haunts-around-the-web\">WordPress Design & Development Haunts Around the Web</h1>\n\n\n\n<p>Here’s a glimpse of what’s going on in the world of design and development in the WordPress space this past week. Halloween edition!</p>\n\n\n\n<h2 id=\"h-blocks-made-of-humans\">Blocks Made of Humans</h2>\n\n\n\n<p>Well, not really, but here is <a href=\"https://humanmade.com/2022/10/18/1001-ways-to-implement-gutenberg-blocks/\" target=\"_blank\" rel=\"noreferrer noopener\">a great overview of all the ways you can make a custom block</a> with code examples from the lovely gremlins at <strong>Human Made</strong>. It’s nice to have so many examples in one place with links to a few resources I hadn’t seen before.</p>\n\n\n\n<h2 id=\"h-mirror-mirror-on-the-wall-what-image-will-devour-them-all\">Mirror Mirror On The Wall, What Image Will Devour Them All?!</h2>\n\n\n\n<p>The folks at <strong>Bertha AI</strong> <a href=\"https://bertha.ai/its-easy-top-get-caught-up-with-all-the-tech-out-there-especially-when-it-comes-to-ai/\" target=\"_blank\" rel=\"noreferrer noopener\">have announced</a> that their plugin now features an image creation module. This is another major step towards seeing artificial intelligence integrated into the WordPress stack. I have not taken it for a spin yet but intend to kick the tires around this weekend to conjure up some spooky hellscapes.</p>\n\n\n\n<h2 id=\"h-your-blocks-are-scaring-the-children\">Your Blocks Are Scaring The Children</h2>\n\n\n\n<p>Post Status members <strong>Roy Sivan</strong> and <strong>James Tryon</strong> have been working on their own suite of design tools for the <strong>Block Editor</strong> lovingly called <a href=\"https://blockstyles.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Block Styles</a>. Recently they’ve been on fire with so many updates and new features that it’s hard not to be excited. For me, the responsive tools alone are the killer feature that I needed. I’ve tried so many plugins for better responsive control, and this one feels the closest to what I would expect. <a href=\"https://twitter.com/blockstyleswp\" target=\"_blank\" rel=\"noreferrer noopener\">Follow them on Twitter</a> as they share how they’re evolving these tools.<br /></p>\n\n\n\n<div class=\"wp-container-20 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h1 id=\"h-cool-tools-for-ghouls\">Cool Tools for Ghouls</h1>\n\n\n\n<p>Each week we feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<h2 id=\"h-just-add-some-balsamiq-with-an-eye-of-newt\">Just Add Some Balsamiq with an Eye of Newt</h2>\n\n\n\n<p><a href=\"https://balsamiq.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Balsamiq</a> does one thing and does it well — it’s an application for creating wireframes. I’ve tried using <strong>Figma</strong>, <strong>Adobe XD</strong>, <strong>Illustrator</strong>, <strong>OmniGraffle</strong>, <strong>Visio</strong>, <strong>Sketch</strong>, real sketches, and more. Every time I end up coming back to Balsamiq because it’s so easy to get the vision out of my head and onto the screen. I know it’s been around a long time and its roots actually came from a <strong>Flash</strong>-built web app, but it has evolved to be a no-bloat application that lets you get in, do what you need, and get out.</p>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Oct 2022 15:56: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:18:\"Daniel Schutzsmith\";s: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:63:\"Do The Woo Community: Building Your Community Without the Noise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://dothewoo.io/building-your-community-without-the-noise/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:401:\"<p>Active engagement and conversation can turn into unproductive noise. That is until you start to use the art of listening.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-your-community-without-the-noise/\">Building Your Community Without the Noise</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Oct 2022 09:49: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Post Status: Post Status Excerpt (No. 72) — Can We Get to “Yes” on Better UX?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=142079\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/wordpress-user-experiences/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:45804:\"<h2 id=\"h-wordpress-user-experiences-from-diy-builders-to-enterprise-users\">WordPress User Experiences from DIY Builders to Enterprise Users</h2>\n\n\n\n<div class=\"wp-container-23 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week in an article shared in Post Status Slack, <strong>Eric Karkovack </strong>suggested some ways to improve the WordPress user experience, especially for DIY users setting up a website for the first time. Some of the things Eric wants to see happen, like a standard interface for plugins and a curated view of the plugin ecosystem, are also commonly expressed by designers, developers, and people in other roles at WordPress agencies serving enterprise clients. Can we get everyone to “yes” on a better UX? </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#transcript\">Transcript ↓</a></p>\n\n\n\n<h2 id=\"Post\">Can We Get to “Yes” on Better UX?</h2>\n\n\n\n<p class=\"has-drop-cap\">What does WordPress need to do to increase its appeal to do-it-yourself website builders and creators who are trying to take a business, hobby, or side project online? That question may be key to keeping that mass market appeal from draining away to simpler, leaner SaaS alternatives. In an article <strong>Eric Karkovack</strong> shared this week in <strong><a href=\"https://poststatus.com/#choose-membership\">Post Status Slack</a></strong>, Eric has <a href=\"https://speckyboy.com/can-wordpress-appeal-to-diy-markets/\">some ideas for improving the WordPress user experience</a>, especially for DIY users setting up a website for the first time. </p>\n\n\n\n<blockquote><p>We all have lists of plugins we disrecommend — to the point that it\'s a dealbreaker if a client insists on using them. And of course, these lists change a lot over time. We all know these things — but it\'s a kind of “open secret” within professional WordPress circles. That\'s understandable! Comparison is the thief of joy — and possibly revenue. But it\'s also not a healthy or sustainable situation.</p></blockquote>\n\n\n\n<p>Some of the things Eric wants to see happen, like a standard interface for plugins and a curated view of the plugin ecosystem, are similar to views commonly expressed by designers, developers, and people in other professional roles at WordPress agencies serving enterprise clients. And why not? In the WordPress enterprise space, are the end users really that much different than mass-market WordPress users in what they do and <em>don\'t </em>need to quickly perform routine content creation and management tasks? </p>\n\n\n\n<p>That\'s where my thinking has been lately, so I had a conversation with Eric to see if we might identify areas where nearly everyone thinks WordPress offers a poor experience and how we might align ourselves toward solutions. Can we get everyone to “yes” on a better UX?</p>\n\n\n\n<h2>Don\'t Play Favorites — Recognize Excellence</h2>\n\n\n\n<p>Standardizing admin interfaces and notifications might be easier than figuring out how to curate best-of-breed themes and plugins. But imagine, as Eric and I do in this conversation, some kind of “plugin quality score” at wordpress.org based on neutral, objective data. It might be “gamed” — in a positive way. It would encourage developers to do better, deeper, ever-maturing work. </p>\n\n\n\n<p>Personally, I\'d like to see the maximum and the average number of queries a plugin adds to a page. That, along with PHP and WordPress versions that have been tested for compatibility (which are existing features of the plugin repository) would be key code quality indicators. Frequency of updates, reviews, and support responses would indicate a capacity for long-term sustainability. Raising <a href=\"https://poststatus.com/we-dont-need-no-stinkin-standards/\">standards for testing aimed mainly at performance and security</a> would be great too. All of this could be done or encouraged by key players in the WordPress ecosystem coming together to set standards for their industry. It would impact how all users of the plugin directory understand quality and how best to assemble a WordPress site.</p>\n\n\n\n<h2>Too Many Open Secrets About Quality are Bad for Everyone</h2>\n\n\n\n<p>As of today, there are 60,153 uncurated free plugins at wordpress.org that can only be explored via external search and a limited (<a href=\"https://poststatus.com/a-visit-from-the-good-idea-fairy/\">arguably broken</a>) site search tool. WordPress professionals with high-end client services would never expose their customers to this chaos — so why does the WordPress community expose its newcomers to it? Anyone who has developed WordPress sites for very long has a list of plugins they prefer, particularly in combination with each other, for common feature sets and use cases. We all have lists of plugins we disrecommend — to the point that it\'s a dealbreaker if a client insists on using them. And of course, these lists change a lot over time. </p>\n\n\n\n<p>We all know these things — but it\'s a kind of “open secret” within professional WordPress circles. That\'s understandable! Comparison is the thief of joy — and possibly revenue. But it\'s also not a healthy or sustainable situation. We need to be more open and better at communicating these things in a problem-solving, always-learning way within appropriate channels. <a href=\"https://poststatus.com/open-secrets-forced-updates-in-wordpress/\">Security is a slightly different issue</a>, but <a href=\"https://github.com/WordPress/WordPress-Coding-Standards\">performance and code quality standards</a> — and the products/people who follow them in exemplary ways — should be much more visible, celebrated, and learned from. </p>\n\n\n\n<p>Information that maturing developers and product owners can learn from to improve their work doesn\'t trickle down as openly or as easily as it should. It\'s inside baseball, and it shouldn\'t be quite so insider-y. It\'s not out there alongside independent <a href=\"https://poststatus.com/kevin-ohashi-deep-history-and-integrity-in-hosting-benchmarks/\">plugin performance reviews</a> or clear standards and guidance for anyone who wants them. What if someone did a tutorial series walking through current WordPress code standards and the <a href=\"https://poststatus.com/wordpress-coding-standards-has-reached-a/\">history</a> of <a href=\"https://poststatus.com/accessibility-draft-standards-are-ready-for-review/\">their</a> <a href=\"https://poststatus.com/wordpress-coding-standards-1-2-1-has-been/\">evolution</a>? </p>\n\n\n\n<p>What if?</p>\n\n\n\n<p>Why not? </p>\n\n\n\n<p>What are the barriers?</p>\n\n\n\n<p>Who can remove them?</p>\n\n\n\n<p>Industry peers and WordPress community members working together on common interests?</p>\n\n\n\n<p>As Eric and I end up saying in our conversation, <em>we hope so!</em></p>\n\n\n\n<div class=\"wp-container-26 wp-block-columns has-theme-palette-8-background-color has-background\" id=\"GoDaddy-Pro\">\n<div class=\"wp-container-24 wp-block-column\">\n<h3 id=\"GoDaddy-Pro\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/godaddypro\">GoDaddy Pro</a></h3>\n\n\n\n<p>Manage your clients, websites, and tasks from a single dashboard with <strong>GoDaddy Pro</strong>. Perform security scans, backups, and remote updates to many sites on any host. Check up on site performance, monitor uptime and analytics, and then send reports to your clients. <a href=\"https://poststat.us/godaddypro\">GoDaddy Pro is free</a> — and designed to make your life better.</p>\n</div>\n\n\n\n<div class=\"wp-container-25 wp-block-column is-vertically-aligned-center\">\n<a href=\"https://poststat.us/godaddypro\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/gdpro800x500-1-300x188.png\" alt=\"GoDaddy Pro\" class=\"wp-image-93683\" width=\"150\" height=\"94\" title=\"Pressable\" /></a>\n</div>\n</div>\n\n\n\n<h3>Learn More:</h3>\n\n\n\n<p>The <strong><a href=\"https://github.com/WordPress/WordPress-Coding-Standards\">WordPress Coding Standards</a></strong> can be found evolving on <strong>GitHub</strong>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/\">WordPress Coding Standards</a></blockquote>\n</div>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44b.png\" alt=\"?\" class=\"wp-smiley\" /> Credits</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://twitter.com/karks88\">Eric Karkovack</a>, Owner at <a href=\"https://www.karks.com/\">Eric Karkovack Web Design Services</a> (Twitter)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a><span>, Editor for </span><a href=\"https://twitter.com/post_status\">Post Status</a><span> (Twitter)</span></li><li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>, Web Producer intern for <a href=\"http://twitter.com/post_status\">Post Status</a> (Twitter)</li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_bd1da3-d8\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h3 id=\"transcript\">Transcript</h3>\n\n\n\n<p><strong>Dan Knauss:</strong> I\'m here with Eric Karkovack, and this morning on Post Status Slack, he shared his latest article published on Specky Boy. “What can WordPress do to appeal to the do it yourself market?” What brought that topic up for you this week, Eric?</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> I think it\'s a combination of things. For one, you know, we have full site editing that\'s been around for a little bit now, and, you know, we\'re not seeing like huge adoption rates with it.</p>\n\n\n\n<p>We\'re getting people to, um, you know, kind of learn what\'s involved with that and block themes and, um, [00:02:00] and also at the same time we\'re, you know, the, the changes that we\'ve seen, The block editor over time and you know, even the, kind of, the genesis of that project I think was to kind of compete with, um, more.</p>\n\n\n\n<p>Content management systems, kind of like, you know, WS or Squarespace and what have you. Um, and it seems like WordPress is just going toward that market more and more as they, as they build on. And so I thought those were really nice steps in that direction, right? So we have tools that. Make it a little bit easier for someone who maybe isn\'t, uh, familiar with code to go in and and build a, a site.</p>\n\n\n\n<p>But that led me to think about, well, what else should we be doing in that area? What else could WordPress do to make it. Uh, as foolproof as possible, um, to build a basic site, not something necessarily like, um, you know, a complex, you know, high end enterprise site, [00:03:00] but just something basic that someone can do within a couple of hours.</p>\n\n\n\n<p>So that really kind of where that, the post came from.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Yeah. Have you seen the, uh, videos where Jamie Marsland and, uh, who else did this had, had their daughters or, Um, I think of very different ages too, but it tried to do exactly that. And, um, he had, he had his kids do, um, um, Elementor versus Gutenberg, I think it was.</p>\n\n\n\n<p>Yeah. Yeah. And that was, that was interesting. I mean, you really have to. That totally someone totally different from you, um, using it for the first time and Yeah, I think, I think a lot of, um, thought has gone into that user experience is, is huge. Uh, now, of course, always, always should have been, but um, Gutenberg is, is very squarely focused on the, on the user experience, building out your, your site and, and [00:04:00] pages.</p>\n\n\n\n<p>And, um, my, my thought though was everyone wants that. Um, it\'s not just the mass market, the lower and middle end, um, of that, but, um, agencies to up. The, uh, those that are serving enterprise, enterprise clients, uh, WordPress, v i p partners, um, I hear, I hear the same things from them, like, you know, even very recent conversations, um, about.</p>\n\n\n\n<p>How having standard interface that doesn\'t throw you different, totally different screens when you use, uh, a plugin in the back end. Um, that\'s a, a con basic design principle of there\'s much less cognitive load on you when the navigation is standard. Even if you\'ve never used WordPress before, um, [00:05:00] you.</p>\n\n\n\n<p>You\'re f it seems familiar because things are intuitively laid out. Cause it\'s, it\'s like a lot of other things. WordPress is, is old enough and in so influential that it\'s, it\'s, uh, backend interface has been copied in a lot of ways. It\'s very, very familiar. Um, interestingly, even if people haven\'t used it.</p>\n\n\n\n<p>Um, so when you hit a plugin with, you know, crazy level of setting screens or its own interface design, um, that\'s not, that doesn\'t. Look good with, uh, with anyone really, but with a enterprise client. I, I think that\'s an issue. That\'s one of the things you talk about in here. Um, Yeah, we have you thought about that at all?</p>\n\n\n\n<p>Um, how, Yeah. Pretty much every market, every WordPress market, uh, could benefit from.</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> It\'s, it\'s funny you mentioned that cuz I really wasn\'t thinking of like the enterprise clients. And I [00:06:00] think the reason for that is because usually if I have a client who\'s a little more higher end on the, on the price scale, I\'m usually building things to kind of account for all of that right?</p>\n\n\n\n<p>Where I can, I mean, obviously I can\'t change a in ui, but I can certainly do things with custom fields or blocks or what have you to try and make the, the content creation and editing process. Simple as possible for them. So by, by doing some of these things at core level, you would take away the need to build all that extra stuff on top to, you know, to make it easier for the corporate client to use.</p>\n\n\n\n<p>So I think it, it, it goes together pretty well. Um, The one example in terms of UI that I have in the article is, uh, you know, just looking at the standard WordPress settings page. We have the reading settings, and then next to it I have, uh, the opening screen of slider Revolution, which is, uh, plugin bundled with [00:07:00] a bunch of different schemes and, uh, like a theme forest, what have you.</p>\n\n\n\n<p>Um, it\'s like a completely different thing. And to, to that end, even Elementor is as well, I mean the, a lot of. Popular page builder plugins basically take over, uh, the UI and it\'s like you\'re in a completely different planet. And think about if you\'re a brand new user and you\'ve got just Elementor or Slider Revolution on your site, you bought this theme and it comes with these things, you\'re kind of thinking you\'re dropped into a middle of Mars or something.</p>\n\n\n\n<p>You\'re not sure what, you know how to get back to where you were and what the difference is between. You know, that UI based versus, you know, the, the core WordPress ui. Uh, in a lot of ways that doesn\'t make sense. So I think that\'s something we have to try and unify. Um, I don\'t know how we go about doing that at the core level.</p>\n\n\n\n<p>Um, but I, I think if we make core as clean as possible, maybe that\'s at [00:08:00] least a good start.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, there were, there would have to be, um, some, some standards in reusable. Patterns and, and tools. Um, I, I think that in the long run, the, uh, Gutenberg is, is supposed to eat the entire, you know, it\'s, it\'s a true ship of Tesus project where the entire thing gets rebuilt while moving.</p>\n\n\n\n<p>Um, And in, in some way it will be a, the goal is, is to have a unified experience at the end of that, just how quickly that happens depends on, on core contribution. Um, on the velocity of that, um, Yeah, that\'s for lack of that. I, I think it\'s, um, it\'s a bad experience for everyone and Sure. Uh, uh, an enterprise client is really just at bottom end users, uh, employees who have as much experience maybe as the average DIY site builder, a [00:09:00] creator, someone who wants to start a podcast or, or sell a product, um, as a side project or something like that.</p>\n\n\n\n<p>There\'s, there\'s really no difference there. Everyone, um, has the same, uh, usability needs in general, and more or less, there\'s, there\'s big differences when you, you started talking about compliance needs with accessibility and, and so on and, and things like that. But, um, yeah, it seems like to me that there, there\'s a lot of opportunity for aligning, um, different parts of, of the word.</p>\n\n\n\n<p>Community and business community where. Plug in. Developers and owners should really want this. The same thing that, uh, agency people, um, do. And that\'s, they, they support each other. Um, they feed each other business. So I, I\'m curious why. That hasn\'t [00:10:00] happened, and it seems to me like there\'s some information flows or I don\'t know.</p>\n\n\n\n<p>There there are probably other, other sticky barriers. Have you, did you, did that question come up for you at all? Why? Um, why?</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> Well, I know it\'s like, it\'s something we\'ve talked about a little bit, right? I mean, yeah, just on, on a few different levels and with the, uh, you know, Active install data going away from wordpress.org, and maybe these folks need to band together a little more and, and share amongst each other.</p>\n\n\n\n<p>I, I think the reason it hasn\'t happened yet is because it really hasn\'t had to, um, you know, maybe they haven\'t seen necessarily the benefit of it, but when you see kind of the, the yeah. Jumble of the, the UI right now and how it, how different it can be depending on what you have installed. You know, maybe there is something that, you know, some of these larger plugin developers could work together on.</p>\n\n\n\n<p>Sure. Uh, it makes sense. You know, it makes sense for all of them. I mean, [00:11:00] I, I, I somehow see us heading towards some sort of consortium of, of, uh, folks who, who can\'t necessarily write strict standards, but maybe they have certain. You know, broad outlines of, of what they, they want to, to abide by. And, you know, the more people that do that, the better I think it is for WordPress users and for just really everyone involved, because the software\'s going to be easier to use and more uniform.</p>\n\n\n\n<p>Right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. There\'s, there\'s a lot that the, um, that, that part of the community could do for itself. I\'ve, uh, Tried to be more vocal about, but I, I think there, there have been a few, few voices behind those ideas of you, Hey, you, there\'s a lot you can do, um, to shape your own industry. Um, Yeah, if you do have a shared, a shared interface framework and, um, formal or informal standards for [00:12:00] Yeah, we were talking about.</p>\n\n\n\n<p>Admin notifications previously. Um, that\'s part of it. Um, it, it\'d save you a lot of time if there was a base to build on. Um, more than, more than I think exists now. Um, so that, uh, anyone starting, starting out creating a, a new plugin, um, would have some kind of, uh, head start. Really a standard interface or, or guidance at least.</p>\n\n\n\n<p>I don\'t know that there\'s that much, um, public information. And, uh, it\'s curious to me as, as, uh, as things like the W Commerce, um, partnership program kind of is a bit, looks like, a bit like a, getting into, uh, a relationship with WordPress, v i p. Um, there\'s criteria to go through, uh, that you have, well you have to meet, um, to become, um, a preferred agency working.</p>\n\n\n\n<p>Um, with w commerce.com side with [00:13:00] automatic, um, what those criteria are and what the standards are, should I think, have some kind of trickle down effect, like know what they are and, um, and have them as at least aspirational for everyone. Um, there\'s been some talk in, in, uh, core of, um, bringing. Some changes on, uh, on standards and testing for, uh, coding, um, coding standards for security.</p>\n\n\n\n<p>Uh, I think primarily performance and security. Um, and I hope those continue to get prioritized that that\'s what all seems, seems to need to happen to, um, to move this forward. But the one point you mentioned, um, where you\'re talking about modernizing the onboarding experience, Where you direct people to, where to find themes, where to find plugins that, uh, [00:14:00] that becomes challenging and touches, touches.</p>\n\n\n\n<p>This other recent issue we\'ve talked about, um, it is hard to search in the, in the plugin repository is not in an ideal state and people who are trying to sell. Their plugins there, um, have a number of frustrations with, with trying to surface their, their products as relevant to what people are searching for.</p>\n\n\n\n<p>Um, do you think this could be part of a solution to that if, or a potential conflict point when you\'re curating, you\'re, you\'re curating and recommending, um, certain ones?</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> Well, I think as far as, as core goes, um, my idea is more. Just pointing people to the repositories. Mm-hmm. , uh, for themes and plugins, not necessarily being a, uh, a [00:15:00] curator, but, um, I, I, I see the, you know, I see there, there, there should be more impetus to improve the, the repositories and make them easier for folks to search and figure out what it is they\'re getting and what, you know, um, allow new entries to be a little more, uh, visible.</p>\n\n\n\n<p>But I think they\'re kind of separate things, you know, just to be able to, I mean, if, if you\'re installing WordPress now from the, you know, from, from your host, or if you\'re, you know, FTPing it up to your site, old school style, um, you know, you\'re, you\'re gonna get this little. Widget did on the, on the front screen of the dashboard that welcomes you to WordPress and gives you a few handy links, but it doesn\'t really tell you about how to actually use what you\'re, you\'ve got.</p>\n\n\n\n<p>And I think that was where I, I thought improvement could be made right now. I mean the person that doesn\'t understand where themes reside or where plug-ins reside, they\'re not [00:16:00] gonna know necessarily to go under the appearance menu and look to add a theme or you know, the plug-ins menu. You know, they may find that eventually, but why not put it right out there in front of \'em so that they can easily click and say, Okay, I know what I need.</p>\n\n\n\n<p>I need to get a plugin that does this. And you know, cuz we have a nice interface to actually go in and. Poor plugins and themes, but Right. It\'s not necessarily, um, in front of, front of your mind when you, when you first install WordPress. So I thought that was, um, something that was important to, uh, you know, to, to emphasize in this.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Sure. Yeah. And that, that seems like it, it\'s potentially in a good way, open for change with, uh, potential changes to the.org repository. And, and I imagine that as, um, as the.com marketplace. Um, and, you know, potentially other, other things like that. Um, If, if other hosts hosting W Commerce or, or [00:17:00] WordPress were to do something similar, um, that, that, that requires some kind of curation at some point or some, some way of featuring particular things like, this is what you need to do.</p>\n\n\n\n<p>Uh, for, for example, you know, one of my pet things is can you build a, uh, sub stack like, uh, site out of WordPress very quickly. Yes, if you know how. But, um, the, there\'s act, those documentations kind of emerged relatively recently for doing that with a, a couple of plugins. Um, if you dig around on wordpress.com, um, and I, like Kim Coleman is, uh, for, uh, uh, paid memberships.</p>\n\n\n\n<p>Pro is giving a talk right about now, I think on. On how to do that with, uh, Mail poet and their product, the Coleman\'s product, uh, paid membership pro. Um, that\'s, that\'s something that, um, yeah, [00:18:00] I, I agree. It\'s, it\'s tri on the, on the mass market level. It\'s, it\'s sort of the level of suggestion of here\'s if you want to do this, here are some ways you can do that.</p>\n\n\n\n<p>And. What gets recommended there, I, I guess, is, is maybe a, a thorny issue, but as you kind of move up the up the market, um, you don\'t want give that much. You don\'t want to have an onboarding screen that says install this and this and this to, uh, you know, an agency\'s client. Uh, you know, you don\'t, they don\'t wanna see that either.</p>\n\n\n\n<p>So, um, you want to actually be making those choices. For them. So it occurs to me that the thing that\'s not talked about OP openly but is talked about everywhere is that the upmarket WordPress and building even, you know, freelancers, small agencies to v i P agencies generally, um, you know, have their own ways of doing things.</p>\n\n\n\n<p>[00:19:00] That do a lot of curation and like you said, building, building custom materials. But the less you do that, the less you have to support yourself. Um, that they\'re essentially doing, making these choices and saying, these are the things that work well for these purposes under these conditions. And I\'ve always thought, why should that be a proprietary trade secret, especially when it\'s out there, but.</p>\n\n\n\n<p>We\'re hesitant to, uh, convey that or some version of that to the, um, to the mass market. Um, what, what do you, what do you think about that? Do you think there could be some synergies there? Cause there\'s learning potential too, if you, if you kind of disclose, this is how we\'re doing it up here. Um, people who are just starting out building with WordPress are learning from leaders then.</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> Yeah. Um, well, one of the things I. I, I talked about with curation was, you know, maybe managed hosts are in the best [00:20:00] position to do kind of something like that, because I think some of them already do to, to a degree. I mean, many of them are buying up, you know, plugin and themes anyway. And so, you know, maybe they\'re in the best position to add something like this, The WordPress, um, for someone that has the fresh install, You know, in the community it\'s, it\'s interesting because there\'s just so many, there\'s so many plugins and so many opinions that you know mm-hmm.</p>\n\n\n\n<p>I may ask, well how do you build a membership site? And somebody may tell me, paid memberships, pros the way to go. Somebody may say, Member press, or, you know, there there could be five or six other, you know, really big players in that market. Um, same thing for forms and, you know, e-commerce may be a little bit less, but, um, you know, cuz we have one dominant, uh, you.</p>\n\n\n\n<p>Entity there in W Commerce. But, um, you know, if you ask about w commerce extensions, you\'ll probably get a couple hundred different answers on that, so. Right. You know, the curation is a, a [00:21:00] bit of a tough, a tough call. Like, I, I don\'t, I certainly don\'t think, you know, the WordPress project should be, um, doing anything other than generically taking you to the, you know, Repositories and saying, this is where you can find plugins.</p>\n\n\n\n<p>Now, maybe in the future they write, you know, they, they share articles or something about, well, you know, if you\'re going to build an e-commerce site, maybe you should consider X, Y, and Z. Not necessarily talking about. Specific plugins, but things you need to consider on your end and find to help you find the, the tool that works best for your needs and, you know, design for what your workflow is going to be.</p>\n\n\n\n<p>Um, so maybe if we can add some guidance in that way without necessarily favoring one product over another. Um, but I, I, I think they\'re, you know, for the new user, the person who wants to just build their own basic site, Having some sort of guidance in [00:22:00] not only what plugins to use, but just how to use WordPress, I think could be, you know, extremely helpful.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yes. Uh, yeah, I, I agree with you. Um, you know, the way you, you put it here was, um, Uh, yeah, the, who would be responsible for curating is the, is the really tough issue. You\'d need a, a third party of some, some kind to take that on. Um, and yeah, in the mass market where everyone\'s competing, um, with, with their product or service, um, that\'s a difficult one to do.</p>\n\n\n\n<p>Who, who would be a third party? Who could, who could potentially navigate those, those waters? And are, are there things that the plugin repo could do that are sufficiently neutral with the kind of data that, that could be reported out that would, um, help that? Um, do we need something like Kevin Ohashi doing, um, you know, [00:23:00] plugin performance?</p>\n\n\n\n<p>WP plugin performance reviews, like his hosting, uh, reviews.</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> Yeah, that, that\'s interesting. You could, you, you could certainly see the repo. I mean, you know, again, you don\'t wanna play favorites. That\'s definitely, you know, gonna cause a lot of problems. Um, maybe there could be, you know, stats for, you know, different types of sites.</p>\n\n\n\n<p>Um, if you are into publishing, these are the most popular plugins in that category. Because we don\'t, It may even be listed that way now, but we don\'t necessarily say that. Um, so you could look at, you know, membership sites, you could look at e-commerce, um, you know, selling digital goods, all those types of things.</p>\n\n\n\n<p>Maybe we break it down by category a little more and just show what the trends are in that area. It doesn\'t necessarily have to favor anyone, but obviously it\'s going to show, you know, who\'s in the lead and who\'s not. Maybe that\'s [00:24:00] something to help people again and again, I, I put these out there as ideas.</p>\n\n\n\n<p>They may be extremely flawed and, uh, you know, you can certainly tell me on Twitter if, if, if you don\'t agree. Uh, but just I think we need to find more ways to empower people to make good decisions with WordPress. Um, that\'s going to keep people on the platform. Throughout and they\'re going to hopefully have less frustration in trying to get started because I think that\'s, from my experience, that\'s the area where people are, you know, hit that wall after installing, They\'re like, Okay, well what do I do next?</p>\n\n\n\n<p>Right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. Yeah. I wonder, I wonder if something like a, uh, plugin quality score could be developed. Which, which to some extent is being done with, with, uh, review, like combining, uh, correlating, um, support tickets and response to those and, [00:25:00] um, installs and, and things like that. But I wonder if you could, you could do a quality, um, rating that would be sufficiently neutral that people would accept.</p>\n\n\n\n<p>The curation that developed from that. Say, I, I keep thinking of this one. I don\'t, I don\'t know if it\'s realistic, but, um, I would love to know on every plugin if I install this, what\'s the, what\'s the maximum number of queries it will add to a page load? What\'s the average number? And, um, that right there creates an incentive to plug in developers to get that right.</p>\n\n\n\n<p>Learn, you know, if you\'re just starting out, uh, coding something, um, learn what that means, why it matters. Um, because that\'s, that seems to be one of the real, real slow downs. Um, and, and that\'s a pretty objective measure. Fewer queries, quicker response, um, from the server, [00:26:00] something like that. I don\'t know.</p>\n\n\n\n<p>Do you, do you think that that sort of thing could potentially be done, um, as. Sufficiently neutral thing coming from the, From</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> I think so. I think so. I mean, one idea that just kind of popped in my head was, how about we do something activity based? Hmm. Like, just for example, um, we take into account how often a plugin updates, uh, how responsive, uh, Right.</p>\n\n\n\n<p>You know, support requests are in the forms. That doesn\'t necessarily tell you the quality. Now I. You might be updating your plugin three or four times a week because it\'s broken, and you may be re responding to, you know, support requests without necessarily resolving problems. But that might be a way to, to, to help steer people away from plugins that.</p>\n\n\n\n<p>Haven\'t been updated in years. I mean, we have that little warning on there now that, you know, when it\'s been, I think, what three versions. It\'ll tell [00:27:00] you that, hey, this hasn\'t been, you know, updated in, in a while, huh? But if you had maybe some sort of activity based scoring that, you know, I mean, you know, that, that puts everybody, I think on a.</p>\n\n\n\n<p>Closer playing field. I don\'t know if it\'s completely level, but you know, I mean, the plugins with the most resources might, you know, be able to, to, uh, to win on some of that. But then again, if you have a, a solo entrepreneur who\'s got a plugin that you know, they really are passionate about and they\'re constantly trying to improve and they\'re, you know, we know there are a lot of those out there, you know, they might be able to, to compete on that.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Sure. Yeah. I, I feel, I feel like that could work if the repository made some distinction between completely free plugins and freemium model plugins, or those that have, uh, a recognized business entity behind it with. Staff and [00:28:00] like this, We exist here to support this in theory, in in perpetuity. Um, because actually there, there are some plugin if you base this on activity like TenUp.</p>\n\n\n\n<p>Um, there\'s some, Jake Goldman still has under, under his account on, uh, on the repo that are really nice, simple, single purpose plugins and I completely trust. The support for them, for them, for the, for the most part. But, um, they\'re not, they\'re not gonna be high volume, um, uh, support activity there or updates, and they\'re pretty simple, yet reliable.</p>\n\n\n\n<p>Um, it might be tricky to do that, but I, I think it would be fair to recognize. Leaders and high performers and recognized experts at, at some point. And, um, and the business, um, you know, the number of people who, you know, who actually exist to support [00:29:00] a particular plugin. That was when I was, when I\'m doing things for clients and when I was doing that a lot more, um, you\'re looking at, I, I try to look at what\'s gonna be around for a long, long term.</p>\n\n\n\n<p>You know, the, the fewer, uh, We don\'t wanna make changes to themes, to major plugin changes. Um, over time we want this to be really stable. So, so to me a concern would be, Hey, this is a really nice plugin, seems really well supported, but there\'s no business model behind it. Or it\'s not one that, yeah, I think will be here in five, even just five years.</p>\n\n\n\n<p>Um, and the long term view. Yeah. Is another, is another criteria that\'s hard to, hard to suss out. Um, but those are, those are all potentially valid ways to curate, um, and indicate different, different categories of, of product that may really help people figure out what they need. Um, yeah, it\'s a [00:30:00] good, good question, uh, to open.</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> Yeah, I think there\'s, there\'s potential for it. Um, you know, any, I think anything we can do to make it, give people more confidence that what they\'re installing is going to work and be, you know, stable and, you know, allow them to do. What they want to do easy in a more easy fashion. I think that would, you know, definitely be a benefit.</p>\n\n\n\n<p>And just going back to the activity thing for just a second, I mean, how many plugins that are still, you know, somewhat maintained, Still say that their, their latest compatibility is like WordPress 5.8 or 5.9. Right. You know, just the simple fact of going in and, and testing with WordPress six or 6.1, maybe that gets you, you know, some brownie points in that as well.</p>\n\n\n\n<p>Just that you version checked and you know, you\'re keeping up with that. Because I see that as another issue [00:31:00] in the repository where, There may be plugins that work perfectly well, but you\'re still a little hesitant because it, Yeah. You know, the compatibility hasn\'t been updated in two years or three years.</p>\n\n\n\n<p>So that could also be, you know, a</p>\n\n\n\n<p><strong>Dan Knauss:</strong> factor. And it\'s not just compatibility to WordPress, it\'s, uh, you know, word WordPress, GUIs and, and compatibility for php. So plug in, plug in compatibility with, uh, which, what up to what version of PHP will it. Will it operate</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> and Yeah. Just checking. Yeah, I know. Uh, like I\'m looking at a, a plugin now it says PHP version 5.4 or higher.</p>\n\n\n\n<p>So there you go. Ah, right, right, right. You\'re in good shape, even out in a really, really old install.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yes. Right. So that raises some, some ideas. Well, that\'s, and that\'s something a DIY person isn\'t gonna know. They aren\'t, they aren\'t going to know. Um, you know, what version of PHP is my. Running and what does that mean and, and all that.</p>\n\n\n\n<p>[00:32:00] Yeah. Support activity and development activity are, are good indicators, but then you, you can game that as well. Um, well, it creates, it creates a good incentive to do that work. But then, you know, are we adding features or minor updates just to, uh, to rank higher at that point. I don\'t know if it would have that, that kind of effect.</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> I mean, we\'ve seen it with reviews, right? Yeah. People put in the phony reviews and or higher out firms to, to do that for them. So yeah, any, anything that they put in probably could be gained. I don\'t know if we\'re gonna fully prevent that, but you hope that, you know, most developers take it as a, uh, a serious matter and, you know, try to actually put in the hard work to, to rank highly and, and.</p>\n\n\n\n<p>Hopefully that that\'s a way for them to kind of go up the charts a little bit in, in terms of how many installs they have and how many paying customers they get because of it. Right. [00:33:00]</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. And there\'s, there\'s such a categorical difference between people who are running their business that way. And well, it\'s a good, it\'s a good way to game things towards more support, more development, and, uh, taking an active interest in, in what\'s going on with your, your product.</p>\n\n\n\n<p>And in the way it\'s, uh, presented to people who are going to install it. Um, and it\'s. Good idea. I, I do feel that those things go together. Any, anything that improves or changes in, in core to change the onboarding experience to, um, make it easier with respect to what you install, has gotta be corresponding somehow to, um, what you see on the on.org, um, what it\'s putting out publicly as a, as a signal for, um, for quality.</p>\n\n\n\n<p>The last thing. Well close to where you, you closed was, was talking about outreach, um, that we should just show what, what WordPress can do. [00:34:00] Um, and do you think we just don\'t do that enough or it\'s not unified enough? Or just in the Gutenberg era, we\'re just beginning to see tutorials and guides, um, show up, especially for non-technical users.</p>\n\n\n\n<p>And, um, that\'s, that\'s something. on.org, Learn, Learn. Um, wordpress.org is, uh, busy trying to do, there\'s a ton of meetups coming out that are really geared towards this sort of thing. Um, and, and also people who are building at sites at a more advanced level. Um, do you see that as something that\'s just starting to happen or something altogether different that you had in mind?</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> I, I sort of see this as kind of like a, a. Coming of WordPress, right? Because when a lot of us, you know, who have been in this a while started, you know, if you went to a Word camp, you probably learned an awful lot about the basics of WordPress. Whether you were just [00:35:00] using it as, you know, a content creator, or you were a developer.</p>\n\n\n\n<p>And I think we\'ve kind of lost that along the way a little bit. We\'ve kind of focused so much on the more advanced topics. And then of course, the pandemic, you know, took away a, a lot of the in person events. So I, I think, you know, the word camps are one way to really start showing, you know, new users what\'s possible and you know, how to, to do the basics.</p>\n\n\n\n<p>Um, you know, I, I would, I honestly, I would love to see that at Word Camp us or one of the really. International events, you know, have a track just for new people, uh, you know, where they can ask experts questions, you know, that people that, you know, we, we see in the post status slack or we see on online all the time.</p>\n\n\n\n<p>You know, if, if a new user\'s able to ask them questions that, you know, that can go a long way towards selling them on the platform and keeping them there. Um, and you mentioned the learn [00:36:00] tool. Well, I, I think that\'s fantastic. That\'s actually something I brought up on the, uh, on the slack the other day. You know, Has there been any effort to kind of integrate that with the core software so that you can easily find tutorials?</p>\n\n\n\n<p>Uh, maybe through a plugin or, or something like that? Because we have various WordPress support, uh, tools that are third party, you know, that\'ll show videos on how to do different things. We have this wonderful resource and if somebody doesn\'t visit wordpress.org, they\'re really not gonna know it\'s. And I think, you know, it\'s such an opportunity to reach people and, and teach them how to do anything from the basics to, you know, once they level up to, you know, some more advanced things, it\'s all right there waiting and, you know, all we have to do in some way, some respects is, you know, put it in front of them, You know, give them the opportunity to see it.</p>\n\n\n\n<p>Um, so those are things, you know. The WordPress community has so much great content, so many smart people. I think we [00:37:00] ought to be able to put our heads together and, and find ways to, you know, encourage new users and embrace them and, and, and, you know, kind of help them, you know, with any stumbling blocks.</p>\n\n\n\n<p>And because, you know, if once we kind of. Hate to say the phrase die out. You know, what, what, what is the next generation of WordPress user going to look like? How, how are they going to use the software? You know, if we want to keep it as a market leader, we want to keep it, uh, viable, you know, the new users are, you know, just critical</p>\n\n\n\n<p><strong>Dan Knauss:</strong> to that, right?</p>\n\n\n\n<p>Yeah. I, I think that Learn is, uh, learn. WordPress is. Logical, the content that\'s being developed there and also the meetups that are going on, the, um, kind of webinars that are, that are happening are, um, are logical to move into the dashboard for certain, um, certain use [00:38:00] cases, um, in the, in mass market, DIY users.</p>\n\n\n\n<p>All right, well, It\'s been good talking to you again. I, I think this, this is a good, a good topic with a lot of questions in it that touch a couple of the main, main conversations and, and issues today that we\'ve, we\'ve been all, all thinking about, um, what to do with, uh, potential changes to the plugin repository and, and the kind of data that that comes out of there.</p>\n\n\n\n<p>Dot org content and information can somehow fit into the, um, into the WordPress dashboard and, um, interface there to help people and connect them with the community. Um, how we could maybe standardize, uh, the experience and some interface design, how things are, are done on the back end that, um, makes [00:39:00] it a more palatable and, uh, Less busy interruptive, um, or confused experience on, on sites with a lot of things installed, whether it\'s, um, someone just setting up their own, their own site, or, uh, an agency doing it for a, a high end client.</p>\n\n\n\n<p>Um, I think the more, the more we see those all as, uh, common problems everyone has. The better chance at br at bringing everyone towards a, an aligned solution where everyone wins. Um, ideally one, one would hope .</p>\n\n\n\n<p><strong>Eric Karcovack:</strong> There\'s potential there. Absolutely. Hope so. Um, you know, The, the, you know, if you start the conversation, hopefully, um, you know, you bring in some good ideas and if we see a few of them implemented, uh, that\'s like you said, that\'s gonna benefit everybody.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> You have been listening to post status excerpt, a podcast from post Status, the [00:40:00] community for WordPress professionals. Check us out@poststatus.com. Sign up for our free weekly newsletter, or become a member and join us in post status. We have membership plans for freelancers, agency owners, product founders, and business partners who share and support our mission of investing in the open web by growing the WordPress ecosystem and coming together for fun and networking as we give and grow together.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 28 Oct 2022 00:52:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s: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:85:\"WPTavern: Gutenberg 14.4 Introduces Distraction-Free Mode, Redesigns Pattern Inserter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gutenberg-14-4-introduces-distraction-free-mode-redesigns-pattern-inserter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3067:\"<p><a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">Gutenberg 14.4</a> was released today with long-awaited support for distraction-free editing, to the delight of content editors around the world. It hides all non-essential UI and clears the canvas for a focus on text-based content creation. </p>\n\n\n\n<p>The mode can be toggled on in the options menu in the top toolbar. Distraction-free mode hides the top toolbar, any open sidebars, along with the insertion point indicator and the block toolbar.</p>\n\n\n\nsource: <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">Gutenberg 14.4 release post</a>\n\n\n\n<p>The project to improve the editing experience for text-based content began with <a href=\"https://wptavern.com/gutenberg-contributors-begin-early-exploration-of-a-new-distraction-free-mode\">early explorations</a> in February, which <a href=\"https://wptavern.com/gutenberg-contributors-make-progress-on-distraction-free-mode\">progressed</a> into a <a href=\"https://github.com/WordPress/gutenberg/pull/41740\">PR</a> that contributors have been refining for the last few months. This distraction-free mode is a monumental improvement over the days when users struggled to write with various UI elements popping in and out of view.</p>\n\n\n\n<p>Another major update in 14.4 is the <a href=\"https://github.com/WordPress/gutenberg/pull/44028\">redesigned pattern inserter</a>. It has been updated to show the categories before rendering the patterns, giving users a more fluid visual preview as they browse the pattern library. Patterns can be dragged and dropped from the preview pane into the canvas.</p>\n\n\n\nsource: <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">Gutenberg 14.4 release post</a>\n\n\n\n<p>Other notable improvements users may notice include the following:</p>\n\n\n\n<ul>\n<li>Image Block: new toolbar button to <a href=\"https://github.com/WordPress/gutenberg/pull/44965\">add a caption</a></li>\n\n\n\n<li>Block Locking: <a href=\"https://github.com/WordPress/gutenberg/pull/44739\">Added content locking to the navigation block</a></li>\n\n\n\n<li>Many improvements to fluid typography, including <a href=\"https://github.com/WordPress/gutenberg/pull/44765\">automatically converting custom font sizes to fluid values</a> when “settings.typography.fluid” is set to true</li>\n\n\n\n<li>Inserter: <a href=\"https://github.com/WordPress/gutenberg/pull/44711\">Add a more pronounced hover effect</a></li>\n</ul>\n\n\n\n<p>Performance benchmarks show an improvement in loading time for both the post and site editors. Check out the <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">release post</a> to see the full list of all the changes and bug fixes included in 14.4. This release will not be included in the upcoming WordPress 6.1 release next week, but users who are eager to adopt these new features can get them right now in the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Oct 2022 00:48:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:49:\"BuddyPress: BuddyPress 10.5.0 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:32:\"https://buddypress.org/?p=326831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2022/10/buddypress-10-5-0-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:1298:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.10.5.0.zip\">BuddyPress 10.5.0</a>. This maintenance release fixes five bugs and makes sure BuddyPress is ready for WordPress 6.1 latest improvements about Block-Template themes. Just like we’ve done testing BuddyPress into <a href=\"https://make.wordpress.org/core/2022/10/27/wordpress-6-1-release-candidate-4-rc4-now-available-for-testing/\">WP 6.1 RC4</a>, we strongly encourage all Plugin developers to do the same and update their “Tested up to: 6.1” plugin main files header.</p>\n\n\n\n<p>For details on all changes, please read the <a href=\"https://codex.buddypress.org/releases/version-10-5-0/\">10.5.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 10.5.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading it from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Many thanks to 10.5.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p> <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins</a>, <a href=\"https://profiles.wordpress.org/sjregan/\">sjregan</a> & <a href=\"https://profiles.wordpress.org/imath/\">imath</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Oct 2022 21:30:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:81:\"Do The Woo Community: Building WooCommerce Community in Africa with Sunday Ukafia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73309\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/building-woocommerce-community-in-africa-with-sunday-ukafia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:437:\"<p>Listen in as we hear the passion that Sunday has for bringing WooCommerce to Nigeria and the broader community in Africa.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-woocommerce-community-in-africa-with-sunday-ukafia/\">Building WooCommerce Community in Africa with Sunday Ukafia</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Oct 2022 09:00: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:5:\"BobWP\";s: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:95:\"WPTavern: 2022 Web Almanac Performance Data Shows WordPress Sites May Be Overusing Lazy-Loading\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/2022-web-almanac-performance-data-shows-wordpress-sites-may-be-overusing-lazy-loading\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6567:\"<p>The last two chapters of the <a href=\"https://almanac.httparchive.org/\">2022 Web Almanac</a> were released this week – Structured Data and Performance, completing the 729-page ebook of the report. The WordPress-specific chapter was published earlier this month with metrics that indicate <a href=\"https://wptavern.com/2022-web-almanac-report-finds-wordpress-adoption-is-growing-adds-new-page-builder-data\">adoption is growing</a>.</p>\n\n\n\n<p>The Performance chapter was written by Etsy performance engineer Melissa Ada and Google web transparency engineer Rick Viscomi. Performance metrics in the chapter focus on <a href=\"https://web.dev/vitals/\">Core Web Vitals</a> (CWV), which Google introduced in 2020 and <a href=\"https://developers.google.com/search/blog/2020/11/timing-for-page-experience\">made a ranking signal</a> in 2021. They used the public <a href=\"https://developer.chrome.com/docs/crux/\">Chrome UX Report</a> (CrUX) dataset for the report, which collects data from <a href=\"https://developer.chrome.com/docs/crux/methodology/#eligibility\">eligible websites</a> – publicly discoverable sites with an undisclosed minimum number of visitors.</p>\n\n\n\n<p>Most of the data concerns the performance of the web as a whole over time, but the 2022 Web Almanac highlighted one specific concern regarding WordPress sites’ use of lazy-loading and its impact on LCP performance. Google defines <a href=\"https://web.dev/lcp/\">Largest Contentful Paint metric (LCP)</a> metrics as “the render time of the largest <a href=\"https://web.dev/lcp/#what-elements-are-considered\">image or text block</a> visible within the viewport, relative to when the page <a href=\"https://w3c.github.io/hr-time/#timeorigin-attribute\">first started loading</a>.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Lazy-loading is a good thing when used correctly, but these stats strongly suggest that there’s a major opportunity to improve performance by removing this functionality from LCP images in particular.</p>\n\n\n\n<p>WordPress was one of the pioneers of native lazy-loading adoption, and between versions 5.5 and 5.9, it didn’t actually omit the attribute from LCP candidates. So let’s explore the extent to which WordPress is still contributing to this anti-pattern.</p>\n\n\n\n<p>According to the <a href=\"https://almanac.httparchive.org/en/2022/cms\">CMS</a> chapter, <a href=\"https://almanac.httparchive.org/en/2022/cms#most-popular-cmss\">WordPress is used by 35% of pages</a>. So it’s surprising to see that 72% of pages that use native lazy-loading on their LCP image are using WordPress, given that a fix has been available since January 2022 in version 5.9. One theory that needs more investigation is that plugins may be circumventing the safeguards built into WordPress core by injecting LCP images onto the page with the lazy-loading behavior.</p>\n\n\n\n<p>Similarly, a disproportionately high percentage of pages that use custom lazy-loading are built with WordPress at 54%. This hints at a wider issue in the WordPress ecosystem about lazy-loading overuse. Rather than being a fixable bug localized to WordPress core, there may be hundreds or thousands of separate themes and plugins contributing to this anti-pattern.</p>\n<cite><a href=\"https://almanac.httparchive.org/en/2022/performance\">2022 Web Almanac – Chapter 12: Performance</a></cite></blockquote>\n\n\n\n<p>Prior to WordPress 5.9, WordPress’ default of lazy loading implementation was causing slower LCP performance, because it had been applied too aggressively and was lazy-loading images above the fold. In 5.9, <a href=\"https://wptavern.com/wordpress-5-9-to-fix-lazy-loading-performance-regression-resulting-in-30-faster-page-loads-in-some-cases\">WordPress shipped a fix</a> that more eagerly loads images within the initial viewport while lazy-loading the rest. That’s why results that show WordPress sites overusing lazy-loading are surprising.</p>\n\n\n\n<p>“Admittedly, ‘lazy-overloading’ a hard problem to solve,” Viscomi said in his <a href=\"https://twitter.com/rick_viscomi/status/1585248419701874688\">Twitter thread analysis</a>. “We don’t always know whether an image will be the LCP. WordPress core sets it on every image by default and uses heuristics to unset it. Nearly 3/4 of pages that natively lazy-load images are on WordPress.”</p>\n\n\n\n<p>In 2020, Viscomi remarked on how quickly the adoption of native image lazy-loading shot up after WordPress 5.5 was released in August of that year with images lazy-loaded by default. WordPress has been driving adoption of this feature, which is why any implementation “anti-pattern,” as Viscomi characterized it, has an outsized effect on the performance of the web.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">As of October, 10.6% of the web is using native image lazy loading, per <a href=\"https://twitter.com/HTTPArchive?ref_src=twsrc%5Etfw\">@HTTPArchive</a>. That number was 1.5% in July! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f92f.png\" alt=\"?\" class=\"wp-smiley\" /><br /><br />This appears to be _entirely_ driven by WordPress at 28.9% of WP pages, which makes up one third of the web.<a href=\"https://t.co/QYGyyctFgc\">https://t.co/QYGyyctFgc</a><br /><br />left: all web<br />right: WP <a href=\"https://t.co/RQnDw4UZ56\">pic.twitter.com/RQnDw4UZ56</a></p>— Rick Viscomi (@rick_viscomi) <a href=\"https://twitter.com/rick_viscomi/status/1344380340153016321?ref_src=twsrc%5Etfw\">December 30, 2020</a></blockquote>\n</div>\n\n\n\n<p>“What gives, WordPress?” Viscomi said. “My theory is that it’s not the core heuristics that are wrong, it’s the plugins. Also, keep in mind that the majority of pages that even use lazy-loading are WP.</p>\n\n\n\n<p>“To support the plugin theory, let’s look at custom lazy-loading of LCP: More than half of the pages that do it are built with WordPress. WordPress is ‘only’ a third of the web, so there’s clearly something going on with JS-based lazy-overloading in WP.”</p>\n\n\n\n<p>On WordPress.org there are <a href=\"https://wordpress.org/plugins/search/lazy+loading/\">multiple pages</a> of performance, caching, and image and video optimization plugins that are using lazy-loading in some way. Plugin and theme developers who are using lazy-loading in their extensions may want to test their implementations to see if they are having a negative impact on LCP performance.</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, 27 Oct 2022 03:04:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:106:\"WPTavern: #48 – Christina Deemer on Making Digital Content Usable for People With Cognitive Disabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=138814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://wptavern.com/podcast/48-christina-deemer-on-making-digital-content-usable-for-people-with-cognitive-disabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42987:\"Transcript<div>\n<p>Christina Deemer</p>\n\n\n\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case making digital content usable for people with cognitive disabilities.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the show, I’m keen to hear from you and hopefully get you all your idea featured soon. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So, on the podcast today, we have Christina Deemer. Christina is a senior UX developer at Lede, a company of the Alley Group, where she champions accessibility and headless WordPress in her work with publishers and nonprofits. She’s passionate about inclusivity and community and has spoken at a variety of events about the subject.</p>\n\n\n\n<p>Christina is autistic and brings her personal experience with neurodivergence and disability to bear in her work.</p>\n\n\n\n<p>At the recent WordCamp US, Christina gave a presentation called “embracing minds of all kinds, making digital content usable for people with cognitive disabilities”. And it’s this talk, which is the foundation of the podcast today.</p>\n\n\n\n<p>In her description of the presentation, Christina wrote, “cognitive disabilities are among the most prevalent types of disabilities, yet experts have struggled to provide web accessibility best practices around this area due to cognitive disabilities being such a broad category. However recent work by standards groups has begun to address this deficiency”.</p>\n\n\n\n<p>In past episodes, we’ve covered website accessibility from some different angles, and today we focus on how the web might be experienced by people with cognitive disabilities.</p>\n\n\n\n<p>First, Christina talks about what the term cognitive disabilities actually means, and what it encompasses. It’s a wide range of things, and so we talk about how people may differ in the way that they access the web. Memory, over complicated interfaces and readability are a few of the areas that we touch upon.</p>\n\n\n\n<p>We also discuss what legislation there is in place to offer guidance to those wishing to make their sites more accessible, and as you’ll hear, it’s a changing landscape.</p>\n\n\n\n<p>Towards the end, Christina talks about her own late diagnosis of autism and how this shapes her experience of the web, particularly with auto-play content and when web design includes elements which flash or flicker.</p>\n\n\n\n<p>Typically when we record the podcast there’s not a lot of background noise, but that’s not always the case. This is the last of the live recordings from WordCamp US 2022, and you may notice that the recordings have a little echo or other strange audio artifacts. Whilst the podcasts are more than listenable, I do hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links and the show notes by heading over to WPTavern.com forward slash podcast, where you’ll find all of the other episodes as well.</p>\n\n\n\n<p>And so, without further I bring you Christina Deemer.</p>\n\n\n\n<p>I am joined on the podcast today by Christina Deemer. Hello.</p>\n\n\n\n<p>[00:04:14] <strong>Christina Deemer:</strong> Hello Nathan.</p>\n\n\n\n<p>[00:04:16] <strong>Nathan Wrigley:</strong> It’s very nice to have you on. We are at WordCamp US 2022. We’re upstairs in the media room, and we’ve got Christina on the show today because she did a presentation. Have you actually done the presentation yet?</p>\n\n\n\n<p>[00:04:27] <strong>Christina Deemer:</strong> Yes, I did it yesterday morning. I was lucky in that I got to get it over with early and then enjoy the rest of the conference.</p>\n\n\n\n<p>[00:04:34] <strong>Nathan Wrigley:</strong> How did it go?</p>\n\n\n\n<p>[00:04:35] <strong>Christina Deemer:</strong> It went really well. It was a lot of fun. I had a really great audience.</p>\n\n\n\n<p>[00:04:39] <strong>Nathan Wrigley:</strong> That’s nice to hear. That’s good. The subject, I’m just gonna give everybody the title. That’s probably a quick way to introduce what we’re gonna talk about. The subject title was embracing minds of all kinds, making digital content usable for people with cognitive disabilities. So we’ll dive into that in a moment. Just before then, though, just paint a little bit of a picture about who you are and how come it is that you’re speaking at a WordPress conference particularly about this topic.</p>\n\n\n\n<p>[00:05:04] <strong>Christina Deemer:</strong> Okay. I am a career changer. I spent the first 12 years or so of my career working in arts management. Then I decided I wanted to do something very different, and I became a developer. And one of my early mentors introduced me to WordPress. So, the first projects that I worked on were WordPress sites. I wrote my first WordPress theme when I was 35, and just really enjoyed getting involved in the WordPress community.</p>\n\n\n\n<p>And from the beginning of my career, I’ve been very interested in accessibility for a wide variety of reasons. And it’s become a passion of mine. I really enjoy sharing knowledge about accessibility with people. I enjoy hearing people’s stories about accessibility. And recently there’s been a lot of work done on the standards around cognitive accessibility or accessibility for people with cognitive disabilities, and that work has been really fascinating and I’ve wanted to share it with people. And that was how, the reason that I pitched this talk for WordCamp US.</p>\n\n\n\n<p>[00:06:13] <strong>Nathan Wrigley:</strong> Thank you. That’s great. The words cognitive disabilities, it probably makes a great deal of sense to you because you’ve parsed and you’ve said it many times. You fully understand it. Would you just run over a brief definition of what it encompasses? And I’m sure it’s not just one thing, maybe it’s a multitude of things.</p>\n\n\n\n<p>[00:06:28] <strong>Christina Deemer:</strong> So it’s a very nebulous term, and it acts as a sort of umbrella for neurological disorders as well as behavioral and mental health disorders that may or may not be neurological. It covers a wide variety of things from autism, ADHD, aphasia, dementia, dyslexia, dyscalculia, tourette syndrome, traumatic brain injury.</p>\n\n\n\n<p>It covers a real wide variety of things, which is one of the reasons actually why it’s taken so long to develop some standards around how to make websites more accessible to people with those diagnoses. But just to take a little further step back with things. When I talk about this I really try to make a point to not focus on some of these sort of diagnostic labels, but to rather focus on underlying cognitive skills.</p>\n\n\n\n<p>Because a lot of people with cognitive disabilities don’t even realize they have a disability, for a number of reasons. There are a lot of systemic barriers to getting a diagnosis, and a lot of things come into play there. But really what we’re talking about is some underlying cognitive skills, like memory issues, focus issues, ability to concentrate, reading, math and language comprehension, decision making, executive function, which has to do with the processes involved in following instructions and planning things and processing a bunch of things at once.</p>\n\n\n\n<p>So, when I talk about cognitive accessibility, I really like to focus less on those diagnostic labels and more on the underlying cognitive skills that are involved.</p>\n\n\n\n<p>[00:08:13] <strong>Nathan Wrigley:</strong> So from that, I take it that cognitive disabilities, as you described it, was a long list. There was a really large amount of things that you’re covering here, which is really interesting. So let’s unpack that a little bit. Just before we clicked record, I mentioned that we may get into the weeds of what it is like for people who have some of these things. And maybe we could cherry pick some examples.</p>\n\n\n\n<p>What I’m intending to do here is for you to paint a picture of what the web looks like for some of these different things. So in my case, when I approach the computer and open it up and get it started, I can see the screen, I can hear the video when it’s played. I just don’t really have a window into what that might look like. So if you have a moment to just broadly paint a picture of what some of these things feel like and look like.</p>\n\n\n\n<p>[00:09:01] <strong>Christina Deemer:</strong> Sure, and even people who are somewhat familiar with general accessibility and maybe more accustomed to thinking about what the web is like for people who use screen readers. So they think about, they’ve maybe done some testing and they know how things are read. They think about reading order, and how a screen reader works. And when they’re thinking about making sites accessible for people who are deaf, they are thinking about making sure that there are captions on videos.</p>\n\n\n\n<p>So when we’re thinking about cognitive accessibility, we’re thinking about some other issues. So in my talk yesterday, I had a couple of examples of sites that are pages that had weak cognitive accessibility. And one of them was a desktop screen of an interface of eBay, like buying a shirt on eBay. And in the middle of the page, there were four calls to action, with three different designs. So it wasn’t clear what the user was supposed to push. There was no clear call to action. There was very little white space on the page.</p>\n\n\n\n<p>So this isn’t great for users with cognitive disability. Somebody who has an issue with focus is not going to know really where to look on the page. Could get distracted by all of the various details. All of the sidebars on the left, little small text below an image. People who struggle with decision making haven’t helped them with those four CTAs in the middle of the page.</p>\n\n\n\n<p>Anybody with memory issues, it’s not going to be clear, like, if they bought something on eBay previously. They won’t remember what they did last time because it’s a little confusing. So a lot of users may abandon their task on a page like that. So that’s an example of a page that maybe has complex or overwhelming interface.</p>\n\n\n\n<p>And another barrier that users face is if a site has very complex text or unusual words. So I mention Wikipedia page on the planet Saturn, that included words like perihelion, and a word like eccentricity, but people may not be accustomed to understanding what Saturn’s eccentricity is. Like, what does that even mean?</p>\n\n\n\n<p>So, readability is often analyzed through a, a system called the Flesh Reading E Score. And I went to a website that measures the readability of, particularly of, Wikipedia pages. And it indicated that this page had a reading level of 10 to 12th grade. So it was very, very difficult to read. And for most adults we say that the reading level of content should be at about a seventh or eighth grade level. So if you want to make your content accessible for people who have reading or language comprehension issues, you’re going to want to go with even simpler content. A readability of about sixth grade or less. So those are of a couple of examples of some barriers that users with cognitive disabilities face on the web.</p>\n\n\n\n<p>[00:11:57] <strong>Nathan Wrigley:</strong> So the accessibility piece, the bit that you mentioned earlier, about potentially some of the WCAG guidelines and things like that. That now is being drawn into the domain of, it’s illegal if you don’t perform some of these things. Is there anything surrounding that with the cognitive disability side. Is there any mandated things that you must do?</p>\n\n\n\n<p>[00:12:17] <strong>Christina Deemer:</strong> Okay, so that’s where things are evolving, a lot and some really interesting things are happening. In WCAG 2.1, there’s already a couple of things, a couple of success criteria that address cognitive accessibility. Things around space around text, stuff like that. Auto filling in or making it possible to auto complete form fields. Those things are great for people with language or reading comprehension issues, people who have issues with focus.</p>\n\n\n\n<p>In April, 2021, the W3C came out with a working group note on guidelines for making content more usable for people with cognitive disabilities. And this was a non-normative document, which meant that it was supplementary to WCAG and you don’t need to conform, follow these guidelines in order to meet WCAG compliance. So they came out with all of these really great framework, with eight objectives, dozens of design patterns, and none of that is necessary to comply with WCAG. So, yeah, that was April 2021.</p>\n\n\n\n<p>So now we’re in September 2022. We now have WCAG 2.2 is in candidate recommendation, I think. And there are two new success criteria that feel like they’ve come directly out of that working group note. One is on accessible authentication, which is where you need to supply at least one method for logging in that doesn’t rely on cognitive skills. So you need to have at least one option where somebody doesn’t have to, by memory, type in their password. They can use a password manager or there’s an option for magic links, QR codes, single sign on, something like that. So that’s a new one.</p>\n\n\n\n<p>And there’s also a new success criteria on consistent help. Oftentimes the quickest way for somebody to solve a challenge online is to get help from a real person that can support users. And it’s important that this information on like how to get help from a real person isn’t hidden. You don’t have to scroll and click through a bunch of non obvious links to find out how to get help from a real person. That information is accessible in the same place on consistent pages. And that’s just even having an email address for help, or a number to get help via text, or social, or a chatbot or something that’s not a chat, that’s a real person or something. Just making it possible for somebody to get help from a real person</p>\n\n\n\n<p>So we’re seeing some of these things that were in that working group note come into the standard, which is very exciting. And part of the reason there were all of these design patterns in the working group note in the April, 2021 working group note, that are not included in the standard, in 2.2. And I think that’s for a variety of reasons. Like one of them is that so much of it is it’s hard to figure out a way to test it. To like design it so that you can have some sort of measurable test of yes, you are conforming with this or you aren’t.</p>\n\n\n\n<p>A lot of it, with cognitive disabilities is very contextual and subjective, and it depends on your product and it depends on so many different things that they haven’t figured out a way to create testable success criteria yet. But it’s exciting to me that we at . Least have these two new success criteria.</p>\n\n\n\n<p>[00:15:43] <strong>Nathan Wrigley:</strong> Is one of the things that makes this difficult to pin down, is it because unlike, let’s take the example of somebody who is blind, it’s binary in that case. I don’t mean you, your heart of sight, I mean you are literally blind. You know what to do with that because the outcome is obvious. You can’t see the screen. So there’s remedies for that, and you can create those remedies with screen readers and so on. But it sounds like the description of cognitive disabilities, there’s such a broad spectrum. It’s hard to pin it down, so it’s hard to create the solution because each person may be slightly different.</p>\n\n\n\n<p>[00:16:15] <strong>Christina Deemer:</strong> Absolutely. And there’s a saying in the autism community that when you’ve met one autistic person, you’ve met one autistic person. So a lot of times with these things, you can have an interface that works for one person who has a lot of trouble with memory, may not work for another person. Or even that same person when they’re having a good day versus having a bad day.</p>\n\n\n\n<p>So, it is very hard to pin down. It comes down then not to an argument about we have to do this to legally comply with the standard, to not get into trouble. It comes down to, you have to do this or you should do this because you want to do the right thing for your users. And sometimes, I talk about this in my talk, that there can be sometimes tension between like business goals and accessibility goals or something like that.</p>\n\n\n\n<p>And there are a lot of ways to find the like win . Win. You know we’re improving things for users, for disabled users also improves things for your business goals. But you really have to get out of more of a checklist, we’re doing this because it’s legal, because we need to legally comply with the standard, to like having a more accessibility mindset about it all.</p>\n\n\n\n<p>[00:17:24] <strong>Nathan Wrigley:</strong> Yeah, that makes sense. I don’t know if you’re American, but we’re in America. I’m from the UK. So, completely different sides of the world really. And obviously you take in every other country on the planet, there’s gonna be a different complexion there. Is there broad consensus of how important it is across the world? Or is it very much a case that America’s doing one thing and the UK is doing another, and Australia and all the other countries that we could mention.</p>\n\n\n\n<p>[00:17:47] <strong>Christina Deemer:</strong> I can speak more about that in terms of accessibility in general. So there are different laws in different places, which sounds like a really obvious thing when I say it that way. But what’s really great about WCAG is that it is a sort of internationally recognized standard, and a lot of countries use WCAG as a standard, and they’ll refer to it because it is kept up to date, because it is all testable.</p>\n\n\n\n<p>So there are like slightly different laws in different places, but a lot of places do fall back to WCAG, usually the double A standard. Depends on the places and everything, but a lot of times a law may apply only to like government websites, or sites that serve the public interest or something like that.</p>\n\n\n\n<p>And I think there’s still a lot of debate around whether or not websites fall under the Americans with Disability Act. There’s still some argument about that. I mentored a developer out of the UK on accessibility at the end of 2021, in the beginning of 2022, and we talked a little bit about some of the laws there and they’re, yeah, slightly different than they are in America, but everything falls back to WCAG.</p>\n\n\n\n<p>[00:19:00] <strong>Nathan Wrigley:</strong> Okay. Thank you. You mentioned in the notes that we exchanged prior to recording this, that there are some, some ways that you can make this job easier for yourself. And you talk particularly about some design patterns that you feel will be able to assist people who, perhaps having listened to this podcast, think, okay, this is something I need to be mindful of. Just run us through what these design patterns are. That may take a long time, I don’t know. You might have a quick version or it may be a long version. I don’t know.</p>\n\n\n\n<p>[00:19:25] <strong>Christina Deemer:</strong> Yeah, in the April 2021 working group note, it mentions dozens of different design patterns. And um, I really encourage people to check that out. Of course, read this spec and look at the working group node and understand all of the different things. But a couple of sort of top things for me are making your content as clear as possible. And a lot of times people think of content as post content.</p>\n\n\n\n<p>But content is everything that’s on your site. So it includes button text, it includes how the content in a menu, it includes instructions, it includes headings, and it’s important that all of that is as clear as possible. So if you have multiple CTAs on a page, if you have a CTA for subscribing, what does subscribing mean? What are you subscribing to? Versus registering for a newsletter. You need to make sure that the CTA for registering for the newsletter, versus subscribing to a publication, that they have a separate CTA. That it’s clear that you’re doing two different actions here.</p>\n\n\n\n<p>And we talked about readability a minute ago, making sure that you’re using short sentences with simple common words. That is helpful. And that you’re using punctuation intentionally, which sounds like a small thing but using punctuation intentionally, like a period when you mean to use a period and using commas. That’s helpful for, clear content is important for SEO as well. And it helps with users who use screen readers, which includes people with cognitive disabilities who are more comfortable hearing the text, the content, than reading it.</p>\n\n\n\n<p>And while a blind person who does not have a cognitive disability may be able to work out the meaning of something that’s not formatted correctly. Somebody who has communication issues may not be able to work out what the meaning of the content is, if it’s not formatted correctly. So the clear content is one. Using clear step by step instructions for something is important. A lot of times we give users feedback only when they’re making a mistake.</p>\n\n\n\n<p>But it’s important to give them a little help before they’ve made a mistake in a form. Give them an example of how you want a telephone number formatted. Or like where they can find if a username is actually a user’s email address, make that clear to the user before they’ve tried to submit the form and they’ve made a mistake. Those little bits of instructions sometimes can seem unnecessary or they’re cluttering up the site. If you feel like they’re cluttering up the site, you can hide the instructions round like a little eye icon or something like that.</p>\n\n\n\n<p>One of the things that I think is particularly important is not making the user have to remember. If a user wants to upgrade their subscription or change their service plan. They should know what their current plan is, how much it costs, when it is set to expire. They shouldn’t have to remember that when they’re being asked to upgrade to another plan. So that’s another one.</p>\n\n\n\n<p>And you see that with a number of cases where, you are asked to upgrade and you’re like what plan am I even on right now? Am I on a particularly high plan? How much money am I, how much extra am I spending to upgrade my plan? And it can be confusing to users. So like, just give them everything that they need on every single screen. That’s a lot better for them.</p>\n\n\n\n<p>So those are some more concrete things. And then there are some more sort of conceptual design patterns around things like making sure that a user’s most important tasks are featured prominently on a site. What are a user’s most important tasks? Do you even know what a user’s most important tasks are on your site?</p>\n\n\n\n<p>The example I give in my talk is that, you know if you have a library and the team thinks that the most important thing is getting users to sign up for an event, and it takes two clicks for the users to sign up for the event at the library. But, if you look at the usage data, or focus groups, or user testing, like a user’s most important tasks may be figuring out what the library hours are. Signing up for a library card. But maybe to do that you have to click on a bunch of different links and maybe even have to search or something to find out what the library hours are.</p>\n\n\n\n<p>So you may have to sort of reconcile what the user’s most important tasks are versus what the team considers the most important. But that’s only possible when you actually know what your users want to do.</p>\n\n\n\n<p>[00:23:56] <strong>Nathan Wrigley:</strong> It feels like there’s a whole subset, and I’m, I’m not saying that this is the norm, but I think there’s a subset of people out there who quite deliberately go out of their way to make things as confusing as possible. So an example that just comes to mind recently is I purchased a flight, and the process of completing the flight purchase was extraordinarily challenging. In that I couldn’t get to the end of it without declining hundreds of different things. I simply wanted a flight, but then came the insurance and the, do you want the hotel at the other end? And do you want the car and all of this? I was just completely overloaded by the whole thing. Getting really frustrated.</p>\n\n\n\n<p>[00:24:37] <strong>Christina Deemer:</strong> Yes.</p>\n\n\n\n<p>[00:24:38] <strong>Nathan Wrigley:</strong> And I thought, but this is intentional. This has been designed to, in a sense, trip me up. Because the button that I wanted to press, which was continue.</p>\n\n\n\n<p>[00:24:47] <strong>Christina Deemer:</strong> Yes.</p>\n\n\n\n<p>[00:24:48] <strong>Nathan Wrigley:</strong> Was masked, and the button which was going to sell me the insurance was large and colorful and obvious. And I feel that there’s a sort of subset of the internet where they’re trying to do exactly the opposite of what you’re describing, because, maybe it’s profit, maybe that’s all it is. It’s as simple as that. So that must be frustrating, shall we say.</p>\n\n\n\n<p>[00:25:05] <strong>Christina Deemer:</strong> Yes, a design pattern, an accessible design pattern, is to make critical paths as short as possible. Anything that can be optional, buying the insurance, upgrading your seat, should be something that happens after you’ve completed the initial purchase. Because it’s so easy for users to get distracted. It’s so easy for users to get confused about what button to push. And again there’s that tension between accessibility needs and business needs. And I really wonder like, I would want to look at the data. Is this really effective for them?</p>\n\n\n\n<p>Do they know? Would it be more effective for users if they were allowed to choose whether or not to buy the insurance or upgrade their seat, after they’ve completed their purchase and feel good about that, and then have the option to like do all of these other things. And then you know that the user isn’t going to, is less likely to abandon their task, and then they haven’t even purchased the ticket.</p>\n\n\n\n<p>[00:26:00] <strong>Nathan Wrigley:</strong> I feel also that the language often is deliberately obfuscating what it is that is intended. So you know you get like double negatives, and if you do not wish to achieve such a thing, tick this box. And actually just have to spend a moment thinking about it. Hang on, what does that even mean? Do I want to tick that box or not? And give it a moment’s thought and it comes to you. But I guess those trip wires are just really frustrating.</p>\n\n\n\n<p>[00:26:25] <strong>Christina Deemer:</strong> Yeah. And imagine like a user who struggles with reading comprehension issues, managing a sentence with double negatives. Maybe it’s hard enough for them to just parse the content in the first place, let alone battle that double negative. And maybe they think they’ve done the right thing and have said that they don’t want the insurance, but then they find out that they’ve actually purchased it.</p>\n\n\n\n<p>And then they feel exhausted. They feel embarrassed and frustrated. And maybe reluctant to say anything because they don’t want to admit that they made a mistake and didn’t understand the content. It personally makes me feel very frustrated and angry that people maybe intentionally like praying upon people who are disabled. It is, for a lot of people, it may be just a matter of okay, I’ve gotta take a moment, figure this out. What do I wanna do? And it may just be an inconvenience or a nuisance. But for some people those kinds of barriers, it really can take a toll on people.</p>\n\n\n\n<p>[00:27:28] <strong>Nathan Wrigley:</strong> Yeah, and I feel the flight example, albeit was easy to understand, it’s not an essential part of my life. But if I was acquiring something which was utterly critical, trying to access healthcare or something and wasn’t thought through, and I really need to get this form finished yesterday. Those things do matter and so putting the time in to make it as straightforward as possible. It feels like, the word that’s coming into my head here is, clarity, simplicity, those kind of things. Just keep it as straightforward and as easy to understand as possible.</p>\n\n\n\n<p>[00:27:58] <strong>Christina Deemer:</strong> Absolutely.</p>\n\n\n\n<p>[00:27:59] <strong>Nathan Wrigley:</strong> You mentioned that you wanted to talk about in this podcast interview, that you have autism and how this actually impacts you. I don’t wanna lead you off in any particular direction, so I’m just gonna ask you if you want to just describe the experience.</p>\n\n\n\n<p>[00:28:14] <strong>Christina Deemer:</strong> Sure. So I am late diagnosed autistic person. I was diagnosed in March of 2020. So like right as the pandemic started. It was a turbulent time for me. But I also have, I have multiple family members who are autistic and the more I learned about autism, the more I found myself relating to a lot of the things that were talked about. And things like having trouble reading social cues, having some very rigid routines, getting really involved in some special interests and a number of other things, but those are some top things.</p>\n\n\n\n<p>And a sort of funny thing is that people have told me, they’re like, hey, you don’t look autistic. And I’m like, what does that even mean? Does that mean that I’m not, I don’t look like the sort of stereotype for an autistic person as a young white boy who likes trains? And granted, trains are awesome, I do like trains. And I do love Star Trek, especially like the autistic coded characters like Spock and Data and Seven Of Nine. But like, autistic people look like people. There are women who are autistic, there are black people who are autistic.</p>\n\n\n\n<p>And I think the other thing is that I’m good at masking, and masking is where autistic people sort of adopt neurotypical traits to fit in. And that is something that a lot of people, especially people who are socialized as girls, get accustomed to doing. So like there’s that. But I am autistic. Autistic people look a bunch of different ways. I wanted to take advantage of this platform, this opportunity to address that misconception about what autistic people look like.</p>\n\n\n\n<p>And earlier we were talking about my experience on the web. What that looks like and how my autism can inform that or what barriers I experience. And a couple of things came to mind, and one is that definitely like any autoplay content, like autoplay media, or auto play video auto play audio, animations that are not functional, it can feel to me like I’m intending to step into a library and I’ve, and I walk into a rave. That is how it feels. It feels very loud and bright. And that is no knock on raves, everybody likes a good rave sometimes. But you wanna give people the opportunity to like turn off the music, and turn off the flashing lights.</p>\n\n\n\n<p>So a thing that I really hope people can do is, if you have some auto play thing. A, don’t auto play anything in the first place, it’s very inaccessible, but like always give users the opportunity to personalize, and turn those things off.</p>\n\n\n\n<p>So the other one is like very similar in that it’s flashing and flickering content. And that can feel like looking at the sun. I can feel pain in my eyes, from flashing and flickering content. And it doesn’t have to be that super fast flash that can trigger seizures in photosensitive people. It can just be like, a little too much flash. I can feel it in my eyes and I can have even that like startled physical reaction to it. And that’s just me personally.</p>\n\n\n\n<p>I think there are a lot of other people who may have different responses to things on the web and, and I’m fortunate enough that I can, on my team, and this is why it’s great to have diverse teams, is like when we’re building content, when we’re building websites, I can help guide us and say, or help give that feedback about auto playing things and put my foot down and say we are not going to build this in a way that is inaccessible. We are not going to build this animation that seems cute, doesn’t have any functionality or whatever, but I know is going to like ruin somebody’s day or whatever, just because they accidentally like encountered this webpage.</p>\n\n\n\n<p>[00:31:53] <strong>Nathan Wrigley:</strong> Really fascinating. You are educating me in an area that I genuinely don’t have much contact with. So it’s really fascinating. Given everything that you’ve just said, I’m sure there’s gonna be a proportion of people who have woken up to this, during the listening of this, and thinking to themselves, okay, how do I find out more? So just for those of us who are starting on this journey, just give us some idea of where the resources might lie. Where might we go? Who might we speak to? Which organizations? So that could be online, or a book, or an organization, whatever you like.</p>\n\n\n\n<p>[00:32:22] <strong>Christina Deemer:</strong> I think if you’re interested in learning more about accessibility, there are a few organizations that do a pretty good job with providing accessibility education. The first is the company Deque, they make an accessibility testing extension, but they also offer really great courses and training and have a lot of just general resources on their website. They even have a great resource library of accessible components.</p>\n\n\n\n<p>There’s Knowbility, which is spelled k n o w b i l i t y. Also has a number of great webinars and they have a conference, so a great place to go for resources. There’s a really great community on Twitter, on accessibility, Twitter. There are a number of experts there, and I’m always a big fan of if you really want to understand accessibility, you’ve gotta read the specs.</p>\n\n\n\n<p>And actually, it’s ironic but when some of the April, 2021 working group note that I keep referencing, when that came out, some folks criticized it online saying, this document itself isn’t very accessible. It’s very, very extensive, very thorough, very meaty. And so they went back, God bless them, they went back and they made the document itself more accessible. They added some icons which help with scanning the document. They added some more use cases and examples, so people could better understand how these things work in real life. So it’s a lot. I think it’s actually the working group note on cognitive accessibility, I think is actually sometimes easier to parse than WCAG itself, in terms of the content.</p>\n\n\n\n<p>And I also want people to understand that there are probably some accessibility champions in your network. You may have somebody on your team or in your company who has a good understanding of maybe how accessibility intersects with your product or your sector. And talk to those people. I learned a lot about accessibility from the agency I work for called Alley. Shout out to Kevin and Owen, who both really mentored me and helped me really level up my accessibility knowledge. So like use the people that you have in your network. They really want to talk to you about these things. So I hope that’s helpful.</p>\n\n\n\n<p>[00:34:34] <strong>Nathan Wrigley:</strong> Yeah, that’s really helpful. But also just to know that this is an area where there are actual jobs. There are people who do this, who would like to assist you. There’s probably somebody in your local area who takes this all very seriously, and would be willing to speak to you on the phone. It’s not just, okay, I heard a podcast, I can forget about it now. There are calls to be made and people to meet who will help you with this.</p>\n\n\n\n<p>[00:34:54] <strong>Christina Deemer:</strong> Absolutely, and so I don’t do accessibility full time at my job. I’m a developer. So there may be accessibility champions who are developers in your organization. There may be people who are designers who work in content, who work in strategy. The awesome thing about accessibility is that it touches all areas of the product. And, there are also people, yes professionals who focus exclusively on accessibility and who can do things like perform an audit of your product.</p>\n\n\n\n<p>And if you are starting from zero on this, a lot of times those people can be the best people to reach out to because they are going to give you that comprehensive look that includes content design, you know development, all strategy, like all aspects of accessibility.</p>\n\n\n\n<p>[00:35:41] <strong>Nathan Wrigley:</strong> You mentioned that you work for . A company called Alley. I’ll link in the show notes. Your agency isn’t uniquely focusing on this area?</p>\n\n\n\n<p>[00:35:48] <strong>Christina Deemer:</strong> No.</p>\n\n\n\n<p>[00:35:49] <strong>Nathan Wrigley:</strong> It’s a web design agency?</p>\n\n\n\n<p>[00:35:51] <strong>Christina Deemer:</strong> Yeah. So the Alley Group is an agency that works with a lot of enterprise level publishers. And I work for a company within the Alley group called Lead, and we’re a platform for mid and small size independent publishers. But accessibility is something that the Alley group takes very seriously.</p>\n\n\n\n<p>We work with a lot of very large publications. So we have to make sure that we get this right for them, and the millions of people who visit those websites. And we are hiring. If you’re interested in joining a group that takes accessibility very seriously, please visit alley.co/careers. We are always hiring software developers and have a number of other positions available.</p>\n\n\n\n<p>[00:36:33] <strong>Nathan Wrigley:</strong> This is such an interesting subject. I feel that we could go on for hours more. But Christina Deemer, thank you so much. Is there a place where you are comfortable people connecting directly with you? It may be Twitter or email?</p>\n\n\n\n<p>[00:36:44] <strong>Christina Deemer:</strong> Yeah, you can find me on twitter at c a h d e e m e r. And this was so much fun. It went by so fast.</p>\n\n\n\n<p>[00:36:52] <strong>Nathan Wrigley:</strong> Thank you so much for joining us. I’m really hoping that it’s gonna have opened some people’s eyes to something, which seems to be incredibly important. Thank you.</p>\n\n\n\n<p>[00:37:00] <strong>Christina Deemer:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/cahdeemer\">Christina Deemer</a>. Christina is a senior UX developer at <a href=\"https://joinlede.com/\">Lede</a>, a company of the <a href=\"https://alley.com/\">Alley Group</a>, where she champions accessibility and headless WordPress in her work with publishers and nonprofits. She’s passionate about inclusivity and community and has spoken at a variety of events about the subject.</p>\n\n\n\n<p>Christina is autistic and brings her personal experience with neurodivergence and disability to bear in her work.</p>\n\n\n\n<p>At the recent WordCamp US, Christina gave a <a href=\"https://us.wordcamp.org/2022/session/embracing-minds-of-all-kinds/\">presentation</a> called “embracing minds of all kinds, making digital content usable for people with cognitive disabilities”. And it’s this talk which is the foundation of the podcast today.</p>\n\n\n\n<p>In her description of the presentation, Christina wrote, “cognitive disabilities are among the most prevalent types of disabilities, yet experts have struggled to provide web accessibility best practices around this area due to cognitive disabilities being such a broad category. However recent work by standards groups has begun to address this deficiency”.</p>\n\n\n\n<p>In past episodes, we’ve covered website accessibility from some different angles, and today we focus on how the web might be experienced by people with cognitive disabilities.</p>\n\n\n\n<p>First, Christina talks about what the term cognitive disabilities actually means, and what it encompasses. It’s a wide range of things, and so we talk about how people may differ in the way that they access the web. Memory, over complicated interfaces and readability are a few of the areas that we touch upon.</p>\n\n\n\n<p>We also discuss what legislation there is in place to offer guidance to those wishing to make their sites more accessible, and as you’ll hear, it’s a changing landscape.</p>\n\n\n\n<p>Towards the end, Christina talks about her own late diagnosis of autism and how this shapes her experience of the web, particularly with auto-play content and when web design includes elements which flash or flicker.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case. This is the last of the live recordings from WordCamp US 2022, and you may notice that the recordings have a little echo or other strange audio artifacts. Whilst the podcasts are more than listenable, I do hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://www.deque.com/\">Deque</a></p>\n\n\n\n<p><a href=\"https://knowbility.org/\">Knowbility</a></p>\n\n\n\n<p><a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\">WCAG</a></p>\n\n\n\n<p><a href=\"https://www.w3.org/TR/coga-usable/\">W3C Working Group Note 29 April 2021</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, 26 Oct 2022 14:00: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:14:\"Nathan Wrigley\";s: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:71:\"Do The Woo Community: The Flexibility of the WP-CLI Configuration Files\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73110\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/devlife_snippet-the-flexibility-of-the-wp-cli-configuration-files/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:401:\"<p>For those special projects, you could set multiple WP-CLI config files in various places.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/devlife_snippet-the-flexibility-of-the-wp-cli-configuration-files/\">The Flexibility of the WP-CLI Configuration Files</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 26 Oct 2022 10:13: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:5:\"BobWP\";s: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:45:\"HeroPress: A Community That Transcends Labels\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=4922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://heropress.com/essays/a-community-that-transcends-labels/#utm_source=rss&utm_medium=rss&utm_campaign=a-community-that-transcends-labels\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18134:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/10/102522-min.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is an incredible opportunity to build a successful business that is flexible enough to give me the lifestyle I want.\" />\nHere is Katie reading her own story aloud.\n\n\n\n<p>WordPress has changed my life in so many ways.</p>\n\n\n\n<p>This is the story of how I discovered WordPress and used it to build a business that gives me financial freedom and a flexible lifestyle. </p>\n\n\n\n<p>It’s the story of how the unique nature of the WordPress community has allowed me to achieve my dreams, without the obstacles and prejudices which are common in other industries. </p>\n\n\n\n<p>It’s the story of how I haven’t achieved this “despite” being a woman founder and a mother. And how it wasn’t “because of” these things either. Instead, it was because of the incredible WordPress community which transcends these labels. </p>\n\n\n\n<h3 id=\"h-the-beginning-building-a-career-without-a-goal\">The Beginning – Building a Career Without a Goal</h3>\n\n\n\n<p>I’ve always been extremely motivated and hard working, getting top marks at school and University. However, as a child I never knew what I wanted to be when I grew up. </p>\n\n\n\n<p>Everyone around me seemed to have specific ambitions to work towards. My sister wanted to be a doctor. My Mum had always wanted to be a doctor too. My Dad had always wanted to be a TV producer. And surprise surprise, they all achieved those goals. </p>\n\n\n\n<p>But I was different, as I had never seen a job that I wanted to do.</p>\n\n\n\n<blockquote><p>It felt like there was something wrong with me.</p></blockquote>\n\n\n\n<p>Careers advisors tried to force me into a category. This was normally very basic, for example: “You’re good at writing, you should be a journalist” – regardless of the fact that I obviously didn’t have the right personality type for that. </p>\n\n\n\n<p>However, it didn’t really matter because I was hard working enough to do well at whatever I tried, and I didn’t feel I <em>needed</em> a specific purpose – whatever other people thought. I chose my favorite subjects to study at University (English Literature and Philosophy), focussing on the skills it would give me rather than what career it would lead to. And when I graduated in 2002, I applied for a range of jobs where I felt like I had the required skills. It took about 20 attempts, but eventually I got a job offer. </p>\n\n\n\n<p>I didn’t enjoy my first job, which was being a Technical Writer for a software company. After that, I got a job as a Trainee Manager for a relatively small company – and that’s when things started to get interesting. I discovered that by being enthusiastic and showing my potential, I could mould the job around my skills rather than the other way round. I’m good at research and writing, so the company gave me responsibilities in those areas and let me take over the company newsletter, communication and marketing. </p>\n\n\n\n<p>Since then, every role I’ve had (including at Barn2) has evolved around my skills and experience. This makes it much more interesting, as well as more useful to the company! I realised that you don’t need a specific career goal. Instead, you can just focus on what you’re good at and where your interests lie, and everyone benefits. </p>\n\n\n\n<h3 id=\"h-the-drive-to-do-more\">The Drive to Do More</h3>\n\n\n\n<p>When I started my career, I absolutely did not have the skills or independence to start my own company. The UK education system does nothing to encourage budding entrepreneurs, or even to acknowledge entrepreneurship as a possible career option. My path had always been to go to University and then “get a job”. </p>\n\n\n\n<p>However, it was the early 2000’s and the world was changing. I could see the internet taking the world by storm and creating opportunities that had never existed before. I enviously watched people who were becoming successful by building innovative online businesses. I didn’t just want their success – I wanted the flexible lifestyles that they were achieving by working for themselves. </p>\n\n\n\n<blockquote><p>My husband Andy and I talked endlessly about how we wanted to stop working for other people and start a business together.</p></blockquote>\n\n\n\n<p>However, neither of us were big risk-takers or “big ideas” people. As a result, we stayed in our jobs for the rest of our 20’s, feeling more and more fed up and longing for more freedom. </p>\n\n\n\n<h3 id=\"h-discovering-wordpress-while-becoming-a-mother\">Discovering WordPress While Becoming a Mother</h3>\n\n\n\n<p>Eventually, in 2009/10 we agreed for Andy to quit his job to start a web design company. The plan was for him to do the technical work, while I would do the marketing, content and SEO alongside my main job. My salary was just about enough to support both of us through the early days, so while it was the biggest risk we had ever taken, it wasn’t a huge gamble.</p>\n\n\n\n<p>While Andy was a Senior Software Developer, he had to teach himself web design and PHP. We chose to start a web design business because it felt like an easy market to enter, and would nicely combine his technical abilities with my business and marketing skills. We didn’t have the confidence to start a business that required large upfront investment or a higher level of risk. </p>\n\n\n\n<p>While our initial focus was designing websites for small local businesses, Andy discovered WordPress during our first project. He immediately realized that it was the best way to build any type of website. I remember being sceptical when he first told me about it because it sounded like a template-based blogging platform, but he was absolutely right! We used it for all our clients’ websites. </p>\n\n\n\n<p>In 2011, our daughter Sophia was born.</p>\n\n\n\n<blockquote><p>Surprisingly, being a mother actually helped me to build the business.</p></blockquote>\n\n\n\n<p>Andy and I had felt comfortable reducing our income to one salary, but it was much scarier for us both to quit our jobs. After all, that was the point where our finances would be completely reliant on the business. </p>\n\n\n\n<p>Fortunately, becoming a mother eased this transition because my income naturally reduced during my year’s maternity leave. My parents were amazingly helpful while Sophia was a baby, giving me the opportunity to breast-feed every couple of hours while working on the business in between (and often at the same time!). It was also nice having Andy working from home, which meant that I got more help and felt less alone with the baby than if he had to go out to work. </p>\n\n\n\n<p>It wasn’t easy. When Sophia was little, I always felt that she was different from other babies but when I raised my concerns, people told me not to be silly. At 6 months old, it became more obvious and she was diagnosed with a rare form of childhood epilepsy along with a lot of uncertainty for the future. I have never been so disappointed to be proved right! Sophia was given strong medication which made her very ill. Luckily the medication worked, but it was a terrifying time. </p>\n\n\n\n<blockquote><p>Sophia’s illness made me realise how important it is to have flexible work that can fit around your lifestyle.</p></blockquote>\n\n\n\n<p>While Andy and I did less work during this period, we still kept moving forward with some projects. I remember discussing one client’s website in a hospital waiting room! This helped to take our mind off things, while also helping to pay the bills. I’m not sure how we would have copied if we had traditional jobs where we were expected to be in the office. </p>\n\n\n\n<p>When it was time to finish maternity leave and return to my previous job, I wanted to quit and stay with Barn2 full-time, but was still too scared to make the commitment. Fortunately, ‘fate’ made the decision for me because my employer decided to withdraw all their family-friendly policies with no notice. They refused to allow me to work part-time, while at the same time trying to downgrade my role and reduce my salary by about 40%! To make a long story short, this created the perfect opportunity to jump head first into the business, which I wouldn’t have had the confidence to do otherwise. </p>\n\n\n\n<p>After that, the web design business grew quickly. We grew a name for ourselves as one of the only UK companies specializing in WordPress, and had clients all over the world. You can read about this in more detail in my previous HeroPress essay, “<a href=\"https://heropress.com/essays/building-a-new-life/\">Building a New Life</a>”.</p>\n\n\n\n<h3 id=\"h-the-switch-to-wordpress-plugins\">The Switch to WordPress Plugins</h3>\n\n\n\n<p>True to form, after a few years of building a successful client-facing web design agency, I wanted more. Client work was very demanding in terms of time and commitment, and it was difficult to take time off work. I hired freelance designers and developers to help with the workload, but was managing more projects than I could handle. </p>\n\n\n\n<p>In 2015, Andy and I took a month off work to travel around France in a motorhome. It was the last chance to do this during term time as our daughter Sophia was about to start school. One of my freelance project managers looked after our clients and I tried to switch off for once. Unfortunately, that didn’t work out and I returned home to a lot of unhappy clients! One project completely imploded while I was away, and I remember responding to some very stressful emails by the pool at one campsite. </p>\n\n\n\n<p>As owner of a WordPress agency, I was very familiar with a range of WordPress themes and plugins. I watched the big product companies with envy, such as Gravity Forms, The Events Calendar, and others. I could see that selling WordPress products would bring even more lifestyle benefits than client work. </p>\n\n\n\n<blockquote><p>After spending a year trying and failing to get a theme accepted onto ThemeForest, we decided to start building plugins.</p></blockquote>\n\n\n\n<p>We figured that plugins could be simpler and more defined than themes, and were therefore more realistic for a single developer to build. We looked around for ideas, and found them in a range of places. </p>\n\n\n\n<p>Our first plugin was released in March 2016 – <a href=\"https://barn2.com/wordpress-plugins/woocommerce-protected-categories/\">WooCommerce Protected Categories</a>. We had seen on the WooCommerce Ideas forum that there was demand for a plugin like this, and at that time nothing like it existed. It was relatively straightforward to develop and because it was so niche, I felt confident in how to market it. Despite this, we were still amazed to get our first sale a few days after launching. It actually felt like maybe we could build a product business after all! </p>\n\n\n\n<h3 id=\"h-tables-tables-and-more-tables\">Tables, Tables, and More Tables</h3>\n\n\n\n<p>The second plugin was <a href=\"https://barn2.com/wordpress-plugins/posts-table-pro\">Posts Table Pro</a>, which was a more advanced version of a plugin that we had built to list a client’s blog posts in a table. We had released it as a free plugin, which was an excellent opportunity because people started sending us feature requests that we could use to build more plugins. This directly led to the development of <a href=\"https://barn2.com/wordpress-plugins/woocommerce-product-table/\">WooCommerce Product Table</a>, which has turned over more than $1,500,000 since its launch, and our current bestselling plugin <a href=\"https://barn2.com/wordpress-plugins/document-library-pro/\">Document Library Pro</a>. </p>\n\n\n\n<p>All of these plugins are similar in that they list information from the WordPress database in a searchable table with filters. However, people use them for radically different purposes and each plugin is tailored to a specific use case. </p>\n\n\n\n<blockquote><p>We never planned to become a table plugin company – it just happened over time, as a result of adding one free plugin to wordpress.org.</p></blockquote>\n\n\n\n<p>I think that’s how a lot of businesses work – you try one thing, and that opens doors to more opportunities. It’s the same as my career – I tried a few things and let them evolve in their natural direction. The most important thing is that you put yourself out there and get things done. </p>\n\n\n\n<h3 id=\"h-growing-barn2-plugins-and-moving-abroad\">Growing Barn2 Plugins, and Moving Abroad</h3>\n\n\n\n<p>The plugin business has continued to grow. We’ve released more and more plugins, mostly specializing in WooCommerce. We’ve built a team, which currently consists of more than 14 people.</p>\n\n\n\n<blockquote><p>Andy and I have taken advantage of the freedoms that we have built for ourselves. For example, last year we moved from the UK to the sunny island of Mallorca in Spain!</p></blockquote>\n\n\n\n<p>I work when I realistically can, and I also take time out to do fun things like hiking in the mountains, or paddleboarding in the sea. </p>\n\n\n\n<p>I try to be an active part of the WordPress community, for example attending WordCamps and building partnerships with other WordPress companies. I talk to people who run similar companies every day, and hope that I help them as much as they help me. Working together like this helps everyone to grow – the aim is to complement each other’s work rather than competing. </p>\n\n\n\n<h3 id=\"h-being-a-woman-founder-in-wordpress\">Being a Woman Founder in WordPress</h3>\n\n\n\n<p>I’ve never had a problem being in a male dominated environment. As a teenager, my best friends were boys despite the fact that I went to an all-girls school. At a school parents’ evening, my teacher said that I had a “male mind” – whatever that means! As a student, I lived with Andy and 3 other guys. Before having children, most of my friends were men. So maybe ending up in a male-dominated industry is no coincidence.</p>\n\n\n\n<p>However, I can only talk about my own experiences, and I have never experienced any issues from being a woman in WordPress. A lot of companies aim to be “color blind” and I can’t really comment on this, but I would describe the WordPress community as “gender blind”.</p>\n\n\n\n<p>Sure, most of the people who run WordPress product companies are men, and so are most of the people at WordCamps. Most of my WordPress friends are men. However, I don’t think that’s due to discrimination because the community is 100% welcoming to the women who do choose to join. In fact, it is rare for people I meet to even acknowledge any sort of gender difference – even people I know well. Everyone is just treated equally, regardless of gender. </p>\n\n\n\n<p>Interestingly, the most marginalized that I have ever felt is by other women, and by people who are trying to promote gender equality. For example, at WordCamp Europe this year, another woman founder asked me if I work at Barn2 or if I’m just here with my husband! I have never, ever been asked a question like that by a man in the WordPress community. </p>\n\n\n\n<p>At WordCamp US this year, I spent almost the entire time with men and not one person drew attention to the fact that I was a different gender. As a result, I resented having my pronouns written in huge letters on my name tag! I realise this is largely in support of people in the LGBTQIA+ community but for me, it was the first time that the WordPress community had ever made a point of my gender, and felt uncomfortable and counter-productive.</p>\n\n\n\n<p>Of course, most people feel imposter syndrome at some point, and I’m no exception. I wonder whether people only invite me on podcasts and to join groups because they want a token woman. Equally, I wonder if people respect me less because I’m not a developer. However, those are my own personal hangups and with a couple of tiny exceptions, no one has ever done anything to make me feel this way. </p>\n\n\n\n<h3 id=\"h-what-does-wordpress-mean-to-me\">What Does WordPress Mean To Me?</h3>\n\n\n\n<p>Most industries – including tech industries – demand long hours and huge levels of commitment. It’s much harder to work <em>and </em>have a life. For me, WordPress is an incredible opportunity to build a successful business that is flexible enough to give me the lifestyle I want. I work hard when I choose to work hard. I relax when I want to relax. It’s my choice. </p>\n\n\n\n<p>The barriers to entry are incredibly low, and you don’t need any specific qualifications to get started with WordPress. Most people in the industry work remotely, which brings a much better work-life balance for both the founders and team members. Everything is done online, which makes it easier to bootstrap a business with minimal investment. And yet despite this flexibility, the market is absolutely huge and you can find real success with WordPress. </p>\n\n\n\n<p>A lot of people think that the WordPress industry is changing due to the spate of acquisitions over the past few years.</p>\n\n\n\n<blockquote><p>Some product company owners feel like they will be left behind unless they join one of the big players. However, as the owner of a self-owned plugin company, I haven’t seen any evidence of this.</p></blockquote>\n\n\n\n<p>We’re continuing to grow and thrive. In fact, being independent has advantages because I can make decisions and move quickly, without any red tape. </p>\n\n\n\n<p>As well as the opportunities it brings, WordPress is an incredibly inclusive place to build a business. It does this in a natural, unintentional way where people can just “be”, without being judged. And that’s the best way.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/a-community-that-transcends-labels/\">A Community That Transcends Labels</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, 26 Oct 2022 06:00: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:11:\"Katie Keith\";s: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:67:\"WPTavern: WordPress Accessibility Day 2022 Publishes Speaker Lineup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wordpress-accessibility-day-2022-publishes-speaker-lineup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2639:\"<p><a href=\"https://wpaccessibility.day/\">WordPress Accessibility Day</a> is just one week away on November 2-3, and registration is still open. Co-lead organizer Amber Hinds published an impressive speaker lineup with 40 speakers from 14 countries. She also noted that 40% of the event’s sessions have at least one speaker who identifies as living with a disability.</p>\n\n\n\n<p>WordPress professionals who want to learn more about creating accessible websites will want to attend, as the schedule is loaded with a wealth of educational presentations from well-known accessibility experts. Co-lead organizer Joe Dolson will start with opening remarks, followed by the <a href=\"https://wpaccessibility.day/sessions/keynote/\">keynote session</a> from <a href=\"https://incl.ca/\">Nicolas Steenhout</a>, an accessibility consultant and host of the <a href=\"https://a11yrules.com/\">A11y Rules Podcast</a>.</p>\n\n\n\n<p>The 24-hour event will include practical sessions on <a href=\"https://wpaccessibility.day/sessions/selling-accessibility-to-skeptical-clients/\">Selling Accessibility to Skeptical Clients</a>, <a href=\"https://wpaccessibility.day/sessions/think-smart-and-adapt-meeting-wcag-2-without-rebuilding-from-scratch/\">Meeting WCAG 2 without rebuilding from scratch</a>, and <a href=\"https://wpaccessibility.day/sessions/the-alt-scene-when-and-how-to-write-alternative-text/\">When and How to Write Alternative Text</a>.</p>\n\n\n\n<p>Gary Aussant, Director of Digital Accessibility Consulting at Perkins Access, and Stephen Plummer, Creative Manager at the Perkins School for the Blind, will be presenting a session titled “<a href=\"https://wpaccessibility.day/sessions/proof-accessible-websites-can-be-beautiful-too/\">Proof: Accessible websites can be beautiful too</a>” that will debunk some of the common myths about accessible websites. They plan to show real examples of modern and engaging sites that also work well for screen readers, keyboard users, and sighted users.</p>\n\n\n\n<p>Full-stack developer Nikole Garcia and Annie Heckel, Electronic Information Technology Accessibility Manager at Cornell University, will give a session on <a href=\"https://wpaccessibility.day/sessions/developing-accessibility-first-wordpress-themes/\">Developing Accessibility-First WordPress Themes</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://wpaccessibility.day/schedule/\">schedule</a> to browse the rest of the lineup and add the sessions you want to attend to your calendar. <a href=\"https://wpaccessibility.day/attendee-registration/\">Registration</a> is free and the event will be live streamed via YouTube with closed captions.</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, 26 Oct 2022 04:08:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Arc FSE: A New Multipurpose Block Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138817\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/arc-fse-a-new-multipurpose-block-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2260:\"<p><a href=\"https://olivethemes.com/\">Olive Themes</a>, a relatively new independent theme shop, has released its third block theme on the WordPress.org directory. <a href=\"https://wordpress.org/themes/arc-fse/\">Arc FSE</a> is a high contrast, multipurpose theme, designed to enable a broad range of flexibility through support for full-site editing features.</p>\n\n\n\n<img />\n\n\n\n<p>The theme features the open source and exceptionally readable <a href=\"https://fonts.adobe.com/fonts/poppins\">Poppins web font</a> in various weights and sizes. The color palette is dark with a bright lemon-yellow accent color. It’s bold without being overly splashy, making it suitable for professional use cases.</p>\n\n\n\n<p>Arc FSE does not come with any style variations, but users can easily change the accent colors for buttons, headings, and anything else by editing the templates.</p>\n\n\n\n<img />\n\n\n\n<p>The theme comes with 20 custom patterns, which make up different sections of the design. They are all conveniently grouped together under “Arc FSE” in the Patterns explorer, so you don’t have to hunt for the ones that belong to the theme. It includes full-page patterns for the home, about, services, and portfolio pages. There are also section patterns for things like the default footer, 404 page, a promotional video, sidebar, search cover block, services, and more.</p>\n\n\n\n<img />\n\n\n\n<p>When first installing Arc FSE, the home page is set up to be nearly identical to <a href=\"https://demo.olivethemes.com/?demo=arc-fse\">the demo</a>, making it easy for users to get started customizing. It would be helpful to have a style guide for the theme, but for the most part you get what you see with the demo for the free version. Olive Themes also makes a <a href=\"https://olivethemes.com/wordpress-themes/arc-pro/\">pro version</a>, which includes additional features, WooCommerce support, and more blocks for things like testimonials and star ratings.</p>\n\n\n\n<p>Arc FSE is good option for businesses, agencies, foundations, or artists with portfolios. After less than a week, it’s already being used on more than 100 sites. The theme is available to <a href=\"https://wordpress.org/themes/arc-fse/\">download</a> for free on WordPress.org. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Oct 2022 02:55:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WordPress.org blog: WordPress 6.1 Release Candidate 3 (RC3) 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:35:\"https://wordpress.org/news/?p=13670\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2022/10/wordpress-6-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6611:\"<p>Release Candidate 3 (RC3) is now available for testing! The general release is just one week away with WordPress 6.1 scheduled for release on Tuesday, November 1, 2022. </p>\n\n\n\n<p>This RC3 release is the final opportunity for you to test and help to ensure the resilience of the 6.1 release by performing a final round of reviews and checks. Since the WordPress ecosystem is vast and composed of thousands of plugins and themes the entire project benefits from the time you take to assist.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.1 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.1-RC3.zip\">RC3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.1-RC3</code></p>\n\n\n\n<p>Additional information on the <a href=\"https://make.wordpress.org/core/6-1/\">6.1 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-1/\">6.1-related developer notes</a> in the coming weeks detailing all upcoming changes.</p>\n\n\n\n<h2><strong>What’s in WordPress 6.1 RC3?</strong></h2>\n\n\n\n<p>Since Release Candidate 2, approximately 60 items have been addressed. </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.1\">GitHub tickets</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=10%2F18%2F2022..10%2F25%2F2022&resolution=fixed&milestone=6.1&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac tickets</a> </li>\n</ul>\n\n\n\n<p>WordPress 6.1 is the third major release for 2022, following 5.9 and 6.0, released in January and May of this year, respectively.</p>\n\n\n\n<p>To learn more about the highlights for both end-users and developers, you’re invited to read more about them in the <a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-1-rc1-now-available/\">RC1 announcement post</a> and review the <a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a>.</p>\n\n\n\n<h2><strong>Plugin and theme developers</strong></h2>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.1 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.1. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of November 1st.</p>\n\n\n\n<h2><strong>Translate WordPress</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> </p>\n\n\n\n<p><strong>Keep WordPress bug-free – help with testing</strong></p>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">This detailed guide</a> is an excellent start if you have never tested a beta release.</p>\n\n\n\n<p>Testing helps ensure that this and future releases of WordPress are as stable and issue-free as possible. Anyone can take part in testing – regardless of prior experience.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 6.0 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2022/09/16/whats-new-in-gutenberg-14-1-15-september/\">14.1</a>, <a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\">14.0</a>, <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\">13.9</a>, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">13.8</a>, <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">13.7</a>, <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">13.6</a>, <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">13.5</a>, <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4</a>, <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">13.3</a>, <a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">13.2</a>, and <a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">13.1</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, A Penultimate Haiku</h2>\n\n\n\n<p><em>The time ticks forward<br />Release nears ever closer<br />Download and review</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Props to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://wordpress.org/support/users/spacedmonkey/\">Jonny Harris</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Oct 2022 20:29:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:77:\"Do The Woo Community: A WooSesh Chat with Chris Mospaw and Krissie VandeNoord\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73158\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/woosesh-chat-chris-mospaw-krissie-vandenoord/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:428:\"<p>In this episode we talk about integrating 3D visual customizations into your clients WooCommerce sites and WooCommerce performance.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woosesh-chat-chris-mospaw-krissie-vandenoord/\">A WooSesh Chat with Chris Mospaw and Krissie VandeNoord</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 25 Oct 2022 09:26: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:5:\"BobWP\";s: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:89:\"WPTavern: Gutenberg Contributors Explore a New Browse Mode for Navigating the Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/gutenberg-contributors-explore-a-new-browse-mode-for-navigating-the-site-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4478:\"<p>It’s easy to get lost while trying to get around the Site Editor unless you are working day and night inside the tool. The navigation is jumpy and confusing, especially when going from template browsing to template editing to modifying individual blocks. A large PR is in progress for redesigning this UI with the introduction of a “browse mode” that would <a href=\"https://wptavern.com/james-koster-shares-design-explorations-that-transform-wordpress-site-editor-into-a-more-visual-user-friendly-tool\">make the experience feel more like a design tool</a>.</p>\n\n\n\n<p>Gutenberg lead engineer Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/44770\">opened the PR</a> as a continuation of the ongoing work on this project, which has its roots in <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">ideas</a> and explorations that have been fermenting since 2019. He shared a video that roughly demonstrates the target for the proposed UI changes.</p>\n\n\n\n\n\n\n\n<p>It essentially introduces a “navigable frame” where users can select from a menu of features on the left. More detailed efforts on improving the animations and placement of the menu items is happening simultaneously within the ticket.</p>\n\n\n\n<p>The original idea was to include the “Navigation menu” item inside the sidebar, but Benguella removed it in favor of keeping the PR contained to simply adding the “edit/view” mode.</p>\n\n\n\n<p>Although such a large PR has the potential to introduce a slew of regressions, Benguella said there is no other way around a big PR due to the the necessity of the structural changes to how the site editor is organized. He is attempting to keep it narrowly focused and not try to tackle features like browsing capabilities and adding UI (template lists, global styles, etc) to the sidebar.</p>\n\n\n\n<p>The idea is not without <a href=\"https://github.com/WordPress/gutenberg/pull/44770#issuecomment-1281312589\">some pushback</a>. Alex Stine, Cloud Platform Engineer at Waystar, warned against introducing another Mode into Gutenberg, saying it “feels kind of reckless considering we haven’t refined existing modes for all users.” He noted that Gutenberg already has select/edit mode contexts.</p>\n\n\n\n<p>“This was a feature basically added for screen readers only,” Stine said. “I am hoping this will one day be removed, but we’re not quite there yet.</p>\n\n\n\n<p>“I think the community is trying to solve the wrong problem. If Gutenberg itself did not have such a complex UI, there would not be the need for a hundred different modes in a hundred different contexts, blocks, or even editors. We have gone so crazy making everything so quickly, no one thought about how to unify the interface across all editors. This feels like it could be another patch to a bigger problem.”</p>\n\n\n\n<p>Stine cautioned against growing the UI for something that ultimately doesn’t make things any simpler.</p>\n\n\n\n<p>“In a sense this PR doesn’t introduce any new mode, it just redesigns the current navigation panel a bit,” Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/44770#issuecomment-1281319290\">said</a> in response. “I think it’s an opportunity to improve the a11y of the navigation in the site editor.</p>\n\n\n\n<p>“The confusion in this PR is that it’s not about another mode in the editor itself, it’s higher level, it’s how we choose which template and template part to edit before actually entering the editor.”</p>\n\n\n\n<p>Although the project’s contributors have been referring to it as “browse mode,” it is essentially a redesign for the existing UI to make it more intuitive for users to navigate. Gutenberg may not need any more new “modes” but the site editor is in dire need design improvements that will unify the experience and make it less chaotic for getting around.</p>\n\n\n\n<p>During the most <a href=\"https://make.wordpress.org/core/2022/10/24/editor-chat-summary-wednesday-20-october-2022/\">recent core Editor meeting</a>, Gutenberg contributors called for feedback on the big PR, since it has so many moving parts and needs more scrutiny. It’s not ready to land in the next release of Gutenberg yet, but the concept is rapidly taking shape and may expand to include more features in the sidebar once the basic structure is in place.</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, 25 Oct 2022 04:14: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Do The Woo Community: The Power of WooCommerce Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://dothewoo.io/the-power-of-woocommerce-blocks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"<p>The WooCommerce team is actively exploring the interplay of block themes and full site editing within a Woo store.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/the-power-of-woocommerce-blocks/\">The Power of WooCommerce Blocks</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Oct 2022 09:01: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:5:\"BobWP\";s: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:60:\"Gutenberg Times: What art can you create with WordPress 6.1?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=22528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/what-art-can-you-create-with-wordpress-6-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:4422:\"<p>Over the last year, the <a href=\"https://href.li/?https://block-museum.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Museum of Block Art</a> was launched, built by and for the WordPress community. The intent is to surprise and show off what one can do with the block editor in the form of making fantastic art. If you look through the site and wonder just <em>how</em> something was made, that’s by design. </p>\n\n\n\n<p><strong>What art can you create with WordPress 6.1?</strong></p>\n\n\n\n<p><a href=\"https://href.li/?https://make.wordpress.org/core/2022/09/26/core-editor-improvement-catalyst-for-creativity/\" target=\"_blank\" rel=\"noreferrer noopener\">With WordPress 6.1 bringing an immense number of new design tools</a> on November 1st, there’s a neat opportunity to show how the art one can create with WordPress continues to evolve with the tooling. Just as you might walk through a museum and see how over the years, craftsmanship refined, this WordPress release marks yet another evolution in what’s possible with a true surge in the tools available. What might not have been possible to do before now might be. Consider this your official nudge to give 6.1 a try and see what you can create:</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://block-museum.com/contribute/\">Submit art</a></div>\n</div>\n\n\n\n<p>As a reminder, if you’re looking for inspiration for your creations and wondering <a href=\"https://block-museum.com/how/\" target=\"_blank\" rel=\"noreferrer noopener\">how folks have made theirs</a>, experimenting is highly recommended; play with <a href=\"https://wordpress.org/support/article/dimension-controls-overview/\" target=\"_blank\" rel=\"noreferrer noopener\">dimension controls</a>, <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\" target=\"_blank\" rel=\"noreferrer noopener\">duotone</a>, and the <a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" target=\"_blank\" rel=\"noreferrer noopener\">Row/Stack/Group blocks</a>. You can also <a href=\"https://make.wordpress.org/core/2022/09/26/core-editor-improvement-catalyst-for-creativity/\" target=\"_blank\" rel=\"noreferrer noopener\">check out this roundup post</a> on all the hard work that’s gone into expanding the tools now found in blocks to get a sense of what’s new. </p>\n\n\n\n<p><em>Keep in mind that you can always try out 6.1 early by testing the Beta/RC versions (</em><a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-2-now-available/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>here’s the link to the 6.1 RC2 post</em></a><em> with more information). </em></p>\n\n\n\n<p><strong>A look at what’s next </strong></p>\n\n\n\n<p>When I originally came up with this idea, my mind went wild thinking about <a href=\"https://masterwp.com/an-interview-with-anne-mccarthy-on-wordpresss-coolest-new-project-the-museum-of-block-art/\" target=\"_blank\" rel=\"noreferrer noopener\">printing the art, virtual “exhibits” based on releases, and more</a>; this marks a step into exploring what could be next for the Museum of Block Art with a <a href=\"https://block-museum.com/contribute/\" target=\"_blank\" rel=\"noreferrer noopener\">new checkbox on the submission form</a> asking about whether someone is okay to have their work printed and new pages for each of the last two releases acting as virtual exhibits (<a href=\"https://block-museum.com/wordpress-5-9-exhibit/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.9</a>, <a href=\"https://block-museum.com/wordpress-6-0-exhibit/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 6.0</a>). While small changes, they set the groundwork for what might be ahead – perhaps you’ll see some of the art grace the next flagship WordCamp event you attend! </p>\n\n\n\n<p><em>Thank you to <a href=\"https://twitter.com/karmatosed\" target=\"_blank\" rel=\"noreferrer noopener\">Tammie Lister</a>, <a href=\"https://twitter.com/visualwebmaster\" target=\"_blank\" rel=\"noreferrer noopener\">Rachel Winchester</a>, <a href=\"https://twitter.com/richard_tabor\" target=\"_blank\" rel=\"noreferrer noopener\">Rich Tabor</a>, and <a href=\"https://twitter.com/Ana_Segota/\" target=\"_blank\" rel=\"noreferrer noopener\">Ana Segota</a> for making up the lovely review committee for this art museum. </em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Oct 2022 09:30: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:\"Anne McCarthy\";s: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:85:\"WPTavern: Openverse Audio Catalog Passes 800,000 Files, Audio Support Now Out of Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138837\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/openverse-audio-catalog-passes-800000-files-audio-support-now-out-of-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2857:\"<p><a href=\"https://wordpress.org/openverse/\">Openverse</a>, formerly known as Creative Commons Search before it <a href=\"https://wptavern.com/creative-commons-search-is-now-openverse\">joined the WordPress project</a>, has<a href=\"https://twitter.com/WordPress/status/1583077584136704001\"> passed an important milestone</a> with its support for audio files. The catalog has now indexed more than 800,000 audio files and its development team has taken audio support out of beta.</p>\n\n\n\n<p>Openverse visitors can now confidently search for and explore audio files for use in their videos, podcasts, or other creative projects, all available for free use under Creative Commons licenses. It is an incredible resource that is expanding and improving every day. Users can search on any device, but I found that Openverse audio searches and files are surprisingly easy to navigate on mobile.</p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>Search results can be filtered by permitted use, license, audio category, extension, duration, and source. Previewing works well and each file has attribution information readily available to copy. Clicking on “Get this audio” will take the visitor to the file on the external collection’s website where it can be downloaded.</p>\n\n\n\n<p>Deeper integration with WordPress core is on the roadmap for Openverse files. It would also be interesting to see WordPress’ core Audio block integrate access to Openverse, in addition to pulling files from URL or the media library, the same way the Image block allows users to browse Openverse.</p>\n\n\n\n<p>Gutenberg contributors are currently exploring how they can <a href=\"https://github.com/WordPress/gutenberg/issues/44496\">add basic Openverse integration to the inserter</a>. Matias Ventura, lead architect of Gutenberg, has proposed adding a Media tab to the existing tabs for Blocks, Patterns, and Reusable blocks, which allow dragging and dropping content into the canvas. This would offer more convenient access to the media library while building pages.</p>\n\n\n\n<p>“The inserter panel should support the ability to drag media from the inserter into the canvas, including dragging into block placeholders to quickly update patterns and such with your own content,” Ventura said. “The Media tab would allow users to choose between categorized assets from the media library, and from Openverse.”</p>\n\n\n\n<p>Gutenberg engineer Nik Tsekouras created <a href=\"https://github.com/WordPress/gutenberg/pull/44424\">a PR with a prototype</a>, basically a proof-of-concept, to explore how this might be implemented.</p>\n\n\n\n\n\n\n\n<p>Development is still in the exploration and early stages, but this looks like a promising new integration that would make it easy for WordPress users to tap into Openverse’s catalog of 600 million free creative works.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Oct 2022 02:03: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Post Status: New Venue Accessibility Checklist in the WordCamp Organizer Handbook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=141561\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/new-venue-accessibility-checklist-in-the-wordcamp-organizer-handbook/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3496:\"<h2 id=\"h-wordpress-community-news-roundup-for-the-week-of-october-17\">WordPress Community News Roundup for the Week of October 17</h2>\n\n\n\n<p>You may recall my prior post, <a href=\"https://poststatus.com/5-days-without-a-shower/\">5 Days Without a Shower</a>, in which I wrote about my disability experiences at <strong>WCUS 2022</strong>. Writing things from a place of vulnerability isn’t always easy, but sometimes they’re necessary. Creating that post gave you insight into my experiences, and though I told them with a thread of humor, it was still not easy to share. But sharing with good intent, and with support, can help effect change. </p>\n\n\n\n<p>This week the <strong>WCUS 2023</strong> team reached out to me in two ways, and when I tell you how warmed my heart was, you <em>still</em> can’t imagine the extent of my joy. First, <strong>Joe Simpson Jr.</strong> shared this new section of the <strong>WordCamp Organizer Handbook</strong> with me: <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/venue-accessibility-checklist/\">Venue Accessibility Checklist</a>. This is a HUGE step toward accommodating those with disabilities at WordCamps. The team also reached out to me as they’re touring the venue for next year with questions as they went through, inviting my input. Kudos to the Community Team on these great efforts and forward momentum. </p>\n\n\n\n<p class=\"has-theme-palette-8-background-color has-background\"><strong>Black Friday and Cyber Monday</strong> are coming quickly! <a href=\"https://poststatus.com/submit-black-friday-cyber-monday-deals/\">Submit your deals on our site</a>. We’ll be publishing that page soon!</p>\n\n\n\n<div class=\"wp-container-31 wp-block-group has-theme-palette-9-color has-theme-palette-5-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"has-theme-palette-9-color has-text-color\">In the <strong>Member Spotlight</strong> this week, it\'s <a href=\"https://poststatus.com/member-spotlight-miriam-schwab/\">Miriam Schwab of Strattic</a></h2>\n\n\n\n<p>Miriam\'s advice for WordPress professionals:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default has-theme-palette-3-color has-theme-palette-8-background-color has-text-color has-background\"><p><strong>Keep learning.</strong> We\'re in an industry that is always evolving, and always developing, and that\'s one of the things that\'s so exciting, but also challenging, about it. It\'s important to try to stay up to speed on what\'s going on directly in our industry, while also keeping an eye on what\'s going on around us in parallel industries. It keeps us fresh and current.</p><cite><a href=\"https://poststatus.com/member-spotlight-miriam-schwab/\">READ MORE →</a></cite></blockquote>\n</div></div>\n\n\n\n<div class=\"wp-container-32 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Upcoming Events:</h2>\n\n\n\n<ul><li><a href=\"https://wpaccessibility.day/\">WordPress Accessibility Day</a> Nov 2-3</li><li><a href=\"https://www.wordfest.live/2022/november/\">WordFest</a> November 18</li><li>Calls for Speakers and Sponsors are open at <a href=\"https://www.wpwealthbuilder.com/\">WP Wealthbuilder Summit</a>.</li><li>WordCamps are back! <a href=\"https://central.wordcamp.org/schedule/\">Check the schedule online</a>. </li></ul>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 21 Oct 2022 18:50: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:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Post Status: Tech Roundup for the Week of October 17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=141537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/tech-roundup-for-the-week-of-october-17/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3469:\"<div class=\"wp-container-35 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-wordpress-design-development-around-the-web\">WordPress Design & Development Around the Web</h2>\n\n\n\n<p>Here’s a glimpse of what’s going on in the world of design and development in the WordPress space this past week.</p>\n</div></div>\n\n\n\n<h3><a href=\"https://olliewp.com/global-styles-and-the-future-of-css-in-wordpress/\">Move Over CSS, Here’s JSON</a></h3>\n\n\n\n<p>I feel like we just started getting a better rhythm of using CSS and SCSS for bringing design systems to life with WordPress theming, and now we’re taking a step backward. At least that is what I thought <em>BEFORE</em> I read Post Status member <strong>Mike McAlister</strong>’s <a href=\"https://olliewp.com/global-styles-and-the-future-of-css-in-wordpress/\" target=\"_blank\" rel=\"noreferrer noopener\">thorough breakdown</a> of why <strong>JSON</strong> is so important and how it will help us all develop better. This goes for theme creators as well!</p>\n\n\n\n<h3><a href=\"https://wpturbo.dev/\">A New Generator Goes Turbo</a></h3>\n\n\n\n<p>A new code generator site is freshly launched in beta. <a href=\"https://wpturbo.dev/\" target=\"_blank\" rel=\"noreferrer noopener\">WPTurbo</a>, from the folks that bring you <a href=\"https://wpmarmite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">WPMarmite</a>, has similar features that you’ve seen from <a href=\"https://generatewp.com/\" target=\"_blank\" rel=\"noreferrer noopener\">GenerateWP</a> and <a href=\"https://www.wp-hasty.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Hasty</a> — <em>BUT</em> Turbo has a <code>theme.json</code> generator, which could come in handy building new block-based themes. It looks like it\'s packed with features comparable to its predecessors but updated for the Gutenberg era.</p>\n\n\n\n<h3><a href=\"https://www.briancoords.com/wordpress-secret-world-of-javascript/\">The Hidden World of Javascript in WordPress</a></h3>\n\n\n\n<p>Post Status member <strong>Brian Coords</strong> shares <a href=\"https://www.briancoords.com/wordpress-secret-world-of-javascript/\">his journey into the JavaScript maze that is contained in WordPress</a>. He explains how we can use it to its full potential, especially when we accept the fact that understanding <strong>Redux</strong> and <strong>React</strong> are super-important to work with the future of WordPress.</p>\n\n\n\n<div class=\"wp-container-36 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Cool Tool</h2>\n\n\n\n<p>Each week we feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<h3>Grab Those Things After The Question Mark!</h3>\n\n\n\n<p>This week I found myself in a sticky situation where I needed to show the parameters from a URL in the block editor. I really didn’t want to have to create a whole new custom block or a page template, so I searched for a plugin that could help. My discovery landed me on this little gem of a plugin called <a href=\"https://wordpress.org/plugins/url-params/\" target=\"_blank\" rel=\"noreferrer noopener\">URL Params</a>. It gives you the ability to add shortcodes to display the parameters from a URL. Short, sweet, and it works!</p>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 21 Oct 2022 18: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:18:\"Daniel Schutzsmith\";s: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:35:\"Matt: Open Source Podcasting Client\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=67415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://ma.tt/2022/10/open-source-podcasting-client/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2232:\"<p>Automattic <a href=\"https://www.theverge.com/2021/7/16/22580023/automattic-pocket-casts-podcast-app-tumble-wordpress\">acquired Pocket Casts last July</a>, and since we’ve been tapping away trying to make the best podcast client for people who love listening to podcasts.</p>\n\n\n\n<p>And!</p>\n\n\n\n<p>The team has been working really hard to make those clients totally open source and available to the world, <a href=\"https://blog.pocketcasts.com/2022/10/19/pocket-casts-mobile-apps-are-now-open-source/\">and it’s now happened</a>. You can see all the code <a href=\"https://github.com/Automattic/pocket-casts-ios\">behind the iOS app</a> and <a href=\"https://github.com/Automattic/pocket-casts-android\">the Android app</a>, and modify it, make it your own, suggest a change, fix a bug, add a feature, fork it and make your own client, anything!</p>\n\n\n\n<p>If your code gets merged into core, it’ll go out to users listening to literally <strong>millions of hours</strong> of podcasts a week. It’s also unusual to be able to peek under the hood of a consumer mobile app that is this widely used and see how it works.</p>\n\n\n\n<p>Audio publishing and consumption is a beautiful complement to the web publishing that <a href=\"https://wordpress.org/\">WordPress</a> is already so good at, and that <a href=\"https://automattic.com/\">Automattic</a> tries to nurture an ecosystem around. I love Spotify and Apple, and I hope that <a href=\"https://pocketcasts.com/\">Pocket Casts</a> can do for podcast clients what Firefox in the early days and <a href=\"https://www.chromium.org/chromium-projects/\">Chromium</a> now does for browsers — push the state of the art, be manically focused on user control, and grow a more decentralized and open web.</p>\n\n\n\n<p>If you haven’t tried Pocket Casts yet, <a href=\"https://itunes.apple.com/au/app/pocket-casts/id414834813\">install for iOS</a> or <a href=\"https://play.google.com/store/apps/details?id=au.com.shiftyjelly.pocketcasts\">Android</a>, and here’s <a href=\"https://support.pocketcasts.com/article/opml-import/\">how to import your subscriptions using a format called OPML</a>. (And wouldn’t it be nice if trying out a new social network was that easy?)</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, 21 Oct 2022 17:44:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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: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:45:\"Post Status: A Visit from the Good Idea Fairy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=141497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/a-visit-from-the-good-idea-fairy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<h2 id=\"h-wordpress-business-roundup-for-the-week-of-october-17\">WordPress Business Roundup for the Week of October 17</h2>\n\n\n\n<div class=\"wp-container-39 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Building, Supporting, and Selling a Winning Product — With or Without WordPress.org • Are Active Install Counts Relevant to Your Business\'s Success? (Even if they are accurate? And they haven\'t been.) • Let\'s Fix What\'s Broken (The Plugin Repo) Not What Isn\'t (The Freemium Model) • Follow Leaders, Adopt Standards • Tools and expertise from rtCamp • Some great and “doable” ideas for the future of plugin business metrics on the .org repo. Could some of them help put an end to intrusive and manipulative dark patterns in the WordPress Admin dashboard and notifications? </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2><a href=\"https://poststatus.com/building-supporting-and-selling-a-winning-product-with-or-without-wordpress-org/\">Building, Supporting, and Selling a Winning Product — With or Without WordPress.org</a></h2>\n\n\n\n<p>This week I sat down again with <strong>Eric Karkovack</strong> to record an episode of<strong> The Excerpt</strong> to talk about the three top WordPress stories on the top of our minds. The temporary loss of active install stats at WordPress.org has created an opportunity to rethink long-held assumptions and find new ways forward, so maybe it\'s not surprising that we made nearly the same selections. There\'s a single throughline in this episode — what works, what doesn\'t, and what will take WordPress businesses forward in the product, agency, and hosting spaces. A lot of people are thinking down this track and a lot of good ideas are coming forward. We\'ve tried to pull together the ones we feel are best. <a href=\"https://poststatus.com/building-supporting-and-selling-a-winning-product-with-or-without-wordpress-org/\">LISTEN or READ →</a> </p>\n\n\n\n<h3>Are Active Install Counts Relevant to Your Business\'s Success? (Even if they are accurate?)</h3>\n\n\n\n<p>In “<a href=\"https://getellipsis.com/blog/org-is-ineffective-plugin-distribution/\">WordPress.org is ineffective for plugin distribution in 2022</a>,” <strong>Alex Denning</strong> argues the likely temporary loss of <strong>Active Install Growth</strong> data for plugin owners is not a bottom-line, business-relevant concern. Apart from the revelation that that data itself was not just obfuscated and inexact but “<a href=\"https://wptavern.com/discussion-on-replacing-plugin-active-install-growth-data-continues-behind-closed-doors\">basically garbage</a>,” Alex draws on <strong>Ellipsis</strong>‘ marketing experience and extensive data (as well as <strong>Iain Poulson</strong>‘s <a href=\"https://s.wptrends.co/w/kWJrSn4PAY2Xziux1YiYEQ\">insights</a> at <strong>WP Trends</strong>) to show 1-2% conversion rates are the norm for plugins in the WP.org repository. Only a couple of big players can crack the 100k+ install tiers today.</p>\n\n\n\n<h3>Let\'s Fix What\'s Broken (The Plugin Repo) Not What Isn\'t (The Freemium Model)</h3>\n\n\n\n<p><strong>Matt Cromwell </strong>politely disagrees with Alex as he makes <a href=\"https://www.mattcromwell.com/the-case-for-the-wordpress-plugin-freemium-model/\" target=\"_blank\" rel=\"noreferrer noopener\">The Case for the WordPress Plugin Freemium Model</a>. (There\'s a great <a href=\"https://poststatus.slack.com/archives/C0413T6GD/p1666180505764299\">Post Status Slack thread</a> on it too.) In it, Matt describes ways plugin owners can make the plugin repository\'s search engine work better for them, but Matt also notes a few of its deficiencies as well. </p>\n\n\n\n<p>As <strong>Justin Labadie</strong> and others <a href=\"https://poststatus.com/connect-freemium-plugins-to-premium-extension-sales/\">point out</a>, the search algorithm retrieves irrelevant results with more active installs than the plugin being searched for in many cases. It isn\'t possible to show all your plugins together anywhere on the repository apart from a buried profile tab under Contributor History. Even author searches do not retrieve every plugin from that source.</p>\n\n\n\n<p>Matt\'s best point is that an average conversion rate is just that — an average. He\'s seen much better results due to marketing efforts he feels are accessible to many plugin vendors. Matt also points to examples of successful freemium plugin shops, like <strong>Paid Memberships Pro</strong> which recently did an A/B test with their pricing page. <strong>Jason Coleman</strong> reported <a href=\"https://twitter.com/jason_coleman/status/1582355558396743680?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1582355558396743680%7Ctwgr%5E60ce4bbce4981ae7479f4aaa2a1b7b13c8467ff3%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.mattcromwell.com%2Fthe-case-for-the-wordpress-plugin-freemium-model%2F\" target=\"_blank\" rel=\"noreferrer noopener\">the version with a freemium option converted better</a>.</p>\n\n\n\n<h3><a href=\"https://gutenberg.10up.com/\">Follow Leaders, Adopt Standards</a></h3>\n\n\n\n<p><strong>10up</strong>‘s <a href=\"https://gutenberg.10up.com/\">newly released resource site</a> for <strong>Gutenberg Best Practices</strong> is a signal WordPress has turned a corner. Here are expert tutorials, resources, references, and example code connected to 10up\'s <strong>GitHub </strong><a href=\"https://github.com/10up/gutenberg-best-practices/discussions\">discussion board</a> for this evolving community resource. It\'s intended to go beyond the official WordPress documentation, according <strong>Fabian Kaegy</strong>‘s <a href=\"https://10up.com/blog/2022/10up-publicly-releases-its-gutenberg-best-practices/\">launch announcement</a>. It\'s a “more client-services-centric approach tailored to engineering enterprise-level editorial experiences.” Enterprise agency adoption of Gutenberg is huge. As we see a growing body of accumulated knowledge, standards, and best practices emerging, it signals and amplifies a wave of change.</p>\n\n\n\n<div class=\"wp-container-40 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Quick Links</h2>\n\n\n\n<ul><li><strong>Matt Cromwell</strong>, <strong>Natalie MacLees</strong>, <strong>Sybre Waaijer</strong>, and <strong>Amber Hinds</strong> have good ideas for future types of data disclosures that could help plugin owners. We\'ve rounded them up from <strong>Mark Zahra</strong>‘s renamed <strong>Trac</strong> ticket <a href=\"https://meta.trac.wordpress.org/ticket/6511\" target=\"_blank\" rel=\"noreferrer noopener\">#6511: Provide helpful plugin stats and insights</a>. Mark recently added <a href=\"https://twitter.com/VitoPeleg/status/1577784069596876800\">some really great ideas</a> from <strong>Vito Peleg</strong> on <strong>Twitter</strong> that seemed to draw a nod from <strong>Matt Mullenweg</strong>. <a href=\"https://poststatus.com/five-takes-on-helpful-plugin-stats-and-insights/\">READ →</a></li><li><strong>Justin Labadie</strong> shared his experiences with the WordPress.org plugin repo and how he hopes it can change: 1) Ensure all search results are relevant. 2) Standardize a Premium product upsell interface in WP-Admin. 3) Make it possible to show other products by the same author/company. Could these steps help put an end to unpleasant sales gimmickry in the WordPress Admin dashboard and notifications? <a href=\"https://poststatus.com/connect-freemium-plugins-to-premium-extension-sales/\">READ →</a></li><li>Speaking of leaders and standards, <strong><a href=\"https://poststatus.com/profile/rtcamp/\">rtCamp</a></strong> has a great <a href=\"https://rtcamp.com/subscribe/\">monthly newsletter</a> where they\'ve been sharing expertise and tools like <a href=\"https://github.com/rtcamp/theme-elementary\">Elementary</a>, a starter theme for block-based, full-site editing themes with developer-friendly features. It’s solid boilerplate following WordPress coding standards that’s fully FSE-ready with a baked-in testing framework. <a href=\"https://poststatus.com/best-practices-and-tools-from-rtcamp/\">READ →</a></li></ul>\n</div></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 21 Oct 2022 17:36:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s: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:132:\"Post Status: Post Status Excerpt (No. 71) — Building, Supporting, and Selling a Winning Product — With or Without WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=141328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://poststatus.com/building-supporting-and-selling-a-winning-product-with-or-without-wordpress-org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54878:\"<div class=\"wp-container-43 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week I sat down again with Eric Karkovack to talk about the WordPress stories and topics that are on the top of our minds. Independently, we made nearly the same selections. There\'s a single throughline in this episode — what works, what doesn\'t, and what will take WordPress businesses forward in the product, agency, and hosting spaces. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Skip to Transcript</a> ↓</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-drop-cap\">This week I sat down again with <strong>Eric Karkovack</strong> to talk about the three top WordPress stories on the top of our minds. Independently, we made nearly the same selections! It seems the temporary loss of active install stats at WP.org has created an opportunity to rethink long-held assumptions and find new ways forward. Our news picks are all related to this in one way or another. So there\'s a single throughline in this episode — what works, what doesn\'t, and what will take WordPress businesses forward in the product, agency, and hosting spaces.</p>\n\n\n\n<h3>Are Active Install Counts Irrelevant to Your Plugin Business\'s Success? (Even if they were accurate?)</h3>\n\n\n\n<blockquote><p>There are always going to be developers who push the envelope when it comes to littering the dashboard and just making it a difficult user experience. Maybe data is part of the way we solve that.</p><cite><strong>Eric Karkovac</strong></cite></blockquote>\n\n\n\n<p>First up is <strong>Alex Denning</strong>‘s article at <strong>Ellipsis</strong>, “<a href=\"https://getellipsis.com/blog/org-is-ineffective-plugin-distribution/\">WordPress.org is ineffective for plugin distribution in 2022</a>.” Alex argues the likely temporary loss of Active Install Growth data for plugin owners is not a bottom-line, business-relevant concern. Apart from the revelation that that data itself was not just obfuscated and inexact but “<a href=\"https://wptavern.com/discussion-on-replacing-plugin-active-install-growth-data-continues-behind-closed-doors\">basically garbage</a>,” Alex draws on Ellipsis\' marketing experience and extensive data (as well as <strong>Iain Poulson</strong>‘s <a href=\"https://s.wptrends.co/w/kWJrSn4PAY2Xziux1YiYEQ\">insights</a> at <strong>WP Trends</strong>) to show 1-2% conversion rates are the norm for plugins in the WP.org repository. Only a couple of big players can crack the 100k+ install tiers today. </p>\n\n\n\n<h3>The Plugin Repo\'s Glass Ceiling</h3>\n\n\n\n<p>Alex notes this “glass ceiling” has a lot to do with how the repo\'s search algorithm works. It\'s biased to favor plugins that have many active installs already, so if you\'re not there yet, it\'s not going to help you get there. As a result of these observations, Alex disrecommends the plugin repo for anyone thinking about launching a business there on the freemium model. He considers WP.org a poor distribution channel and assumes the freemium product model\'s fate is tied to it. On that point, we\'re doubtful and optimistic about exceptions and opportunities for plugin developers to make their own way, with or without the repo.</p>\n\n\n\n<p>While Eric and I don\'t fully agree with Alex, his data-based analysis does establish that the plugin repository is “broken” if it\'s intended to be a place where a small entrepreneur with a good product can break in and take off. </p>\n\n\n\n<h3>Let\'s Fix What\'s Broken (The Plugin Repo) Not What Isn\'t (The Freemium Model)</h3>\n\n\n\n<p><strong>Matt Cromwell </strong>politely disagrees with Alex in a long, thoughtful post of his own: <a href=\"https://www.mattcromwell.com/the-case-for-the-wordpress-plugin-freemium-model/\" target=\"_blank\" rel=\"noreferrer noopener\">The Case for the WordPress Plugin Freemium Model</a>. (There\'s a great <a href=\"https://poststatus.slack.com/archives/C0413T6GD/p1666180505764299\">Post Status Slack thread</a> on it too.) In it, Matt describes ways plugin owners can make the wp.org plugin search engine work better for them, but he also notes a few of its deficiencies as well. His best point is that an average conversion rate is just that — an average. He\'s seen much better results due to marketing efforts he feels are accessible to many plugin vendors. Matt also points to examples of successful freemium plugin shops, like <strong>Paid Memberships Pro</strong> which recently did an A/B test with their pricing page, and <a href=\"https://twitter.com/jason_coleman/status/1582355558396743680?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1582355558396743680%7Ctwgr%5E60ce4bbce4981ae7479f4aaa2a1b7b13c8467ff3%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwww.mattcromwell.com%2Fthe-case-for-the-wordpress-plugin-freemium-model%2F\" target=\"_blank\" rel=\"noreferrer noopener\">the version with a freemium option converted better</a>.</p>\n\n\n\n<p>Where Alex and Matt agree is how much the plugin repo has changed due to market saturation. It isn\'t an easy place to win in anymore. And I\'m pretty sure Alex would agree with Matt this is true across the web as a whole — you can expect to have to work hard with stiff competition and give high attention to <strong>Google</strong> as well — not to mention all the other things that go into making and supporting a good product. </p>\n\n\n\n<h3>Ideas for Improving the WordPress.org Plugin Repository</h3>\n\n\n\n<p>Eric and I also discussed the excellent suggestions for useful, actionable data that product owners — and even agencies — would like from <a href=\"https://poststatus.com/five-takes-on-helpful-plugin-stats-and-insights/\" target=\"_blank\" rel=\"noreferrer noopener\">a new, improved plugin directory</a>. <strong>Vito Peleg</strong>‘s ideas are <a href=\"https://twitter.com/VitoPeleg/status/1577784069596876800\" target=\"_blank\" rel=\"noreferrer noopener\">especially exciting</a> and seemed to draw a nod from <strong>Matt Mullenweg</strong> on Twitter. We also note how better data for plugin owners might satisfy some needs that historically have led them to try all kinds of (often unpleasant) gimicks in the WordPress backend to connect with users and upsell or cross-market their products. In a comment at Post Status this week, <strong>Justin Labadie</strong> imagines <a href=\"https://poststatus.com/connect-freemium-plugins-to-premium-extension-sales/\">how this could work as part of the plugin install process</a>, along with other suggestions. Eric connected this line of thinking with <strong>Mark Zahra</strong>‘s question in a recent post at <strong>WP Mayor</strong>, <a href=\"https://wpmayor.com/is-deceptive-marketing-ruining-wordpress-reputation/\">Is Deceptive Marketing Ruining WordPress’ Reputation?</a></p>\n\n\n\n<h3>Plugin Developers Must Make Their Own Way</h3>\n\n\n\n<p>Eric asked (and answered) a big question at the <strong>WP Minute</strong>: <a href=\"https://thewpminute.com/what-should-plugin-developers-expect-from-wordpress/\" target=\"_blank\" rel=\"noreferrer noopener\">What should plugin developers expect from WordPress</a>? You\'ve got to make your own way is a message I agree with, and I brought up my conversation with <strong>Till Krüss</strong> about <a href=\"https://poststatus.com/till-kruss-on-wordpress-performance-the-plugin-business-and-life/\" target=\"_blank\" rel=\"noreferrer noopener\">Performance and the Plugin Business</a> as an example of all the possibilities that open up if you think about meeting big needs nobody else is meeting or solving big problems others are creating! </p>\n\n\n\n<h3>Follow the Leaders, Adopt Standards</h3>\n\n\n\n<p>Where we end up is <strong>10up</strong>‘s <a href=\"https://gutenberg.10up.com/\">newly released resource site</a> for <strong>Gutenberg Best Practices</strong>. It\'s got tutorials, resources, references, example code — and they\'re encouraging use of <a href=\"https://github.com/10up/gutenberg-best-practices/discussions\">their GitHub discussion board for the site</a>. It\'s intended to go beyond the official WordPress documentation, according <strong>Fabian Kaegy</strong>‘s <a href=\"https://10up.com/blog/2022/10up-publicly-releases-its-gutenberg-best-practices/\">launch announcement</a>. It\'s a “more client-services-centric approach tailored to engineering enterprise-level editorial experiences.”</p>\n\n\n\n<p>To me, that\'s a signal WordPress has turned a corner with Gutenberg. Top agency adoption of Gutenberg is huge, and as we see a growing body of accumulated knowledge, standards, and best practices emerging, it signals and amplifies a wave of change.</p>\n\n\n\n<h3>Building Products to Scale Opens Doors and Creates Opportunities for Growth</h3>\n\n\n\n<p>Toward the end of the show I suggest that plugin developers (as well as agencies) targeting middle and low-end markets have tended to neglect standards around performance testing and security because their customers don\'t need to scale and because they can treat performance and security as a hosting problem. That\'s a barrier to accessing high-value enterprise clients, hosts, and agencies connected to both. It represents lost opportunities and money left on the table.</p>\n\n\n\n<div class=\"wp-container-44 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Also mentioned in the show:</h3>\n\n\n\n<p>Along with <a href=\"https://gutenberg.10up.com/\">10up\'s Gutenberg resource hub</a>, several other future-facing WordPress sites sharing tools and knowledge catering to different audiences emerged in the last week or so:</p>\n\n\n\n<ul><li><a href=\"https://olliewp.com/\">Ollie</a> from <strong>Mike McAlister</strong> is shaping up to be “a blog where WordPress creators can get handy tips, tutorials, and tools for the WordPress block editor and full-site editing.” </li><li>A <a href=\"https://www.modernwpdev.co/\">Modern WP Dev Course</a> is being offered by <strong>Joey Farrugio</strong> and will cover end-to-end WordPress site builds for SaaS and Enterprise clients. So far you can learn <a href=\"https://www.npmjs.com/package/create-acf-block\">how to register and scaffold your ACF blocks through a CLI</a> along with a few other <a href=\"https://www.modernwpdev.co/lessons/\">lessons in building ACF blocks</a>.</li><li><a href=\"https://wpturbo.dev/introducing-wpturbo/\">WPTurbo</a> from <strong>Alex Borto</strong> offers more than <a href=\"https://wpturbo.dev/generators/\">40 free WordPress code generators</a>, <a href=\"https://wpturbo.dev/snippets/\">snippets saved by users</a>, and there\'s <a href=\"https://wpturbo.dev/blog/\">a dev blog</a>.</li><li><a href=\"https://www.youtube.com/watch?v=Ed7s5MFg_vs\">Create Pro WordPress Page Layouts in Just 10 Minutes</a> from <strong>Jamie Marsland</strong> is a fun video tour of some layout design fundamentals that are really essential for good results with full-site editing and the block editor\'s power and flexibility.</li></ul>\n\n\n\n<p>And, last but not least —<a href=\"https://wordpress.org/news/2022/10/wordpress-6-0-3-security-release/\">WordPress 6.0.3 was released</a>. Update as soon as you can! WordPress 6.1 is just around the corner, and its a doozy. <strong>Dave Smith</strong> has <a href=\"https://www.youtube.com/watch?v=0mUrwyyw-8I\">the highlights on new features in this fun video</a>.<br /></p>\n</div></div>\n\n\n\n<div class=\"wp-container-48 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-container-47 wp-block-columns has-theme-palette-8-color has-theme-palette-5-background-color has-text-color has-background\" id=\"WP-Engine\">\n<div class=\"wp-container-45 wp-block-column\">\n<h3 class=\"has-theme-palette-9-color has-text-color\" id=\"sponsor-wpengine\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/wordpress-vip\">WordPress VIP</a></h3>\n\n\n\n<p>Founded in 2006, WordPress VIP is <em>the</em> agile <a href=\"https://wpvip.com/enterprise-content-management-system/\">content platform</a> that empowers marketers to build content both faster and smarter so they can drive more growth. We empower content and development teams with the flexibility and ubiquity of WordPress—the agile CMS that powers more than 40% of the web—while ensuring the security and reliability organizations need to operate at scale</p>\n</div>\n\n\n\n<div class=\"wp-container-46 wp-block-column is-vertically-aligned-center\">\n<div id=\"WordPress-VIP\" class=\"wp-block-image is-style-default\"><a href=\"https://poststat.us/wordpress-vip\"><img width=\"300\" height=\"132\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/06/WPVIPlogo-1-300x132.webp\" alt=\"WordPress VIP\" class=\"wp-image-99911\" title=\"WordPress VIP\" /></a>WordPress VIP</div>\n</div>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-container-49 wp-block-group has-theme-palette-9-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44b.png\" alt=\"?\" class=\"wp-smiley\" /> Credits</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://twitter.com/karks88\">Eric Karkovack</a>, Owner at <a href=\"https://www.karks.com/\">Eric Karkovack Web Design Services</a> (Twitter)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a><span>, Editor for </span><a href=\"https://twitter.com/post_status\">Post Status</a><span> (Twitter)</span></li><li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>, Web Producer intern for <a href=\"http://twitter.com/post_status\">Post Status</a> (Twitter)</li></ul>\n</div></div>\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will bring you a conversation about important news and issues in the WordPress community and business ecosystem. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h1 id=\"h-transcript\">Transcript</h1>\n\n\n\n<p><strong>Dan Knauss:</strong> So what\'s your top pick for important news of the week emerging, or I guess a lot of this stuff is going on continually, multi-week as we kind of think it over and conversations unroll. What\'s the top one on your mind?</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> I think the conversation around the removal of the active install growth data is just continuing, isn\'t it?</p>\n\n\n\n<p>I mean, we\'re getting a lot of different points of view on it from developers, non-developers, and pretty much anyone else in the community who has an opinion on it.</p>\n\n\n\n<p>[00:01:00]</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Definitely. I\'ve been kind of pleased that it, you know, it settled down a bit and people are coming up with some pretty creative and constructive ideas of, um, well, just a lot of different perspectives on it. What did you think of Alex Denning\'s? He put out a newsletter last week, and I summarized some of that, and he put out a post. Um, now this week, um, that\'s not really surprising, but maybe a little sharply worded Stu um, kind of a bit of a, a shock to actually see it there that.</p>\n\n\n\n<p>Yeah. How did you, how do you feel about that? Take that, that the freemium model is not one his marketing agency would recommend necessarily as much as they did previously.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Well, I mean, the good thing Alex did was he backed all that stuff up with numbers. I mean, he has charts. He\'s showing how hard it is right now for.</p>\n\n\n\n<p>New plugin to get into the [00:02:00] repository and, you know, break through with either, I think you mentioned a hundred k, a 500 k or a million active installs. Now you see like the numbers of that just going down, uh, throughout the years. And, you know, that\'s kind of the issue the plugin repository has right now is that you have, you know, just a few really large plugins.</p>\n\n\n\n<p>Um, you have. You know, plenty of them are, you know, related to automatic in some way. Um, and those are the ones getting, you know, the most visibility, at least when you\'re first visiting the, uh, the repository. So I think, you know, Alex makes a lot of sense and, you know, just kind of gave us an honest take of what the challenges are if you\'re trying to go with that model these days.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. Yeah, it\'s, it\'s definitely gotten to be. A tougher, um, tough market to break into. And yet some of his, um, important numbers come from [00:03:00] Ian Paulson. Um, uh, WP Trends put out some of that stuff too, that, um, probably the mix of, of consolidation in the market and, and just it\'s own maturity. Yeah. It\'s hard to debut and, and crack quickly into, into the upper tears.</p>\n\n\n\n<p>I, I always look at, I always wonder what the exceptions are and there are some, and he did note, um, a few. And if, yeah, if you can bring other channels and other, other marketing, um, if you have a significant marketing empire or like, um, awesome motive, but even I think on a much smaller scale, it\'s, it\'s definitely gonna help.</p>\n\n\n\n<p>Is this your only channel or, um, or, What did, um, what did you think of, of his take overall? You know, we have Matt Cromwell, um, kind of giving a, um, a counterpoint, [00:04:00] um, today. I saw that come out.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah, I mean, I, I think overall Alex makes a lot of good points. Um, you know, I\'m not a plug-in developer myself. I\'m not starting that business, but I could see.</p>\n\n\n\n<p>You know, if five to 10 years ago, if you were to dream about, okay, I\'m gonna create this plugin and it\'s going to kind of go viral within the community and people are going to pick up on it and use it, um, it, that\'s just not as realistic anymore. Um, you know, like I kind of referred to it on Twitter as like the wild west, um, you know, where anyone you could just, you know, start their own plot of virtual land and, you know, start selling and you.</p>\n\n\n\n<p>Break through that market. Now you are, as you said, you\'re up against these companies with large marketing budgets. Um, they, they\'re very skilled at getting the word out about their products. So if you were going to do this just through the repository [00:05:00] and, you know, as an individual or small agency, I\'m not sure, you know, you\'re gonna have a lot of success without just a major commitment and probably a little bit of luck and a great product.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. Yeah. His, um, his headline, um, Alex is, is the.org repo is ineffective for plugin distribution. You know, kinda generalization as of this, this year or so. Um, I would say that\'s, he\'s really saying ineffective as maybe a single channel for, for distribution. A freemium model rooted just in.org is a, i I would say that\'s always been, you know, why limit yourself?</p>\n\n\n\n<p>You know, why not, Why not cultivate other, other channels? And, um, we\'ve promoted partnerships a lot. A lot of people open up, um, other ways to get their, their plugin out by having hosting or agency partners that, um, make it easier. [00:06:00] Or required. It comes along with, with another product. Um, see Main WP is, um, packaged in with, at Tarm, which is packaged in with rocket.net.</p>\n\n\n\n<p>That\'s a, that was an interesting development there. Um, veto on, on Twitter was proposing a number of things that would be useful to get from data that, um, Matt Mullenweg, um, said, Hm, these are, you know, he gave some positive signals about that. Um, did you catch.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> I did. Yeah. And I, I think something will come back eventually, um, you know, as to what that is and how long it\'ll take Will.</p>\n\n\n\n<p>Mm-hmm. be interesting to see. But, you know, I, that kind of goes into, you know, what should they be providing to plugin developers and what should they, you know, what, what should anyone really expect about that? I\'m sure that\'s something we\'re gonna kinda get on in a bit.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. Yes. Um, I\'ve seen a lot of reasonable opinion just come that the [00:07:00] more and more to, let\'s do what dr.org does.</p>\n\n\n\n<p>Just release all the raw data. Don\'t interpret it on.org maybe, but leave that to however people choose to use it. And, and you could do an opt-in, opt out if you don\'t want your, your, um, your metrics in the mix. You can opt out or privatize, you know, only I get those. But the aggregate, uh, signal coming out of there is of high interest to.</p>\n\n\n\n<p>On a lot of levels to a lot of people, including researchers. Um, and as, as Alex mentions, I\'ve said a lot, it\'s a data poor market and anyone who\'s curious in understanding it, uh, WordPress ecosystem, you want the, want the data, um, what you do with it, what you think it means is a whole, whole nother thing.</p>\n\n\n\n<p>Um, and I think it seems like there\'s an agreement too, kind of a consensus emerging that, um, Actually that growth, that growth number isn\'t [00:08:00] or hasn\'t been, um, terribly useful. So it\'s sort of irrelevant to, um, on a lot of levels Alex would say, because it\'s, it\'s not gonna help you, um, in this market anyway.</p>\n\n\n\n<p>Um, but, um, you know, there\'s, there\'s other more useful things we could potentially get out of there. Um, yeah, so Matt\'s, Matt\'s take, I think the, for both of us, those are the two. This dialogue is um, kind of the top of mind thing here. Um, did you get a chance to break into, think through Matt\'s comments today?</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah, so Matt Cromwell kind of gave a, a very respectful rebuttal to, uh, Alex Denning, um, which I like to see. Cuz you know, we can have those disagreements and you. And still talk about it rationally and, you know, uh, as community members and not as adversaries necessarily. So I think that that was the absolute right approach.</p>\n\n\n\n<p>Um, so, you know, Matt kind of went [00:09:00] into the plugin repository search algorithm and says that, you know, if, if you go in there and optimize your product with the right name or, um, tag your product under, you know, relevant, uh, terms, You can still be found in the search engine. Um, it\'s not necessarily, um, that you\'re gonna have the immediate visibility.</p>\n\n\n\n<p>Let\'s go going on the repository and, you know, seeing like, um, the classic editor or Yost or something like that. But you\'re going to be able to be found if you, if you optimize. And he also said that, you know, in his experience with plugins and he\'s worked with a few of \'em, give WPS the one that comes to mind.</p>\n\n\n\n<p>Um, You can actually convert a lot more, uh, freemium users into, uh, paying customers than the one to 2% that, uh, Alex Denning was uh, mentioning in his post. So, uh, I, I think that\'s, you know, so he, he\'s actually lived it a [00:10:00] bit and I think that\'s, um, mm-hmm. , you know, very relevant, I think kind of good news for other people that are trying to break into</p>\n\n\n\n<p><strong>Dan Knauss:</strong> the.</p>\n\n\n\n<p>Yeah, I\'ve always thought that if you\'re using that model or any model, you should be doing everything you can as soon as you have any kind of audience to get in relationship with your best users. You know, figure u usually you\'d have some kind of persona, you know, you, you know who your, your target audience is, and then maybe that revises over time as you, you get to actually know them.</p>\n\n\n\n<p>But that\'s the best data you, you can get. Finding ways to develop that, um, that relationship is, um, is really key. There\'s then you, you kind of take control of your, you\'re not sitting back passively looking for a number to come in that might be dubious, um, is a big generalization. Um, can you get together a focus group or something like that?[00:11:00]</p>\n\n\n\n<p>The, um, the thing that. I, I think, uh, resonated seems be resonated with a lot of people. With, with Matt\'s, is that that number you mentioned yet? Alex, Alex is speaking of, um, this, going through a lot of data. This is a general figure. This is the, the kind of conversion you can expect on a freemium plugin in, in the, um, what do you, uh, in the, in the.org repo.</p>\n\n\n\n<p>And that\'s, that\'s an average. So, An average for 50, 60,000 possible. Um, I suppose I\'m not, I\'m not sure what the restricted, um, data set is that they\'re looking at. Maybe it\'s a little more targeted than that, but, um, you may not be the average. Do you want to be the average? Do you want, do you wanna market yourself and, and consider your, your success based on relative to, to an average?</p>\n\n\n\n<p>Do you wanna do 200 [00:12:00] times better than that? Um, and I, I would say, yeah, shoot for that is, is, is that kind of where you, you see Matt, um, saying, Look, there\'s, there\'s plenty of ways to be an exception to this.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Absolutely. Yeah. I mean, one of the things he mentioned was, you know, it also depends on the category, the type of plugin you\'re in.</p>\n\n\n\n<p>Mm-hmm. . If you\'re competing against the big SEO plugins or form plugins, for example, you\'re gonna have a hard time. There are a lot of established plugins out there that do these things and that have massive install numbers. Um, but if you have a great product that is in the right niche at the right time, there\'s no reason why you still can\'t have success.</p>\n\n\n\n<p>Um, yeah, I mean, one to 2% is kind of low. Um, but that doesn\'t mean your particular plugin is going to have to settle for that. I mean, Regardless of where you put your plug in. And I, I think, um, both [00:13:00] gentlemen agreed that, you know, dot org is a lot different than it was a few years ago, But regardless of where you put that effort, you still have to put in a lot of work in order to get good results.</p>\n\n\n\n<p>So, you know, Right. It, it\'s, you know, it ultimately it\'s up to the, to the developer, um, to market their product, to make a great product. And, you know, That, that\'s what\'s gonna lead to the results more than just, it\'s, it\'s home on the web basically.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right? Yeah. There, it, it seems to me like there\'s a, there\'s an important perspective, um, shift that it\'s, it\'s worth, um, considering if there\'s kind of, there\'s a, there\'s a, you can look at at general.</p>\n\n\n\n<p>Overall market numbers. You can try to look at how peers are doing within a certain trench there. And, and then there\'s the numbers you generate yourself and the, and it, it\'s somewhat, it [00:14:00] can be somewhat disempowering to, to get over occupied with, um, um, comparison to others. Um, just the whole psychology of that is that really doing well.</p>\n\n\n\n<p>Um, Or do you wanna define your own? I remember when, um, like some years ago, MailChimp or people in the newsletter marketing, um, world posted, here\'s industry averages on open rates and click rates, and I don\'t know where exactly how they computed this. Um, uh, I think the ones coming from MailChimp are based on their data.</p>\n\n\n\n<p>So, Okay, this is probably reliable. And then, and then some years later, I\'ve, I\'ve seen totally. Figures, but um, in reference to that, like, wow, we\'re consistently two, three, even four times over that. So great . But is there really any actionable, um, data in that there, there\'s such broad, um, broad [00:15:00] figures. What, what, what do you think are the useful, um, practical things coming out of this, out of this conversation?</p>\n\n\n\n<p>I see Matt has some things that they agree. It is tougher these days. Um, the market has changed a lot. Um,</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> yeah, I, I, I just think it\'s, it\'s a long overdue conversation. It\'s kind of funny that it took this particular incident to kind of spark it, but mm-hmm. , you know, as I said, if you\'re starting a, uh, a plug-in business today, it\'s so much different than it was a few years ago.</p>\n\n\n\n<p>You know, I, I think this could only benefit people in that position. Right now. They\'re, they\'re seeing both sides of the argument. They\'re seeing, you know, how they fit into, to what\'s happening out there in the WordPress community. So, you know, it, it\'s, it is very productive at the very least. And hopefully it leads to, you know, Some rethinking of the [00:16:00] statistics that really matter and that allow developers to make good</p>\n\n\n\n<p><strong>Dan Knauss:</strong> decisions.</p>\n\n\n\n<p>Right? Yeah. Um, I\'d, I\'d really like to, I\'m one of those who likes more data just to out of curiosity and analysis of, you know, understanding. The market as a whole, but when you\'re, when you\'re actually doing, making practical moves for your, your business, everyone\'s unique or different and, um, you know, or do you have a extension in the W commerce, uh, marketplace?</p>\n\n\n\n<p>That\'s a growth area. Uh, that\'s, is that, do you have all your eggs in one basket? Um, everything that Matt says at the end, that\'s a practical tip is like kind of a no brainer, but you get distracted from that. Pretty easily by looking over your shoulder at another side, I suppose identify your niche should keep it focused.</p>\n\n\n\n<p>Um, launch day one with your free and paid options. Focus on user experience and excellent customer [00:17:00] support. I think those are, those are really key and are under, under practiced, um, across the, the board, um, user experience all the way to plays well with others. How, you know, whether you\'re bombarding people with notifications to, to upsell them.</p>\n\n\n\n<p>Um, there was, someone recently suggested a standard, um, a kind of industry, uh, standard way of doing that, that was part of the discussion. Um, maybe like the in line with WP Notify, What if we get to a consensus on, um, ways to reach. With freemium plugin plugins to, to the audience instead of all trying our own things inside the dashboard.</p>\n\n\n\n<p>Is there anything else in that discussion or any other contributions to it that, um, you\'ve been reflecting on this week? Any anyone else writing in [00:18:00] on it?</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah, I, I think you know, what you just mentioned about the notifications is interesting because we had, uh, You know, the post that Mark Zara, uh, had a couple of weeks ago about the marketing tactics, it kind of got me thinking about this data.</p>\n\n\n\n<p>I mean, if you have accurate, actionable data, do you need to really go down the rabbit hole with some of these unsavory, I guess I\'ll call them marketing tactics, You know, if you had that access to the right data. You know, right now it\'s so open to experimentation because people may not exactly know what the right path is for them.</p>\n\n\n\n<p>So they\'re going to experiment. They\'re always going to be developers who push the envelope when it comes to, you know, littering the dashboard and, and just making it, uh, uh, a difficult user experience, I guess I should say. Um, [00:19:00] maybe data is part of the way we solve. Yeah. I,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I, I think that that\'s a good, a good tangent for this to, to go in tho Those two seem related to me as well because they\'re, they\'re two parts of that transaction.</p>\n\n\n\n<p>Um, they\'re due to the not having. Telemetry and you\'ve gotta find some other way to reach out. And the easy, the low hanging fruit has seemed to be, well, let\'s put in a big, you must respond, you know, something where people are gonna click on it and, um, and respond. Um, but then there\'s all this pushback against that.</p>\n\n\n\n<p>Other, other forms of marketing, like you\'ve, you\'ve mentioned, like Mark\'s mentioned, I should bring that up with him and see what his thoughts are since he\'s recently weighed in on both. And that that is ultimately though the user experience is where you get the, the pushback. Um, they want [00:20:00] someone using your plugin, um, may actually want to give you feedback.</p>\n\n\n\n<p>Can you find an appropriate channel? It\'s such a, it\'s such a one way transaction. Um, yeah, I don\'t, it seems like there should be some opportunities there and if there was collaboration, In the plugin industry to, hey, this is how we\'re all gonna do this. If there was a cluster of, of people or, or one particular company or, um, a group that agreed, let\'s try this particular way of, um, standardizing how we do this part of the interface, how we reach out to customers.</p>\n\n\n\n<p>And, um, I don\'t think we do anything as a community to set expectations at all or to educate people who are just casual users. And that cascades into them. Just, you know, never really entering more deeply into, into the WordPress project as maybe as much as they would. Um, [00:21:00] I wonder if there\'s lost opportunities there.</p>\n\n\n\n<p>Um, that\'s a good one. The notification thing I is a pet issue for me too. No one likes it. . No. No. Well, the other, the other thing I was gonna. Mention ties in into your, your other pick too. You, you wrote a piece on what developers should expect from, um, from WordPress and, Yeah. What, Let me walk us through your, your main points there.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah. So, you know, with, with all the, the talk about the data being removed, that also kind of got me thinking of, well, you know, what is it that if I\'m a plugin developer, what should I expect from the WordPress project? You know? And my conclusion is that I don\'t know that the WordPress project is necessarily interested in helping you make money off of your plugin.</p>\n\n\n\n<p>You know? Mm-hmm. , they\'re providing us with a [00:22:00] platform. That we can build on. So there\'s the opportunity to make money, and they\'re offering us, you know, documentation and, you know, different events and things like that to help us learn, um, how we can use the platform for, for our needs. However, you know, when it gets to the point of, you know, are, are they in the market to help any big plugin developer make.</p>\n\n\n\n<p>I mean, should they be, Is that something that. You know, we should reasonably expect them to care about, um, you know, like personally, I felt like the data that was there, they should have done a, a much better job in explaining why it was removed. Because I think that is the part of it that gets people fired up the most perhaps, is that there\'s just no explanation for it.</p>\n\n\n\n<p>There\'s no official word. You know, there\'s a, a rumor here and there. In, when you look at it [00:23:00] in, in a, uh, broader view, is that data something that WordPress owes to plug in developers necessarily? Right. So that was kind of my point as to, you know, Yes, we\'ve missed this data and it could be useful, but we also have to realize that every one of these plug-in developers is a third party entity.</p>\n\n\n\n<p>Many of them are commercial, including automatic, and so. , you know, are we going to expect WordPress to facilitate our money making? You know, that\'s ultimately up to the company. That\'s up to the developer, right? Um, they\'re giving us the tool to build upon and you know, we take it from there. And that\'s right kind of where it ends.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Exactly. Um, yeah, it\'s a bit of a humbling message, but I, I think it\'s, it\'s an over overdue one. And, and maybe that\'s actually a good, explicit conversation to [00:24:00] have. What, what should, what should the project set as expectations? Um, can those be explicitly laid out, um, to people who are in the extender category of, you know, building plugins and themes and services?</p>\n\n\n\n<p>Um, you, you often, You know, Des describing. The very large realm of third party, um, businesses built around WordPress, um, describing them as, as super fans, um, is, is an interesting thing. I I, I kind of had a chuckle out of, because I, I think there\'s another side of that perspective where it\'s like, you know, with friends like these, you , like this is the, the people who.</p>\n\n\n\n<p>You know, con, you know, everyone, everyone who\'s had some success or prominence in, in the market, there\'s a, there\'s a strong tendency towards maybe conveying, you know, especially if you\'re Twitter, active personality, God\'s gift to, uh, [00:25:00] to WordPress and expanding the market here and well from, um, from other, other perspectives.</p>\n\n\n\n<p>Compared to other projects, testing performance is, uh, something that a lot of third party, uh, products have delegated upward to hosts to deal with. Um, it\'s not just WordPress core, although that\'s there, but, um, the tightening focusing in on performance now, I, I think is really important. But it\'s something that, um, you know, unlike other projects, Testing is not as, um, aggressively implemented or standardized, um, across the board.</p>\n\n\n\n<p>You can get stuff in the, in the repo without, you know, necessarily doing, you know, end to end deep testing of, um, for security and performance. And I think any, anything, any developments on [00:26:00] that front are, are to be encouraged. There\'s. That\'s ongoing. But, um, if, if plugin developers really took charge of that, um, that\'s an area that there\'s clear.</p>\n\n\n\n<p>Clear synergy and, uh, alignment of interest with e everybody. And I think that\'s where everyone benefits. Um, you, you may not be owed anything, but um, for your, for your, your contributions, but everyone benefits when, when those are good, when, uh, when everyone\'s kind of aligned and, and, uh, performance and, and security are, are ones where just absolutely everyone is.</p>\n\n\n\n<p>In, in it together? No, no one, um, everyone has an interest in, in everything performing as well as possible and being as secure as possible. So that, that kind of touches the, um, the other thing I wanted to bring up, which is one of our own, um, back in August, [00:27:00] I, uh, recorded a, a conversation with Tell Chris, um, who\'s Object Cash Pro and is working on a success.</p>\n\n\n\n<p>Product, Um, and has had huge success with a high value hosting market. Partnerships with, with that, he has a freemium plugin that is also super valuable. That is originally from a forked product of, um, I think some core, core developers quite some time back about a decade, um, that they, they established and then left and, and till took over.</p>\n\n\n\n<p>Um, with his own, his own versions, he has over a hundred thousand. Installs tracked on the on the.org repo with that. But his premium product, which actually is not open source to protect, to protect it as intellectual property, um, that is where you get the big, the bigger revenue from fewer clients [00:28:00] because it appeals to hosts who have such, or anyone who has such a high volume of traffic paying you a thousand bucks.</p>\n\n\n\n<p>Uh, a month. Is saving me 20 20,000 on the bandwidth that, so it, it\'s kind of, um, it\'s a, it\'s a really fascinating model that I think doesn\'t translate to everybody. It\'s a niche product, but there are lessons from it that really do, and it\'s how can I build something that\'s so tested rigorously and so performant that I don\'t have more than like five minutes of support time a day.</p>\n\n\n\n<p>All plugin developers complain, , plugin, plugin businesses are complain about support. So amazing relationship there with kind of sell itself and, and two, this is coming from someone who is self taught, I believe, largely self taught developer who then spent time outside of WordPress in Lve and got deeply into performance and, and testing and brings a [00:29:00] rigor from that project back to WordPress, which is sad.</p>\n\n\n\n<p>Not common and not part of the culture and not intensely supported and taught. Um, so I, I think those are things plugin developers can look to and, and learn from. I don\'t know if you had a chance to listen to that. I, I actually did more writing about, about that conversation the more I thought about it than I usually do.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah. Hi. His story is very interesting and I said going to the hosting market. Is really unique. No, I mean, how many WordPress plugins are really doing that? And I think what he shows is that there are still opportunities. If you have something that is very niche that you don\'t have to necessarily even worry about the plugin repo so much.</p>\n\n\n\n<p>Right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. And it\'s partly an opportunity that\'s been, it\'s very stereotypical. It goes back a long way. It\'s an [00:30:00] structural feature of, of WordPress culture and, and software engineering. Um, he\'s solving a problem that exists because WordPress. Is is not super competitive on the performance front. More and more, that\'s more and more an issue at time, uh, over time.</p>\n\n\n\n<p>So it\'s being more aggressively dealt with now. Uh, but a large part of that, I remember 10, 15 years ago, you know, hosts, it was like a glass half full glass, half empty. Everyone\'s installing WordPress and 250 plugins, and some of them are nuts, . And it\'s like it brings it to a crawl. Um, so there\'s been this huge boom.</p>\n\n\n\n<p>Managed WordPress hosting and really to cater with that to, to that. Um, and I think, and it\'s not just that all P h p MyQ, um, CMS platforms that got popular around the same time, you, you can, you [00:31:00] know, left to your own devices someone can install and quite a lot of stuff on there and. That\'s never, performance, hasn\'t been pushed to as a core competency and responsibility of third party developers in, in WordPress.</p>\n\n\n\n<p>And I think that\'s really overdue and is hugely in their interest and until has a, a winning product because it matters so much at scale. Um, and that\'s another, that\'s another thing if your plugin doesn\'t. Doesn\'t, wasn\'t conceived of and architected towards, towards scale. Well you, are you going to be able to market this, um, in a higher tier?</p>\n\n\n\n<p>Is this something that a V I P agency is gonna do code review and say, you know, we like this future set, but, um, you know, uh, uh, this is gonna, here are, here are issues with security, [00:32:00] performance and so on. I think that sort of. That sort of barrier is there and maybe not talked about as much as, as it should.</p>\n\n\n\n<p>There\'s a lot of learning, um, that could happen there that\'s constructive. Um, if you\'re going for a middle or low market, maybe you don\'t think about that as much, but there\'s a lot of high dollar value in having, having something that is going to be adopted by high value market.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah. I mean, if you make yourself indispensable to, uh, Larger installs.</p>\n\n\n\n<p>I think you could find yourself, uh, doing pretty well in this space. But, you know, talking about performance, I mean, there\'s really not a lot of formal educational opportunities out there right now for that. Um, you know, and the kind of the. Blessing and curse of programming is that you can build things more than one way.</p>\n\n\n\n<p>You know, if you ask me to build you a form, I can build you a form in many different ways. [00:33:00] Doesn\'t necessarily mean it\'s gonna be the most performant. Um, and you know, if there\'s no real standard or there\'s nobody sitting there and, you know, testing all of these things, um, before they get into repository.</p>\n\n\n\n<p>You\'re, you could be stuck with something that you know isn\'t very performant and, you know, the average site owner\'s not going to know that there are faster, better alternatives. So that\'s kind of the, the, uh, the challenge we find ourselves in right now.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, I\'ve, I\'ve said before, somewhat, you know, half serious, you know, that I would love to see statistics on, you know, what\'s the average amount of, of queries, queries that this.</p>\n\n\n\n<p>Plugin will add to my site if I install it. And is it arbitrarily loading dependencies and, and adding, adding page weight on, um, absolutely every page load? Or is it just doing that where it needs to? There there are [00:34:00] things like that that, um, I think public attention to would, would have a, be. Impact. Um, it just hasn\'t, hasn\'t really been considered.</p>\n\n\n\n<p>Do you have a third, uh, third item or, or was the Alex and, and Matt, the kind of counting his too. Did, Is there one more? Um, Pick of the week for</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> you? Well, I, I, I think, uh, I was really interested in, in looking at, uh, 10 UPS Gutenberg best practices site, cuz that kind of ties into this a little bit with the education.</p>\n\n\n\n<p>Here\'s a very big agency, does a lot of, um, large WordPress based projects and they\'re kind of sharing their methods for building Gutenberg blocks, for working with block themes and the theme json file. Um, and you know, maybe that\'s one of our solutions community. Mm-hmm. members that have had success and have a reputation for quality sharing, how they do things.</p>\n\n\n\n<p>I know web dev [00:35:00] studios has done similar things in the past where if you can kind of see how they do things, maybe that rubs off on other developers and they also, you know, build things to be performant and sustainable. Um, you know, that\'s the kind of information I think is, is really just crucial to have cuz it goes beyond just the basic documentation that WordPress</p>\n\n\n\n<p><strong>Dan Knauss:</strong> provides.</p>\n\n\n\n<p>Yeah, absolutely. I, I\'ve, um, I was pleased to see that come out. I\'ve kind of been looking for that for years. I was like, you know, knowing that\'s kind of a bellwether, you know, we\'ll have turned a corner when, when you see the, um, top agencies, uh, turning. Um, case studies, documentation, tutorials, explainers that are, are really useful and, and helpful, but are also signaling, hey, they\'ve, they\'ve turned the corner on that.</p>\n\n\n\n<p>They are, they\'re doing Gutenberg first, um, with, with new, new site builds. Um, [00:36:00] and I, I think I, I\'ve never seen anyone mention this, but. I, I feel that there\'s a, um, there\'s a need there. Maybe there isn\'t enough of a hunger for, for unofficial standards. Uh, when, when back, way back when managed hosting, um, started to come out and, um, I remember WP Engine was, I think the, the first I recall where there was a public list of do of plugins.</p>\n\n\n\n<p>Don\'t allow or, Yeah. Um, and I was like, Cool. That saves me a lot of time, . And I, I kept up with that and I kind of, I aligned my own lists with that and, and tried to learn, Okay, why is that? And to kind of sharpen my own understanding of. How experts are, are picking and screening and you know, you look at, um, WordPress v i p documentation, I, I\'ve done that from time time.</p>\n\n\n\n<p>Well, what is their [00:37:00] perspective on, on ACF or, um, or, or something else that, uh, I, I don\'t, I don\'t know that that\'s done at. People who are serving a kind of lower middle market and who can count on, let\'s just, we\'ll just throw more server horsepower on that, that will be the client\'s problem. Um, there are, there are leaders who build the topnotch, you know, flagship sites out there.</p>\n\n\n\n<p>You know, everyone always mentions White house.org, which used to be, which was a big brag for Duple back in the day. That was, it was originally a droople site. And if we\'re going to recognize leadership and leaders like that, then I think what comes along with that is, is taking the best practices at standards seriously, and hopefully seeing more of those come out.</p>\n\n\n\n<p>So there was a 10 up one, and then I also noticed really all at the same time. So Mike McAllister has, um, Launched Ollie, [00:38:00] um, WordPress tutorials and tools that are really focused on the future of the block editor and full site editing. Um, and there were a couple of others that, um, that popped out. Do you know Alex, the WP Marmite?</p>\n\n\n\n<p>Um, I don\'t really, I don\'t know them that well,</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> but, uh, that one I, no, I, I, I don\'t know Alex very well. Um, I\'ve heard, I\'ve heard of WP Marmite, but I.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I\'ve looked over there a few times. I noticed I, it is like, wow, this is a trend in the, in the last seven to 10 days. Um, new tutorial sites being launched that he has one on per, I think it\'s a performance.</p>\n\n\n\n<p>Um, have to look back up, up in here. W p Turbo. Um, yeah, which has got, uh, code generators, short code generators, um, familiar things from the past, but, um, gear. Um, reminds me to generate wp, um, or what was that site called? Um, I think that was [00:39:00] it. It, this, yeah, where you can, but it\'s, it\'s got a tutorial component too.</p>\n\n\n\n<p>So, uh, kind of updating those things for, um, performance and the future of. Of the word press editor, um, Jamie Marclin put out a nice, uh, video on how to build quality page layouts in just 10 minutes. right is his, uh, sales line there, which is, which actually there, it, it\'s not easy to make things look good.</p>\n\n\n\n<p>I mean, you need layout, You need to learn some layout, design, skill, basics. Make hash in, um, any kind of , any kind of page builder. And I think people turning to focus on those, um, on those things is a really good sign.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah. I mean, when you think about it, it\'s, you know, we have great tools and some, some tools don\'t require us to write code, but you still have to have some fundamental skills in place mm-hmm.</p>\n\n\n\n<p>before you can [00:40:00] really have success with them. And I think you know it, I mean, Elementor is a great product, but it doesn\'t necessarily make you a designer by trade. No. Um, just from installing it, I mean, there, there, there\'s, you still have to put in a little bit of work. So these kind of sites are, are nice.</p>\n\n\n\n<p>To have because you, those references, you know, can help you become better at what you\'re doing. Right?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. And, um, on that note, um, the WordPress, WordPress 6.1 is looking like a really, you\'re gonna be a really cool release. And I noted that. Um, yeah. WordPress, v i p put out a, what they called hot takes, um, on, um, On the value of, of what\'s, what\'s in, um, what\'s in 6.1.</p>\n\n\n\n<p>That should be noted by, um, their, their audience, their clientele. So I\'m, I\'m, I\'m interested in, in that often, like, you\'re, Okay, so this is directed towards, towards their [00:41:00] clients. This is, you know, very different than the, the, you know, the, um, The broad, mid middle market. Um, and they\'re, they\'re focusing on things like constraints, you know, that you can lock lock blocks, um, which is huge.</p>\n\n\n\n<p>I, you know, you only, I, I\'ve only heard agency people and, and freelancers, anyone dealing with clients talking about, Whoa, whoa, whoa, whoa, whoa. You\'ve got reusable block. You know, we\'ve all found ways probably to new car work by. With reusable blocks that aren\'t, aren\'t locked down or, um, uh, even see Brian Cords mentioned something I\'ve, I\'ve done a few times, although I, I had revisions turned on so I could, I could go back.</p>\n\n\n\n<p>But it\'s, um, it\'s quite easy to have a second tab open and forget you\'ve made changes in this other tab and then, you know, wipe them out or, or something like that. There\'s a lot, there\'s a lot of little ways. So many more [00:42:00] options in, in Gutenberg can, um, frustrate people whose time, you know, that are, you don\'t want your clients foundering in, in these kinds of things.</p>\n\n\n\n<p>Um, so that, that to me is a good sign too, that we\'re, we\'re looking at constraints as, as a positive.</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> Yeah, I mean in the old days we went to great lengths to, to lock things away from clients and now Gutenberg kind of takes that away, when it came out it\'s like, okay, well now they have access to everything and they can do freak all sorts of havocs.</p>\n\n\n\n<p>So the ability to lock things down is, you know, is, is key for the future, I think.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Anything else we should throw on the, on the, on the deck or,</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> I think that was about it. Busy week.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> No, it seems not. Not, not. No one got acquired. No major, huge business things, but, um, and still trying to digest the [00:43:00] implications of all, all the new, uh, w w commerce, hosted w commerce platforms that are, are rolling out.</p>\n\n\n\n<p>Um, that\'s, that\'s a big deal. Uh, but yeah, another time another conversation all. Well, thanks for, uh, thanks for joining me again, and we can, uh, do a few more roundups like this, uh,</p>\n\n\n\n<p><strong>Eric Karkovack:</strong> now and then. Thank you for having me. It\'s my pleasure.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 21 Oct 2022 15:45:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s: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:66:\"WPTavern: WordPress Themes Directory Adds Style Variation Previews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/wordpress-themes-directory-adds-style-variation-previews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3070:\"<p>WordPress.org theme previews just got a major improvement this week with the addition of <a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">Style Variation previews</a>. The previews now appear on block themes that include style variations. </p>\n\n\n\n<img />\n\n\n\n<p>Themes that have more variations than what fits in the space beneath the preview pane will display all variations in a carousel with little arrows to navigate to the next ones. Here’s an example with the Pixl theme from Automattic that contains seven brightly colored variations:</p>\n\n\n\n<img />\n\n\n\n<p>It’s also possible to see a selected style variation loaded into the theme preview now. Clicking the ‘Preview’ button will allow users to scroll and explore the theme with their selected style variation applied.</p>\n\n\n\n<img />\n\n\n\n<p>“These style variations, designed by theme authors and packaged in block themes, help users have a diverse set of approaches to their site design allowing them to find one that aligns with their goals,” Automattic-sponsored Meta team contributor Steve Dufresne said. “This feature helps to highlight the flexibility of modern WordPress themes and it’s time to have it baked into the theme directory experience.”</p>\n\n\n\n<p>The new style variation previews are fetched from the themes’ <code>/styles/{variation_name}.json</code> files, so theme authors do not have to do anything to make the previews work. They will automatically display for any theme that includes style variations.</p>\n\n\n\n<p>Meta team contributors are also working on adding the ability to filter the directory for themes with style variations. Dufresne proposed creating a new <code>style-variations</code> theme tag as the simplest route towards implementing this.</p>\n\n\n\n<p>“Doing so will allow the active filtering of these themes without needing to make many if any code changes,” he said in the <a href=\"https://meta.trac.wordpress.org/ticket/6545\">ticket</a>‘s description.</p>\n\n\n\n<p>“A longer-term solution should look at exposing these features visibly somehow without needing to find the obscured filters that we currently have. This feature should be judged equally with others and therefore, this type of implementation should be better debated and falls out of the scope of this ticket and the immediate need to see themes with style variations.”</p>\n\n\n\n<p>This is a good observation, as not all WordPress users hunting for themes will know that a tag exists in the Feature Filter. That list is already quite lengthy and not the best user experience for discovering themes with specific features, especially if users don’t understand what the terms mean. Theme authors will want to watch this <a href=\"https://meta.trac.wordpress.org/ticket/6545\">ticket</a>. If the shorter term solution of creating a new <code>style-variations</code> tag is committed, they will need to update their themes with the tag to be included in the filtering.</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, 21 Oct 2022 15:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"Post Status: Connect freemium plugins to premium extension sales?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=141363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/connect-freemium-plugins-to-premium-extension-sales/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4532:\"<div class=\"wp-container-55 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Justin Labadie\'s wishlist for the WordPress.org plugin repo: <br /><br />1) Ensure all search results are relevant. <br />2) Standardize a Premium product upsell interface. <br />3) Make it possible to show other products by the same author. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">32</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\"><strong>Justin Labadie</strong> from <a href=\"http://slickremix.com/\">SlickRemix</a> left <a href=\"https://poststatus.com/two-key-questions-we-need-to-answer/#comment-492939\">a helpful comment</a> that adds an interesting idea to the mix of possible futures for the wordpress.org plugin repository. </p>\n\n\n\n<h2>Search results should show peer products, not totally unrelated ones</h2>\n\n\n\n<p>Confirming <a href=\"https://www.mattcromwell.com/the-case-for-the-wordpress-plugin-freemium-model/\">some problems</a> <strong>Matt Cromwell</strong> has noted about the repository\'s search algorithm, Justin describes how he and his brother <strong>Spencer Labadie</strong> had a plugin there that was “stacked in the search [results]” with unrelated plugins showing much higher active installs. Nothing the Labadies tried changed this outcome, so “After many hours, a few years, and … little to no growth no matter the hours or money” they decided to get out of the repo. </p>\n\n\n\n<h2 id=\"h-standardize-what-works-for-freemium-premium-plugins-upsells-in-the-back-end\">Standardize what works for freemium/premium plugins: Upsells in the back end</h2>\n\n\n\n<p>At the same time, Justin says “almost every free install was a premium extension sale of some kind,” so they were definitely getting value from the plugin repository and freemium model but on the strength of their own product and sales funnel. </p>\n\n\n\n<p>“With our main plugin we have ways we hook people into purchasing our premium extensions,” Justin commented. He says there should be “a standardized way for free plugins to do this.” Why not standardize what works well?</p>\n\n\n\n<p>How it could look:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I imagine a hook [where] users installing plugins see extensions offered by the plugins/themes. If we standardize something clean and not overly spammy-looking where devs can hook into that [and] show users what they offer that is premium…. Not a “Premium plugins store” but simply a page or way to display offerings within the repo that users can choose to click see that would take them to place to purchase. There would also be a similar and standardized way of hooking into displaying [upsells] on the [end user\'s] WordPress install’s backend.</p></blockquote>\n\n\n\n<p>In other words, some kind of “Here\'s what else we offer” page or panel would come up during the installation process on each site.</p>\n\n\n\n<h2>Make it easy to find everything contributed by each author or company</h2>\n\n\n<div class=\"wp-block-image\">\n<img width=\"752\" height=\"419\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/10/Screen-Shot-2022-10-21-at-7.42.57-AM-752x419.webp\" alt=\"\" class=\"not-transparent wp-image-141397\" />This is the only place in the plugin repository where you might (possibly) find all the plugins by a single author/vendor.</div>\n\n\n<p>Currently, it\'s not easy or even truly possible to display all the plugins by a single author in the repo. If they are the only author, or if their account is connected to all their plugins in the repo (and many aren\'t), it is only possible to see all those plugins together on the authors\' own profile pages under their Contribution History\'s “Plugins” tab. Company/owner pages that list all contributors and all company products — including themes — would do the most to help WordPress businesses using the repository.</p>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 21 Oct 2022 13:58:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s: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:97:\"WPTavern: WordPress Documentation Team to Host Its First Online Contributor Day, October 25, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wordpress-documentation-team-to-host-its-first-online-contributor-day-october-25-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2185:\"<p>WordPress’ Documentation Team will be <a href=\"https://make.wordpress.org/docs/2022/10/19/the-first-ever-documentation-team-contributor-day-25th-october-2022/\">hosting an online Contributor Day</a> on October 25, 2022, ahead of WordPress’ anticipated 6.1 release the following week. Milana Cap, who has been volunteering with the Documentation team for years and is currently sponsored by XWP, announced the event this week.</p>\n\n\n\n<p>“The primary goal is to catch up with a lot of tasks in the team’s backlog but also it’s an opportunity for all contributors to meet, collaborate in real time, and help onboard all new contributors who need any kind of help,” Cap said.</p>\n\n\n\n<p>The virtual event will be the first of its kind for the Documentation team but follows in the footsteps of other contributors teams, including the Polyglots and Accessibility teams, which have hosted wildly successful global events that include contribution and onboarding. These types of virtual gatherings help contributors get connected and put names to faces</p>\n\n\n\n<p>New contributors are encouraged to attend, even if it’s just for a short time to see what documentation contribution is all about. Cap requested everyone who plans to attend to leave their names on the GitHub <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker/issues/527\">issue</a> dedicated to the Contributor Day. It outlines the steps to begin contributing and highlights a list of tickets awaiting content review for older documentation as well as more recent block editor and end user documentation tickets. For example, there is a project board specifically for <a href=\"https://github.com/orgs/WordPress/projects/45/views/11\">high priority tickets remaining for 6.1</a>.</p>\n\n\n\n<p>The Documentation team will be kicking off the event on <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20221025T1000\">Tuesday, October 25, 2022 at 06:00 AM EDT</a> and it will run for 10 hours. Attendees can <a href=\"https://us02web.zoom.us/j/88088421252?pwd=cnlRSW84YjlwdjRtYStnVXZnV0Vwdz09\">join via Zoom</a> and are not required to stay for any length of time.</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, 20 Oct 2022 21:30:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"Post Status: Best Practices and Tools from rtCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/?p=123187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/best-practices-and-tools-from-rtcamp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4143:\"<p>I\'ve been collecting <strong><a href=\"https://poststatus.com/profile/rtcamp/\">rtCamp</a></strong> news for a while — they have a great <a href=\"https://rtcamp.com/subscribe/\">monthly newsletter</a> — and here are some of the highlights worth sharing broadly.</p>\n\n\n\n<h2 id=\"h-rtlearn-rtgrowth\">rtLearn = rtGrowth</h2>\n\n\n\n<p>First of all, is <a href=\"https://learn.rtcamp.com/\"><strong>rtLearn</strong></a> — not new but not as well known as it should be. As a large and growing company well positioned in Pune, <a href=\"https://yourstory.com/2020/01/pune-tech-startup-hub-maharashtra-state-innovation-policy/amp\">India\'s tech hub</a>, rtCamp recruits new university graduates but in the spirit of <a href=\"https://en.wikipedia.org/wiki/BarCamp\"><strong>BarCamp</strong></a> and the idea of a <a href=\"https://en.wikipedia.org/wiki/Round_Table_(disambiguation)\">round table</a> (where the “rt” comes from), rtLearn mints WordPress professionals from college students, new recruits, “dropouts, freshers, or people with some work experience.” </p>\n\n\n\n<p>A year ago, rtCamp CEO and Founder <strong><a href=\"https://poststatus.com/member-spotlight-rahul-bansal/\">Rahul Bansal</a></strong> wrote that all their new hires had “gone through remote training via our rtLearn platform,” and in two years “these remote classrooms … allowed us to blow past the <a href=\"https://rtcamp.com/blog/100-rtcampers/\">100-employee mark</a>.” </p>\n\n\n\n<p>A year later, and rtCamp\'s headcount has about doubled on their path to being fully distributed.</p>\n\n\n\n<p>The rtCamp on-site campus program is a full-time, paid, six-month training course rtCamp draws some employees from. They also have a free, <strong>CC0</strong> master <a href=\"https://learn.rtcamp.com/courses/wordpress-development/\">WordPress Development course</a> anyone can take online. This is an outstanding model for WordPress workforce development, and it would be terrific if other major agencies in the space borrowed from it.</p>\n\n\n\n<h2>Compare Plugins Side by Side</h2>\n\n\n\n<p>Second, I\'ve been watching rtCamp\'s <strong><a href=\"https://wpplugincompare.com/\">WordPress Plugin Compare</a></strong> directory evolve as a really helpful site for comparing plugins side-by-side. They keep adding <a href=\"https://rtcamp.com/blog/wppc-feature-update-filter/\">more features</a> to assist in comparative analysis. </p>\n\n\n\n<h2>Sharing Expertise: Personalization </h2>\n\n\n\n<p>Recently published on the rtCamp blog — an unfolding <a href=\"https://rtcamp.com/blog/personalization-web-intro/\">series on Personalization</a> geared toward the enterprise. In an upcoming post, they\'ll have a case study involving a WordPress — Salesforce Marketing Cloud integration with user segmentation functionality that empowers marketing teams to create email campaigns connected to personalized landing pages on the WordPress site.</p>\n\n\n\n<p>If case studies, tools, and explainers are your thing, the rtCamp blog is full of treats:</p>\n\n\n\n<ul><li><a href=\"https://rtcamp.com/blog/visual-automation-framework-migration-projects/\">A Visual Automation framework for pixel perfect migration and re-platforming</a> (<a href=\"https://github.com/rtCamp/visual-automation-backstop\">GitHub</a>)</li><li><a href=\"https://rtcamp.com/case-studies/migrating-vinsolutions-kentico-cms-to-wordpress-vip/\">Migrating VinSolutions.com from Kentico CMS to WordPress VIP</a> — a client migration case study where Vinsolutions.com is brought from Kentico CMS to a WordPress VIP multisite environment — while increasing the overall website Core Web Vitals performance by 48%.</li></ul>\n\n\n\n<h2>Elementary: A Block-based Starter Theme</h2>\n\n\n\n<p>Available on Github, rtCamp has shared a starter theme for block-based, full-site editing themes with developer-friendly features: <a href=\"https://github.com/rtcamp/theme-elementary\">Elementary</a>.</p>\n\n\n\n<p>It\'s solid boilerplate following WordPress coding standards that\'s fully FSE-ready with a baked-in testing framework.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 20 Oct 2022 20:08:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Post Status: A Makeover for HelpHub — and you can help the Docs Team on Contributor Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=137716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://poststatus.com/a-makeover-for-helphub-and-you-can-help-the-docs-team-on-contributor-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:764:\"<p>Pretty <a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">snazzy new looks</a> coming the the WordPress documentation site!</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">New design for HelpHub in WordPress.org</a></blockquote>\n</div>\n\n\n\n<p>You can help the Docs Team! Come to <a href=\"https://make.wordpress.org/docs/2022/10/19/the-first-ever-documentation-team-contributor-day-25th-october-2022/\">the first ever Documentation team Contributor Day</a> on <strong>October 25th</strong>.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 20 Oct 2022 19:10:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s: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:131:\"Post Status: WordPress 6.1 RC2 • 6.1 Sneak Peek with Nick Diego • WP-CLI 2.7.1 • Help Test Plugin Dependencies Feature Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=137600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://poststatus.com/wordpress-6-1-rc2-6-1-sneak-peek-with-nick-diego-wp-cli-2-7-1-help-test-plugin-dependencies-feature-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18470:\"<h2 id=\"h-this-week-at-wordpress-org-october-17-2022\">This Week at WordPress.org (October 17, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Get a sneak peek at WordPress 6.1 with Nick Diego. Help test 6.1 Release Candidate 2 — and the Plugin Dependencies feature plugin. Be sure to browse the 6.1 DevNotes, Field Guides, and Team Updates. WP-CLI 2.7.1 is available now. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_68609b-a8\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fas_stopwatch\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">WordPress 6.1 </a>Release Candidate 2</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/23f3.png\" alt=\"⏳\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-2-now-available/\">WordPress 6.1 Release Candidate 2 (RC) Now Available</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9ea.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2022/09/21/help-test-wordpress-6-1/\">Help Test WordPress 6.1</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50e.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/tag/dev-notes-6-1/\">WordPress 6.1 DevNotes, Field Guides, and Team Updates</a><br /><br />> <a href=\"https://make.wordpress.org/cli/2022/10/18/wp-cli-v2-7-1-release-notes/\">WP-CLI v2.7.1 Release Notes</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-2-now-available/\">WordPress 6.1 Release Candidate 2 (RC) Now Available</a></li><li><a href=\"https://wordpress.org/news/2022/10/wordpress-6-0-3-security-release/\">WordPress 6.0.3 Security Release</a></li><li><a href=\"https://wordpress.org/news/2022/10/episode-41-wordpress-6-1-sneak-peek-with-special-guest-nick-diego/\">WP Briefing Episode 41: WordPress 6.1 Sneak Peek with Special Guest Nick Diego</a></li><li><a href=\"https://wordpress.org/news/2022/10/the-month-in-wordpress-september-2022/\">The Month in WordPress – September 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/12/call-for-testing-plugin-dependencies/\">Call for Testing: Plugin Dependencies</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_9ee0ac-7f\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-wp-6-1-devnotes-and-team-updates\"><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-1/\">WP 6.1 DevNotes</a> and Team Updates</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/\">WordPress 6.1 Field Guide</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/performance-field-guide-for-wordpress-6-1/\">Performance Field Guide for WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/20/wordpress-6-1-translation-status-october-20-2022/\">WordPress 6.1 Translation Status (October 20, 2022)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/11/wordpress-6-1-ready-to-be-translated/\">WordPress 6.1 ready to be translated</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/20/multisite-registration-and-activation-pages-have-new-html-and-css/\">Multisite registration and activation pages have new HTML and CSS</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/14/global-terms-removed-in-wordpress-6-1/\">Global terms removed in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/enhanced-typescript-support-in-wordpress-6-1/\">Enhanced TypeScript support in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/reference-styles-values-in-theme-json/\">Reference Styles values in theme.json</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/\">WordPress 6.1 Accessibility Improvements</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/miscellaneous-rest-api-improvements-in-wordpress-6-1/\">Miscellaneous REST API improvements in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/12/block-api-changes-in-wordpress-6-1/\">Block API changes in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/content-locking-features-and-updates/\">Content locking features and updates</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/11/simplified-data-access-with-new-react-hooks-in-wordpress-6-1/\">Simplified data access with new React hooks in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/09/introducing-wp_list_tableget_views_links-in-wordpress-6-1/\">Introducing WP_List_Table::get_views_links() in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/08/escaping-table-and-field-names-with-wpdbprepare-in-wordpress-6-1/\">Escaping Table and Field names with wpdb::prepare() in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/create-block-scaffolding-tool-updates/\">Create-block scaffolding tool updates</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/introduction-of-presets-across-padding-margin-and-block-gap/\">Introduction of presets across padding, margin and block gap</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/improved-php-performance-for-core-blocks-registration/\">Improved PHP performance for core blocks registration</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/06/introducing-update-uri-theme-header-in-wordpress-6-1/\">Introducing “Update URI” theme header in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/\">Block-based “template parts” in traditional themes</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/07/improvements-to-wp_query-performance-in-6-1/\">Improvements to WP_Query performance in 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/06/new-cache-site-health-checks-in-wordpress-6-1/\">New cache Site Health checks in WordPress 6.1</a></li><li><a href=\"https://make.wordpress.org/core/2022/09/27/navigation-block-fallback-behavior-in-wp-6-1-dev-note/\">Navigation Block Fallback Behavior in WP 6.1</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_121b9e-cb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-43 wp-block-columns\">\n<div class=\"wp-container-41 wp-block-column\">\n<h2 id=\"h-cli\"><a href=\"https://make.wordpress.org/cli\">CLI</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/cli/2022/10/18/wp-cli-v2-7-1-release-notes/\">WP-CLI v2.7.1 Release Notes</a></li></ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/10/17/report-diverse-speaker-workshop-september-2022/\">Report: Diverse Speaker Workshop September 2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/10/12/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-october-12-2022/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on October 12, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/03/a-week-in-core-october-4-2022/\"><a href=\"https://make.wordpress.org/core/2022/10/19/a-week-in-core-october-17-2022/\">A Week in Core – October 17, 2022</a></a></li><li><a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\">What’s new in Gutenberg 14.3? (12 October)</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/17/dev-chat-summary-october-12-2022/\">Dev chat summary, October 12, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/10/13/editor-chat-summary-october-12-2022/\">Editor chat summary: 12 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-documentation\"><a href=\"https://make.wordpress.org/docs\">Documentation</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/docs/2022/10/19/new-design-for-helphub-in-wordpress-org/\">New design for HelpHub in WordPress.org</a></li><li><a href=\"https://make.wordpress.org/updates/2022/10/17/documentation-team-update-october-17-2022/\">Documentation Team Update – October 17, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/hosting/2022/10/19/call-for-action-testing-rollback-feature/\">Call For Action – Testing Rollback Feature</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/10/19/agenda-global-marketing-team-meeting-october-19-2022/\">Agenda: global Marketing Team meeting, October 19, 2022</a></li><li><a href=\"https://make.wordpress.org/marketing/2022/10/17/notes-global-marketing-team-meeting-october-12-2022/\">Notes: Global Marketing Team meeting, October 12, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/10/20/displaying-style-variations-for-supporting-themes/\">Displaying Style Variations for Supporting Themes</a></li><li><a href=\"https://make.wordpress.org/meta/2022/10/11/renaming-wordpress-org-support-to-documentation/\">Renaming WordPress.org Support to Documentation</a></li><li><a href=\"https://meta.trac.wordpress.org/ticket/6511\"><s>Bring back the active install growth chart</s></a> <a href=\"https://meta.trac.wordpress.org/ticket/6511\">Provide helpful plugin stats and insights</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/10/18/call-for-testing-wordpress-for-android-21-0/\">Call for Testing: WordPress for Android 21.0</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/10/18/call-for-testing-wordpress-for-ios-21-0/\">Call for Testing: WordPress for iOS 21.0</a></li><li><a href=\"https://make.wordpress.org/updates/2022/10/18/mobile-team-update-october-18th/\">Mobile Team Update – October 18th</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/10/20/community-meeting-recap-18-october-2022/\">Community Meeting Recap (18 October 2022)</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-42 wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/10/18/performance-team-meeting-summary-11-october-2022-2/\">Performance Chat Summary: 18 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\">Polyglots</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/10/20/wordpress-6-1-translation-status-october-20-2022/\">WordPress 6.1 Translation Status (October 20, 2022)</a></li><li><a href=\"https://make.wordpress.org/polyglots/2022/10/11/wordpress-6-1-ready-to-be-translated/\">WordPress 6.1 ready to be translated</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/10/15/fse-program-guiding-the-gutenberg-gallery-summary/\">FSE Program Guiding the Gutenberg Gallery Summary</a></li><li><a href=\"https://make.wordpress.org/test/2022/10/15/week-in-test-15-october-2022/\">Week in Test: 15 October 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/10/17/test-team-update-17-october-2022/\">Test Team Update: 17 October 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/10/18/themes-team-update-october-18-2022/\">Themes team update October 18, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/individual-learner-survey/\">How did you learn WordPress?</a></li></ul>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/10/18/training-team-meeting-recap-for-october-11-2022/\">Training Team Meeting Recap for October 11, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/17/meeting-agenda-for-october-18-2022/\">Meeting Agenda for October 18, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/10/07/ux-feedback/\">UX Feedback</a></li></ul>\n\n\n\n<h3 id=\"h-tutorials\">Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/uncovering-the-cover-block/\">Uncovering the Cover Block</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=blogging-with-wordpress-2022-edition-2\">Blogging With WordPress – 2022 Edition</a></li><li><a href=\"https://learn.wordpress.org/?meeting=blogging-with-wordpress-2022-edition\">Blogging with WordPress – 2022 Edition</a></li><li><a href=\"https://learn.wordpress.org/?meeting=%E3%82%AF%E3%82%A8%E3%83%AA%E3%83%AB%E3%83%BC%E3%83%97%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E3%81%A7%E3%83%96%E3%83%AD%E3%82%B0%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%92%E4%BD%9C%E3%82%8D%E3%81%86%EF%BC%81-2\">クエリループブロックでブログページを作ろう!</a></li><li><a href=\"https://learn.wordpress.org/?meeting=%E3%82%AF%E3%82%A8%E3%83%AA%E3%83%AB%E3%83%BC%E3%83%97%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E3%81%A7%E3%83%96%E3%83%AD%E3%82%B0%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%92%E4%BD%9C%E3%82%8D%E3%81%86%EF%BC%81\">クエリループブロックでブログページを作ろう!</a></li><li><a href=\"https://learn.wordpress.org/?meeting=getting-started-with-core-contribution-bangla-part-3\">Getting Started with Core Contribution (Bangla) – Part 3</a></li><li><a href=\"https://learn.wordpress.org/?meeting=getting-started-with-core-contribution-bangla-part-2\">Getting Started with Core Contribution (Bangla) – Part 2</a></li><li><a href=\"https://learn.wordpress.org/?meeting=getting-started-with-core-contribution-bangla-part-1\">Getting Started with Core Contribution (Bangla) – Part 1</a></li></ul>\n\n\n\n<h3 id=\"h-courses\">Courses</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/course/introduction-to-block-development-build-your-first-custom-block/\" target=\"_blank\" rel=\"noreferrer noopener\">Introduction to Block Development: Build your first custom block</a></li><li><a href=\"https://learn.wordpress.org/course/using-the-wordpress-data-layer/\">Using the WordPress Data Layer</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://meta.trac.wordpress.org/ticket/1430\">WordPress TV videos now auto-published to Youtube</a></li><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 20 Oct 2022 18:58: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:18:\"Courtney Robertson\";s: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:73:\"Do The Woo Community: A WooSesh Chat with Allie Brock and Daniel Espinoza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=73152\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://dothewoo.io/woosesh-chat-allie-brock-daniel-espinoza/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:415:\"<p>In this episode we dive into a WooCommerce headless case study and discover some insights into monitoring your clients shops. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woosesh-chat-allie-brock-daniel-espinoza/\">A WooSesh Chat with Allie Brock and Daniel Espinoza</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Oct 2022 10:13: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:5:\"BobWP\";s: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:60:\"Post Status: Five takes on helpful plugin stats and insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=137754\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/five-takes-on-helpful-plugin-stats-and-insights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7009:\"<div class=\"wp-container-43 wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Good ideas for the future of data disclosed to plugin authors using the wordpress.org repository: <br /><br />1) Identify surges of unhappy users reacting to a bad release — and the opposite, happier outcome.<br /><br />2) Use pageview analytics to estimate total potential user interest and conversion rates. <br /><br />3) Assess a plugin\'s performance with the .org search algorithm, the quality of releases, and plugin incompatibility as well as PHP compatibility issues. <br /><br />4) Collect significant user behavior data anonymously without phoning home. <br /><br />5) Just reveal all the raw data with privacy options for individual authors — no interpretive analysis on wordpress.org.<br /><br />BONUS: Let\'s take this discussion somewhere else! </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: </span><span class=\"yoast-reading-time__reading-time\">32</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">In the renamed <strong>Trac</strong> <a href=\"https://meta.trac.wordpress.org/ticket/6511\">ticket</a> <strong>Mark Zahra</strong> opened for the WordPress.org Active Install Growth charts (“<a href=\"https://meta.trac.wordpress.org/ticket/6511\" target=\"_blank\" rel=\"noreferrer noopener\">#6511: Provide helpful plugin stats and insights</a>“), the helpful comments offering actionable suggestions comprise about 5% of the total. At least that makes it easy to summarize the five useful ones here.</p>\n\n\n\n<p>First of all, <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:101\">Matt Cromwell</a> called for a new and proper discussion in a more appropriate setting where stakeholders can “start a process of talking publicly and with intention and strategy on what it would look like to have real actionable plugin/theme stats that authors need.” To that end, Matt proposed closing the Trac discussion:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Let\'s close this ticket as “wont fix” and move on to more important and long term strategies that actually benefit the plugin community. The longer we haggle over these ineffective charts, the longer it\'ll take to actually start getting real plugin data that is meaningful.</p></blockquote>\n\n\n\n<h2 id=\"h-unhappy-users-reacting-to-a-bad-release\">Unhappy Users Reacting to a Bad Release</h2>\n\n\n\n<p><strong>Natalie MacLees</strong> describes <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:30\">monitoring incoming support requests relative to the current number of active installs</a> and any dip in install growth following releases with “new features” or “large changes” to “judge whether a change to a plugin was a positive or negative one.” <strong>Benjamin Intal</strong> echoed this, and previously <strong>Steve Burge</strong> said he has a similar practice. No doubt others do too. </p>\n\n\n\n<h2>Total Potential User Interest</h2>\n\n\n\n<p><strong>Sybre Waaijer</strong> suggested <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:62\">sharing page views and bounce rates for individual plugin pages</a>. Paired with install stats, this would give plugin owners a conversion rate for potential customers coming through wp.org.</p>\n\n\n\n<h2>Site Search Performance, Release Quality, and Compatibility</h2>\n\n\n\n<p><strong>Amber Hinds</strong>‘ <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:105\">blue sky wishlist</a> starts with “Things that tell us if our readme [which is read by the repo\'s search algorithm] and other ranking factors are on track.” These are smart, useful metrics:</p>\n\n\n\n<ul class=\"has-theme-palette-8-background-color has-background\"><li>Number of searches (or impressions) for target keywords</li><li>Average ranking for target keywords for timeframe (month)</li><li>Conversion rates from impression to install for target keywords</li></ul>\n\n\n\n<p>So are “Things that tell us if we may have a problem with our plugin” like:</p>\n\n\n\n<ul class=\"has-theme-palette-8-background-color has-background\"><li>Number of deactivations per timeframe (month, preferably week)</li><li>Number of deletions per timeframe (month, preferably week)</li><li>Average time from activation to deactivation or deletion</li></ul>\n\n\n\n<p>And finally, “Things for better testing of releases” could include:</p>\n\n\n\n<ul class=\"has-theme-palette-8-background-color has-background\"><li>Top 20 plugins also active [on a site with your plugin installed and active]</li><li>Top 20 themes also active</li><li>PHP versions (percentage)</li><li>WordPress versions (percentage)</li></ul>\n\n\n\n<h2>Sophisticated Behavioral Data Without Telemetry</h2>\n\n\n\n<p><strong>Vito Peleg</strong> shared <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:106\">a list of his preferred metrics</a> from the wp.org repo <a href=\"https://twitter.com/VitoPeleg/status/1577784069596876800\">on Twitter</a>, which <strong>Matt Mullenweg</strong> indicated “are very doable.” <strong>Mark Zahra</strong> brought Vito\'s ideas into the Trac ticket discussion:</p>\n\n\n\n<ul class=\"has-theme-palette-8-background-color has-background\"><li>Time to churn (to deactivate) signals good/bad onboarding, UI/UX</li><li>Repeat installs – how many users (anonymized) install on multiple sites for community opp & advocacy</li><li>Time to result: dev can choose 1 single hook to trigger as “result” and the calculation checks how long from install to get there. By changing the placement of the hook devs can optimize entire flows.</li><li>Inner page tracker: which/how many inner plugin pages users visit</li><li>PHP ver distribution, general country-based installs, active install to review ratio</li></ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Some of these are very doable.</p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1577981852857475072?ref_src=twsrc%5Etfw\">October 6, 2022</a></blockquote>\n</div>\n\n\n\n<h2>Open All the Data, Let the Community Interpret It</h2>\n\n\n\n<p>Finally, <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1665703515129299\">in <strong>Post Status Slack</strong></a>, <strong>Drupal.org</strong> has been recommended as a model for simply revealing all the raw data without interpretation and leaving that to the community.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 20 Oct 2022 06:36:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s: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:71:\"Post Status: How to sell plugins, themes, and services on WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=137746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/how-to-sell-plugins-themes-and-services-on-wordpress-com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:652:\"<ol><li>Read the <a href=\"https://developer.wordpress.com/wordpress-com-marketplace/submitting-a-product-to-wordpress-com/\">FAQ</a>.</li><li>Fill out <a href=\"https://wordpress.com/partners/\">this form</a>.</li><li>Agree to the <a href=\"https://developer.wordpress.com/wordpress-com-marketplace/wordpress-com-marketplace-vendor-agreement/\">WordPress.com Marketplace Vendor Agreement</a>.</li><li>If needed, integrate with the <a href=\"https://developer.wordpress.com/wordpress-com-marketplace/vendor-apis/\">WordPress.com Store Licensing API</a>.</li></ol>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 20 Oct 2022 04:40: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:10:\"Dan Knauss\";s: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:97:\"WPTavern: Discussion on Replacing Plugin Active Install Growth Data Continues Behind Closed Doors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=138768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/discussion-on-replacing-plugin-active-install-growth-data-continues-behind-closed-doors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10185:\"<p>Earlier this month WordPress.org meta contributors <a href=\"https://wptavern.com/wordpress-org-removes-active-install-growth-data-for-plugins\">removed the active install growth chart from plugins</a>, sending plugin developers who relied on this data into a state of dismay and outrage. The commit cited “insufficient data obfuscation” but there was no clear communication about when and where this decision had been made. Developers <a href=\"https://wptavern.com/wordpress-org-plugin-developers-demand-transparency-regarding-the-removal-of-active-install-growth-data\">demanded more transparency</a> around the charts’ removal but received no clear answers.</p>\n\n\n\n<p>Multiple opportunities to communicate the details behind the decision were deliberately forgone, as speculation mounted. Several contributors not directly involved in the conversations prematurely insisted it was removed due to a security or privacy concern, but Samuel Otto Wood has unequivocally confirmed that it was neither of these things.</p>\n\n\n\n<p>In a recent appearance on the <a href=\"https://wpwatercooler.com/wpwatercooler/ep432-solutions-to-the-active-growth-problem/\">WPwatercooler podcast</a>, Wood elaborated on the decision, which he says was made in May through private channels via Slack DMs in a discussion initiated by Matt Mullenweg.</p>\n\n\n\n<p>“The reason is really quite simple,” Wood said. “It was removed because by and large, nobody was using them. Nobody was using the chart itself. By and large, the chart was not useful to the majority, and it didn’t really fit the purpose we had for it, that we had in mind when we implemented it.”</p>\n\n\n\n<p>Wood said the active growth chart was intended to just show growth or decline of a plugin on a weekly basis, but the data wasn’t working as intended:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>People wanted that feedback on whether plugin’s growing, whether it’s shrinking, et cetera. And that’s valuable information for developers to have, it’s valuable information users to know. But it really wasn’t working as that.</p>\n\n\n\n<p>The data that it provided was a percentage based data, and it was a very weak percentage based data. So by and large, the majority of use of that data was people scraping the data and using it to work backwards to the exact quote, exact numbers</p>\n\n\n\n<p>That was entirely the problem was that people were largely using it to get those numbers. Now, that’s not itself bad, but a, the reverse math didn’t work. It was wrong for a number of reasons, mainly because we were doing such a way obfuscating the data in such a way that it made that number wrong.</p>\n\n\n\n<p>Second, Actually, it’s kind of funny. It actually always gave numbers a bit too high, so it was giving people the wrong impression. Third, it really, people trusted it as an active number, as a number of active cells to the point where, to the point where they, they relied on it to make decisions and things like that. It was not a good idea.</p>\n</blockquote>\n\n\n\n<p>Although Otto was not involved in working on the project at the time, he was privy to the discussion and relayed some of the details:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I read through all that discussion and we worked, they worked on it for a long, Scott and several people tried various things before removing it. They adjusted the values, they adjusted numbers. They, they went through a ridiculous amount of iteration and in the end, none of it worked. People were still using it even though it was giving them basically garbage. So finally removing it was the only thing to do. We did have a plan for replacing it. We just didn’t have a plan for replacing it immediately. Nevertheless, giving them active install count numbers that are wrong is more harmful, we felt, to both users and developers interests than simply not giving them at all. So that’s why it was removed.</p>\n</blockquote>\n\n\n\n<p>The concern podcast host Sé Reed and guest Matt Cromwell highlighted was that the decision was communicated in such a way that it suggested it was security related. Since it was not a sensitive security or privacy issue, Reed asked why was it handled in a private chat instead of the meta channel when the decision had such a profound impact on developers being able to track the trajectory of their plugins.</p>\n\n\n\n<p>Since the inaccuracy of the charts was well-known to those more intimately acquainted with the problem, Wood said its removal was “not quite the big deal” that everyone else ended up perceiving it to be. They did not anticipate the firestorm the charts’ removal would create in the <a href=\"https://meta.trac.wordpress.org/ticket/6511\">trac ticket</a> where developers were pleading to have them restored.</p>\n\n\n\n<p>“The physical visual chart itself is not so instrumental to the way I operate things,” GiveWP founder Matt Cromwell said. “But it’s the act of removing it without any conversation whatsoever.</p>\n\n\n\n<p>“And what does that mean for the long run of data about plugins on.org and the viability of their, of us, continuing to have them? That’s the real question. It’s an indicator of an underlying problem that isn’t getting better.”</p>\n\n\n\n<p>This incident has sparked discussions about <a href=\"https://thewpminute.com/what-should-plugin-developers-expect-from-wordpress/\">what kind of partnership plugin developers should expect from WordPress.org</a>, and whether it’s time they looked for support from one another instead of the platform, as Eric Karkovack suggested on The WP Minute. In light of plugin developers losing more valuable data that hasn’t been replaced, Alex Denning, managing director of Ellipsis, a digital marketing agency, makes the case that <a href=\"https://getellipsis.com/blog/org-is-ineffective-plugin-distribution/\">WordPress.org is ineffective for plugin distribution in 2022</a>. He contends that new WordPress plugins are not passing the 100k, 500k , or 1m+ install thresholds and the directory isn’t giving plugins organic reach.</p>\n\n\n\n<p>The focus of the ticket has changed from calling on WordPress.org to bring back the active growth charts to be more about brainstorming helpful plugin stats and insights that plugin developers would like to see. It is still receiving angry and frustrated comments from developers who believe the data should belong to the community.</p>\n\n\n\n<p>“I cannot emphasize enough that conversations about what to replace the active growth chart with should be happening in a public Slack channel or on a Trac ticket,” Equalize Digital CEO Amber Hinds said. “This data should belong to the community and the community should be able to participate in deciding how (or not) to display it.”</p>\n\n\n\n<p>The reasons that purportedly necessitate obfuscation have not been clearly explained, but many participants in the discussion have urged WordPress.org to simply publish the raw data so it can be accessed and processed independently of the platform. @Starbuck <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:108\">suggests</a> the community would then be able to create sites that render the data in meaningful and interesting ways.</p>\n\n\n\n<p>WordPress developers want far more data than was previously available. Hinds <a href=\"https://meta.trac.wordpress.org/ticket/6511#comment:105\">requested</a> an assortment of data points that may or may not be possible:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Things that tell us if our readme and other ranking factors are on track:</p>\n\n\n\n<ul>\n<li>Number of searches (or impressions) for target keywords</li>\n\n\n\n<li>Average ranking for target keywords for timeframe (month)</li>\n\n\n\n<li>Conversion rates from impression to install for target keywords</li>\n</ul>\n\n\n\n<p>Things that tell us if we may have a problem with our plugin:</p>\n\n\n\n<ul>\n<li>Number of deactivations per timeframe (month, preferably week)</li>\n\n\n\n<li>Number of deletions per timeframe (month, preferably week)</li>\n\n\n\n<li>Average time from activation to deactivation or deletion</li>\n</ul>\n\n\n\n<p>Things for better testing of releases:</p>\n\n\n\n<ul>\n<li>Top 20 plugins also active</li>\n\n\n\n<li>Top 20 themes also active</li>\n\n\n\n<li>PHP versions (percentage)</li>\n\n\n\n<li>WordPress versions (percentage)</li>\n</ul>\n</blockquote>\n\n\n\n<p>Atarim CEO Vito Peleg <a href=\"https://twitter.com/VitoPeleg/status/1577784069596876800\">suggested</a> some other tools for monitoring growth/decline, to which Matt Mullenweg responded that some of the ideas were “very doable:” </p>\n\n\n\n<ul>\n<li>Time to churn (to deactivate) signals good/bad onboarding, UI/UX</li>\n\n\n\n<li>Repeat installs – how many users (anonymized) install on multiple sites for community opp & advocacy</li>\n\n\n\n<li>Time to result: dev can choose 1 single hook to trigger as “result” and the calculation checks how long from install to get there. By changing the placement of the hook devs can optimize entire flows.</li>\n\n\n\n<li>Inner page tracker: which/how many inner plugin pages users visit</li>\n\n\n\n<li>PHP ver distribution, general country-based installs, active install to review ratio</li>\n</ul>\n\n\n\n<p>Wood confirmed that the active install growth charts are not coming back in their previous form and that the endpoint people were scraping before will remain disabled. He said those involved in the private discussion are monitoring the Trac ticket for feedback. </p>\n\n\n\n<p>“What’s going to happen is, that the active install count instead of being rounded to the nearest digit is going to be changed,” Wood said. “I don’t know the exact break points cutoffs, but as an example show individual up to 50, then round to nearest 10 until thousand and nearest hundred until 10,000, for example. So that we are making the active install count much more fine grained than it has been. So in that sense, yes, we’re giving you the data. It’s not going to be exact numbers, but it’s going be much better than it was before. We’re still working on doing that.”</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, 20 Oct 2022 04:38:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Post Status: November: Register to speak at WordFest Live — and come to WordPress Accessibility Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=137720\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/register-to-speak-at-wordfest-live/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:840:\"<ul><li>Coming up on <strong>November 18</strong>, <strong>WordFest Live</strong> will once again <em>“support and promote positive well-being and mental health within remote working communities.”</em> <a href=\"https://www.wordfest.live/2022/november/\">REGISTER →</a></li><li>And don\'t forget <strong>WordPress Accessibility Day</strong> on <strong>November 2-3</strong>! <strong><a href=\"https://wpaccessibility.day/\">REGISTER →</a></strong></li><li>Then on <strong>November 21</strong>, it\'s <strong>Alicia St. Rose</strong> of <strong>WP With Heart </strong>giving a <strong>Meetup</strong> talk on <a href=\"https://www.meetup.com/wordpress-accessibility-meetup-group/events/287994860/\">Being an A11y with Your Content</a>.</li></ul>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 20 Oct 2022 03:37: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: #47 – Adam Silverstein on the State of Images 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:48:\"https://wptavern.com/?post_type=podcast&p=138682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/podcast/47-adam-silverstein-on-the-state-of-images-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:57784:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the state of images in WordPress.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox and use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Adam Silverstein. Adam is a WordPress core comitter, where he works to fix bugs and improve modern web capabilities. As a developer relations engineer in the content ecosystem team at Google, he works to invigorate the open web by empowering and educating developers.</p>\n\n\n\n<p>At the recent WordCamp US he gave a presentation entitled images on the web, past, present and future. In it, he outlined his thoughts on where the web is going in terms of support for different image formats.</p>\n\n\n\n<p>Alongside text images are the bedrock of webpages. We browse the internet and expect pages to have images of all forms. Photos, illustrations, charts and images to convey additional meaning to the text.</p>\n\n\n\n<p>But how do the images actually get on the page? WordPress makes handling images pretty easy, and Adam explains what happens when you upload an image to the media library and then display it on a page or post in a browser.</p>\n\n\n\n<p>We discussed the fact that different image sizes are created automatically by WordPress, which can be used in a variety of contexts across your website. You’ve likely heard of many of them. But perhaps you have not thought about which image format belongs where.</p>\n\n\n\n<p>As with code, the technology behind images does not stand still. New image formats are being created all the time, and are being supported at differing rates by the major browser vendors.</p>\n\n\n\n<p>In the past, we typically used JPEG. GIF or PNG files to display images on our websites, but there’s good reason to think about adopting other defaults in the near future. We discussed some of these new formats, such as WebP, AVIF and JPEG XL, and find out how they are speeding up website loading times because of their smaller file sizes.</p>\n\n\n\n<p>We also get into how you can optimize your images and how plugins and SaaS solutions can reduce the size of your files before or after you upload them to your WordPress install.</p>\n\n\n\n<p>Adam has some good advice about a topic which is becoming increasingly important, page load time. And if you’ve never given the serious thought, this is a great podcast episode for you.</p>\n\n\n\n<p>Typically when we record the podcast, there’s not a lot of background noise. But that’s not always the case. Over the coming weeks, I’ll be bringing you recordings from a recent trip to WordCamp US 2022, and you might notice that the recordings have a little echo or other strange audio artifacts. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast. Where you’ll find all of the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Adam Silverstein.</p>\n\n\n\n<p>I am joined on the podcast today by Adam Silverstein. Did I get that right?</p>\n\n\n\n<p>[00:04:38] <strong>Adam Silverstein:</strong> You did. That’s the way I like to pronounce it.</p>\n\n\n\n<p>[00:04:40] <strong>Nathan Wrigley:</strong> Yeah. Perfect. Adam is here because he did a presentation at Word Camp US this year. What was the presentation about Adam?</p>\n\n\n\n<p>[00:04:46] <strong>Adam Silverstein:</strong> It was images on the web, past, present, and future. So kind of like a history of images and also what’s coming in the future for modern image formats.</p>\n\n\n\n<p>[00:04:54] <strong>Nathan Wrigley:</strong> Okay. We’ll delve into that in a moment, but before we do, would you just give us the two minute potted history of Adam. How it is that you’ve come to speak at a WordCamp.</p>\n\n\n\n<p>[00:05:02] <strong>Adam Silverstein:</strong> Sure. Yeah. I mean, I used to build sites in, uh, Dreamweaver. Then I discovered WordPress as a way to let my clients be able to edit their content. Then one day I decided I should contribute back to WordPress. I became super involved in Core and help rewrite revisions for 3.6. Eventually, I became a core comitter. And, worked at agency, 10up, for quite a while, and then eventually wound up on the CMS team at Google. Working on the web platform, trying to make the web platform better. And I still work on WordPress quite a bit in that role.</p>\n\n\n\n<p>[00:05:30] <strong>Nathan Wrigley:</strong> Google seemed to be doing a lot more with WordPress.</p>\n\n\n\n<p>[00:05:33] <strong>Adam Silverstein:</strong> Absolutely. Since about 2017 when they started showing up at every WordCamp. And also they have that first party plugin Site Kit, which is their own plugin that’s very well supported that connects your WordPress site to Google Services.</p>\n\n\n\n<p>[00:05:45] <strong>Nathan Wrigley:</strong> Yeah, we spoke to Felix a few episodes ago. So, if you’re into Site Kit and things like that, you can search for the Felix Arntz episode. But we’re here to talk about images today. And I’m going to lead off with something which is going to make me sound incredibly ignorant, and apologize for that.</p>\n\n\n\n<p>And that is simply this. When I visit a webpage or I’m building a website, images basically just magically appear. They’re on my computer. I see that there’s an image, there’s a file name and a file format, JPEG and so on and so forth. But I honestly have no idea how the browser makes the image appear. I don’t know what the mystery voodoo that’s going on in the background to turn a piece of code, I’m guessing, into something visible on the screen. So ridiculous as it may sound. How do we even get images on the web? How does it work?</p>\n\n\n\n<p>[00:06:31] <strong>Adam Silverstein:</strong> Yeah, so it’s not a stupid question because it’s it’s incredibly complex, actually how browsers deal with images. But at a very basic level, typically there’s a lot of ways images actually appear on webpages, because it could be in your css or you could load it dynamically with JavaScript.</p>\n\n\n\n<p>But in a normal HTML context, you have an image tag, and that image tag has a url. When the browser first gets your HTML page, it goes through a parsing phase where it tries to decipher what all the elements that I’m gonna need to construct this visual page. What CSS do I need, what images do I need?</p>\n\n\n\n<p>So it goes through the HTML and each time it encounters an image. It makes another request back to your web server, that’s running WordPress. And then that image is brought back to the browser. Now that’s a binary format, that image. So the browser also has to have a capability of decoding that image. That’s where support for different image formats come in, and all the browsers support all the formats that we’re used to.</p>\n\n\n\n<p>But then there’s these more modern formats that maybe aren’t supported. That’s kind of the simple version of it, is the browser finds the reference that you have on your HTML. Goes out and retrieves it, just like it does any asset, and then it decompresses it and puts it on your display.</p>\n\n\n\n<p>[00:07:37] <strong>Nathan Wrigley:</strong> If I was to look at the binary code, which made up the image. Which I presume is possible? Is it just a combination of letters, numbers, and characters?</p>\n\n\n\n<p>[00:07:46] <strong>Adam Silverstein:</strong> I mean, it’s binary encoding, so I don’t, I don’t actually know what, it’s eight bit probably, or 16 bit encoding. But you’ll have, typically at the first bites of an image will be like a header block. That defines what the image is, the meta information about the image. And then you’ll have the actual data of the image. And that’s in chunks. And it depends on how, what image compression format you’re using.</p>\n\n\n\n<p>But typically images are compressed. So you have some information about that compression in the header, and then you have the chunks that make up the file. But it wouldn’t be something, if you looked at it, it wouldn’t make any sense to a human.</p>\n\n\n\n<p>[00:08:17] <strong>Nathan Wrigley:</strong> Right.</p>\n\n\n\n<p>[00:08:18] <strong>Adam Silverstein:</strong> It would just be like binary data, just a bunch of numbers.</p>\n\n\n\n<p>[00:08:20] <strong>Nathan Wrigley:</strong> It kind of reminds me a little bit of TCPIP packets, you know, it’s surrounded with metadata to give, well, in this case it would be the, the OS stack. But, to give the browser information about what’s coming down the pipe in the next moment.</p>\n\n\n\n<p>[00:08:32] <strong>Adam Silverstein:</strong> Right.</p>\n\n\n\n<p>[00:08:33] <strong>Nathan Wrigley:</strong> So how big it is, what the dimensions are, and so on and so forth. And then each little bit will render I guess a pixel or something like that.</p>\n\n\n\n<p>[00:08:40] <strong>Adam Silverstein:</strong> Exactly. You could think of it that way. But you know, in a lot of these compression engines, it’s actually like an eight by eight block, and then there’s more detail. It’s very complicated really.</p>\n\n\n\n<p>And even the thing about, like, I very much simplified the how the webpage is loaded because the browser has to decide which resources to load first and which to prioritize. And also just think about an image tag. Image tags now typically have a source set attribute, which indicates which size image we want, depending on the break point that we’re in.</p>\n\n\n\n<p>So the browser has to figure out that information as well. It’s quite complex and people have written whole articles on it. So if you’re interested in it, there’s, like in my talk, I’ve got like a links document and there’s some links that I’ve put out to like how browsers work. It is very interesting to understand and I think it, like, can help inform, just the more you understand that, the more you understand why trying to optimize performance is so complex.</p>\n\n\n\n<p>[00:09:32] <strong>Nathan Wrigley:</strong> It really does amaze me, and these days, images on the connection at least that I have in my home, seem to load more or less instantaneously, but I remember going back in the day when it was dial up, this laborious line by line creation of the image. You could watch the image load and it would just sort of generate going down. Do you remember seeing all of that?</p>\n\n\n\n<p>[00:09:51] <strong>Adam Silverstein:</strong> You could see it loading.</p>\n\n\n\n<p>[00:09:52] <strong>Nathan Wrigley:</strong> You could actually see the image loading.</p>\n\n\n\n<p>[00:09:53] <strong>Adam Silverstein:</strong> And you could simulate that, you know, in Chrome using the throttling, in Chrome dev. But the other thing to remember is that, we’re a little privileged here. We have very high speed connections. We have high powered devices, but if you look at the world as a whole, that’s really not the case. There’s still a lot of people in the world who are using low powered, they’re using a phone, it’s not like a smartphone, like an iPhone. It’s a very low powered device. So even just the decoding of the images can be expensive.</p>\n\n\n\n<p>And then the bandwidth thing,. Some people, a lot of places in the world, people are paying for bandwidth. So the more bandwidth you use. So they may have images turned off or they may be in a low data mode. A lot of phones support a low data mode where they’ll try to reduce the amount of data that they’re using.</p>\n\n\n\n<p>Yeah, it’s interesting. One of the things we introduced recently into Word Press Core is native lazy loading of images. So this is something we used to do in JavaScript, but now is built into browsers. And what it does is it prevents the images that are off your view port from loading until you start scrolling down. Before you reach them, when you start scrolling, as you get closer to the where they’re gonna appear, then it will load those images. So, of course this is great for saving resource because when your page loads, if it’s a long page with many images, you don’t have to load all those images unless and until the user starts scrolling down the page.</p>\n\n\n\n<p>And this sounds great, and especially at, in a high speed connection environment, it works great. But someone gave the feedback during the process of introducing this, that they work on a low bandwidth connection. And what they like to do is start loading the page and then they switch to another tab and they wait till everything loads and then they come back and they read all their content. But with lazy loading, it doesn’t work very well because suddenly they scroll a little bit and now they have to wait for another image to load.</p>\n\n\n\n<p>[00:11:26] <strong>Nathan Wrigley:</strong> I’m imagining that typical user is not browsing the web in that way. But that is an interesting.</p>\n\n\n\n<p>[00:11:31] <strong>Adam Silverstein:</strong> Isn’t it?</p>\n\n\n\n<p>[00:11:31] <strong>Nathan Wrigley:</strong> Is an interesting case.</p>\n\n\n\n<p>[00:11:32] <strong>Adam Silverstein:</strong> What it just brings up is that you really have to think about your users. When you’re trying to optimize your site, it’s not just optimizing for yourself, it’s optimizing for your users. And that’s why having real user metrics is so valuable. Collecting actual field data about how people are experiencing your website, as opposed to doing lab tests like we are running lighthouse or page speed insights to try to figure out like, oh, how’s my site performing? That gives you one metric, but that doesn’t tell you how people actually in the wild experience your website. If most people have low bandwidth connections, that’s gonna be really different than what you might get from a local test.</p>\n\n\n\n<p>[00:12:03] <strong>Nathan Wrigley:</strong> Let’s just pivot a little bit and talk about the different types of images there are. I would imagine almost everybody is familiar with the regular, the usual suspects, shall we say.</p>\n\n\n\n<p>[00:12:12] <strong>Adam Silverstein:</strong> Sure.</p>\n\n\n\n<p>[00:12:12] <strong>Nathan Wrigley:</strong> You know, the JPEGs and the PNGs, and don’t even know if that’s how you pronounce it. Some people I’ve heard say, ping. But I always say PNG and I say GIF.</p>\n\n\n\n<p>[00:12:20] <strong>Adam Silverstein:</strong> Yes, and I say GIF.</p>\n\n\n\n<p>[00:12:21] <strong>Nathan Wrigley:</strong> Okay, yeah, but there’s all of these. There’s more, which we’ll get onto later. But presumably there’s dozens more that are not typically used on the web. Why have these formats evolved over time? Why don’t we just have one?</p>\n\n\n\n<p>[00:12:33] <strong>Adam Silverstein:</strong> Right, that’s a great question, I mean, uh, the GIF format came out 35 years ago, and it pretty much did everything we needed to do, right? It could display images, it had animation, it had transparency. Wow, like images on the web. That was actually a big deal at the time. But there were some limitations. It only had 256 colors. So if you wanted to make a photograph, you had to dither the colors and it only had lossless compression, which is not really that efficient. You know, you maybe get 10 or 15%.</p>\n\n\n\n<p>And it also had copyright issues. The LZW compression algorithm that was in GIF, there were copyright holders. Big corporations and the free software movement didn’t feel that they could trust this format. That’s part of why PNG came about 15 years ago, was as a response to the limitations of the compression algorithm, the copyrights. Of course PNG also added alpha transparency, which is an improved version of transparency because you can define opacity on a per pixel basis, and this lets you create an image with a transparent background that’s got like smooth edges. Like GIF images with transparent have those like blocky edges. But with a PNG, you can create a gradual fading to opacity.</p>\n\n\n\n<p>And that was a big improvement. So it actually added a really useful feature. It’s great for product images, PNGs. Of course, JPEG introduced lossy compression, which let you just tune your compression to whatever level you wanted. You could get 10 times smaller images that still look good, which was really important at that time. But you could also fine tune that if you were a photographer and you wanted higher quality, you could choose that higher quality setting. That was really unique. GIF didn’t have that, right.</p>\n\n\n\n<p>And SVG of course is the fourth kind of major one that we use on the web. And that’s just like very different. It’s for illustrations. It’s vector based instead of raster.</p>\n\n\n\n<p>[00:14:10] <strong>Nathan Wrigley:</strong> It’s a file format isn’t it?</p>\n\n\n\n<p>[00:14:12] <strong>Adam Silverstein:</strong> It is, it’s actually XML, think.</p>\n\n\n\n<p>[00:14:13] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:14:14] <strong>Adam Silverstein:</strong> Unfortunately it also includes scripting, which means that we don’t support it in core because of the security concerns. But it’s also very specific to like illustration type formats. That’s where it really shines. It has some big advantages. It can be styled with css. You can’t do that with other image formats. What I’m trying to get at is that each format introduced new capabilities that were important at the time.</p>\n\n\n\n<p>We started to talk about modern image formats, which I include WebP in, even though it’s 12 years old at this point. What’s really cool about WebP is, it kind of combines all the features that came before. So it has the alpha transparency of PNG, but it also has the lossy compression of JPEG.</p>\n\n\n\n<p>So suddenly you can take a transparent PNG and you get 80% improved compression, by making it into a transparent WebP. You still get all the features you need, the alpha transparency, but the compression is lossy now, which is impossible for we didn’t have a format that had both lossy and alpha transparency.</p>\n\n\n\n<p>WebP kind of is like, essentially trying to be all the things you need. Like if we had started with WebP, we probably wouldn’t have ever needed another format, because it supports animation, it supports lossy and lossless compression, it supports alpha transparency. It also has better compression than JPEG, like 30% better on average for the same quality. So it’s a big improvement.</p>\n\n\n\n<p>Then there’s a couple other formats that are upcoming, I would say. AVIF is probably the next one. It was just, support was just announced in Safari for AVIF. So Edge is the only remaining browser, major browser, that doesn’t support it. And the big promise of AVIF really over WebP is not on features, it’s just the compression that it achieves. And it’s able to achieve a 50% improvement over JPEG. So it’s very promising.</p>\n\n\n\n<p>And then the one other one that’s, that’s kind of coming up that’s even newer is called JPEG XL. And this is from the same group that made JPEG and it’s just like a way, way better compression, like AVIF, but it has more affinity to JPEG so it works better with existing JPEGs. Like, it can losslessly recode existing JPEGs. The problem with JPEG XL, at least right now, is that it’s so new that it’s not really supported anywhere.</p>\n\n\n\n<p>So there’s a couple things that have happened. There’s been a lot of advances in compression over the years. A lot of them actually related to video, because we’ve, we started streaming video on the web and a lot of investment went into making those compressions better. And then those, like the AVI video format is the basis, the same compression, forms the basis of AVIF, hence the naming similarity.</p>\n\n\n\n<p>I’m not sure about the WebP, the history of, of like where that compression algorithm came from, but the, the goal was to create something that was better than JPEG. Higher quality at the same size, or smaller size at the same quality. You can think of it in, in either way.</p>\n\n\n\n<p>[00:16:48] <strong>Nathan Wrigley:</strong> Yeah. I remember back in the day, I hate to age myself in this way, but I remember Internet Explorer six, and the enormous fun that we had with trying to get transparency and the sort of kludges that you had to.</p>\n\n\n\n<p>[00:17:00] <strong>Adam Silverstein:</strong> To get it wo work?</p>\n\n\n\n<p>[00:17:03] <strong>Nathan Wrigley:</strong> Yeah, a little JavaScript snippet so that you could get transparency and so on. And so that tells me that, at certain points in. history, certain image formats have not been available in browsers. Broadly speaking, there’s probably three or four browsers that the majority of people on Earth are using these days. We know what they’re called. But do they support all of these? Really, the reason I’m asking this question is, let’s say I’ve got a website and I’ve got 10,000 images on website.</p>\n\n\n\n<p>And I, I now have learned that there’s a potentially 30% benefit in getting them rendered as, let’s say, WebP or, or any of the other ones that you mentioned.</p>\n\n\n\n<p>[00:17:37] <strong>Adam Silverstein:</strong> Yeah.</p>\n\n\n\n<p>[00:17:37] <strong>Nathan Wrigley:</strong> Would you say it’s worthwhile doing that work and re rendering them as, let’s say, WebP or something like that? Or should I just carry on and do the new formats for the new images? Or like I said, go back and redo them all?</p>\n\n\n\n<p>[00:17:50] <strong>Adam Silverstein:</strong> Yeah, I mean, it probably depends on how much actual traffic you get on those older posts. I think a lot of people have older posts on their site that get very little traffic, and then I would say it’s probably not worth updating it. With the filter that we have in place in core to control the output, you can use regenerate images and regenerate all your old images.</p>\n\n\n\n<p>And get that WebP benefit, like switch from JPEG to WebP for your old files. There are some caveats there. You need to make sure that the images have been inserted from the editor so that they’re actually replaced in the HTML. Because if you’re changing all your image file names, you don’t want to have broken images in your old posts.</p>\n\n\n\n<p>So WordPress does do that on the fly, where we, if you insert an image from the editor, then it has like a WP image class name. So we can identify the source image and then we go and we, we build that source set into the HTML by looking at the metadata about the image. So when you do that regenerate images, it updates the metadata and therefore you’ll get the new images even in your old posts.</p>\n\n\n\n<p>But that’s not guaranteed. If you have really old posts or they don’t have that WP class, and then for some reason, because you maybe built it with a page builder tool, for example, that doesn’t include those, there are scenarios where that could break your images. And all the regenerate images plugins have options around this.</p>\n\n\n\n<p>Like um, WPCLI, you know, you can have it not delete the old images. So if you have URLs that are still out there referring to the old images, that’ll work. Or another example is you might have a third party site that has embedded your image. If you’re okay with that and you don’t want to break that, then you want to avoid changing your file name.</p>\n\n\n\n<p>[00:19:13] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:19:13] <strong>Adam Silverstein:</strong> So it depends a lot on your use case.</p>\n\n\n\n<p>[00:19:15] <strong>Nathan Wrigley:</strong> Yeah. Caveat emptor really. Just give it a bit of thought. In terms of the browsers. What is the support like for, well obviously we know that the usual suspects that we mentioned at the beginning. The age old ones, GIFs and PNGs and JPEGs, that’s fine?</p>\n\n\n\n<p>[00:19:29] <strong>Adam Silverstein:</strong> Yes.</p>\n\n\n\n<p>[00:19:29] <strong>Nathan Wrigley:</strong> What about the other ones? What about the WebPs and the AVIFs and.</p>\n\n\n\n<p>[00:19:33] <strong>Adam Silverstein:</strong> Yeah. So the great place to check is the, can I use website, right? They’ve got all the details but, right now WebP is supported in all the browsers, very widely supported. The only exception is older versions of Safari, and Safari support actually depends on the underlying operating system.</p>\n\n\n\n<p>So this means that users have to upgrade to, I think it’s two versions ago of MacOS. So there is a small percentage of users out there that have this older Safari version that won’t load WebPs correctly. It’s actually very difficult to tell how many because there’s a bug, in like one of the subsequent versions of Safari where the user agent string misreported the OS version.</p>\n\n\n\n<p>So between a couple versions of Safari and iOS or MacOS, you actually can’t tell the difference from logs. And so we don’t have good data about that in the wild, but from the data that we have, we think it’s between 1 and 2% of browser users in the world that don’t support WebP currently.</p>\n\n\n\n<p>[00:20:22] <strong>Nathan Wrigley:</strong> Dare I ask, was there any politics in Safari not.</p>\n\n\n\n<p>[00:20:26] <strong>Adam Silverstein:</strong> Supporting it? I don’t think so. I mean, people say, oh, it’s a, it’s a Google format. Like it’s an open source format that Google developed. But it is widely supported across a huge number of applications. There’s a lot of criticism of Safari for under investing in web capabilities.</p>\n\n\n\n<p>I don’t know if this really falls into that. I do think that Apple as a company has a vested interest in keeping their app ecosystem more powerful than the web ecosystem. So I think there’s sort of some natural tension there, but I probably wouldn’t blame the Safari team. My expectation is the Safari team is all on board on making the web better.</p>\n\n\n\n<p>But it’s a big corporation and there’s different interests. So there could be some political part to it, but I, not that I’m aware of. Safari, just to continue like the AVIF is sort of the next one. And Safari did just recently announce AVIF support. I think they’re just slower to adopt some things than other browsers.</p>\n\n\n\n<p>[00:21:15] <strong>Nathan Wrigley:</strong> I guess if I’m using WordPress and images are a key component. I do want to be really mindful that, that number, the percentage. So you think at the moment WebP is about 98% of.</p>\n\n\n\n<p>[00:21:26] <strong>Adam Silverstein:</strong> 98 to 99.</p>\n\n\n\n<p>[00:21:27] <strong>Nathan Wrigley:</strong> So, at some point the Rubicon got crossed and you can say to. yourself, that’s fine. The percentage is easily high enough. I can confidently use WebP.</p>\n\n\n\n<p>[00:21:35] <strong>Adam Silverstein:</strong> Yes.</p>\n\n\n\n<p>[00:21:36] <strong>Nathan Wrigley:</strong> How about the other formats? Also just staying on the WebP, let’s do that bit. first. Would you recommend people to shift over to WebP henceforth?</p>\n\n\n\n<p>[00:21:44] <strong>Adam Silverstein:</strong> Yes.</p>\n\n\n\n<p>[00:21:44] <strong>Nathan Wrigley:</strong> Or is there, is there a good reason to stay with the older formats?</p>\n\n\n\n<p>[00:21:47] <strong>Adam Silverstein:</strong> The only reason I would say not use WebP would be is if you knew most of your users were all on older Safari versions. Or you sent newsletters out to Windows users using Outlook, which is one other use case. We know that doesn’t support WebP. But this is like old versions of Outlook running on Windows. Not modern outlook.</p>\n\n\n\n<p>[00:22:03] <strong>Nathan Wrigley:</strong> I guess at some point you just have to take the plunge and say there’s enough.</p>\n\n\n\n<p>[00:22:07] <strong>Adam Silverstein:</strong> Yeah, Well, and we do have a support shim for Safari. So in the browser, if the page is loading WebPs, we add this little bit of JavaScript, it’s a tiny little bit that does feature detection. So it can actually detect whether the browser supports WebP. And at that point, if it doesn’t support WebP, we can actually swap the images and use the JPEGs that we do have available, We use like the next largest size that’s available. And with the current implementation, that would be either your original image or like the one of the H, high definition images that WordPress automatically creates.</p>\n\n\n\n<p>So there will be, like, the primary sizes would be WebP, but there would be still be some available sizes in JPEG. If nothing else, the original image. So that means that your Safari users will still see images, they’ll just get a slower experience. So 1% of users will get a degraded experience. 99% users will get an improved experience, and then it’s up to you to decide whether it’s worth it. But at least those Safari users won’t be totally left out in the dark. They’ll still be able to see your images.</p>\n\n\n\n<p>[00:23:02] <strong>Nathan Wrigley:</strong> It’s really curious. For some reason I have this atrophy and I’ve known that WebP was at about 98. And I put several images online each and every week, maybe a, a dozen or so. And for some reason I always export them as a JPEG. I haven’t managed in my own mind to say, this is now the moment. I think you’ve convinced me. I think.</p>\n\n\n\n<p>[00:23:20] <strong>Adam Silverstein:</strong> Yeah. But I mean, in my opinion, like that really shouldn’t be up to users to understand that or figure that out. I mean, if you’re very technical, if you’re a photographer, maybe. But for the average WordPress user, they don’t know what image format they’re using. So this is why, it should be like a core capability where it just happens for users.</p>\n\n\n\n<p>[00:23:37] <strong>Nathan Wrigley:</strong> Yeah. Okay, so WebP, that’s great. But you, you mentioned a couple of others. There was JPEG, I wanted to say JPEG 2. What was it, JPEG?</p>\n\n\n\n<p>[00:23:46] <strong>Adam Silverstein:</strong> XL.</p>\n\n\n\n<p>[00:23:47] <strong>Nathan Wrigley:</strong> JPEG XL.</p>\n\n\n\n<p>[00:23:50] <strong>Adam Silverstein:</strong> And there’s a bunch of JPEGs actually. There was one called JPEG 2000 that you might remember that was pushed by the JPEG foundation, or organization, for a while, and that was never adopted. But yeah, let’s talk about those.</p>\n\n\n\n<p>[00:23:56] <strong>Nathan Wrigley:</strong> So they, they’re presumably growing in use? Are they safe to use at the moment? Would you recommend, for example, my website using those image formats? Or Should I wait a little bit longer?</p>\n\n\n\n<p>[00:24:07] <strong>Adam Silverstein:</strong> Probably wait a little bit longer, yeah. Safari doesn’t support it yet. They’ve announced support, it’s coming out and whenever the next Mac OS comes out, I think it’s like this week or something. Or it’s soon. It’s very soon. But that means that they’re just starting support so you probably want to wait till a significant number of users are actually on that version.</p>\n\n\n\n<p>[00:24:23] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:24:23] <strong>Adam Silverstein:</strong> Which in the Apple ecosystem actually happens pretty quickly. People generally, you know, there’s a very large percentage of users who will go to the next OS version very quickly. It doesn’t cost anything. And it’s like they’ve proven that it’s safe. Um, they have a pretty good uptick rate. So yeah, I mean, the only way, if you really wanted to take advantage of AVIF, we have a couple options. One is using an image CDN. So the advantage of an image CDN is that, it can actually negotiate the format.</p>\n\n\n\n<p>So when browsers make a request for an image, they actually can indicate in their header, in their request headers, which formats they’re capable of decoding. And that means that the image CDN can be like, oh, you, you take AVIF? I’ll give you AVIF. That’s the best one that we have. But if it doesn’t support AVIF, okay, how about WebP? You support that? Okay. No, you don’t support any of those? We’ll give you the JPEG version. The CDN can use this capability negotiation at header time, to deliver the best image. And also they can resize the image to exactly meet the size specifications of your HTML, which WordPress doesn’t do.</p>\n\n\n\n<p>WordPress generates several sizes, and then we pick the best size that’s the closest to the one that you’ve put on your page. And also we can’t do the header negotiation because we don’t handle the image requests. Those are handled by Apache or whatever web server you’re running Nginx, you know. You have a web server running, it actually handles the image request directly. WordPress has no involvement in that whatsoever. And there are plugins that do this, the only way that you can interact with that is, is using like htaccess. There are some ways to do it, but there generally outside of cores scope.</p>\n\n\n\n<p>[00:25:52] <strong>Nathan Wrigley:</strong> Typically, would this CDN be the kind of thing that you would negotiate with your hosting provider?</p>\n\n\n\n<p>[00:25:56] <strong>Adam Silverstein:</strong> Some hosting providers provide it. There’s of course all kinds of third party CDNs. Jetpack provides an image CDN as one example. Some of them are free, some of them are paid. I think every major CDN has a WordPress plugin that will directly integrate. So you don’t really have to do much to set it up, maybe put your login or your key in or something. So I would say like, if you can hook up with an image CDN, then you’re sort of automatically able to take advantage of the latest versions of images.</p>\n\n\n\n<p>[00:26:19] <strong>Nathan Wrigley:</strong> Yeah that sounds like the way to do it, if you can stretch to that. That sounds like the best way because you can just forget about it. Everything will be taken care of.</p>\n\n\n\n<p>[00:26:26] <strong>Adam Silverstein:</strong> Exactly. If you have a reason that you can’t do it or there’s a cost associated with it. Your best bet is probably to stick with WebP for now.</p>\n\n\n\n<p>[00:26:31] <strong>Nathan Wrigley:</strong> Right.</p>\n\n\n\n<p>[00:26:32] <strong>Adam Silverstein:</strong> Because that is so widely supported.</p>\n\n\n\n<p>[00:26:33] <strong>Nathan Wrigley:</strong> On that point, are there particular types of images that you would recommend given a certain scenario? So, for example, let’s say I’m taking wildlife photography. Fairly specific example, but there’s an awful lot on the image. There’s dark areas, light areas. Lots of color. Let’s say for example, I’m creating some graphic design and it’s fairly plain, it’s text based. There’s not a lot going on in there. Is there a preferred way in, at least in your mind, or is it always WebP?</p>\n\n\n\n<p>[00:26:58] <strong>Adam Silverstein:</strong> I mean, there are definitely cases where WebP like really performs better, and there’s cases where JPEG performs almost as well as WebP I guess. And even there are images where the WebP will be slightly larger than the JPEG, in certain cases to get the same quality. You know, I would say certainly if you’re doing illustration, something that’s like a line art, then if it could be an SVG, that’s probably gonna be your most efficient format.</p>\n\n\n\n<p>But other than that, I think probably WebP is gonna win out on average, right? So you can look at specific images and find that maybe one would be better as JPEG, one would be better as WebP. But in general, if you take all your image is an aggregate, you’re gonna be way better off going with WebP.</p>\n\n\n\n<p>I think the exception to that would be like, is if you are a photographer and what you’re showing on your website is your photography, and you want it to be like the absolute highest quality. You maybe already have changed the default quality that WordPress uses, and maybe you just want to stick with JPEG so that you know that you’re getting exactly what you’re used to. There is a visual difference between JPEG and WebP and, you know, there’s all these tools that, that they use.</p>\n\n\n\n<p>I talk about it a little bit in my talk about, how do you measure quality? It’s a very subjective thing actually. There’s algorithms, so when I’m talking about how do you measure quality, So let’s say you take an image and you compress it with a JPEG and then you’re comparing it to something you’ve compressed with WebP and you say, oh, the WebP is smaller. That’s great. But it’s not that great if also the quality is lower, right? If the quality is the same and the file smaller, you win. But if the file smaller and the quality is degraded, then is that really something you want? So that you have to look at both quality and file size as two parts of the same discussion.</p>\n\n\n\n<p>So it’s very interesting how we think about quality. I think, I have a slide in my talk where I have two images and there are very different compression qualities, but you actually can’t tell the difference on the screen because it’s blurry and you’re looking at a screen from 30 feet away. And the point is that it matters, the context where you’re gonna be viewing that matters. If it’s a little thumbnail, you’re not going to really matter if it’s like some pixels that are off. But if you’re looking at like that big gorgeous wildlife photography and you’re a photographer, you want the best possible quality.</p>\n\n\n\n<p>[00:28:57] <strong>Nathan Wrigley:</strong> I guess it’s a case by case basis, isn’t It?</p>\n\n\n\n<p>[00:29:00] <strong>Adam Silverstein:</strong> It is.</p>\n\n\n\n<p>[00:29:02] <strong>Nathan Wrigley:</strong>Just suddenly occurred to me that we didn’t talk about how WordPress deals with images. We have the media library. I would imagine that’s how most people interact with their images on WordPress. You go into the media library and you upload things, drag them in and what have you. But there’s all sorts of wizardry going on right at that moment where you pull the image in for the first time. And, potentially people listening to this, they won’t know about that. So.</p>\n\n\n\n<p>[00:29:20] <strong>Adam Silverstein:</strong> Sure.</p>\n\n\n\n<p>[00:29:21] <strong>Nathan Wrigley:</strong> Are you able to run through that quickly?</p>\n\n\n\n<p>[00:29:22] <strong>Adam Silverstein:</strong> Sure, so when you upload your image to WordPress. You’re uploading your original image, and then WordPress is gonna create a series of subsidized images. By default it has I think four, it’s actually six sizes built in. Four that you can see in the settings, or three that you can see in the settings screens. Thumbnail, medium and large. There’s also a medium large size that we added. And then there’s also two HDMI, high definition screen sizes, that are like even larger than the large size.</p>\n\n\n\n<p>So when you upload your image, WordPress will go through this kind of crunching phase where it generates all of these subsidized images, and then those can be used later on the front end, depending on your context. So if it’s a thumbnail image, it’s gonna use that really small image. If it’s a larger image, it’ll use the larger one.</p>\n\n\n\n<p>So we sort of pre-create these images when you upload. That process uses, uh, one of two libraries on the backend that tie into your web server. One’s called LibGD, which is now built into php. And the other one’s called ImageMagick, or people call it Image Magic. That’s like the GUI for it. And both of those libraries are available in WordPress.</p>\n\n\n\n<p>We have built in image handling classes for them. I will say you can also extend the image library to add your own image handling class, but I’m not aware of specific implementations. But those are sort of the two that we support out of the box. And they’re very popular and common in php. Like I said, GD’s built into php now.</p>\n\n\n\n<p>Those libraries may or may not support different formats. So getting back to your question of which format is supported. In order to be able to use AVIF with WordPress, we really need that server support. because if the server can’t read AVIF, if that means when you upload an AVIF file or you upload a JPEG and you’re trying to output AVIF, it can’t do that.</p>\n\n\n\n<p>It doesn’t know how to do that. So until we get to PHP 8.1, which supports AVIF, we’re probably not going to be able to support directly AVIF in WordPress. So there’s that server dependency that you have. And also, just to add a little wrinkle to that is that, GD supports WebP or, you know, Imagemagick supports AVIF, but only if it’s built with that. So literally at compile time, someone has to build the web server, right? It’s written in C or whatever assembly, like whatever code it’s written in, and then someone has to compile and they have to decide, am I including the AVIF i library? Am I including the WebP library? And so whether you have support for those depends on your host.</p>\n\n\n\n<p>Like what is their hosting stack, what is the distribution that they’re using? It’s a wide variety of things out there. But yeah, that’s the general process. You upload, the images get generated, and then, when you insert the image into your post WordPress will use all of those images. They’ll use it in the source set to build out the responsive design.</p>\n\n\n\n<p>[00:31:48] <strong>Nathan Wrigley:</strong> As with all things WordPress there’s plugins that step in and do additional features. I mean you can code this yourself but you know, you can create other image sizes that WordPress will create on the fly, soon as you, you know, you crunch an image. Yeah, but also there’s this curious third party industry of image s smushing, I want to call it. You know where, when it’s uploaded, and I believe also WordPress itself now has a maximum, you know, if you’ve got a vanilla install of WordPress there’s a, what is it? What’s the.</p>\n\n\n\n<p>[00:32:15] <strong>Adam Silverstein:</strong> It’s It’s like a max threshold size for image uploads.</p>\n\n\n\n<p>[00:32:18] <strong>Nathan Wrigley:</strong> Yeah. That, I suppose is a useful thing to talk about. The idea that, okay, so you’ve got this brand new beautiful camera, which is taking images.</p>\n\n\n\n<p>[00:32:27] <strong>Adam Silverstein:</strong> Sixteen megapixels.</p>\n\n\n\n<p>[00:32:27] <strong>Nathan Wrigley:</strong> Right, and honestly you’ve got a 10 megabyte image but you’re intending to display it as a thumbnail in the corner of your post or something like that.</p>\n\n\n\n<p>[00:32:34] <strong>Adam Silverstein:</strong> Right?</p>\n\n\n\n<p>[00:32:35] <strong>Nathan Wrigley:</strong> The intention, therefore, from these third party plugins and, and what have you, is to take that image and just reduce it. Make it teeny tiny. Why do we do that? What’s the benefit to begin there? You talked about bandwidth and all of that earlier. Is that the only reason that we’re doing, it’s just to save on bandwidth?</p>\n\n\n\n<p>[00:32:52] <strong>Adam Silverstein:</strong> And to speed up the loading of the page.</p>\n\n\n\n<p>[00:32:53] <strong>Nathan Wrigley:</strong> Right.</p>\n\n\n\n<p>[00:32:54] <strong>Adam Silverstein:</strong> So, and just to Expand on that. It’s not really just about the speed of the page, but it’s about the experience of your users visiting your website. If you have slow images that are too large for what you need, then you are giving your users a poor experience. There’s all kinds of studies that show that by improving the loading time and responsiveness of your website, you get better results. So whatever those goals may be, conversions into newsletter subscribers or people who purchase products, or someone who reads more than one article on your website. Those things are all enhanced by having a better user experience. And so if we’re talking about optimizing images, we’re really talking about creating a better user experience.</p>\n\n\n\n<p>[00:33:33] <strong>Nathan Wrigley:</strong> You’re wearing your Google t-shirt today.</p>\n\n\n\n<p>[00:33:35] <strong>Adam Silverstein:</strong> Yeah.</p>\n\n\n\n<p>[00:33:35] <strong>Nathan Wrigley:</strong> So you know you’re doing all all the right things.</p>\n\n\n\n<p>[00:33:37] <strong>Adam Silverstein:</strong> Google google loves open source.</p>\n\n\n\n<p>[00:33:39] <strong>Nathan Wrigley:</strong> You are not on the search team, so maybe this question is not gonna be one that’s right in your wheelhouse, but I’m gonna ask it anyway. SEO and search engine results. I’m presuming there is a benefit because you know, in the last couple of years we’ve all been thinking about Core Web Vitals and that’s been a big push from Google, and everybody’s taken that very seriously.</p>\n\n\n\n<p>[00:33:56] <strong>Adam Silverstein:</strong> Yes.</p>\n\n\n\n<p>[00:33:56] <strong>Nathan Wrigley:</strong> And, you know, is there a benefit to your search position, should you take the time to do images right?</p>\n\n\n\n<p>[00:34:04] <strong>Adam Silverstein:</strong> Yes, and I’ll say that it’s only really a very small benefit. Really what gets you the best position in search results is having the best content. And if I have an article about Bartlett pears growing in San Diego and someone Googles it, and I’m the only article about that on the web, they’re gonna go right to me. No matter how performant my site is. Where performance comes in is as a waiting factor, like many, many other factors as a signal to Google. Just like HTTPS, mobile support. These are all signals that Google has announced.</p>\n\n\n\n<p>But, uh, you’re not gonna be like, penalized for poor performance. It’s more that if all other things are equal, this could be a weighting factor that would bump you up, having a better experience for your users. But that really shouldn’t be your motivation. Your motivation should be creating a better experience for your users first, and then secondly better achieving your goals once people reach your site.</p>\n\n\n\n<p>So someone described it as a funnel, right? People think of web conversions as a funnel. You start at the top, all the people who see your search results, and then it gets smaller. All the people who click on your search results. And then, all the people who actually do something on your website. And then finally, this tiny, small number of people that convert to being paying customers. And I, and in my hands here just for audio, I’m going from wide to smaller. And where the user experience parts helps, uh, improving user pitch is not up here at the top in getting more search results. It’s here where once users reach your site, then you’re gonna really see that benefit. And so, that’s where you should think about where the benefit comes. It comes from turning those visiting users into actual, whatever your goal is.</p>\n\n\n\n<p>[00:35:36] <strong>Nathan Wrigley:</strong> Okay, I’m gonna go slightly off piste. Google does a fantastic job. I use Google photos, and Google Photos is able to identify the objects in my photos. And so I did wonder if there was a potential Google search. So, for example if I have a website I don’t label, I don’t put any metadata on my images at all. Does Google do any of that? This website is full of trees, and so if I search for a particular tree.</p>\n\n\n\n<p>[00:36:05] <strong>Adam Silverstein:</strong> That’s a really good question. I don’t know the answer. I would say, first of all, please put alt tags on your images. Don’t do that. Because there’s a reason we have alt tags. Actually someone, so it’s the reason, the big reason is of course, accessibility, right. People who are visually impaired can’t see your images. It’s nice if they have a description of what they’re missing.</p>\n\n\n\n<p>Someone actually today came by and said, do you think there’s a way we could take image recognition and make it so that non sighted users touch over the image, they get a description of what they’re seeing. So, if you’re a non sight user, I don’t know if you’ve ever seen people, a lot of times they actually use a touchscreen that’s haptic.</p>\n\n\n\n<p>[00:36:37] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:36:38] <strong>Adam Silverstein:</strong> So they can move over and they can feel the buttons, right. It’s not just, having the buttons described to them in text, but literally a screen that as you’re moving over elements of the page, it bumps up. So you can actually feel, oh, there’s a button. That’s where the home button is, and then they can tap it, right? So they already have this technology, screens that are like this, and of course visually impair people are, are often used to reading braille, so they’re very sensitive with their fingers.</p>\n\n\n\n<p>So imagine something where you have a picture of trees and a person and a visually impaired person could move their hand over and say like, oh, there’s the person and there’s trees back here, and they’re feeling the image. Like that would be amazing. And that would again, require that same visual recognition of images.</p>\n\n\n\n<p>[00:37:12] <strong>Nathan Wrigley:</strong> That is a truly, astonishingly good idea.</p>\n\n\n\n<p>[00:37:14] <strong>Adam Silverstein:</strong> Right, I had never heard that idea.</p>\n\n\n\n<p>[00:37:16] <strong>Nathan Wrigley:</strong> That is just mind blowingly clever. Let’s hope that somebody can build that.</p>\n\n\n\n<p>[00:37:21] <strong>Adam Silverstein:</strong> Yeah. There was another, just one more that someone posted recently to Twitter, you might have seen, but it’s the, it’s like the DALL E tools that are out now with the image generation. So someone has built a WordPress plugin in Gutenberg where you type in, like you’re working on your post and it’s about Bartlett pears in San Diego. So you type in like Bartletts flying across the San Diego Bay, and it generates an image for you of that. You’re there in Gutenberg and you just insert it.</p>\n\n\n\n<p>[00:37:45] <strong>Nathan Wrigley:</strong> The whole AI piece. Rewind the clock just two years, and I thought it was, no, this is going nowhere.</p>\n\n\n\n<p>[00:37:51] <strong>Adam Silverstein:</strong> Right.</p>\n\n\n\n<p>[00:37:51] <strong>Nathan Wrigley:</strong> At no point in the future will you be able to tell a computer to create an image or a piece of art, or replicate, well, almost anything, but especially the things which don’t exist. You know, the triangle dog or whatever it might be.</p>\n\n\n\n<p>[00:38:04] <strong>Adam Silverstein:</strong> Yeah.</p>\n\n\n\n<p>[00:38:05] <strong>Nathan Wrigley:</strong> And, and yet you input it in and just in the space of two years, it’s gone me laughing at it. To me, just being in awe of it.</p>\n\n\n\n<p>[00:38:13] <strong>Adam Silverstein:</strong> It’s amazing.</p>\n\n\n\n<p>[00:38:14] <strong>Nathan Wrigley:</strong> It’s truly amazing.</p>\n\n\n\n<p>[00:38:15] <strong>Adam Silverstein:</strong> Yeah, so I use one of those tools to generate all the images in my slideshow for my presentation yesterday. So I have like hilarious images, like a raccoon surf boarding and a, a goat driving a race car.</p>\n\n\n\n<p>[00:38:25] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:38:26] <strong>Adam Silverstein:</strong> Impossible things, but they look, you know, if you look closely, you can see some weird details. They’re very, very accurate.</p>\n\n\n\n<p>[00:38:32] <strong>Nathan Wrigley:</strong> There’s lots of them as well. I believe the one that captured my attention recently, I think it was called Mind Journey or something like. It’s implementation is to create art.</p>\n\n\n\n<p>[00:38:43] <strong>Adam Silverstein:</strong> Right.</p>\n\n\n\n<p>[00:38:43] <strong>Nathan Wrigley:</strong> So you give it the, the thing that you feed it is, I don’t know, I’d like a picture of a sunset that resembles Rembrandt, with a red sky to the left and so on. And it completely does it.</p>\n\n\n\n<p>[00:38:54] <strong>Adam Silverstein:</strong> That’s amazing.</p>\n\n\n\n<p>[00:38:54] <strong>Nathan Wrigley:</strong> Yeah, an absolute miracle. Adam Silverstein, thank you so much for joining me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:39:00] <strong>Adam Silverstein:</strong> It was fun. Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>.</p>\n\n\n\n<p>Adam is a WordPress core comitter where he works to fix bugs and improve modern web capabilities. As a Developer Relations Engineer in the content ecosystem team at Google, he works to invigorate the open web by empowering and educating developers.</p>\n\n\n\n<p>At the recent WordCamp US, he gave a presentation entitled ‘Images on the Web – past present and future’. In it, he outlined his thoughts on where the web is going in terms of support for different image formats.</p>\n\n\n\n<p>Alongside text, images are the bedrock of webpages. We browse the internet and expect pages to have images of all forms. Photos, illustrations, charts and images to convey additional meaning to the text.</p>\n\n\n\n<p>But how do the images actually get on the page? WordPress makes handling images pretty easy, and Adam explains what happens when you upload an image to the Media Library, and then display it on a page or post in a browser.</p>\n\n\n\n<p>We discuss the fact that different image sizes are created automatically by WordPress, which can be used in a variety of contexts across your website. You’ve likely heard of many of them, but perhaps you have not thought about which format belongs where.</p>\n\n\n\n<p>As with code, the technology behind images does not stand still. New formats are being created all the time and are being supported at differing rates by the major browser vendors. In the past we typically used JPEG, GIF or PNG files to display images on our websites, but there’s good reason to think about adopting other defaults in the near future.</p>\n\n\n\n<p>We discuss some of these new formats, such as WebP, AVIF and JPEG XL, and find out about how they are speeding up website loading times because of their smaller file sizes.</p>\n\n\n\n<p>We also get into how you can optimise your images, and how plugins and SaaS solutions can reduce the size of your files before or after you upload them to your WordPress install.</p>\n\n\n\n<p>Adam has some good advice about a topic which is becoming increasingly important, page load time, and if you’ve never given this serious thought, this is a great podcast episode for you.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case. Over the coming weeks, I’ll be bringing you recordings from a recent trip to WordCamp US 2022, and you might notice that the recordings have a little echo or other strange audio artefacts. Whilst the podcasts are more than listenable, I hope you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://wptavern.com/podcast/34-felix-arntz-on-wordpress-and-performance\">Jukebox Podcast episode 34 – Felix Arntz on WordPress and Performance</a></p>\n\n\n\n<p><a href=\"https://caniuse.com/\">Can I Use website</a></p>\n\n\n\n<p><a href=\"https://libgd.github.io/\">LibGD graphics library</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/new-block-diffusion-plugin-creates-ai-generated-images-from-text-prompts\">New Block Diffusion Plugin Creates AI-Generated Images from Text Prompts</a></p>\n\n\n\n<p><a href=\"https://www.midjourney.com/home/\">Midjourney</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, 19 Oct 2022 14:00: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:14:\"Nathan Wrigley\";s:7:\"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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 01 Nov 2022 22:11:15 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 01 Nov 2022 22:00:35 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170626221757\";}','no'),(26359,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1667383874','no'),(26360,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1667340674','no'),(26361,'_transient_timeout_plugin_slugs','1667427077','no'),(26362,'_transient_plugin_slugs','a:3:{i:0;s:27:\"autoptimize/autoptimize.php\";i:1;s:53:\"easy-wp-meta-description/easy-wp-meta-description.php\";i:2;s:45:\"simple-page-sidebars/simple-page-sidebars.php\";}','no'),(26363,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1667383877','no'),(26364,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\'>People of WordPress: Raghavendra Satish Peri</a> <span class=\"rss-date\">October 31, 2022</span><div class=\"rssSummary\">The latest People of WordPress story features Raghavendra Satish Peri, a digital entrepreneur in web accessibility and digital marketing.</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/around-the-woo-builder-community/\'>Do The Woo Community: Around the Woo Builder Community</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/new-missing-menu-items-plugin-adds-site-building-links-to-wordpress-admin\'>WPTavern: New Missing Menu Items Plugin Adds Site Building Links to WordPress Admin</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\'>WordPress.org blog: People of WordPress: Raghavendra Satish Peri</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(26365,'_transient_is_multi_author','0','yes'),(37184,'_site_transient_timeout_theme_roots','1731401895','no'),(37185,'_site_transient_theme_roots','a:1:{s:21:\"skt-healing-touch-pro\";s:7:\"/themes\";}','no'),(37188,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1731400379;s:8:\"response\";a:1:{s:53:\"easy-wp-meta-description/easy-wp-meta-description.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:38:\"w.org/plugins/easy-wp-meta-description\";s:4:\"slug\";s:24:\"easy-wp-meta-description\";s:6:\"plugin\";s:53:\"easy-wp-meta-description/easy-wp-meta-description.php\";s:11:\"new_version\";s:5:\"1.2.6\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/easy-wp-meta-description/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/easy-wp-meta-description.1.2.6.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:68:\"https://s.w.org/plugins/geopattern-icon/easy-wp-meta-description.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:6:\"3.1.12\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/autoptimize.3.1.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608\";s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:45:\"simple-page-sidebars/simple-page-sidebars.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:34:\"w.org/plugins/simple-page-sidebars\";s:4:\"slug\";s:20:\"simple-page-sidebars\";s:6:\"plugin\";s:45:\"simple-page-sidebars/simple-page-sidebars.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-page-sidebars/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/simple-page-sidebars.1.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/simple-page-sidebars/assets/icon.svg?rev=1547819\";s:3:\"svg\";s:65:\"https://ps.w.org/simple-page-sidebars/assets/icon.svg?rev=1547819\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-page-sidebars/assets/banner-1544x500.png?rev=1544463\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-page-sidebars/assets/banner-772x250.png?rev=1544463\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.2.6\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=930 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','full-width.php'),(2,2,'_edit_lock','1602887309:1'),(3,2,'_edit_last','1'),(4,6,'_edit_last','1'),(5,6,'_edit_lock','1602886907:1'),(6,6,'_wp_page_template','full-width.php'),(7,8,'_edit_last','1'),(8,8,'_edit_lock','1496604987:1'),(9,8,'_wp_page_template','full-width.php'),(10,10,'_edit_last','1'),(11,10,'_edit_lock','1603402626:1'),(12,10,'_wp_page_template','full-width.php'),(13,12,'_menu_item_type','post_type'),(14,12,'_menu_item_menu_item_parent','0'),(15,12,'_menu_item_object_id','10'),(16,12,'_menu_item_object','page'),(17,12,'_menu_item_target',''),(18,12,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19,12,'_menu_item_xfn',''),(20,12,'_menu_item_url',''),(22,13,'_menu_item_type','post_type'),(23,13,'_menu_item_menu_item_parent','0'),(24,13,'_menu_item_object_id','8'),(25,13,'_menu_item_object','page'),(26,13,'_menu_item_target',''),(27,13,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(28,13,'_menu_item_xfn',''),(29,13,'_menu_item_url',''),(31,14,'_menu_item_type','post_type'),(32,14,'_menu_item_menu_item_parent','0'),(33,14,'_menu_item_object_id','6'),(34,14,'_menu_item_object','page'),(35,14,'_menu_item_target',''),(36,14,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(37,14,'_menu_item_xfn',''),(38,14,'_menu_item_url',''),(40,15,'_menu_item_type','post_type'),(41,15,'_menu_item_menu_item_parent','0'),(42,15,'_menu_item_object_id','2'),(43,15,'_menu_item_object','page'),(44,15,'_menu_item_target',''),(45,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(46,15,'_menu_item_xfn',''),(47,15,'_menu_item_url',''),(48,16,'_wp_attached_file','2017/05/home-slide-1.png'),(49,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:717;s:4:\"file\";s:24:\"2017/05/home-slide-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"home-slide-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:24:\"home-slide-1-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"home-slide-1-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"home-slide-1-1024x524.png\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"homepage-thumb\";a:4:{s:4:\"file\";s:24:\"home-slide-1-240x145.png\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,17,'_menu_item_type','custom'),(51,17,'_menu_item_menu_item_parent','0'),(52,17,'_menu_item_object_id','17'),(53,17,'_menu_item_object','custom'),(54,17,'_menu_item_target',''),(55,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(56,17,'_menu_item_xfn',''),(57,17,'_menu_item_url','/'),(104,6,'excerpt','Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities'),(105,30,'_edit_last','1'),(106,30,'_edit_lock','1496604485:1'),(107,30,'_wp_page_template','full-width.php'),(108,32,'_edit_last','1'),(109,32,'_edit_lock','1496604501:1'),(110,32,'_wp_page_template','full-width.php'),(111,34,'_edit_last','1'),(112,34,'_edit_lock','1496604527:1'),(113,34,'_wp_page_template','full-width.php'),(114,36,'_edit_last','1'),(115,36,'_edit_lock','1496604557:1'),(116,36,'_wp_page_template','full-width.php'),(117,38,'_edit_last','1'),(118,38,'_edit_lock','1544548505:1'),(119,38,'_wp_page_template','full-width.php'),(120,40,'_edit_last','1'),(121,40,'_edit_lock','1602867820:1'),(122,40,'_wp_page_template','full-width.php'),(123,42,'_edit_last','1'),(124,42,'_edit_lock','1496604654:1'),(125,42,'_wp_page_template','full-width.php'),(126,44,'_edit_last','1'),(127,44,'_wp_page_template','full-width.php'),(128,44,'_edit_lock','1496604676:1'),(129,46,'_edit_last','1'),(130,46,'_wp_page_template','full-width.php'),(131,46,'_edit_lock','1602887408:1'),(132,48,'_edit_last','1'),(133,48,'_edit_lock','1602887046:1'),(134,48,'_wp_page_template','full-width.php'),(135,50,'_edit_last','1'),(136,50,'_wp_page_template','full-width.php'),(137,50,'_edit_lock','1602887370:1'),(138,52,'_edit_last','1'),(139,52,'_edit_lock','1544810607:1'),(140,52,'_wp_page_template','full-width.php'),(141,54,'_edit_last','1'),(142,54,'_edit_lock','1603405345:1'),(143,54,'_wp_page_template','full-width.php'),(144,56,'_edit_last','1'),(145,56,'_edit_lock','1496605011:1'),(146,56,'_wp_page_template','full-width.php'),(147,58,'_edit_last','1'),(148,58,'_edit_lock','1496605148:1'),(149,58,'_wp_page_template','full-width.php'),(150,60,'_edit_last','1'),(151,60,'_wp_page_template','full-width.php'),(152,60,'_edit_lock','1496605030:1'),(153,62,'_edit_last','1'),(154,62,'_edit_lock','1496605101:1'),(155,62,'_wp_page_template','full-width.php'),(156,64,'_edit_last','1'),(157,64,'_edit_lock','1603405347:1'),(158,64,'_wp_page_template','full-width.php'),(159,66,'_edit_last','1'),(160,66,'_edit_lock','1525304608:2'),(161,66,'_wp_page_template','full-width.php'),(162,68,'_edit_last','1'),(163,68,'_edit_lock','1496605189:1'),(164,68,'_wp_page_template','full-width.php'),(165,70,'_edit_last','1'),(166,70,'_edit_lock','1496604941:1'),(167,70,'_wp_page_template','full-width.php'),(168,72,'_edit_last','1'),(169,72,'_edit_lock','1496604909:1'),(170,72,'_wp_page_template','full-width.php'),(171,74,'_menu_item_type','post_type'),(172,74,'_menu_item_menu_item_parent','15'),(173,74,'_menu_item_object_id','46'),(174,74,'_menu_item_object','page'),(175,74,'_menu_item_target',''),(176,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(177,74,'_menu_item_xfn',''),(178,74,'_menu_item_url',''),(180,75,'_menu_item_type','post_type'),(181,75,'_menu_item_menu_item_parent','74'),(182,75,'_menu_item_object_id','48'),(183,75,'_menu_item_object','page'),(184,75,'_menu_item_target',''),(185,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(186,75,'_menu_item_xfn',''),(187,75,'_menu_item_url',''),(189,76,'_menu_item_type','post_type'),(190,76,'_menu_item_menu_item_parent','74'),(191,76,'_menu_item_object_id','52'),(192,76,'_menu_item_object','page'),(193,76,'_menu_item_target',''),(194,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(195,76,'_menu_item_xfn',''),(196,76,'_menu_item_url',''),(198,77,'_menu_item_type','post_type'),(199,77,'_menu_item_menu_item_parent','74'),(200,77,'_menu_item_object_id','50'),(201,77,'_menu_item_object','page'),(202,77,'_menu_item_target',''),(203,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(204,77,'_menu_item_xfn',''),(205,77,'_menu_item_url',''),(207,78,'_menu_item_type','post_type'),(208,78,'_menu_item_menu_item_parent','15'),(209,78,'_menu_item_object_id','38'),(210,78,'_menu_item_object','page'),(211,78,'_menu_item_target',''),(212,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(213,78,'_menu_item_xfn',''),(214,78,'_menu_item_url',''),(216,79,'_menu_item_type','post_type'),(217,79,'_menu_item_menu_item_parent','78'),(218,79,'_menu_item_object_id','42'),(219,79,'_menu_item_object','page'),(220,79,'_menu_item_target',''),(221,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(222,79,'_menu_item_xfn',''),(223,79,'_menu_item_url',''),(225,80,'_menu_item_type','post_type'),(226,80,'_menu_item_menu_item_parent','78'),(227,80,'_menu_item_object_id','44'),(228,80,'_menu_item_object','page'),(229,80,'_menu_item_target',''),(230,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(231,80,'_menu_item_xfn',''),(232,80,'_menu_item_url',''),(234,81,'_menu_item_type','post_type'),(235,81,'_menu_item_menu_item_parent','78'),(236,81,'_menu_item_object_id','40'),(237,81,'_menu_item_object','page'),(238,81,'_menu_item_target',''),(239,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(240,81,'_menu_item_xfn',''),(241,81,'_menu_item_url',''),(243,82,'_menu_item_type','post_type'),(244,82,'_menu_item_menu_item_parent','15'),(245,82,'_menu_item_object_id','30'),(246,82,'_menu_item_object','page'),(247,82,'_menu_item_target',''),(248,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(249,82,'_menu_item_xfn',''),(250,82,'_menu_item_url',''),(252,83,'_menu_item_type','post_type'),(253,83,'_menu_item_menu_item_parent','82'),(254,83,'_menu_item_object_id','32'),(255,83,'_menu_item_object','page'),(256,83,'_menu_item_target',''),(257,83,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(258,83,'_menu_item_xfn',''),(259,83,'_menu_item_url',''),(261,84,'_menu_item_type','post_type'),(262,84,'_menu_item_menu_item_parent','82'),(263,84,'_menu_item_object_id','34'),(264,84,'_menu_item_object','page'),(265,84,'_menu_item_target',''),(266,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(267,84,'_menu_item_xfn',''),(268,84,'_menu_item_url',''),(270,85,'_menu_item_type','post_type'),(271,85,'_menu_item_menu_item_parent','82'),(272,85,'_menu_item_object_id','36'),(273,85,'_menu_item_object','page'),(274,85,'_menu_item_target',''),(275,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(276,85,'_menu_item_xfn',''),(277,85,'_menu_item_url',''),(279,86,'_menu_item_type','post_type'),(280,86,'_menu_item_menu_item_parent','14'),(281,86,'_menu_item_object_id','66'),(282,86,'_menu_item_object','page'),(283,86,'_menu_item_target',''),(284,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(285,86,'_menu_item_xfn',''),(286,86,'_menu_item_url',''),(288,87,'_menu_item_type','post_type'),(289,87,'_menu_item_menu_item_parent','14'),(290,87,'_menu_item_object_id','68'),(291,87,'_menu_item_object','page'),(292,87,'_menu_item_target',''),(293,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(294,87,'_menu_item_xfn',''),(295,87,'_menu_item_url',''),(297,88,'_menu_item_type','post_type'),(298,88,'_menu_item_menu_item_parent','14'),(299,88,'_menu_item_object_id','54'),(300,88,'_menu_item_object','page'),(301,88,'_menu_item_target',''),(302,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(303,88,'_menu_item_xfn',''),(304,88,'_menu_item_url',''),(306,89,'_menu_item_type','post_type'),(307,89,'_menu_item_menu_item_parent','14'),(308,89,'_menu_item_object_id','58'),(309,89,'_menu_item_object','page'),(310,89,'_menu_item_target',''),(311,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(312,89,'_menu_item_xfn',''),(313,89,'_menu_item_url',''),(315,90,'_menu_item_type','post_type'),(316,90,'_menu_item_menu_item_parent','89'),(317,90,'_menu_item_object_id','62'),(318,90,'_menu_item_object','page'),(319,90,'_menu_item_target',''),(320,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(321,90,'_menu_item_xfn',''),(322,90,'_menu_item_url',''),(324,91,'_menu_item_type','post_type'),(325,91,'_menu_item_menu_item_parent','90'),(326,91,'_menu_item_object_id','64'),(327,91,'_menu_item_object','page'),(328,91,'_menu_item_target',''),(329,91,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(330,91,'_menu_item_xfn',''),(331,91,'_menu_item_url',''),(333,92,'_menu_item_type','post_type'),(334,92,'_menu_item_menu_item_parent','89'),(335,92,'_menu_item_object_id','60'),(336,92,'_menu_item_object','page'),(337,92,'_menu_item_target',''),(338,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(339,92,'_menu_item_xfn',''),(340,92,'_menu_item_url',''),(342,93,'_menu_item_type','post_type'),(343,93,'_menu_item_menu_item_parent','14'),(344,93,'_menu_item_object_id','56'),(345,93,'_menu_item_object','page'),(346,93,'_menu_item_target',''),(347,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(348,93,'_menu_item_xfn',''),(349,93,'_menu_item_url',''),(351,94,'_menu_item_type','post_type'),(352,94,'_menu_item_menu_item_parent','13'),(353,94,'_menu_item_object_id','70'),(354,94,'_menu_item_object','page'),(355,94,'_menu_item_target',''),(356,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(357,94,'_menu_item_xfn',''),(358,94,'_menu_item_url',''),(360,95,'_menu_item_type','post_type'),(361,95,'_menu_item_menu_item_parent','13'),(362,95,'_menu_item_object_id','72'),(363,95,'_menu_item_object','page'),(364,95,'_menu_item_target',''),(365,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(366,95,'_menu_item_xfn',''),(367,95,'_menu_item_url',''),(413,2,'_sidebar_name','Professional Career Sidebar'),(414,102,'_menu_item_type','post_type'),(415,102,'_menu_item_menu_item_parent','0'),(416,102,'_menu_item_object_id','2'),(417,102,'_menu_item_object','page'),(418,102,'_menu_item_target',''),(419,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(420,102,'_menu_item_xfn',''),(421,102,'_menu_item_url',''),(423,103,'_menu_item_type','post_type'),(424,103,'_menu_item_menu_item_parent','102'),(425,103,'_menu_item_object_id','46'),(426,103,'_menu_item_object','page'),(427,103,'_menu_item_target',''),(428,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(429,103,'_menu_item_xfn',''),(430,103,'_menu_item_url',''),(432,104,'_menu_item_type','post_type'),(433,104,'_menu_item_menu_item_parent','103'),(434,104,'_menu_item_object_id','48'),(435,104,'_menu_item_object','page'),(436,104,'_menu_item_target',''),(437,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(438,104,'_menu_item_xfn',''),(439,104,'_menu_item_url',''),(441,105,'_menu_item_type','post_type'),(442,105,'_menu_item_menu_item_parent','103'),(443,105,'_menu_item_object_id','52'),(444,105,'_menu_item_object','page'),(445,105,'_menu_item_target',''),(446,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(447,105,'_menu_item_xfn',''),(448,105,'_menu_item_url',''),(450,106,'_menu_item_type','post_type'),(451,106,'_menu_item_menu_item_parent','103'),(452,106,'_menu_item_object_id','50'),(453,106,'_menu_item_object','page'),(454,106,'_menu_item_target',''),(455,106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(456,106,'_menu_item_xfn',''),(457,106,'_menu_item_url',''),(459,107,'_menu_item_type','post_type'),(460,107,'_menu_item_menu_item_parent','102'),(461,107,'_menu_item_object_id','38'),(462,107,'_menu_item_object','page'),(463,107,'_menu_item_target',''),(464,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(465,107,'_menu_item_xfn',''),(466,107,'_menu_item_url',''),(468,108,'_menu_item_type','post_type'),(469,108,'_menu_item_menu_item_parent','107'),(470,108,'_menu_item_object_id','42'),(471,108,'_menu_item_object','page'),(472,108,'_menu_item_target',''),(473,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(474,108,'_menu_item_xfn',''),(475,108,'_menu_item_url',''),(477,109,'_menu_item_type','post_type'),(478,109,'_menu_item_menu_item_parent','107'),(479,109,'_menu_item_object_id','44'),(480,109,'_menu_item_object','page'),(481,109,'_menu_item_target',''),(482,109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(483,109,'_menu_item_xfn',''),(484,109,'_menu_item_url',''),(486,110,'_menu_item_type','post_type'),(487,110,'_menu_item_menu_item_parent','107'),(488,110,'_menu_item_object_id','40'),(489,110,'_menu_item_object','page'),(490,110,'_menu_item_target',''),(491,110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(492,110,'_menu_item_xfn',''),(493,110,'_menu_item_url',''),(495,111,'_menu_item_type','post_type'),(496,111,'_menu_item_menu_item_parent','102'),(497,111,'_menu_item_object_id','30'),(498,111,'_menu_item_object','page'),(499,111,'_menu_item_target',''),(500,111,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(501,111,'_menu_item_xfn',''),(502,111,'_menu_item_url',''),(504,112,'_menu_item_type','post_type'),(505,112,'_menu_item_menu_item_parent','111'),(506,112,'_menu_item_object_id','32'),(507,112,'_menu_item_object','page'),(508,112,'_menu_item_target',''),(509,112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(510,112,'_menu_item_xfn',''),(511,112,'_menu_item_url',''),(513,113,'_menu_item_type','post_type'),(514,113,'_menu_item_menu_item_parent','111'),(515,113,'_menu_item_object_id','34'),(516,113,'_menu_item_object','page'),(517,113,'_menu_item_target',''),(518,113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(519,113,'_menu_item_xfn',''),(520,113,'_menu_item_url',''),(522,114,'_menu_item_type','post_type'),(523,114,'_menu_item_menu_item_parent','111'),(524,114,'_menu_item_object_id','36'),(525,114,'_menu_item_object','page'),(526,114,'_menu_item_target',''),(527,114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(528,114,'_menu_item_xfn',''),(529,114,'_menu_item_url',''),(530,30,'_sidebar_name','Professional Career Sidebar'),(531,32,'_sidebar_name','Professional Career Sidebar'),(532,34,'_sidebar_name','Professional Career Sidebar'),(533,36,'_sidebar_name','Professional Career Sidebar'),(534,38,'_sidebar_name','Professional Career Sidebar'),(535,40,'_sidebar_name','Professional Career Sidebar'),(536,42,'_sidebar_name','Professional Career Sidebar'),(537,44,'_sidebar_name','Professional Career Sidebar'),(538,46,'_sidebar_name','Professional Career Sidebar'),(539,48,'_sidebar_name','Professional Career Sidebar'),(540,50,'_sidebar_name','Professional Career Sidebar'),(541,52,'_sidebar_name','Professional Career Sidebar'),(542,157,'_menu_item_type','post_type'),(543,157,'_menu_item_menu_item_parent','0'),(544,157,'_menu_item_object_id','8'),(545,157,'_menu_item_object','page'),(546,157,'_menu_item_target',''),(547,157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(548,157,'_menu_item_xfn',''),(549,157,'_menu_item_url',''),(551,158,'_menu_item_type','post_type'),(552,158,'_menu_item_menu_item_parent','157'),(553,158,'_menu_item_object_id','70'),(554,158,'_menu_item_object','page'),(555,158,'_menu_item_target',''),(556,158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(557,158,'_menu_item_xfn',''),(558,158,'_menu_item_url',''),(560,159,'_menu_item_type','post_type'),(561,159,'_menu_item_menu_item_parent','157'),(562,159,'_menu_item_object_id','72'),(563,159,'_menu_item_object','page'),(564,159,'_menu_item_target',''),(565,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(566,159,'_menu_item_xfn',''),(567,159,'_menu_item_url',''),(569,160,'_menu_item_type','post_type'),(570,160,'_menu_item_menu_item_parent','0'),(571,160,'_menu_item_object_id','10'),(572,160,'_menu_item_object','page'),(573,160,'_menu_item_target',''),(574,160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(575,160,'_menu_item_xfn',''),(576,160,'_menu_item_url',''),(578,10,'_sidebar_name','Personal Attributes Sidebar'),(579,8,'_sidebar_name','Personal Attributes Sidebar'),(580,70,'_sidebar_name','Personal Attributes Sidebar'),(581,72,'_sidebar_name','Personal Attributes Sidebar'),(582,6,'_sidebar_name','Community Volunteer Sidebar'),(583,68,'_sidebar_name','Community Volunteer Sidebar'),(584,66,'_sidebar_name','Community Volunteer Sidebar'),(585,54,'_sidebar_name','Community Volunteer Sidebar'),(586,56,'_sidebar_name','Community Volunteer Sidebar'),(587,58,'_sidebar_name','Community Volunteer Sidebar'),(588,60,'_sidebar_name','Community Volunteer Sidebar'),(589,62,'_sidebar_name','Community Volunteer Sidebar'),(590,64,'_sidebar_name','Community Volunteer Sidebar'),(591,191,'_menu_item_type','custom'),(592,191,'_menu_item_menu_item_parent','0'),(593,191,'_menu_item_object_id','191'),(594,191,'_menu_item_object','custom'),(595,191,'_menu_item_target',''),(596,191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(597,191,'_menu_item_xfn',''),(598,191,'_menu_item_url','/'),(600,192,'_menu_item_type','post_type'),(601,192,'_menu_item_menu_item_parent','0'),(602,192,'_menu_item_object_id','2'),(603,192,'_menu_item_object','page'),(604,192,'_menu_item_target',''),(605,192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(606,192,'_menu_item_xfn',''),(607,192,'_menu_item_url',''),(609,193,'_menu_item_type','post_type'),(610,193,'_menu_item_menu_item_parent','0'),(611,193,'_menu_item_object_id','30'),(612,193,'_menu_item_object','page'),(613,193,'_menu_item_target',''),(614,193,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(615,193,'_menu_item_xfn',''),(616,193,'_menu_item_url',''),(645,197,'_menu_item_type','post_type'),(646,197,'_menu_item_menu_item_parent','0'),(647,197,'_menu_item_object_id','38'),(648,197,'_menu_item_object','page'),(649,197,'_menu_item_target',''),(650,197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(651,197,'_menu_item_xfn',''),(652,197,'_menu_item_url',''),(681,201,'_menu_item_type','post_type'),(682,201,'_menu_item_menu_item_parent','0'),(683,201,'_menu_item_object_id','46'),(684,201,'_menu_item_object','page'),(685,201,'_menu_item_target',''),(686,201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(687,201,'_menu_item_xfn',''),(688,201,'_menu_item_url',''),(717,205,'_menu_item_type','post_type'),(718,205,'_menu_item_menu_item_parent','0'),(719,205,'_menu_item_object_id','6'),(720,205,'_menu_item_object','page'),(721,205,'_menu_item_target',''),(722,205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(723,205,'_menu_item_xfn',''),(724,205,'_menu_item_url',''),(726,206,'_menu_item_type','post_type'),(727,206,'_menu_item_menu_item_parent','0'),(728,206,'_menu_item_object_id','66'),(729,206,'_menu_item_object','page'),(730,206,'_menu_item_target',''),(731,206,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(732,206,'_menu_item_xfn',''),(733,206,'_menu_item_url',''),(735,207,'_menu_item_type','post_type'),(736,207,'_menu_item_menu_item_parent','0'),(737,207,'_menu_item_object_id','68'),(738,207,'_menu_item_object','page'),(739,207,'_menu_item_target',''),(740,207,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(741,207,'_menu_item_xfn',''),(742,207,'_menu_item_url',''),(744,208,'_menu_item_type','post_type'),(745,208,'_menu_item_menu_item_parent','0'),(746,208,'_menu_item_object_id','54'),(747,208,'_menu_item_object','page'),(748,208,'_menu_item_target',''),(749,208,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(750,208,'_menu_item_xfn',''),(751,208,'_menu_item_url',''),(753,209,'_menu_item_type','post_type'),(754,209,'_menu_item_menu_item_parent','0'),(755,209,'_menu_item_object_id','58'),(756,209,'_menu_item_object','page'),(757,209,'_menu_item_target',''),(758,209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(759,209,'_menu_item_xfn',''),(760,209,'_menu_item_url',''),(789,213,'_menu_item_type','post_type'),(790,213,'_menu_item_menu_item_parent','0'),(791,213,'_menu_item_object_id','56'),(792,213,'_menu_item_object','page'),(793,213,'_menu_item_target',''),(794,213,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(795,213,'_menu_item_xfn',''),(796,213,'_menu_item_url',''),(798,214,'_menu_item_type','post_type'),(799,214,'_menu_item_menu_item_parent','0'),(800,214,'_menu_item_object_id','8'),(801,214,'_menu_item_object','page'),(802,214,'_menu_item_target',''),(803,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(804,214,'_menu_item_xfn',''),(805,214,'_menu_item_url',''),(807,215,'_menu_item_type','post_type'),(808,215,'_menu_item_menu_item_parent','0'),(809,215,'_menu_item_object_id','70'),(810,215,'_menu_item_object','page'),(811,215,'_menu_item_target',''),(812,215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(813,215,'_menu_item_xfn',''),(814,215,'_menu_item_url',''),(816,216,'_menu_item_type','post_type'),(817,216,'_menu_item_menu_item_parent','0'),(818,216,'_menu_item_object_id','72'),(819,216,'_menu_item_object','page'),(820,216,'_menu_item_target',''),(821,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(822,216,'_menu_item_xfn',''),(823,216,'_menu_item_url',''),(825,217,'_menu_item_type','post_type'),(826,217,'_menu_item_menu_item_parent','0'),(827,217,'_menu_item_object_id','10'),(828,217,'_menu_item_object','page'),(829,217,'_menu_item_target',''),(830,217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(831,217,'_menu_item_xfn',''),(832,217,'_menu_item_url',''),(834,2,'_easy_wp_meta_description','Highlights of the professional career of Thomas Kalajian.'),(835,30,'_easy_wp_meta_description','Brief description of Thomas Kalajian\'s accomplishments.'),(836,32,'_easy_wp_meta_description','Thomas Kalajian was nominated as Businessman of the Year by the Santa Ana Chamber of Commerce for the year 1992.'),(837,34,'_easy_wp_meta_description','Thomas Kalajian\'s acceptance by the Orange County Forum into its exclusive Executive Leadership Series was an honor and an accomplishment.'),(838,36,'_easy_wp_meta_description','Thomas Kalajian is an award-winning Toastmaster speaker, and has held every executive position at the Club level multiple times.'),(839,38,'_easy_wp_meta_description','Testimonials from Thomas Kalajian\'s customers.'),(840,40,'_easy_wp_meta_description','Testimonials from Thomas Kalajian\'s tax preparation customers.'),(841,42,'_easy_wp_meta_description','Testimonials from Thomas Kalajian\'s accounting customers.'),(842,44,'_easy_wp_meta_description','Testimonials from Thomas Kalajian\'s business consulting customers.'),(843,46,'_easy_wp_meta_description','A summary of Thomas Kalajian\'s professional qualifications.'),(844,48,'_easy_wp_meta_description','Thomas Kalajian\'s qualifications as a business appraiser.'),(845,50,'_easy_wp_meta_description','Thomas Kalajian\'s seminar leadership qualifications.'),(846,52,'_easy_wp_meta_description','A California Registered Tax Preparer (CRTP) has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.'),(847,10,'_easy_wp_meta_description','A candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.'),(848,72,'_easy_wp_meta_description','Thomas Kalajian\'s Mission Statement is critically important to understanding how an individual or group is guided by long-term goals.'),(849,70,'_easy_wp_meta_description','Thoms Kalajian\'s core Values are long-term, unchanging principles of conduct which survive technological changes, temporary social patterns and norms through time.'),(850,8,'_easy_wp_meta_description','A summary of the driving principles of Thomas Kalajian\'s life.'),(851,56,'_easy_wp_meta_description','As a community volunteer, Thomas Kalajian covered income taxes and business development strategies for the OCN viewing community.'),(852,60,'_easy_wp_meta_description','Thomas Kalajian has volunteered several years as the Drama Department\'s Lighting Director at the Edgewood Campus of Fairmont Schools.'),(853,64,'_easy_wp_meta_description','Thomas Kalajian\'s presentations at Chapman Univerity\'s Public Speaking and Leadership Skills Workshop.'),(854,62,'_easy_wp_meta_description','Thomas Kalajian has volunteered for several years to teach television broadcasting journalism students public speaking and podium skills in a recurring annual workshop given on the Chapman University campus.'),(855,58,'_easy_wp_meta_description','Thomas Kalajian\'s commitment to educational excellence takes the form of investing his time in volunteer activities in schools so students have a realistic example and role model.'),(856,54,'_easy_wp_meta_description','Thomas Kalajian was project community coordinator of the most successful pledge drive in the history of Orange County PBS station KOCE-TV.'),(857,68,'_easy_wp_meta_description','Thomas Kalajian extended his commitment to public and community volunteer service through his candidacy in 2002 for an open position in the Board of Directors for the Lake Forest II Homeowners\' Association of which he is a member-resident.'),(858,66,'_easy_wp_meta_description','Thomas Kalajian was a founding member of the Flo-Jo Memorial Community Empowerment Foundation in 1999.'),(859,6,'_easy_wp_meta_description','Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities.'),(860,226,'_edit_lock','1602887751:1'),(861,226,'_edit_last','1'),(862,226,'_wp_page_template','full-width.php'),(863,226,'_easy_wp_meta_description',''),(864,226,'_sidebar_name','Professional Career Sidebar'),(865,228,'_menu_item_type','post_type'),(866,228,'_menu_item_menu_item_parent','0'),(867,228,'_menu_item_object_id','226'),(868,228,'_menu_item_object','page'),(869,228,'_menu_item_target',''),(870,228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(871,228,'_menu_item_xfn',''),(872,228,'_menu_item_url',''),(874,229,'_menu_item_type','post_type'),(875,229,'_menu_item_menu_item_parent','107'),(876,229,'_menu_item_object_id','226'),(877,229,'_menu_item_object','page'),(878,229,'_menu_item_target',''),(879,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(880,229,'_menu_item_xfn',''),(881,229,'_menu_item_url',''),(882,257,'_wp_attached_file','2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf'),(883,258,'_menu_item_type','custom'),(884,258,'_menu_item_menu_item_parent','15'),(885,258,'_menu_item_object_id','258'),(886,258,'_menu_item_object','custom'),(887,258,'_menu_item_target','_blank'),(888,258,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(889,258,'_menu_item_xfn',''),(890,258,'_menu_item_url','http://thomaskalajian.com/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf'),(892,259,'_menu_item_type','custom'),(893,259,'_menu_item_menu_item_parent','102'),(894,259,'_menu_item_object_id','259'),(895,259,'_menu_item_object','custom'),(896,259,'_menu_item_target','_blank'),(897,259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(898,259,'_menu_item_xfn',''),(899,259,'_menu_item_url','http://thomaskalajian.com/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf'),(901,260,'_menu_item_type','custom'),(902,260,'_menu_item_menu_item_parent','0'),(903,260,'_menu_item_object_id','260'),(904,260,'_menu_item_object','custom'),(905,260,'_menu_item_target','_blank'),(906,260,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(907,260,'_menu_item_xfn',''),(908,260,'_menu_item_url','http://thomaskalajian.com/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf'),(909,288,'_menu_item_type','post_type'),(910,288,'_menu_item_menu_item_parent','78'),(911,288,'_menu_item_object_id','226'),(912,288,'_menu_item_object','page'),(913,288,'_menu_item_target',''),(914,288,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(915,288,'_menu_item_xfn',''),(916,288,'_menu_item_url',''),(922,294,'_menu_item_type','post_type'),(923,294,'_menu_item_menu_item_parent','0'),(924,294,'_menu_item_object_id','226'),(925,294,'_menu_item_object','page'),(926,294,'_menu_item_target',''),(927,294,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(928,294,'_menu_item_xfn',''),(929,294,'_menu_item_url',''); /*!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_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_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=296 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'2017-05-19 20:24:38','2017-05-19 20:24:38','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignleft\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','publish','closed','closed','','professional-career','','','2020-10-16 22:30:14','2020-10-16 22:30:14','',0,'http://thomaskalajian.com/wp2017/?page_id=2',1,'page','',0),(4,1,'2020-10-16 22:27:01','2020-10-16 22:27:01','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\n\n<h2>Career Highlights</h2>\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\n\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\n\nThomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. <strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\n\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\n\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\n\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\n\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\n\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\n\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-autosave-v1','','','2020-10-16 22:27:01','2020-10-16 22:27:01','',2,'http://thomaskalajian.com/wp2017/2-autosave-v1/',0,'revision','',0),(5,1,'2017-05-19 20:46:10','2017-05-19 20:46:10','','Professional Career','','inherit','closed','closed','','2-revision-v1','','','2017-05-19 20:46:10','2017-05-19 20:46:10','',2,'http://thomaskalajian.com/wp2017/2-revision-v1/',0,'revision','',0),(6,1,'2017-05-19 20:47:07','2017-05-19 20:47:07','<h4 align=\"left\">Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities</h4>\r\n<ul>\r\n <li>\r\n<p align=\"left\">American Youth Soccer Organization (AYSO), team sponsor (with Mrs. Kalajian)</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Orange County Performing Arts Center (with Mrs. Kalajian)</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for Orange County Bar Foundation Celebrity Golf Tournament, 2000</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for The Event, Celebrity Charity Golf Tournament benefiting CHOC, Children\'s\' Hospital of Orange County</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for Juden and Friends, Celebrity Charity Rock Concert in Las Vegas with major league baseball</p>\r\n</li>\r\n</ul>','Community Volunteer','Thomas Kalajian has made a life-long commitment to community service through his work in social betterment groups and activities.','publish','closed','closed','','community-volunteer','','','2020-10-16 22:23:42','2020-10-16 22:23:42','',0,'http://thomaskalajian.com/wp2017/?page_id=6',2,'page','',0),(7,1,'2017-05-19 20:47:07','2017-05-19 20:47:07','','Community Volunteer','','inherit','closed','closed','','6-revision-v1','','','2017-05-19 20:47:07','2017-05-19 20:47:07','',6,'http://thomaskalajian.com/wp2017/6-revision-v1/',0,'revision','',0),(8,1,'2017-05-19 20:47:24','2017-05-19 20:47:24','Thomas Kalajian\'s principles drive his conduct. He believes that he is accountable for all his actions, both favorable and unfavorable.\r\n\r\nHis core values have been forged by the American culture and refined by his experience in living his life by the enduring American concepts of fundamental honesty and personal integrity, and his commitment to the intrinsic dignity and respect for human beings.\r\n\r\nHis life choices and business practices do not involve exploitation of others, leveraging perceived advantages over the misfortunes of others, invoking situational ethics or employing justifications to explain transgressing upon others for personal gain, greed or domination, either by overt or covert means.','Personal Attributes','Thomas Kalajian\'s principles drive his conduct. He believes that he is accountable for all his actions, both favorable and unfavorable.','publish','closed','closed','','personal-attributes','','','2017-06-04 19:38:46','2017-06-04 19:38:46','',0,'http://thomaskalajian.com/wp2017/?page_id=8',3,'page','',0),(9,1,'2017-05-19 20:47:24','2017-05-19 20:47:24','','Personal Attributes','','inherit','closed','closed','','8-revision-v1','','','2017-05-19 20:47:24','2017-05-19 20:47:24','',8,'http://thomaskalajian.com/wp2017/8-revision-v1/',0,'revision','',0),(10,1,'2017-05-19 20:47:43','2017-05-19 20:47:43','<strong>Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.</strong>\r\n\r\nThomas Kalajian\'s responsibilities in the U.S. Army Signal Corps included the Transportation Coordinator for I Corps quadrant, as the only enlisted position in Section S-4, headquartered in Nha Trang, Viet Nam.\r\n\r\nAfter the 6 month regular course, he was awarded advanced multiplex radio equipment repair training in Ft. Monmouth, NJ and earned the rank of Specialist Fourth Class (SP-4) upon gradation with honors from the advanced radio training school. His Military Occupational Specialty was 32E20, Fixed Plant Radio Equipment Repair. Thomas Kalajian scored the highest in his class in Morse code and was among the highest in his GT score, which later qualified him for membership in American Mensa, Ltd.\r\n\r\nThomas Kalajian was awarded the Viet Nam campaign ribbon and qualified for the Sharpshooter medal on the M-16 automatic rifle, the highest level of accuracy attainable in the military.\r\n\r\n<img src=\"/S-4%20view%20from%20TK\'s%20desk.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView from Thomas Kalajian\'s desk in S-4, the Transportation Coordinator for I Corps Quadrant of Viet Nam headquartered in Nha Trang, Viet Nam circa 1968. Seated at the far left back is Cpt. Thomas Tyvand, the CO of the unit. Thomas Kalajian served exclusively with commissioned officers and warrant officers.\r\n\r\n<img src=\"/Nha%20Trang%20living%20quarters,%20July%2068.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView of Thomas Kalajian\'s living quarters in hooch in Nha Trang, Viet Nam. Fan was required to cool stereo equipment in order to remain operational. His foot locker is shown in front of the open cabinet. His weapon is stored in the locker next to the door for quick access. The base at Nha Trang underwent enemy fire from rockets and mortars regularly. Thomas Kalajian has retained the Teac tape deck shown in the cabinet as a memento of his tour of duty. The red lights on the recorder indicate it is operating in \"record\" mode of the programming available to GIs from local and military broadcast stations. The tape recorder was also used to send taped messages to family members back to the U.S. on small 3\" tapes, some of which are shown to the left of the tuner/amplifier in the stereo cabinet.\r\n\r\n<img src=\"/Cam%20Ranh%20Bay%20hooches.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView from the back of a \"deuce and a half\" (two and a half ton capacity truck) leaving the camp where Thomas Kalajian was stationed in Nha Trang. In the background are the \"hooches\" in which GIs lived. Sand bags are shown fortifying the area. Temperatures reached over 110 degrees during monsoon season where the humidity was nearly 100 percent.\r\n\r\n<img src=\"/Cam%20Ranh%20Bay%20pest%20control.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nRegular patrols were mounted for pest control and disease abatement measures, especially during monsoon, where heat and humidity were unbearable and conducive to disease.','Viet Nam Veteran','Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.','publish','closed','closed','','viet-nam-veteran','','','2020-10-22 21:36:22','2020-10-22 21:36:22','',0,'http://thomaskalajian.com/wp2017/?page_id=10',4,'page','',0),(11,1,'2017-05-19 20:47:43','2017-05-19 20:47:43','','Viet Nam Veteran','','inherit','closed','closed','','10-revision-v1','','','2017-05-19 20:47:43','2017-05-19 20:47:43','',10,'http://thomaskalajian.com/wp2017/10-revision-v1/',0,'revision','',0),(12,1,'2017-05-19 20:48:56','2017-05-19 20:48:56','','Viet Nam Veteran','','publish','closed','closed','','12','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',0,'http://thomaskalajian.com/wp2017/?p=12',30,'nav_menu_item','',0),(13,1,'2017-05-19 20:48:55','2017-05-19 20:48:55',' ','','','publish','closed','closed','','13','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',0,'http://thomaskalajian.com/wp2017/?p=13',27,'nav_menu_item','',0),(14,1,'2017-05-19 20:48:55','2017-05-19 20:48:55',' ','','','publish','closed','closed','','14','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',0,'http://thomaskalajian.com/wp2017/?p=14',18,'nav_menu_item','',0),(15,1,'2017-05-19 20:48:55','2017-05-19 20:48:55',' ','','','publish','closed','closed','','15','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',0,'http://thomaskalajian.com/wp2017/?p=15',3,'nav_menu_item','',0),(16,1,'2017-05-25 22:52:55','2017-05-25 22:52:55','','home-slide-1','','inherit','open','closed','','home-slide-1','','','2017-05-25 22:52:55','2017-05-25 22:52:55','',0,'http://thomaskalajian.com/wp2017/wp-content/uploads/2017/05/home-slide-1.png',0,'attachment','image/png',0),(17,1,'2017-05-26 21:30:03','2017-05-26 21:30:03','','Home','','publish','closed','closed','','home','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',0,'http://thomaskalajian.com/wp2017/?p=17',1,'nav_menu_item','',0),(23,1,'2017-05-26 22:48:19','2017-05-26 22:48:19','','Community Volunteer','Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities.','inherit','closed','closed','','6-revision-v1','','','2017-05-26 22:48:19','2017-05-26 22:48:19','',6,'http://thomaskalajian.com/wp2017/index.php/uncategorized/6-revision-v1/',0,'revision','',0),(24,1,'2017-05-26 22:49:45','2017-05-26 22:49:45','','Personal Attributes','Thomas Kalajian\'s principles drive his conduct. He believes that he is accountable for all his actions, both favorable and unfavorable.','inherit','closed','closed','','8-revision-v1','','','2017-05-26 22:49:45','2017-05-26 22:49:45','',8,'http://thomaskalajian.com/wp2017/index.php/uncategorized/8-revision-v1/',0,'revision','',0),(25,1,'2017-05-26 22:50:19','2017-05-26 22:50:19','','Viet Nam Veteran','Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.','inherit','closed','closed','','10-revision-v1','','','2017-05-26 22:50:19','2017-05-26 22:50:19','',10,'http://thomaskalajian.com/wp2017/index.php/uncategorized/10-revision-v1/',0,'revision','',0),(26,1,'2017-05-26 22:51:45','2017-05-26 22:51:45','','Professional Career','Thomas Kalajian is proficient in integrating, planning and coordinating multiple financial and administrative disciplines for achieving extraordinary results for both client and community objectives.','inherit','closed','closed','','2-revision-v1','','','2017-05-26 22:51:45','2017-05-26 22:51:45','',2,'http://thomaskalajian.com/wp2017/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(27,1,'2017-05-26 22:52:32','2017-05-26 22:52:32','','Viet Nam War Veteran','Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.','inherit','closed','closed','','10-revision-v1','','','2017-05-26 22:52:32','2017-05-26 22:52:32','',10,'http://thomaskalajian.com/wp2017/index.php/uncategorized/10-revision-v1/',0,'revision','',0),(28,1,'2017-05-26 22:53:11','2017-05-26 22:53:11','','Professional Career','Thomas Kalajian is a highly trained and experienced financial services professional.','inherit','closed','closed','','2-revision-v1','','','2017-05-26 22:53:11','2017-05-26 22:53:11','',2,'http://thomaskalajian.com/wp2017/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(29,1,'2017-05-26 22:54:29','2017-05-26 22:54:29','','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2017-05-26 22:54:29','2017-05-26 22:54:29','',2,'http://thomaskalajian.com/wp2017/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(30,1,'2017-05-26 23:11:57','2017-05-26 23:11:57','<img class=\"alignleft\" style=\"width: 218px; height: 144px;\" src=\"/Greek%20columns.jpg\" />Whether attaining professional public speaking skills, being recognized as a business leader by Chamber of Commerce or graduating from a prestigious program of Executive Leadership by the Orange County Forum, Thomas Kalajian\'s accomplishments speak for themselves in demonstrating his character and core values of continuous learning, and acceptance of the responsibility which leadership requires.','Accomplishments','','publish','closed','closed','','accomplishments','','','2017-06-04 19:30:24','2017-06-04 19:30:24','',2,'http://thomaskalajian.com/wp2017/?page_id=30',1,'page','',0),(31,1,'2017-05-26 23:11:57','2017-05-26 23:11:57','','Accomplishments','','inherit','closed','closed','','30-revision-v1','','','2017-05-26 23:11:57','2017-05-26 23:11:57','',30,'http://thomaskalajian.com/wp2017/index.php/uncategorized/30-revision-v1/',0,'revision','',0),(32,1,'2017-05-26 23:12:21','2017-05-26 23:12:21','<h4>Thomas Kalajian was nominated as Businessman of the Year by the Santa Ana Chamber of Commerce for the year 1992.</h4>\r\n<img style=\"width: 100%; max-width: 600px; height: auto;\" src=\"/Santa%20Ana%20Chamber.jpg\" />','Businessman of the Year','','publish','closed','closed','','businessman-of-the-year','','','2017-06-04 19:30:40','2017-06-04 19:30:40','',30,'http://thomaskalajian.com/wp2017/?page_id=32',1,'page','',0),(33,1,'2017-05-26 23:12:21','2017-05-26 23:12:21','','Businessman of the Year','','inherit','closed','closed','','32-revision-v1','','','2017-05-26 23:12:21','2017-05-26 23:12:21','',32,'http://thomaskalajian.com/wp2017/index.php/uncategorized/32-revision-v1/',0,'revision','',0),(34,1,'2017-05-26 23:12:41','2017-05-26 23:12:41','Thomas Kalajian\'s acceptance by the Orange County Forum into its exclusive Executive Leadership Series was an honor and an accomplishment which Thomas Kalajian completed in the Fall of 1993. The graduation ceremonies were held at Chapman University and completion awards were presented by Dr. James Doti, President of Chapman University.\r\n\r\n<img src=\"/Orange%20County%20Forum%20Acceptance.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\n<img src=\"/Orange%20County%20Forum.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Executive Leadership','','publish','closed','closed','','executive-leadership','','','2017-06-04 19:31:07','2017-06-04 19:31:07','',30,'http://thomaskalajian.com/wp2017/?page_id=34',2,'page','',0),(35,1,'2017-05-26 23:12:41','2017-05-26 23:12:41','','Executive Leadership','','inherit','closed','closed','','34-revision-v1','','','2017-05-26 23:12:41','2017-05-26 23:12:41','',34,'http://thomaskalajian.com/wp2017/index.php/uncategorized/34-revision-v1/',0,'revision','',0),(36,1,'2017-05-26 23:12:58','2017-05-26 23:12:58','<strong>Thomas Kalajian is an award-winning Toastmaster speaker, an Area speech contest Master of Ceremonies, and has held every executive position at the Club level multiple times.</strong>\r\n\r\nA Charter member of an award-winning Toastmaster club, #3442 in Tustin, Thomas Kalajian quickly distinguished himself with both public speaking and leadership skills. The club won international distinction as the one of the few clubs in Toastmaster history to qualify for full club establishment status of over 20 new members on its first founding meeting.\r\n\r\nThomas Kalajian has participated at Club level, Area level and District level activities, helping launch other Toastmaster clubs, providing assistance to other clubs and participating in Speech Contests and introductory programs to introduce speaking and leadership skills to students from elementary schools to universities.\r\n\r\n<img src=\"/Toastmasters%20founding%20membership.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\n<img src=\"/Toastmasters%20A.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Toastmasters','','publish','closed','closed','','toastmasters','','','2017-06-04 19:31:35','2017-06-04 19:31:35','',30,'http://thomaskalajian.com/wp2017/?page_id=36',3,'page','',0),(37,1,'2017-05-26 23:12:58','2017-05-26 23:12:58','','Toastmasters','','inherit','closed','closed','','36-revision-v1','','','2017-05-26 23:12:58','2017-05-26 23:12:58','',36,'http://thomaskalajian.com/wp2017/index.php/uncategorized/36-revision-v1/',0,'revision','',0),(38,1,'2017-05-26 23:13:16','2017-05-26 23:13:16','Client satisfaction surveys and testimonials are key to remaining close to clients, understanding changing expectations, anticipating and fulfilling needs before they become requirements, and maintaining the edge on proactive service differentials.\r\n\r\nThomas Kalajian\'s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. \r\n\r\nRather, in the larger scope of exceptional service models, his benchmarks are the great service corporations of American business, such as Disney Theme Parks, Federal Express, Southwest Airlines and other pioneering corporations whose culture and performance form the leading edge of the intense and innovative customer-focused movement.\r\n\r\n<ul style=\"margin-left:20px;\">\r\n<li><a href=\"/index.php/professional-career/testimonials/video-testimonials/\">Video Testimonials</a></li>\r\n<li><a href=\"/index.php/professional-career/testimonials/tax-testimonials/\">Tax Testimonials</a></li>\r\n<li><a href=\"/index.php/professional-career/testimonials/accounting-testimonials/\">Accounting Testimonials</a></li>\r\n<li><a href=\"/index.php/professional-career/testimonials/consulting-testimonials/\">Consulting Testimonials</a></li>\r\n</ul>','Testimonials','','publish','closed','closed','','testimonials','','','2018-12-11 17:17:09','2018-12-11 17:17:09','',2,'http://thomaskalajian.com/wp2017/?page_id=38',2,'page','',0),(39,1,'2017-05-26 23:13:16','2017-05-26 23:13:16','','Testimonials','','inherit','closed','closed','','38-revision-v1','','','2017-05-26 23:13:16','2017-05-26 23:13:16','',38,'http://thomaskalajian.com/wp2017/index.php/uncategorized/38-revision-v1/',0,'revision','',0),(40,1,'2017-05-26 23:13:34','2017-05-26 23:13:34','<h4>Samples of Individual Tax Return Survey Responses</h4>\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20CS.jpg\" style=\"width:100%; max-width:383px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20HT.jpg\" style=\"width:100%; max-width:379px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20MB.jpg\" style=\"width:100%; max-width:373px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20NS.jpg\" style=\"width:100%; max-width:371px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20PW.jpg\" style=\"width:100%; max-width:372px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20RB.jpg\" style=\"width:100%; max-width:371px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20RR2.jpg\" style=\"width:100%; max-width:370px; height:auto;\" />\r\n\r\n<h4>Sample of Business Tax Service Surveys and Testimonials</h4>\r\n<img src=\"/Testimonial%20-%202003%20-%201065%20-%20RPM.jpg\" style=\"width:100%; max-width:378px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201120%20-%20MFP.jpg\" style=\"width:100%; max-width:379px; height:auto;\" /> <img src=\"/Testimonial,%20bus%20taxes%20Ned.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial,%20bus%20taxes%20Ben%20Koyama.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial%20-%20Schillhahn.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20Yone.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />','Tax Testimonials','','publish','closed','closed','','tax-testimonials','','','2017-06-04 19:32:56','2017-06-04 19:32:56','',38,'http://thomaskalajian.com/wp2017/?page_id=40',1,'page','',0),(41,1,'2017-05-26 23:13:34','2017-05-26 23:13:34','','Tax Testimonials','','inherit','closed','closed','','40-revision-v1','','','2017-05-26 23:13:34','2017-05-26 23:13:34','',40,'http://thomaskalajian.com/wp2017/index.php/uncategorized/40-revision-v1/',0,'revision','',0),(42,1,'2017-05-26 23:13:49','2017-05-26 23:13:49','<img src=\"/Testimonial%20-%20AJ,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20HP.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20JC.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20JG.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20MG.jpg\" style=\"width:100%; max-width:480px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20RD.jpg\" style=\"width:100%; max-width:421px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20TW.jpg\" style=\"width:100%; max-width:478px; height:auto;\" /> <img src=\"/Testimonial%20-%20BV,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20CZ,%20blurred.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> <img src=\"/Testimonial%20-%20RPM,%20blurred.jpg\" style=\"width:100%; max-width:521px; height:auto;\" /> <img src=\"/Testimonial%20-%20MAK%20&%20TAD.jpg\" style=\"width:100%; max-width:449px; height:auto;\" /> <img src=\"/Testimonial%20-%20NM,%20blurred.jpg\" style=\"width:100%; max-width:500px; height:auto;\" /> <img src=\"/Testimonial%20-%20Rice,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />','Accounting Testimonials','','publish','closed','closed','','accounting-testimonials','','','2017-06-04 19:33:14','2017-06-04 19:33:14','',38,'http://thomaskalajian.com/wp2017/?page_id=42',2,'page','',0),(43,1,'2017-05-26 23:13:49','2017-05-26 23:13:49','','Accounting Testimonials','','inherit','closed','closed','','42-revision-v1','','','2017-05-26 23:13:49','2017-05-26 23:13:49','',42,'http://thomaskalajian.com/wp2017/index.php/uncategorized/42-revision-v1/',0,'revision','',0),(44,1,'2017-05-26 23:14:02','2017-05-26 23:14:02','<img src=\"/Testimonial%20-%20bus%20consulting%20-%20CS.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20DM.jpg\" style=\"width:100%; max-width:500px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20DW.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20EB.jpg\" style=\"width:100%; max-width:550px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20EB1.jpg\" style=\"width:100%; max-width:550px; height:auto;\" />','Consulting Testimonials','','publish','closed','closed','','consulting-testimonials','','','2017-06-04 19:33:35','2017-06-04 19:33:35','',38,'http://thomaskalajian.com/wp2017/?page_id=44',3,'page','',0),(45,1,'2017-05-26 23:14:02','2017-05-26 23:14:02','','Consulting Testimonials','','inherit','closed','closed','','44-revision-v1','','','2017-05-26 23:14:02','2017-05-26 23:14:02','',44,'http://thomaskalajian.com/wp2017/index.php/uncategorized/44-revision-v1/',0,'revision','',0),(46,1,'2017-05-26 23:14:19','2017-05-26 23:14:19','<h4>Summary of Professional Qualifications</h4>\r\n<strong>Business Valuation/Appraisal</strong>\r\n<p style=\"padding-left: 30px;\"><strong>ABAR</strong>, Accredited in Business Appraisal Review, <em>NACVA</em></p>\r\n<p style=\"padding-left: 30px; display: none;\"><strong>CVA</strong>, Certified Valuation Analyst, <em>National Association of Certified Valuation Analysts (NACVA)</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>2010 Award for Best Accredited in Appraisal Review Qualifying Report</strong></p>\r\n<strong>Income Taxes</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Registered and Bonded Tax Preparer</strong>, <em>CRTP #A042575</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Registered PTIN Tax Preparer</strong>, <em>IRS PTIN #P00360800</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>2016 Participant</strong>, IRS Annual Filing Season Program</p>\r\n<strong>Life Insurance</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Licensed Life Agent</strong>, <em>#0C87598</em></p>\r\n<strong>Business Development</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Advanced Business Development Workshop, <em>Focus Group, 1997</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Accountants’ Boot Camp, <em>Results Accountants’ Systems, 1995</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Executive Leadership Series, <em>Orange County Forum, 1993</em></p>\r\n<strong>University Completion</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Bachelor of Science</strong>, Business Administration, Concentration in Accounting, <em>California State University Northridge, 1971</em></p>','Qualifications','','publish','closed','closed','','qualifications','','','2020-10-16 22:32:11','2020-10-16 22:32:11','',2,'http://thomaskalajian.com/wp2017/?page_id=46',3,'page','',0),(47,1,'2017-05-26 23:14:19','2017-05-26 23:14:19','','Qualifications','','inherit','closed','closed','','46-revision-v1','','','2017-05-26 23:14:19','2017-05-26 23:14:19','',46,'http://thomaskalajian.com/wp2017/index.php/uncategorized/46-revision-v1/',0,'revision','',0),(48,1,'2017-05-26 23:14:31','2017-05-26 23:14:31','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<div style=\"display:none;\">\r\n<h4>CVA Designation</h4>\r\n<h5>Certified Valuation Analyst (CVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.\r\n</div>','Business Appraiser','','publish','closed','closed','','business-appraiser','','','2020-10-16 22:26:20','2020-10-16 22:26:20','',46,'http://thomaskalajian.com/wp2017/?page_id=48',1,'page','',0),(49,1,'2017-05-26 23:14:31','2017-05-26 23:14:31','','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2017-05-26 23:14:31','2017-05-26 23:14:31','',48,'http://thomaskalajian.com/wp2017/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(50,1,'2017-05-26 23:14:47','2017-05-26 23:14:47','<strong>Thomas Kalajian is an award-winning public speaker with Toastmasters International, an experienced seminar developer and leader, and an accomplished Master of Ceremonies, achieving the level of Competent Toastmaster in Toastmasters International with additional advanced studies completed in seminar and presentation skills.</strong>\r\n\r\nThomas Kalajian has a unique talent for making complex ideas easily come alive so they make real sense for immediate use. He knows how to boil ideas down into their simple elements so they easily become simple to implement for busy business owners. Examples of the broad range of subjects include:\r\n\r\n<ul>\r\n<li>Business development and growth</li>\r\n<li>Strategic planning</li>\r\n<li>Non-accounting performance measurement: Key Performance Indicators and Critical Success Factors</li>\r\n<li>Customer service strategies</li>\r\n<li>Business communication and telephone skills</li>\r\n<li>Tax-cutting strategies</li>\r\n<li style=\"display: none;\" />Business valuation methods and valuation improvement strategies</li>\r\n<li>Medical practice management, including medical reimbursements, office management, maximizing cash flow and detection and prevention of embezzlement</li>\r\n<li>Effective new telephone and communication skills for business growth</li>\r\n<li>Building team acceptance to change</li>\r\n<li>Working with team members to embrace customer service initiatives</li>\r\n<li>Overall improvement in business management skills for small business owners.</li>\r\n</ul>\r\n\r\n<strong>Thomas Kalajian\'s seminars, speeches and workshops have included the following titles:</strong>\r\n<ul>\r\n<li>\"32 Ways to Boost Your Bottom Line\"</li>\r\n<li>\"Quality Service: What It Is and How To Deliver It\"</li>\r\n<li>\"Cash or Accrual Accounting: Which Is Better and Why\"</li>\r\n<li>\"Boosting Your Bottom Line Beyond The Bean Counting Mentality\"</li>\r\n<li>\"Fundamental Business Factors in Successful Private School Administration\"</li>\r\n<li>\"Clinton\'s Tax Law Changes: What They Mean For You and Your Business\"</li>\r\n<li>\"Target Marketing: How To Pick Your Customers and What To Expect\"</li>\r\n<li>\"Ten Steps To Optimizing Revenue In A Medical Practice\"</li>\r\n<li>\"Detecting and Preventing Employee Embezzlement In A Medical Practice\"</li>\r\n<li>\"Delivering Awesome Service\"</li>\r\n<li>\"Phone Right: Optimizing Prospect Conversion Rates For Incoming Callers\"</li>\r\n<li>\"The Key Leverage Points In Your Profit Improvement Potential\"</li>\r\n<li>\"Recognizing New Opportunities In The Challenges of Change\"</li>\r\n<li>\"Getting Your Business To Work For YOU\"</li>\r\n<li>\"Professional Public Presentation Rules and Tips\"</li>\r\n</ul>\r\n\r\n<strong>Some of Thomas Kalajian\'s seminar invitations are shown below:</strong>\r\n<img src=\"/Hoag%20inviation%20on%2010%20steps.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />\r\n<img src=\"/Seminar%20invitation%20-%20Mont%20Chamber.jpg\" style=\"width:100%; max-width:647px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Orange%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber,%20Women%20In%20Business%20Committee.jpg\" style=\"width:100%; max-width:649px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\r\n<img src=\"/Seminar%20invitation%20-%20St%20Joseph.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />','Seminar Leadership','','publish','closed','closed','','seminar-leadership','','','2020-10-16 22:31:37','2020-10-16 22:31:37','',46,'http://thomaskalajian.com/wp2017/?page_id=50',2,'page','',0),(51,1,'2017-05-26 23:14:47','2017-05-26 23:14:47','','Seminar Leadership','','inherit','closed','closed','','50-revision-v1','','','2017-05-26 23:14:47','2017-05-26 23:14:47','',50,'http://thomaskalajian.com/wp2017/index.php/uncategorized/50-revision-v1/',0,'revision','',0),(52,1,'2017-05-26 23:14:59','2017-05-26 23:14:59','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\r\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n\r\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n\r\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n\r\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n\r\n<h2 style=\"margin-top:55px;\">What Is A CRTP?</h2>\r\n<strong>CRTP Professional Income Tax Designation</strong>\r\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</strong>\r\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\r\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\r\n\r\nCRTP, CTEC Registered Tax Preparer\r\nCTEC, California Tax Education Council\r\nCPA, Certified Public Accountant\r\nGAAP, Generally Accepted Accounting Principles\r\n<table border=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" height=\"13\">\r\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"13\"></td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\r\n<td width=\"100\" height=\"49\">Thomas Kalajian</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Client confidentiality</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n</tbody>\r\n</table>','CRTP or CPA?','','publish','closed','closed','','crtp-or-cpa','','','2017-06-04 19:36:31','2017-06-04 19:36:31','',46,'http://thomaskalajian.com/wp2017/?page_id=52',3,'page','',0),(53,1,'2017-05-26 23:14:59','2017-05-26 23:14:59','','CRTP or CPA?','','inherit','closed','closed','','52-revision-v1','','','2017-05-26 23:14:59','2017-05-26 23:14:59','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-revision-v1/',0,'revision','',0),(54,1,'2017-05-26 23:15:24','2017-05-26 23:15:24','<h4>Record-breaking Pledge Drive on KOCE-TV - Orange County, California</h4>\r\n\r\n<h4>Pioneering Broadcasts Break All Pledge Records on KOCE-TV</h4>\r\n\r\n<a href=\"/PowerPoint%20Presentations/March%2029,%202007.pps\">Click here</a> to view slide presentation of March 29th record-breaking broadcast.\r\n\r\nThomas Kalajian was project community coordinator of the most successful pledge drive in the history of Orange County PBS station KOCE-TV, the 5th largest broadcast audience in the Public Broadcasting System.\r\n\r\nOrange County PBS station KOCE has pioneered the broadcasting of Armenian Genocide documentaries, showing both leadership and conviction to objective journalism by being among the first in the Southern California television market to broadcast these controversial documentaries disproving the false claims by deniers, including the U.S. Department of State, successive Administrations and the government of Turkey.\r\n\r\nThe live broadcast broke many records. It earned the highest amount ever pledged in a program in the 35-year history of KOCE, breaking the record set 13 years earlier with the six-hour program of the Three Tenors. This pledge drive earned more money in three hours than the Three Tenors earned in six hours. The total pledged was over $118,500. Station management said they would be satisfied with $15,000 and thrilled to reach $30,000.\r\n\r\nThe live program was originally broadcast on March 29, 2007 and the program continues to be rebroadcast frequently.\r\n\r\n<img src=\"/images/TVK%20Cert.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nCertificate of Appreciation by Orange County PBS station KOCE-TV\r\n\r\n<img src=\"/images/KOCE%20Thank%20You%20Letter%20to%20TK.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nLetter of Appreciation from Orange County PBS station KOCE-TV','Orange County PBS','','publish','closed','closed','','orange-county-pbs','','','2017-06-04 19:41:47','2017-06-04 19:41:47','',6,'http://thomaskalajian.com/wp2017/?page_id=54',0,'page','',0),(55,1,'2017-05-26 23:15:24','2017-05-26 23:15:24','','Orange County PBS','','inherit','closed','closed','','54-revision-v1','','','2017-05-26 23:15:24','2017-05-26 23:15:24','',54,'http://thomaskalajian.com/wp2017/index.php/uncategorized/54-revision-v1/',0,'revision','',0),(56,1,'2017-05-26 23:15:40','2017-05-26 23:15:40','<h4>10 Years of Community Television Broadcasting on Orange County\'s OCN Cable News Channel</h4>\r\n\r\nAs a community volunteer, Thomas Kalajian covered income taxes and business development strategies for the OCN viewing community, reaching over 2 million viewers.\r\n\r\nThe Tom Kalajian reports were regularly repeated throughout the 24-hour broadcast schedule and extending for several days, consistently receiving the highest favorable responses from viewers. Thomas Kalajian\'s last report was in April, 2001. OCN discontinued operations in August, 2001.\r\n\r\n<img src=\"/OCN%20ID%20Badge.jpg\" style=\"width:100%; max-width:297px; height:auto;\" />\r\nThomas Kalajian\'s security identification badge for authorization and access to OCN television studios in Santa Ana, California\r\n\r\n<img src=\"/OCN%20testimonial%20by%20Lewis%20Robertson.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nLetter from Lewis Robertson, General Manager of OCN cable station congratulating Thomas Kalajian on his broadcast correspondence quality and impact on the Orange County community. Mr. Robertson became a client of Thomas Kalajian\'s CPA firm for years afterward until his retirement to Florida.\r\n\r\n<img src=\"/TK%20at%20OCN%20composition%20desk,%20ver%20b.jpg\" style=\"width:100%; max-width:300px; height:auto;\" /></p>\r\nThomas Kalajian at the keyboard writing script for an upcoming broadcast on the teleprompter system while business anchor Pete Weitzner looks on.\r\n\r\n<img src=\"/TK%20at%20OCN%20planning%20desk,%20ver%20b1.jpg\" style=\"width:100%; max-width:300px; height:auto;\" />\r\nThomas Kalajian in conference regarding an upcoming broadcast with business anchor Pete Weitzner and technical team member.\r\n\r\n<img src=\"/TK%20at%20OCN%20anchor%20desk,%20portrait,%20ver%20a.jpg\" style=\"width:100%; max-width:150px; height:auto;\" />\r\nThomas Kalajian at the anchor desk in the OCN studios before broadcast of his commentary on business development and tax tips.\r\n\r\n<img src=\"/OCN%20studio1.jpg\" style=\"width:100%; max-width:300px; height:auto;\" />\r\nThomas Kalajian at the OCN live call-in set at the OCN studios before broadcast with IRS representative (right) and news anchor Leslie Layton (left).\r\n\r\n<img src=\"/images/Greg%20Ricks%20and%20Tom%20Kalajian%20at%20OCN%20anchor%20desk.jpg\" style=\"width:100%; max-width:253px; height:auto;\" />\r\nThomas Kalajian at the OCN anchor desk at the OCN studios before broadcast with news anchor Gregory Ricks (left).','Television Broadcasting','','publish','closed','closed','','television-broadcasting','','','2017-06-04 19:39:10','2017-06-04 19:39:10','',6,'http://thomaskalajian.com/wp2017/?page_id=56',0,'page','',0),(57,1,'2017-05-26 23:15:40','2017-05-26 23:15:40','','Television Broadcasting','','inherit','closed','closed','','56-revision-v1','','','2017-05-26 23:15:40','2017-05-26 23:15:40','',56,'http://thomaskalajian.com/wp2017/index.php/uncategorized/56-revision-v1/',0,'revision','',0),(58,1,'2017-05-26 23:15:55','2017-05-26 23:15:55','<h4>A Commitment To Educational Excellence Through Personal Participation</h4>\r\n\r\nThomas Kalajian\'s commitment to educational excellence takes the form of investing his time in volunteer activities in schools so students have a realistic example and role model of both concerned parents and adults who demonstrate their dedication to expanding an educated and ethical society.\r\n\r\nHis volunteer work spans a broad spectrum of support activities, including:\r\n<ul>\r\n<li>Full-day management seminar for the Orange County Private School Administrators,</li>\r\n<li>Chapman School of Film and Television, public speaking and podium skills to broadcasting students</li>\r\n<li>Board member for parochial school for several years,</li>\r\n<li>Fund raising support and organization of events,</li>\r\n<li>Tustin Tiller Days information booth set up,</li>\r\n<li>Custodianship of a private school during transition of the Executive Director,</li>\r\n<li>Theater lighting set-up and operation for school plays,</li>\r\n<li>Set-up, operation and clean up of safe on-campus Halloween Night activities</li>\r\n</ul>','School Programs','','publish','closed','closed','','school-programs','','','2017-06-04 19:41:28','2017-06-04 19:41:28','',6,'http://thomaskalajian.com/wp2017/?page_id=58',0,'page','',0),(59,1,'2017-05-26 23:15:55','2017-05-26 23:15:55','','School Programs','','inherit','closed','closed','','58-revision-v1','','','2017-05-26 23:15:55','2017-05-26 23:15:55','',58,'http://thomaskalajian.com/wp2017/index.php/uncategorized/58-revision-v1/',0,'revision','',0),(60,1,'2017-05-26 23:16:15','2017-05-26 23:16:15','<h3>Drama Department Lighting Director</h3>\r\n\r\n<strong>Thomas Kalajian has volunteered several years as the Drama Department\'s Lighting Director at the Edgewood Campus of Fairmont Schools. For several of those years, his volunteer service extended beyond the terms in which his own children were enrolled at the school</strong>\r\n\r\nThe Edgewood Campus of Fairmont Schools is located on the border of Tustin and Santa Ana in Orange County, California.\r\n\r\n<img src=\"/Fairmont%20testimonial.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nFairmont Schools Letter of Appreciation - 2000\r\n\r\n<img src=\"/Testimonial,%20Marla%202.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nFairmont Personal Note of Appreciation - 1994','Edgewood School','','publish','closed','closed','','edgewood-school','','','2017-06-04 19:39:30','2017-06-04 19:39:30','',58,'http://thomaskalajian.com/wp2017/?page_id=60',0,'page','',0),(61,1,'2017-05-26 23:16:15','2017-05-26 23:16:15','','Edgewood School','','inherit','closed','closed','','60-revision-v1','','','2017-05-26 23:16:15','2017-05-26 23:16:15','',60,'http://thomaskalajian.com/wp2017/index.php/uncategorized/60-revision-v1/',0,'revision','',0),(62,1,'2017-05-26 23:16:29','2017-05-26 23:16:29','<h4>Guest Lecturer</h4>\r\n\r\n<strong>Public Speaking and Leadership Skills Workshops</strong>\r\n\r\n<strong>Thomas Kalajian has volunteered for several years to teach television broadcasting journalism students public speaking and podium skills in a recurring annual workshop given on the Chapman University campus.</strong>\r\n\r\nLocated in Orange, California, Chapman University School of Film and Television is rapidly gaining a world-wide reputation for it\'s professional excellence, and providing leadership training through auxiliary resources for its students, such as the program presented by Thomas Kalajian.\r\n\r\nMany of the graduates are thrust into positions of community leadership from the wide exposure gained from their television broadcasting careers. Therefore, they are often called upon to be speakers and masters of ceremony in community and charitable events.\r\n\r\nThey must perform well, as they will have achieved the status of a local celebrity, and their performance reflects on their employers, as well as affecting their career in the community. Yet, no formal program is offered at Chapman to prepare students to fulfill these expectations in their leadership role.\r\n\r\nThomas Kalajian\'s workshop prepares students for basic skills in speech crafting, appropriate introductions, podium etiquette, dealing with difficult and unexpected situations, proper transitions, controlling the mood, pace and energy level of the event, maintaining grace, control and charm throughout the event, and practice in impromptu situations. The objective of this workshop is to prepare students to assume these community leadership responsibilities with greater ease, professionalism and confidence.\r\n\r\n<img src=\"/Chapman%20Film,%20Dec%202003.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Chapman University','','publish','closed','closed','','chapman-university','','','2017-06-04 19:40:41','2017-06-04 19:40:41','',58,'http://thomaskalajian.com/wp2017/?page_id=62',0,'page','',0),(63,1,'2017-05-26 23:16:29','2017-05-26 23:16:29','','Chapman University','','inherit','closed','closed','','62-revision-v1','','','2017-05-26 23:16:29','2017-05-26 23:16:29','',62,'http://thomaskalajian.com/wp2017/index.php/uncategorized/62-revision-v1/',0,'revision','',0),(64,1,'2017-05-26 23:16:44','2017-05-26 23:16:44','<h4>Public Speaking and Leadership Skills Workshop</h4>\r\n\r\n<strong>May 5, 2010</strong>\r\n\r\n<strong>PowerPoint® Slide Presentations:</strong>\r\n<ul>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20an%20Introduction.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of an Introduction</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20a%20Speech.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of a Speech</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Transferring%20Control%20of%20the%20Event%20to%20Another%20Speaker.pps\" style=\"text-decoration:underline; color:#3695eb;\">Transferring Control of the Event to Another Speaker</a></li>\r\n</ul>\r\n\r\n<strong>Adobe® PDF Outlines and Guides:</strong>\r\n<ul>\r\n<li><a href=\"/PDF%20Files/Chapman%20University%20-%20Suggested%20Design%20and%20Structure%20of%20a%20Speech%20-%202010.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Design and Structure of a Speech</a></li>\r\n<li><a href=\"/PDF%20Files/Suggested%20Procedures%20for%20Turning%20Over%20the%20Lectern,%202010.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Procedures for Turning Over the Lectern</a></li>\r\n<li><a href=\"/PDF%20Files/Principal%20Workshop%20Notes.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Principal Workshop Notes</a></li>\r\n<li><a href=\"/PDF%20Files/Toastmasters%20top10.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Toastmasters Top 10</a></li>\r\n</ul>','Leadership Workshop','','publish','closed','closed','','leadership-workshop','','','2017-06-04 19:40:21','2017-06-04 19:40:21','',62,'http://thomaskalajian.com/wp2017/?page_id=64',0,'page','',0),(65,1,'2017-05-26 23:16:44','2017-05-26 23:16:44','','Leadership Workshop','','inherit','closed','closed','','64-revision-v1','','','2017-05-26 23:16:44','2017-05-26 23:16:44','',64,'http://thomaskalajian.com/wp2017/index.php/uncategorized/64-revision-v1/',0,'revision','',0),(66,1,'2017-05-26 23:16:58','2017-05-26 23:16:58','<h3>Member of Flo-Jo\'s Foundation Board of Directors and Steering Committee</h3>\r\n<h4>Thomas Kalajian was a founding member of the Flo-Jo Memorial Community Empowerment Foundation in 1999</h4>\r\nHe has served on its Board of Directors, has been a permanent member of the Steering Committees for the Annual Celebrity Charity Golf Classics since inception and has volunteered his services for the treasury, accounting and income tax preparation functions of the Foundation since its inception.\r\n\r\nShown below are various examples of Mr. Kalajian\'s involvement in the first annual Al Joyner / Flo-Jo Celebrity Charity Golf Classic in 1999.\r\n\r\n<img src=\"/Flo-Jo%20steering%20committee.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo steering committee\" alt=\"Flo-Jo steering committee\" />\r\nThomas Kalajian, Steering Committee, Al Joyner / Flo Jo Celebrity Charity Golf Classic\r\n\r\n<img src=\"/Flo-Jo%20program%20ad.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program ad\" alt=\"Flo-Jo program ad\" />\r\nFull-Page Tribute To Flo-Jo From Thomas Kalajian\r\n\r\n<img src=\"/Flo-Jo%20program%20cover.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program cover\" alt=\"Flo-Jo program cover\" />\r\nAl Joyner / Flo-Jo Celebrity Charity Golf Classic Program Cover\r\n\r\n<img src=\"/Flo-Jo%20program%20purpose.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program purpose\" alt=\"Flo-Jo program purpose\" />\r\nAl Joyner / Flo-Jo Celebrity Charity Golf Classic Purpose Statement','Flo-Jo Foundation','','publish','closed','closed','','flo-jo-foundation','','','2017-06-04 19:42:28','2017-06-04 19:42:28','',6,'http://thomaskalajian.com/wp2017/?page_id=66',0,'page','',0),(67,1,'2017-05-26 23:16:58','2017-05-26 23:16:58','','Flo-Jo Foundation','','inherit','closed','closed','','66-revision-v1','','','2017-05-26 23:16:58','2017-05-26 23:16:58','',66,'http://thomaskalajian.com/wp2017/index.php/uncategorized/66-revision-v1/',0,'revision','',0),(68,1,'2017-05-26 23:17:12','2017-05-26 23:17:12','<h3>Candidate for Volunteer Homeowner Association Board of Directors, Lake Forest II, Lake Forest, California</h3>\r\n\r\n<h4>Thomas Kalajian extended his commitment to public and community volunteer service through his candidacy in 2002 for an open position in the Board of Directors for the Lake Forest II Homeowners\' Association of which he is a member-resident.</h4>\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Candidate%20Statements.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Candidacy%20Announcement.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Ballot.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\r\n\r\n<strong>The Association\'s bylaws require a quorum of at least 1/3 of the homeowner members cast their vote in order for the election results to be valid. Thomas Kalajian attended all but one meeting during his candidacy, and walked throughout his neighborhood with his family in an attempt to reach a quorum by speaking to homeowners personally and handing out his candidacy flyers and ballots.</strong>\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Flyer.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\n<strong>In 2002, as in several years consistently in the past, a quorum was not reached, so the election was set aside in accordance with the bylaws. According to the bylaws, no reporting of election results is required if a quorum is not reached. Accordingly, the Board did not authorize the expense for a tally of the votes for the election. The incumbents were automatically returned to office and the one vacant seat was filled by appointment by the reinstated Board.</strong>\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Announcement%20of%20Appointment.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />','Homeowners\' Association','','publish','closed','closed','','homeowners-association','','','2017-06-04 19:42:08','2017-06-04 19:42:08','',6,'http://thomaskalajian.com/wp2017/?page_id=68',0,'page','',0),(69,1,'2017-05-26 23:17:12','2017-05-26 23:17:12','','Homeowners\' Association','','inherit','closed','closed','','68-revision-v1','','','2017-05-26 23:17:12','2017-05-26 23:17:12','',68,'http://thomaskalajian.com/wp2017/index.php/uncategorized/68-revision-v1/',0,'revision','',0),(70,1,'2017-05-26 23:17:27','2017-05-26 23:17:27','<strong>Core Values</strong> are long-term, unchanging principles of conduct which survive technological changes, temporary social patterns and norms through time.\r\n\r\nThey are basic philosophical rules which form the basis of the organization\'s culture.\r\n\r\nThese Core Values define the manner in which the objectives are met and way the group identifies with and relates to its environment and fulfills its responsibilities for ethical and socially redeeming behavior.\r\n\r\nCore Values answer the question, \"How do we go about doing our work?\"\r\n\r\nThe <strong>absence of values</strong> suggests that any means to accomplish goals are acceptable, regardless of costs, implications or consequences.\r\n\r\nDisclosing one\'s values dispels any doubt of an individual or group\'s fundamental positions on the pursuit of their activities, so that they may be known by their values and obtain agreement with whom they resonate.\r\n\r\nThomas Kalajian is pleased to present his core values publicly.\r\n\r\n<strong>Dedication To Clients.</strong>\r\nWe respect the sanctity of client goals and regard our role to facilitate their realization as a sacred trust and responsibility.\r\n\r\n<strong>Pursuit of Excellence.</strong>\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 clients’ unexpressed expectations\r\n\r\n<strong>Valuing Others.</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.\r\n\r\n<strong>Authenticity and Integrity.</strong>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.\r\n\r\n<strong>Responsibility for Leadership.</strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients rely upon our expertise and judgment for guidance, insight, perspective and direction.\r\n\r\n<strong>Resourcefulness.</strong>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.\r\n\r\n<strong>Mutual Respect.</strong>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value or others, nor condone others in doing so.\r\n\r\n<strong>Bettering Conditions.</strong>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.','Core Values','','publish','closed','closed','','core-values','','','2017-06-04 19:38:00','2017-06-04 19:38:00','',8,'http://thomaskalajian.com/wp2017/?page_id=70',0,'page','',0),(71,1,'2017-05-26 23:17:27','2017-05-26 23:17:27','','Core Values','','inherit','closed','closed','','70-revision-v1','','','2017-05-26 23:17:27','2017-05-26 23:17:27','',70,'http://thomaskalajian.com/wp2017/index.php/uncategorized/70-revision-v1/',0,'revision','',0),(72,1,'2017-05-26 23:17:48','2017-05-26 23:17:48','Thomas Kalajian\'s Mission Statement is critically important to understanding how an individual or group is guided by long-term goals.\r\n\r\nThe Mission Statement, helps sharpen the focus about which activities fall within and outside of the objectives. It helps answer the question, \"What should we be doing and why?\"\r\n\r\nA Mission Statement announces an individual\'s or group\'s ideal scene in a concise statement of broad goals and permits others to determine whether support and agreement with the mission is warranted.\r\n<h4 style=\"text-align: center;\"><strong>Professional Mission Statement</strong>\r\n\"To Bring About a Significant Financial Improvement for Our Clients\"</h4>\r\n<h4 style=\"text-align: center;\"><strong>Personal Mission Statement</strong>\r\n\"To Bring About a Significant Improvement in Conditions\"</h4>','Mission','','publish','closed','closed','','mission','','','2017-06-04 19:37:28','2017-06-04 19:37:28','',8,'http://thomaskalajian.com/wp2017/?page_id=72',0,'page','',0),(73,1,'2017-05-26 23:17:48','2017-05-26 23:17:48','','Mission','','inherit','closed','closed','','72-revision-v1','','','2017-05-26 23:17:48','2017-05-26 23:17:48','',72,'http://thomaskalajian.com/wp2017/index.php/uncategorized/72-revision-v1/',0,'revision','',0),(74,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','74','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',2,'http://thomaskalajian.com/wp2017/?p=74',14,'nav_menu_item','',0),(75,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','75','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',46,'http://thomaskalajian.com/wp2017/?p=75',15,'nav_menu_item','',0),(76,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','76','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',46,'http://thomaskalajian.com/wp2017/?p=76',17,'nav_menu_item','',0),(77,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','77','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',46,'http://thomaskalajian.com/wp2017/?p=77',16,'nav_menu_item','',0),(78,1,'2017-05-26 23:20:40','2017-05-26 23:20:40',' ','','','publish','closed','closed','','78','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',2,'http://thomaskalajian.com/wp2017/?p=78',9,'nav_menu_item','',0),(79,1,'2017-05-26 23:20:40','2017-05-26 23:20:40',' ','','','publish','closed','closed','','79','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',38,'http://thomaskalajian.com/wp2017/?p=79',12,'nav_menu_item','',0),(80,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','80','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',38,'http://thomaskalajian.com/wp2017/?p=80',13,'nav_menu_item','',0),(81,1,'2017-05-26 23:20:40','2017-05-26 23:20:40',' ','','','publish','closed','closed','','81','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',38,'http://thomaskalajian.com/wp2017/?p=81',11,'nav_menu_item','',0),(82,1,'2017-05-26 23:20:40','2017-05-26 23:20:40',' ','','','publish','closed','closed','','82','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',2,'http://thomaskalajian.com/wp2017/?p=82',5,'nav_menu_item','',0),(83,1,'2017-05-26 23:20:40','2017-05-26 23:20:40',' ','','','publish','closed','closed','','83','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',30,'http://thomaskalajian.com/wp2017/?p=83',6,'nav_menu_item','',0),(84,1,'2017-05-26 23:20:40','2017-05-26 23:20:40',' ','','','publish','closed','closed','','84','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',30,'http://thomaskalajian.com/wp2017/?p=84',7,'nav_menu_item','',0),(85,1,'2017-05-26 23:20:40','2017-05-26 23:20:40',' ','','','publish','closed','closed','','85','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',30,'http://thomaskalajian.com/wp2017/?p=85',8,'nav_menu_item','',0),(86,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','86','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',6,'http://thomaskalajian.com/wp2017/?p=86',25,'nav_menu_item','',0),(87,1,'2017-05-26 23:20:41','2017-05-26 23:20:41','','Homeowners\' Association','','publish','closed','closed','','homeowners-association','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',6,'http://thomaskalajian.com/wp2017/?p=87',26,'nav_menu_item','',0),(88,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','88','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',6,'http://thomaskalajian.com/wp2017/?p=88',19,'nav_menu_item','',0),(89,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','89','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',6,'http://thomaskalajian.com/wp2017/?p=89',21,'nav_menu_item','',0),(90,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','90','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',58,'http://thomaskalajian.com/wp2017/?p=90',23,'nav_menu_item','',0),(91,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','91','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',62,'http://thomaskalajian.com/wp2017/?p=91',24,'nav_menu_item','',0),(92,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','92','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',58,'http://thomaskalajian.com/wp2017/?p=92',22,'nav_menu_item','',0),(93,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','93','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',6,'http://thomaskalajian.com/wp2017/?p=93',20,'nav_menu_item','',0),(94,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','94','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',8,'http://thomaskalajian.com/wp2017/?p=94',28,'nav_menu_item','',0),(95,1,'2017-05-26 23:20:41','2017-05-26 23:20:41',' ','','','publish','closed','closed','','95','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',8,'http://thomaskalajian.com/wp2017/?p=95',29,'nav_menu_item','',0),(101,1,'2017-05-30 22:54:58','2017-05-30 22:54:58','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"http://thomaskalajian.com/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review. </strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/CRTP_Designation.htm\"><img class=\"alignright\" src=\"http://thomaskalajian.com/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n<p align=\"left\"><img class=\"alignleft\" src=\"http://thomaskalajian.com/AVA%20Certificate.jpg\" width=\"199\" height=\"149\" border=\"0\" /><strong><a href=\"http://thomaskalajian.com/AVA_Designation.htm\">AVA</a>, Accredited Valuation Analyst.</strong> This new business valuation credential requires the most rigorous education, testing and experience requirements of the national credentialing organization, the National Association of Certified Valuation Analysts.More demanding than NACVA\'s original CVA credential, the AVA credential requires a 4 year university degree in finance and accounting, 2 years experience in valuation methodologies, and practical knowledge in the valuation field.</p>\r\n<p align=\"left\"><strong><img class=\"alignright\" src=\"http://thomaskalajian.com/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting.</p>\r\n<p align=\"left\">The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n<img class=\"alignleft\" src=\"http://thomaskalajian.com/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa. </strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.</p>\r\n<p align=\"left\"><strong><a href=\"http://thomaskalajian.com/military_duty.htm\"><img class=\"alignright\" src=\"http://thomaskalajian.com/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"http://thomaskalajian.com/military_duty.htm\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.</p>\r\n<a href=\"http://thomaskalajian.com/television.htm\"><img class=\"alignleft\" src=\"http://thomaskalajian.com/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"http://thomaskalajian.com/television.htm\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel.\r\n<p align=\"left\">OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.</p>\r\n \r\n<p align=\"left\"><img class=\"alignright\" src=\"http://thomaskalajian.com/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist. </strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an AVA in 2002 for preparing formal certified business valuation appraisal reports.</p>\r\n<p align=\"center\"><img class=\"alignleft\" src=\"http://thomaskalajian.com/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /></p>\r\n<strong>Business Leader. </strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional<a href=\"http://thomaskalajian.com/Mission.htm\">mission</a> and enduring <a href=\"http://thomaskalajian.com/Mission.htm\">core values</a>.Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2017-05-30 22:54:58','2017-05-30 22:54:58','',2,'http://thomaskalajian.com/wp2017/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(102,1,'2017-05-30 23:11:42','2017-05-30 23:11:42',' ','','','publish','closed','closed','','102','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',0,'http://thomaskalajian.com/wp2017/?p=102',1,'nav_menu_item','',0),(103,1,'2017-05-30 23:11:42','2017-05-30 23:11:42',' ','','','publish','closed','closed','','103','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',2,'http://thomaskalajian.com/wp2017/?p=103',3,'nav_menu_item','',0),(104,1,'2017-05-30 23:11:42','2017-05-30 23:11:42',' ','','','publish','closed','closed','','104','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',46,'http://thomaskalajian.com/wp2017/?p=104',4,'nav_menu_item','',0),(105,1,'2017-05-30 23:11:42','2017-05-30 23:11:42',' ','','','publish','closed','closed','','105','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',46,'http://thomaskalajian.com/wp2017/?p=105',5,'nav_menu_item','',0),(106,1,'2017-05-30 23:11:42','2017-05-30 23:11:42',' ','','','publish','closed','closed','','106','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',46,'http://thomaskalajian.com/wp2017/?p=106',6,'nav_menu_item','',0),(107,1,'2017-05-30 23:11:42','2017-05-30 23:11:42',' ','','','publish','closed','closed','','107','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',2,'http://thomaskalajian.com/wp2017/?p=107',7,'nav_menu_item','',0),(108,1,'2017-05-30 23:11:43','2017-05-30 23:11:43',' ','','','publish','closed','closed','','108','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',38,'http://thomaskalajian.com/wp2017/?p=108',9,'nav_menu_item','',0),(109,1,'2017-05-30 23:11:43','2017-05-30 23:11:43',' ','','','publish','closed','closed','','109','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',38,'http://thomaskalajian.com/wp2017/?p=109',10,'nav_menu_item','',0),(110,1,'2017-05-30 23:11:43','2017-05-30 23:11:43',' ','','','publish','closed','closed','','110','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',38,'http://thomaskalajian.com/wp2017/?p=110',11,'nav_menu_item','',0),(111,1,'2017-05-30 23:11:43','2017-05-30 23:11:43',' ','','','publish','closed','closed','','111','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',2,'http://thomaskalajian.com/wp2017/?p=111',12,'nav_menu_item','',0),(112,1,'2017-05-30 23:11:43','2017-05-30 23:11:43',' ','','','publish','closed','closed','','112','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',30,'http://thomaskalajian.com/wp2017/?p=112',13,'nav_menu_item','',0),(113,1,'2017-05-30 23:11:43','2017-05-30 23:11:43',' ','','','publish','closed','closed','','113','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',30,'http://thomaskalajian.com/wp2017/?p=113',14,'nav_menu_item','',0),(114,1,'2017-05-30 23:11:43','2017-05-30 23:11:43',' ','','','publish','closed','closed','','114','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',30,'http://thomaskalajian.com/wp2017/?p=114',15,'nav_menu_item','',0),(116,1,'2017-05-31 16:55:51','2017-05-31 16:55:51','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review. </strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/CRTP_Designation.htm\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n<p align=\"left\"><img class=\"alignleft\" src=\"http://thomaskalajian.com/AVA%20Certificate.jpg\" width=\"199\" height=\"149\" border=\"0\" /><strong><a href=\"http://thomaskalajian.com/AVA_Designation.htm\">AVA</a>, Accredited Valuation Analyst.</strong> This new business valuation credential requires the most rigorous education, testing and experience requirements of the national credentialing organization, the National Association of Certified Valuation Analysts.More demanding than NACVA\'s original CVA credential, the AVA credential requires a 4 year university degree in finance and accounting, 2 years experience in valuation methodologies, and practical knowledge in the valuation field.</p>\r\n<p align=\"left\"><strong><img class=\"alignright\" src=\"http://thomaskalajian.com/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting.</p>\r\n<p align=\"left\">The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n<img class=\"alignleft\" src=\"http://thomaskalajian.com/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa. </strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.</p>\r\n<p align=\"left\"><strong><a href=\"http://thomaskalajian.com/military_duty.htm\"><img class=\"alignright\" src=\"http://thomaskalajian.com/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"http://thomaskalajian.com/military_duty.htm\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.</p>\r\n<a href=\"http://thomaskalajian.com/television.htm\"><img class=\"alignleft\" src=\"http://thomaskalajian.com/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"http://thomaskalajian.com/television.htm\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel.\r\n<p align=\"left\">OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.</p>\r\n \r\n<p align=\"left\"><img class=\"alignright\" src=\"http://thomaskalajian.com/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist. </strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an AVA in 2002 for preparing formal certified business valuation appraisal reports.</p>\r\n<p align=\"center\"><img class=\"alignleft\" src=\"http://thomaskalajian.com/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /></p>\r\n<strong>Business Leader. </strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional<a href=\"http://thomaskalajian.com/Mission.htm\">mission</a> and enduring <a href=\"http://thomaskalajian.com/Mission.htm\">core values</a>.Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2017-05-31 16:55:51','2017-05-31 16:55:51','',2,'http://thomaskalajian.com/wp2017/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(117,1,'2017-05-31 17:04:14','2017-05-31 17:04:14','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/wp2017/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<img class=\"alignleft\" src=\"/AVA%20Certificate.jpg\" width=\"199\" height=\"149\" border=\"0\" /><strong><a href=\"http://thomaskalajian.com/wp2017/index.php/professional-career/qualifications/business-appraiser/\">AVA</a>, Accredited Valuation Analyst.</strong> This new business valuation credential requires the most rigorous education, testing and experience requirements of the national credentialing organization, the National Association of Certified Valuation Analysts. More demanding than NACVA\'s original CVA credential, the AVA credential requires a 4 year university degree in finance and accounting, 2 years experience in valuation methodologies, and practical knowledge in the valuation field.\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/wp2017/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"http://thomaskalajian.com/wp2017/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"http://thomaskalajian.com/wp2017/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"http://thomaskalajian.com/wp2017/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an AVA in 2002 for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional<a href=\"http://thomaskalajian.com/wp2017/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"http://thomaskalajian.com/wp2017/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2017-05-31 17:04:14','2017-05-31 17:04:14','',2,'http://thomaskalajian.com/wp2017/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(118,1,'2017-06-01 21:18:08','2017-06-01 21:18:08','<img src=\"http://thomaskalajian.com/Greek%20columns.jpg\" />Whether attaining professional public speaking skills, being recognized as a business leader by Chamber of Commerce or graduating from a prestigious program of Executive Leadership by the Orange County Forum, Thomas Kalajian\'s accomplishments speak for themselves in demonstrating his character and core values of continuous learning, and acceptance of the responsibility which leadership requires.','Accomplishments','','inherit','closed','closed','','30-autosave-v1','','','2017-06-01 21:18:08','2017-06-01 21:18:08','',30,'http://thomaskalajian.com/wp2017/index.php/uncategorized/30-autosave-v1/',0,'revision','',0),(119,1,'2017-06-01 21:18:47','2017-06-01 21:18:47','<img src=\"/Greek%20columns.jpg\" style=\"width:218px; height:144px;\" />Whether attaining professional public speaking skills, being recognized as a business leader by Chamber of Commerce or graduating from a prestigious program of Executive Leadership by the Orange County Forum, Thomas Kalajian\'s accomplishments speak for themselves in demonstrating his character and core values of continuous learning, and acceptance of the responsibility which leadership requires.','Accomplishments','','inherit','closed','closed','','30-revision-v1','','','2017-06-01 21:18:47','2017-06-01 21:18:47','',30,'http://thomaskalajian.com/wp2017/index.php/uncategorized/30-revision-v1/',0,'revision','',0),(120,1,'2017-06-01 21:19:02','2017-06-01 21:19:02','<img class=\"alignleft\" style=\"width: 218px; height: 144px;\" src=\"/Greek%20columns.jpg\" />Whether attaining professional public speaking skills, being recognized as a business leader by Chamber of Commerce or graduating from a prestigious program of Executive Leadership by the Orange County Forum, Thomas Kalajian\'s accomplishments speak for themselves in demonstrating his character and core values of continuous learning, and acceptance of the responsibility which leadership requires.','Accomplishments','','inherit','closed','closed','','30-revision-v1','','','2017-06-01 21:19:02','2017-06-01 21:19:02','',30,'http://thomaskalajian.com/wp2017/index.php/uncategorized/30-revision-v1/',0,'revision','',0),(121,1,'2017-06-01 21:20:40','2017-06-01 21:20:40','<p align=\"left\">Thomas Kalajian was nominated as Businessman of the Year by the Santa Ana Chamber of Commerce for the year 1992.</p>\n<img src=\"/Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Businessman of the Year','','inherit','closed','closed','','32-autosave-v1','','','2017-06-01 21:20:40','2017-06-01 21:20:40','',32,'http://thomaskalajian.com/wp2017/index.php/uncategorized/32-autosave-v1/',0,'revision','',0),(122,1,'2017-06-01 21:20:51','2017-06-01 21:20:51','<p align=\"left\">Thomas Kalajian was nominated as Businessman of the Year by the Santa Ana Chamber of Commerce for the year 1992.</p>\r\n<img src=\"/Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Businessman of the Year','','inherit','closed','closed','','32-revision-v1','','','2017-06-01 21:20:51','2017-06-01 21:20:51','',32,'http://thomaskalajian.com/wp2017/index.php/uncategorized/32-revision-v1/',0,'revision','',0),(123,1,'2017-06-01 21:22:14','2017-06-01 21:22:14','<h2>Thomas Kalajian was nominated as Businessman of the Year by the Santa Ana Chamber of Commerce for the year 1992.</h2>\r\n<img src=\"/Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Businessman of the Year','','inherit','closed','closed','','32-revision-v1','','','2017-06-01 21:22:14','2017-06-01 21:22:14','',32,'http://thomaskalajian.com/wp2017/index.php/uncategorized/32-revision-v1/',0,'revision','',0),(124,1,'2017-06-01 21:22:33','2017-06-01 21:22:33','<h4>Thomas Kalajian was nominated as Businessman of the Year by the Santa Ana Chamber of Commerce for the year 1992.</h4>\r\n<img src=\"/Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Businessman of the Year','','inherit','closed','closed','','32-revision-v1','','','2017-06-01 21:22:33','2017-06-01 21:22:33','',32,'http://thomaskalajian.com/wp2017/index.php/uncategorized/32-revision-v1/',0,'revision','',0),(125,1,'2017-06-01 21:24:37','2017-06-01 21:24:37','<h4>Thomas Kalajian was nominated as Businessman of the Year by the Santa Ana Chamber of Commerce for the year 1992.</h4>\r\n<img style=\"width: 100%; max-width: 600px; height: auto;\" src=\"/Santa%20Ana%20Chamber.jpg\" />','Businessman of the Year','','inherit','closed','closed','','32-revision-v1','','','2017-06-01 21:24:37','2017-06-01 21:24:37','',32,'http://thomaskalajian.com/wp2017/index.php/uncategorized/32-revision-v1/',0,'revision','',0),(126,1,'2017-06-01 21:35:18','2017-06-01 21:35:18','Thomas Kalajian\'s acceptance by the Orange County Forum into its exclusive Executive Leadership Series was an honor and an accomplishment which Thomas Kalajian completed in the Fall of 1993. The graduation ceremonies were held at Chapman University and completion awards were presented by Dr. James Doti, President of Chapman University.\n\n<img src=\"/Orange%20County%20Forum%20Acceptance.jpg\" style=\"width:100%\"width=\"600\" height=\"755\" />\n\n<img src=\"/Orange%20County%20Forum.jpg\" width=\"600\" height=\"456\" />','Executive Leadership','','inherit','closed','closed','','34-autosave-v1','','','2017-06-01 21:35:18','2017-06-01 21:35:18','',34,'http://thomaskalajian.com/wp2017/index.php/uncategorized/34-autosave-v1/',0,'revision','',0),(127,1,'2017-06-01 21:35:48','2017-06-01 21:35:48','Thomas Kalajian\'s acceptance by the Orange County Forum into its exclusive Executive Leadership Series was an honor and an accomplishment which Thomas Kalajian completed in the Fall of 1993. The graduation ceremonies were held at Chapman University and completion awards were presented by Dr. James Doti, President of Chapman University.\r\n\r\n<img src=\"/Orange%20County%20Forum%20Acceptance.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\n<img src=\"/Orange%20County%20Forum.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Executive Leadership','','inherit','closed','closed','','34-revision-v1','','','2017-06-01 21:35:48','2017-06-01 21:35:48','',34,'http://thomaskalajian.com/wp2017/index.php/uncategorized/34-revision-v1/',0,'revision','',0),(128,1,'2017-06-01 21:37:56','2017-06-01 21:37:56','<strong>Thomas Kalajian is an award-winning Toastmaster speaker, an Area speech contest Master of Ceremonies, and has held every executive position at the Club level multiple times.</strong>\n\nA Charter member of an award-winning Toastmaster club, #3442 in Tustin, Thomas Kalajian quickly distinguished himself with both public speaking and leadership skills. The club won international distinction as the one of the few clubs in Toastmaster history to qualify for full club establishment status of over 20 new members on its first founding meeting.\n\nThomas Kalajian has participated at Club level, Area level and District level activities, helping launch other Toastmaster clubs, providing assistance to other clubs and participating in Speech Contests and introductory programs to introduce speaking and leadership skills to students from elementary schools to universities.\n\n<img src=\"/Toastmasters%20founding%20membership.jpg\" width=\"600\" height=\"764\" border=\"1\" />\n\n<img src=\"http://thomaskalajian.com/Toastmasters%20A.jpg\" width=\"600\" height=\"774\" border=\"1\" />','Toastmasters','','inherit','closed','closed','','36-autosave-v1','','','2017-06-01 21:37:56','2017-06-01 21:37:56','',36,'http://thomaskalajian.com/wp2017/index.php/uncategorized/36-autosave-v1/',0,'revision','',0),(129,1,'2017-06-01 21:38:48','2017-06-01 21:38:48','<strong>Thomas Kalajian is an award-winning Toastmaster speaker, an Area speech contest Master of Ceremonies, and has held every executive position at the Club level multiple times.</strong>\r\n\r\nA Charter member of an award-winning Toastmaster club, #3442 in Tustin, Thomas Kalajian quickly distinguished himself with both public speaking and leadership skills. The club won international distinction as the one of the few clubs in Toastmaster history to qualify for full club establishment status of over 20 new members on its first founding meeting.\r\n\r\nThomas Kalajian has participated at Club level, Area level and District level activities, helping launch other Toastmaster clubs, providing assistance to other clubs and participating in Speech Contests and introductory programs to introduce speaking and leadership skills to students from elementary schools to universities.\r\n\r\n<img src=\"/Toastmasters%20founding%20membership.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\n<img src=\"/Toastmasters%20A.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Toastmasters','','inherit','closed','closed','','36-revision-v1','','','2017-06-01 21:38:48','2017-06-01 21:38:48','',36,'http://thomaskalajian.com/wp2017/index.php/uncategorized/36-revision-v1/',0,'revision','',0),(130,1,'2017-06-01 21:40:13','2017-06-01 21:40:13','Client satisfaction surveys and testimonials are key to remaining close to clients, understanding changing expectations, anticipating and fulfilling needs before they become requirements, and maintaining the edge on proactive service differentials.\r\n\r\nThomas Kalajian\'s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. \r\n\r\nRather, in the larger scope of exceptional service models, his benchmarks are the great service corporations of American business, such as Disney Theme Parks, Federal Express, Southwest Airlines and other pioneering corporations whose culture and performance form the leading edge of the intense and innovative customer-focused movement.','Testimonials','','inherit','closed','closed','','38-revision-v1','','','2017-06-01 21:40:13','2017-06-01 21:40:13','',38,'http://thomaskalajian.com/wp2017/index.php/uncategorized/38-revision-v1/',0,'revision','',0),(131,1,'2017-06-01 21:47:44','2017-06-01 21:47:44','<h4>Samples of Individual Tax Return Survey Responses</h4>\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20CS.jpg\" style=\"width:100%; max-width:383px; height:auto;\" />\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20HT.jpg\" style=\"width:100%; max-width:379px; height:auto;\" />\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20MB.jpg\" style=\"width:100%; max-width:373px; height:auto;\" />\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20NS.jpg\" style=\"width:100%; max-width:371px; height:auto;\" />\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20PW.jpg\" style=\"width:100%; max-width:372px; height:auto;\" />\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20RB.jpg\" style=\"width:100%; max-width:371px; height:auto;\" />\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20RR2.jpg\" style=\"width:100%; max-width:370px; height:auto;\" />\n\n<h4>Sample of Business Tax Service Surveys and Testimonials</h4>\n<img src=\"/Testimonial%20-%202003%20-%201065%20-%20RPM.jpg\" width=\"378\" style=\"width:100%; max-width:378px; height:auto;\" />\n<img src=\"/Testimonial%20-%202003%20-%201120%20-%20MFP.jpg\" width=\"379\" style=\"width:100%; max-width:379px; height:auto;\" />\n<img src=\"/Testimonial,%20bus%20taxes%20Ned.jpg\" width=\"436\" style=\"width:100%; max-width:436px; height:auto;\" />\n<img src=\"/Testimonial,%20bus%20taxes%20Ben%20Koyama.jpg\" width=\"436\" style=\"width:100%; max-width:436px; height:auto;\" />\n<img src=\"/Testimonial%20-%20Schillhahn.jpg\" width=\"450\" style=\"width:100%; max-width:450px; height:auto;\" />\n<img src=\"/Testimonial%20-%20Yone.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />','Tax Testimonials','','inherit','closed','closed','','40-autosave-v1','','','2017-06-01 21:47:44','2017-06-01 21:47:44','',40,'http://thomaskalajian.com/wp2017/index.php/uncategorized/40-autosave-v1/',0,'revision','',0),(132,1,'2017-06-01 21:47:53','2017-06-01 21:47:53','<h4>Samples of Individual Tax Return Survey Responses</h4>\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20CS.jpg\" style=\"width:100%; max-width:383px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20HT.jpg\" style=\"width:100%; max-width:379px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20MB.jpg\" style=\"width:100%; max-width:373px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20NS.jpg\" style=\"width:100%; max-width:371px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20PW.jpg\" style=\"width:100%; max-width:372px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20RB.jpg\" style=\"width:100%; max-width:371px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20RR2.jpg\" style=\"width:100%; max-width:370px; height:auto;\" />\r\n\r\n<h4>Sample of Business Tax Service Surveys and Testimonials</h4>\r\n<img src=\"/Testimonial%20-%202003%20-%201065%20-%20RPM.jpg\" style=\"width:100%; max-width:378px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%202003%20-%201120%20-%20MFP.jpg\" style=\"width:100%; max-width:379px; height:auto;\" />\r\n<img src=\"/Testimonial,%20bus%20taxes%20Ned.jpg\" style=\"width:100%; max-width:436px; height:auto;\" />\r\n<img src=\"/Testimonial,%20bus%20taxes%20Ben%20Koyama.jpg\" style=\"width:100%; max-width:436px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%20Schillhahn.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />\r\n<img src=\"/Testimonial%20-%20Yone.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />','Tax Testimonials','','inherit','closed','closed','','40-revision-v1','','','2017-06-01 21:47:53','2017-06-01 21:47:53','',40,'http://thomaskalajian.com/wp2017/index.php/uncategorized/40-revision-v1/',0,'revision','',0),(133,1,'2017-06-01 21:48:31','2017-06-01 21:48:31','<h4>Samples of Individual Tax Return Survey Responses</h4>\r\n<img src=\"/Testimonial%20-%202003%20-%201040%20-%20CS.jpg\" style=\"width:100%; max-width:383px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20HT.jpg\" style=\"width:100%; max-width:379px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20MB.jpg\" style=\"width:100%; max-width:373px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20NS.jpg\" style=\"width:100%; max-width:371px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20PW.jpg\" style=\"width:100%; max-width:372px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20RB.jpg\" style=\"width:100%; max-width:371px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201040%20-%20RR2.jpg\" style=\"width:100%; max-width:370px; height:auto;\" />\r\n\r\n<h4>Sample of Business Tax Service Surveys and Testimonials</h4>\r\n<img src=\"/Testimonial%20-%202003%20-%201065%20-%20RPM.jpg\" style=\"width:100%; max-width:378px; height:auto;\" /> <img src=\"/Testimonial%20-%202003%20-%201120%20-%20MFP.jpg\" style=\"width:100%; max-width:379px; height:auto;\" /> <img src=\"/Testimonial,%20bus%20taxes%20Ned.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial,%20bus%20taxes%20Ben%20Koyama.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial%20-%20Schillhahn.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20Yone.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />','Tax Testimonials','','inherit','closed','closed','','40-revision-v1','','','2017-06-01 21:48:31','2017-06-01 21:48:31','',40,'http://thomaskalajian.com/wp2017/index.php/uncategorized/40-revision-v1/',0,'revision','',0),(134,1,'2017-06-01 21:52:44','2017-06-01 21:52:44','<img src=\"/Testimonial%20-%20AJ,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20accounting%20-%20HP.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20accounting%20-%20JC.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20accounting%20-%20JG.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20accounting%20-%20MG.jpg\" style=\"width:100%; max-width:480px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20accounting%20-%20RD.jpg\" style=\"width:100%; max-width:421px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20accounting%20-%20TW.jpg\" style=\"width:100%; max-width:478px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20BV,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20CZ,%20blurred.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20RPM,%20blurred.jpg\" style=\"width:100%; max-width:521px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20MAK%20&%20TAD.jpg\" style=\"width:100%; max-width:449px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20NM,%20blurred.jpg\" style=\"width:100%; max-width:500px; height:auto;\" /> \n<img src=\"http://thomaskalajian.com/Testimonial%20-%20Rice,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />','Accounting Testimonials','','inherit','closed','closed','','42-autosave-v1','','','2017-06-01 21:52:44','2017-06-01 21:52:44','',42,'http://thomaskalajian.com/wp2017/index.php/uncategorized/42-autosave-v1/',0,'revision','',0),(135,1,'2017-06-01 21:53:00','2017-06-01 21:53:00','<img src=\"/Testimonial%20-%20AJ,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20HP.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20JC.jpg\" style=\"width:100%; max-width:436px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20JG.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20MG.jpg\" style=\"width:100%; max-width:480px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20RD.jpg\" style=\"width:100%; max-width:421px; height:auto;\" /> <img src=\"/Testimonial%20-%20accounting%20-%20TW.jpg\" style=\"width:100%; max-width:478px; height:auto;\" /> <img src=\"/Testimonial%20-%20BV,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" /> <img src=\"/Testimonial%20-%20CZ,%20blurred.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> <img src=\"/Testimonial%20-%20RPM,%20blurred.jpg\" style=\"width:100%; max-width:521px; height:auto;\" /> <img src=\"/Testimonial%20-%20MAK%20&%20TAD.jpg\" style=\"width:100%; max-width:449px; height:auto;\" /> <img src=\"/Testimonial%20-%20NM,%20blurred.jpg\" style=\"width:100%; max-width:500px; height:auto;\" /> <img src=\"/Testimonial%20-%20Rice,%20blurred.jpg\" style=\"width:100%; max-width:450px; height:auto;\" />','Accounting Testimonials','','inherit','closed','closed','','42-revision-v1','','','2017-06-01 21:53:00','2017-06-01 21:53:00','',42,'http://thomaskalajian.com/wp2017/index.php/uncategorized/42-revision-v1/',0,'revision','',0),(136,1,'2017-06-01 21:54:58','2017-06-01 21:54:58','<img src=\"/Testimonial%20-%20bus%20consulting%20-%20CS.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20bus%20consulting%20-%20DM.jpg\" style=\"width:100%; max-width:500px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20bus%20consulting%20-%20DW.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20bus%20consulting%20-%20EB.jpg\" style=\"width:100%; max-width:550px; height:auto;\" /> \n<img src=\"/Testimonial%20-%20bus%20consulting%20-%20EB1.jpg\" width=\"550\" height=\"595\" border=\"0\" />','Consulting Testimonials','','inherit','closed','closed','','44-autosave-v1','','','2017-06-01 21:54:58','2017-06-01 21:54:58','',44,'http://thomaskalajian.com/wp2017/index.php/uncategorized/44-autosave-v1/',0,'revision','',0),(137,1,'2017-06-01 21:55:07','2017-06-01 21:55:07','<img src=\"/Testimonial%20-%20bus%20consulting%20-%20CS.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20DM.jpg\" style=\"width:100%; max-width:500px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20DW.jpg\" style=\"width:100%; max-width:600px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20EB.jpg\" style=\"width:100%; max-width:550px; height:auto;\" /> <img src=\"/Testimonial%20-%20bus%20consulting%20-%20EB1.jpg\" style=\"width:100%; max-width:550px; height:auto;\" />','Consulting Testimonials','','inherit','closed','closed','','44-revision-v1','','','2017-06-01 21:55:07','2017-06-01 21:55:07','',44,'http://thomaskalajian.com/wp2017/index.php/uncategorized/44-revision-v1/',0,'revision','',0),(138,1,'2020-10-16 22:32:09','2020-10-16 22:32:09','<h4>Summary of Professional Qualifications</h4>\n<strong>Business Valuation/Appraisal</strong>\n<p style=\"padding-left: 30px;\"><strong>ABAR</strong>, Accredited in Business Appraisal Review, <em>NACVA</em></p>\n<p style=\"padding-left: 30px; display: none;\"><strong>CVA</strong>, Certified Valuation Analyst, <em>National Association of Certified Valuation Analysts (NACVA)</em></p>\n<p style=\"padding-left: 30px;\"><strong>2010 Award for Best Accredited in Appraisal Review Qualifying Report</strong></p>\n<strong>Income Taxes</strong>\n<p style=\"padding-left: 30px;\"><strong>California Registered and Bonded Tax Preparer</strong>, <em>CRTP #A042575</em></p>\n<p style=\"padding-left: 30px;\"><strong>Registered PTIN Tax Preparer</strong>, <em>IRS PTIN #P00360800</em></p>\n<p style=\"padding-left: 30px;\"><strong>2016 Participant</strong>, IRS Annual Filing Season Program</p>\n<strong>Life Insurance</strong>\n<p style=\"padding-left: 30px;\"><strong>California Licensed Life Agent</strong>, <em>#0C87598</em></p>\n<strong>Business Development</strong>\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Advanced Business Development Workshop, <em>Focus Group, 1997</em></p>\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Accountants’ Boot Camp, <em>Results Accountants’ Systems, 1995</em></p>\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Executive Leadership Series, <em>Orange County Forum, 1993</em></p>\n<strong>University Completion</strong>\n<p style=\"padding-left: 30px;\"><strong>Bachelor of Science</strong>, Business Administration, Concentration in Accounting, <em>California State University Northridge, 1971</em></p>','Qualifications','','inherit','closed','closed','','46-autosave-v1','','','2020-10-16 22:32:09','2020-10-16 22:32:09','',46,'http://thomaskalajian.com/wp2017/index.php/uncategorized/46-autosave-v1/',0,'revision','',0),(139,1,'2017-06-01 21:59:03','2017-06-01 21:59:03','<h4>Summary of Professional Qualifications</h4>\r\n<strong>Business Valuation/Appraisal</strong>\r\n<p style=\"padding-left: 30px;\">ABAR, Accredited in Business Appraisal Review, <em>The Institute of Business Appraisers</em></p>\r\n<p style=\"padding-left: 30px;\">AVA, Accredited Valuation Analyst, <em>National Association of Certified Valuation Analysts</em></p>\r\n<strong>Income Taxes</strong>\r\n<p style=\"padding-left: 30px;\">CRTP, CTEC Registered Tax Preparer, <em>California Tax Education Council (CTEC)</em></p>\r\n<strong>Life Insurance</strong>\r\n<p style=\"padding-left: 30px;\">Life Agent, <em>State of California</em></p>\r\n<strong>Business Development</strong>\r\n<p style=\"padding-left: 30px;\">Graduate, Advanced Business Development Workshop, <em>Focus Group, 1997</em></p>\r\n<p style=\"padding-left: 30px;\">Graduate, Accountants’ Boot Camp, <em>Results Accountants’ Systems, 1995</em></p>\r\n<p style=\"padding-left: 30px;\">Graduate, Executive Leadership Series, <em>Orange County Forum, 1993</em></p>\r\n<strong>University Completion</strong>\r\n<p style=\"padding-left: 30px;\">Bachelor of Science, Business Administration, Concentration in Accounting, <em>California State University Northridge, 1971</em></p>','Qualifications','','inherit','closed','closed','','46-revision-v1','','','2017-06-01 21:59:03','2017-06-01 21:59:03','',46,'http://thomaskalajian.com/wp2017/index.php/uncategorized/46-revision-v1/',0,'revision','',0),(140,1,'2017-06-01 21:59:55','2017-06-01 21:59:55','<h4>Summary of Professional Qualifications</h4>\r\n<strong>Business Valuation/Appraisal</strong>\r\n<p style=\"padding-left: 30px;\"><strong>ABAR</strong>, Accredited in Business Appraisal Review, <em>The Institute of Business Appraisers</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>AVA</strong>, Accredited Valuation Analyst, <em>National Association of Certified Valuation Analysts</em></p>\r\n<strong>Income Taxes</strong>\r\n<p style=\"padding-left: 30px;\"><strong>CRTP</strong>, CTEC Registered Tax Preparer, <em>California Tax Education Council (CTEC)</em></p>\r\n<strong>Life Insurance</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Life Agent</strong>, <em>State of California</em></p>\r\n<strong>Business Development</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Advanced Business Development Workshop, <em>Focus Group, 1997</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Accountants’ Boot Camp, <em>Results Accountants’ Systems, 1995</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Executive Leadership Series, <em>Orange County Forum, 1993</em></p>\r\n<strong>University Completion</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Bachelor of Science</strong>, Business Administration, Concentration in Accounting, <em>California State University Northridge, 1971</em></p>','Qualifications','','inherit','closed','closed','','46-revision-v1','','','2017-06-01 21:59:55','2017-06-01 21:59:55','',46,'http://thomaskalajian.com/wp2017/index.php/uncategorized/46-revision-v1/',0,'revision','',0),(141,1,'2020-10-16 22:26:10','2020-10-16 22:26:10','<h4>ABAR Designation</h4>\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\n\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\n<div style=\"display:none;\n<h4>CVA Designation</h4>\n<h5>Certified Valuation Analyst (CVA)</h5>\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.','Business Appraiser','','inherit','closed','closed','','48-autosave-v1','','','2020-10-16 22:26:10','2020-10-16 22:26:10','',48,'http://thomaskalajian.com/wp2017/index.php/uncategorized/48-autosave-v1/',0,'revision','',0),(142,1,'2017-06-01 22:06:33','2017-06-01 22:06:33','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<h4>AVA Designation</h4>\r\n<h5>Accredited Valuation Analyst (AVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.\r\n\r\nThomas Kalajian qualified for the designation originally in 1999 with the Certified Valuation Analyst accreditation, having passed the examination and his qualifying valuation report by the qualifications committee of NACVA.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/AVA%20Certificate,%20landscape.jpg\" /></div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"23\">\r\n<p align=\"center\"><span style=\"color: #808000; font-family: \'Arial Black\'; font-size: large;\">Business Valuation Credential Comparison Chart</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"22\"></td>\r\n<td colspan=\"2\" width=\"21%\" height=\"22\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"13\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">AVA</span></b></u></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">ASA*</span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Recertification every 3 years</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>College degree in business</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Case study required to qualify</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Course in BV ethics / standards</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Business valuation specialists</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Training requirement to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Valuation experience required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Pass proctored examination</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">References required to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Nationally recognized credential</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Continuing education required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Code of Conduct / Ethics</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Client confidentiality</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Adherence to BV standards</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"1%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"27\">* ASA <span style=\"font-family: \'Trebuchet MS\';\">— Accredited Senior Appraiser, <i>American Society of Appraisers</i></span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2017-06-01 22:06:33','2017-06-01 22:06:33','',48,'http://thomaskalajian.com/wp2017/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(143,1,'2017-06-01 22:07:20','2017-06-01 22:07:20','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<h4>AVA Designation</h4>\r\n<h5>Accredited Valuation Analyst (AVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.\r\n\r\nThomas Kalajian qualified for the designation originally in 1999 with the Certified Valuation Analyst accreditation, having passed the examination and his qualifying valuation report by the qualifications committee of NACVA.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/AVA%20Certificate,%20landscape.jpg\" /></div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"23\">\r\n<p align=\"center\"><span style=\"color: #808000; font-family: \'Arial Black\'; font-size: large;\">Business Valuation Credential Comparison Chart</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"13\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">AVA</span></b></u></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">ASA*</span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Recertification every 3 years</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>College degree in business</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Case study required to qualify</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Course in BV ethics / standards</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Business valuation specialists</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Training requirement to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Valuation experience required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Pass proctored examination</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">References required to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Nationally recognized credential</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Continuing education required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Code of Conduct / Ethics</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Client confidentiality</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Adherence to BV standards</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"1%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"27\">* ASA <span style=\"font-family: \'Trebuchet MS\';\">— Accredited Senior Appraiser, <i>American Society of Appraisers</i></span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2017-06-01 22:07:20','2017-06-01 22:07:20','',48,'http://thomaskalajian.com/wp2017/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(144,1,'2017-06-01 22:09:21','2017-06-01 22:09:21','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<h4>AVA Designation</h4>\r\n<h5>Accredited Valuation Analyst (AVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.\r\n\r\nThomas Kalajian qualified for the designation originally in 1999 with the Certified Valuation Analyst accreditation, having passed the examination and his qualifying valuation report by the qualifications committee of NACVA.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/AVA%20Certificate,%20landscape.jpg\" /></div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"23\">\r\n<p align=\"center\"><span style=\"color: #808000; font-family: \'Arial Black\'; font-size: large;\">Business Valuation Credential Comparison Chart</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"13\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">AVA</span></b></u></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">ASA*</span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Recertification every 3 years</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>College degree in business</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Case study required to qualify</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Course in BV ethics / standards</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Business valuation specialists</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Training requirement to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Valuation experience required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Pass proctored examination</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">References required to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Nationally recognized credential</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Continuing education required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Code of Conduct / Ethics</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Client confidentiality</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Adherence to BV standards</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b><span style=\"font-family: Webdings; font-size: small;\">a</span></b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"1%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"27\">* ASA <span style=\"font-family: \'Trebuchet MS\';\">— Accredited Senior Appraiser, <i>American Society of Appraisers</i></span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2017-06-01 22:09:21','2017-06-01 22:09:21','',48,'http://thomaskalajian.com/wp2017/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(145,1,'2017-06-01 22:10:59','2017-06-01 22:10:59','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<h4>AVA Designation</h4>\r\n<h5>Accredited Valuation Analyst (AVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.\r\n\r\nThomas Kalajian qualified for the designation originally in 1999 with the Certified Valuation Analyst accreditation, having passed the examination and his qualifying valuation report by the qualifications committee of NACVA.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/AVA%20Certificate,%20landscape.jpg\" /></div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"23\">\r\n<p align=\"center\"><span style=\"color: #808000; font-family: \'Arial Black\'; font-size: large;\">Business Valuation Credential Comparison Chart</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"13\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">AVA</span></b></u></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">ASA*</span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Recertification every 3 years</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>College degree in business</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Case study required to qualify</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Course in BV ethics / standards</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Business valuation specialists</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Training requirement to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Valuation experience required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Pass proctored examination</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">References required to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Nationally recognized credential</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Continuing education required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Code of Conduct / Ethics</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Client confidentiality</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Adherence to BV standards</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"1%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"27\">* ASA <span style=\"font-family: \'Trebuchet MS\';\">— Accredited Senior Appraiser, <i>American Society of Appraisers</i></span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2017-06-01 22:10:59','2017-06-01 22:10:59','',48,'http://thomaskalajian.com/wp2017/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(146,1,'2020-10-16 22:31:23','2020-10-16 22:31:23','<strong>Thomas Kalajian is an award-winning public speaker with Toastmasters International, an experienced seminar developer and leader, and an accomplished Master of Ceremonies, achieving the level of Competent Toastmaster in Toastmasters International with additional advanced studies completed in seminar and presentation skills.</strong>\n\nThomas Kalajian has a unique talent for making complex ideas easily come alive so they make real sense for immediate use. He knows how to boil ideas down into their simple elements so they easily become simple to implement for busy business owners. Examples of the broad range of subjects include:\n\n<ul>\n<li>Business development and growth</li>\n<li>Strategic planning</li>\n<li>Non-accounting performance measurement: Key Performance Indicators and Critical Success Factors</li>\n<li>Customer service strategies</li>\n<li>Business communication and telephone skills</li>\n<li>Tax-cutting strategies</li>\n<li style=\"clear: both;\" />>Business valuation methods and valuation improvement strategies</li>\n<li>Medical practice management, including medical reimbursements, office management, maximizing cash flow and detection and prevention of embezzlement</li>\n<li>Effective new telephone and communication skills for business growth</li>\n<li>Building team acceptance to change</li>\n<li>Working with team members to embrace customer service initiatives</li>\n<li>Overall improvement in business management skills for small business owners.</li>\n</ul>\n\n<strong>Thomas Kalajian\'s seminars, speeches and workshops have included the following titles:</strong>\n<ul>\n<li>\"32 Ways to Boost Your Bottom Line\"</li>\n<li>\"Quality Service: What It Is and How To Deliver It\"</li>\n<li>\"Cash or Accrual Accounting: Which Is Better and Why\"</li>\n<li>\"Boosting Your Bottom Line Beyond The Bean Counting Mentality\"</li>\n<li>\"Fundamental Business Factors in Successful Private School Administration\"</li>\n<li>\"Clinton\'s Tax Law Changes: What They Mean For You and Your Business\"</li>\n<li>\"Target Marketing: How To Pick Your Customers and What To Expect\"</li>\n<li>\"Ten Steps To Optimizing Revenue In A Medical Practice\"</li>\n<li>\"Detecting and Preventing Employee Embezzlement In A Medical Practice\"</li>\n<li>\"Delivering Awesome Service\"</li>\n<li>\"Phone Right: Optimizing Prospect Conversion Rates For Incoming Callers\"</li>\n<li>\"The Key Leverage Points In Your Profit Improvement Potential\"</li>\n<li>\"Recognizing New Opportunities In The Challenges of Change\"</li>\n<li>\"Getting Your Business To Work For YOU\"</li>\n<li>\"Professional Public Presentation Rules and Tips\"</li>\n</ul>\n\n<strong>Some of Thomas Kalajian\'s seminar invitations are shown below:</strong>\n<img src=\"/Hoag%20inviation%20on%2010%20steps.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />\n<img src=\"/Seminar%20invitation%20-%20Mont%20Chamber.jpg\" style=\"width:100%; max-width:647px; height:auto;\" />\n<img src=\"/Seminar%20Invitation%20-%20Orange%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber,%20Women%20In%20Business%20Committee.jpg\" style=\"width:100%; max-width:649px; height:auto;\" />\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\n<img src=\"/Seminar%20invitation%20-%20St%20Joseph.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />','Seminar Leadership','','inherit','closed','closed','','50-autosave-v1','','','2020-10-16 22:31:23','2020-10-16 22:31:23','',50,'http://thomaskalajian.com/wp2017/index.php/uncategorized/50-autosave-v1/',0,'revision','',0),(147,1,'2017-06-01 22:15:41','2017-06-01 22:15:41','<strong>Thomas Kalajian is an award-winning public speaker with Toastmasters International, an experienced seminar developer and leader, and an accomplished Master of Ceremonies, achieving the level of Competent Toastmaster in Toastmasters International with additional advanced studies completed in seminar and presentation skills.</strong>\r\n\r\nThomas Kalajian has a unique talent for making complex ideas easily come alive so they make real sense for immediate use. He knows how to boil ideas down into their simple elements so they easily become simple to implement for busy business owners. Examples of the broad range of subjects include:\r\n\r\n<ul>\r\n<li>Business development and growth</li>\r\n<li>Strategic planning</li>\r\n<li>Non-accounting performance measurement: Key Performance Indicators and Critical Success Factors</li>\r\n<li>Customer service strategies</li>\r\n<li>Business communication and telephone skills</li>\r\n<li>Tax-cutting strategies</li>\r\n<li>Business valuation methods and valuation improvement strategies</li>\r\n<li>Medical practice management, including medical reimbursements, office management, maximizing cash flow and detection and prevention of embezzlement</li>\r\n<li>Effective new telephone and communication skills for business growth</li>\r\n<li>Building team acceptance to change</li>\r\n<li>Working with team members to embrace customer service initiatives</li>\r\n<li>Overall improvement in business management skills for small business owners.</li>\r\n</ul>\r\n\r\n<strong>Thomas Kalajian\'s seminars, speeches and workshops have included the following titles:</strong>\r\n<ul>\r\n<li>\"32 Ways to Boost Your Bottom Line\"</li>\r\n<li>\"Quality Service: What It Is and How To Deliver It\"</li>\r\n<li>\"Cash or Accrual Accounting: Which Is Better and Why\"</li>\r\n<li>\"Boosting Your Bottom Line Beyond The Bean Counting Mentality\"</li>\r\n<li>\"Fundamental Business Factors in Successful Private School Administration\"</li>\r\n<li>\"Clinton\'s Tax Law Changes: What They Mean For You and Your Business\"</li>\r\n<li>\"Target Marketing: How To Pick Your Customers and What To Expect\"</li>\r\n<li>\"Ten Steps To Optimizing Revenue In A Medical Practice\"</li>\r\n<li>\"Detecting and Preventing Employee Embezzlement In A Medical Practice\"</li>\r\n<li>\"Delivering Awesome Service\"</li>\r\n<li>\"Phone Right: Optimizing Prospect Conversion Rates For Incoming Callers\"</li>\r\n<li>\"The Key Leverage Points In Your Profit Improvement Potential\"</li>\r\n<li>\"Recognizing New Opportunities In The Challenges of Change\"</li>\r\n<li>\"Getting Your Business To Work For YOU\"</li>\r\n<li>\"Professional Public Presentation Rules and Tips\"</li>\r\n</ul>\r\n\r\n<strong>Some of Thomas Kalajian\'s seminar invitations are shown below:</strong>\r\n<img src=\"/Hoag%20inviation%20on%2010%20steps.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />\r\n<img src=\"/Seminar%20invitation%20-%20Mont%20Chamber.jpg\" style=\"width:100%; max-width:647px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Orange%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber,%20Women%20In%20Business%20Committee.jpg\" style=\"width:100%; max-width:649px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\r\n<img src=\"/Seminar%20invitation%20-%20St%20Joseph.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />','Seminar Leadership','','inherit','closed','closed','','50-revision-v1','','','2017-06-01 22:15:41','2017-06-01 22:15:41','',50,'http://thomaskalajian.com/wp2017/index.php/uncategorized/50-revision-v1/',0,'revision','',0),(148,1,'2017-06-01 22:30:08','2017-06-01 22:30:08','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\n\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\n\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\n\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\n\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\n\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\n\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\n<h2>What Is A CRTP?</h2>\n<strong>CRTP Professional Income Tax Designation</strong>\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</strong>\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\n\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\n\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\n\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\n\nCRTP, CTEC Registered Tax Preparer\nCTEC, California Tax Education Council\nCPA, Certified Public Accountant\nGAAP, Generally Accepted Accounting Principles\n<table border=\"0\" cellspacing=\"1\">\n<tbody>\n<tr>\n<td colspan=\"4\" height=\"13\">\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\n</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"13\"></td>\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\n<td width=\"100\" height=\"49\">Thomas Kalajian</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n<td align=\"center\" width=\"100\" height=\"27\"></td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n<tr>\n<td width=\"543\" height=\"27\">Client confidentiality</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\n</tr>\n</tbody>\n</table>','CRTP or CPA?','','inherit','closed','closed','','52-autosave-v1','','','2017-06-01 22:30:08','2017-06-01 22:30:08','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-autosave-v1/',0,'revision','',0),(149,1,'2017-06-01 22:25:53','2017-06-01 22:25:53','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\r\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n\r\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n\r\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n\r\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n\r\n<h2>What Is A CRTP?</h2>\r\n<strong>CRTP Professional Income Tax Designation</strong>\r\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</u></strong>\r\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\r\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\r\n\r\nCRTP, CTEC Registered Tax Preparer\r\nCTEC, California Tax Education Council\r\nCPA, Certified Public Accountant\r\nGAAP, Generally Accepted Accounting Principles\r\n\r\n<table border=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" height=\"13\">\r\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"13\"></td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\r\n<td width=\"100\" height=\"49\">\r\n<p align=\"center\">Thomas</p>\r\n<p align=\"center\">Kalajian</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Client confidentiality</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n</tbody>\r\n</table>','CRTP or CPA?','','inherit','closed','closed','','52-revision-v1','','','2017-06-01 22:25:53','2017-06-01 22:25:53','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-revision-v1/',0,'revision','',0),(150,1,'2017-06-01 22:26:46','2017-06-01 22:26:46','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\r\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n\r\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n\r\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n\r\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n\r\n<h2>What Is A CRTP?</h2>\r\n<strong>CRTP Professional Income Tax Designation</strong>\r\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</u></strong>\r\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\r\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\r\n\r\nCRTP, CTEC Registered Tax Preparer\r\nCTEC, California Tax Education Council\r\nCPA, Certified Public Accountant\r\nGAAP, Generally Accepted Accounting Principles\r\n\r\n<table border=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" height=\"13\">\r\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"13\"></td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\r\n<td width=\"100\" height=\"49\">Thomas Kalajian</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Client confidentiality</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n</tbody>\r\n</table>','CRTP or CPA?','','inherit','closed','closed','','52-revision-v1','','','2017-06-01 22:26:46','2017-06-01 22:26:46','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-revision-v1/',0,'revision','',0),(151,1,'2017-06-01 22:27:35','2017-06-01 22:27:35','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\r\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n\r\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n\r\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n\r\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n\r\n<h2>What Is A CRTP?</h2>\r\n<strong>CRTP Professional Income Tax Designation</strong>\r\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</u></strong>\r\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\r\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\r\n\r\nCRTP, CTEC Registered Tax Preparer\r\nCTEC, California Tax Education Council\r\nCPA, Certified Public Accountant\r\nGAAP, Generally Accepted Accounting Principles\r\n\r\n<table border=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" height=\"13\">\r\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"13\"></td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\r\n<td width=\"100\" height=\"49\">Thomas Kalajian</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Client confidentiality</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n</tbody>\r\n</table>','CRTP or CPA?','','inherit','closed','closed','','52-revision-v1','','','2017-06-01 22:27:35','2017-06-01 22:27:35','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-revision-v1/',0,'revision','',0),(152,1,'2017-06-01 22:29:04','2017-06-01 22:29:04','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\r\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n\r\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n\r\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n\r\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n<h2><br />What Is A CRTP?</h2>\r\n<strong>CRTP Professional Income Tax Designation</strong>\r\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</strong>\r\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\r\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\r\n\r\nCRTP, CTEC Registered Tax Preparer\r\nCTEC, California Tax Education Council\r\nCPA, Certified Public Accountant\r\nGAAP, Generally Accepted Accounting Principles\r\n<table border=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" height=\"13\">\r\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"13\"></td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\r\n<td width=\"100\" height=\"49\">Thomas Kalajian</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Client confidentiality</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n</tbody>\r\n</table>','CRTP or CPA?','','inherit','closed','closed','','52-revision-v1','','','2017-06-01 22:29:04','2017-06-01 22:29:04','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-revision-v1/',0,'revision','',0),(153,1,'2017-06-01 22:34:25','2017-06-01 22:34:25','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\r\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n\r\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n\r\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n\r\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n\r\n<h2 style=\"margin-top:25px;\">What Is A CRTP?</h2>\r\n<strong>CRTP Professional Income Tax Designation</strong>\r\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</strong>\r\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\r\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\r\n\r\nCRTP, CTEC Registered Tax Preparer\r\nCTEC, California Tax Education Council\r\nCPA, Certified Public Accountant\r\nGAAP, Generally Accepted Accounting Principles\r\n<table border=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" height=\"13\">\r\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"13\"></td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\r\n<td width=\"100\" height=\"49\">Thomas Kalajian</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Client confidentiality</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n</tbody>\r\n</table>','CRTP or CPA?','','inherit','closed','closed','','52-revision-v1','','','2017-06-01 22:34:25','2017-06-01 22:34:25','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-revision-v1/',0,'revision','',0),(154,1,'2017-06-01 22:34:45','2017-06-01 22:34:45','<h4>Which Designation Is a Better Choice for Your Income Tax Services?</h4>\r\n<strong>CRTP Professional Education Requirements Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n\r\n<strong>CRTP Professional Client Protection Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n\r\n<strong>CRTP Professional Service Choices Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n\r\n<strong>CRTP Income Tax Specialization Compared to CPAs</strong>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n\r\n<h2 style=\"margin-top:55px;\">What Is A CRTP?</h2>\r\n<strong>CRTP Professional Income Tax Designation</strong>\r\n<strong><u>C</u>TEC <u>R</u>egistered <u>T</u>ax <u>P</u>reparer (CRTP)</strong>\r\n<strong>CTEC, <u>C</u>alifornia <u>T</u>ax <u>E</u>ducation <u>C</u>ouncil</strong>\r\nThe <a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>California Tax Education Council (CTEC)</strong></a> was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.\r\n\r\nCRTP, CTEC Registered Tax Preparer\r\nCTEC, California Tax Education Council\r\nCPA, Certified Public Accountant\r\nGAAP, Generally Accepted Accounting Principles\r\n<table border=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" height=\"13\">\r\n<p align=\"center\"><strong>Thomas Kalajian vs. CPA Specific Comparison Chart</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"13\"></td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CPA</td>\r\n<td align=\"center\" width=\"100\" height=\"54\">CRTP</td>\r\n<td width=\"100\" height=\"49\">Thomas Kalajian</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted financial planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted estate planning and asset protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted fife insurance and annuity financial protection strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted tax-efficient retirement planning</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted business succession and exit strategies</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Unrestricted executive benefit plans</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Annual requirement for continuing professional education in taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">$5,000 surety bond protection</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Specialization in income taxes exclusively</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Four-year university Bachelor of Science degree in Business Administration, concentration in Accounting</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Completed college course in federal taxation</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA examination, all 4 parts</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Passed CPA ethics examination</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Satisfied 2-year \"Form E\" experience requirement in CPA firm</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n<td align=\"center\" width=\"100\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">State of California registration/licensing</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare tax returns</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Prepare Compiled financial statements</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to GAAP accounting standards</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Conduct tax audits</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Adherence to Code of Conduct / Ethics</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n<tr>\r\n<td width=\"543\" height=\"27\">Client confidentiality</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n<td align=\"center\" width=\"100\" height=\"27\">✓</td>\r\n</tr>\r\n</tbody>\r\n</table>','CRTP or CPA?','','inherit','closed','closed','','52-revision-v1','','','2017-06-01 22:34:45','2017-06-01 22:34:45','',52,'http://thomaskalajian.com/wp2017/index.php/uncategorized/52-revision-v1/',0,'revision','',0),(155,1,'2017-06-01 22:38:54','2017-06-01 22:38:54','<strong>Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.</strong>\n\nThomas Kalajian\'s responsibilities in the U.S. Army Signal Corps included the Transportation Coordinator for I Corps quadrant, as the only enlisted position in Section S-4, headquartered in Nha Trang, Viet Nam.\n\nAfter the 6 month regular course, he was awarded advanced multiplex radio equipment repair training in Ft. Monmouth, NJ and earned the rank of Specialist Fourth Class (SP-4) upon gradation with honors from the advanced radio training school. His Military Occupational Specialty was 32E20, Fixed Plant Radio Equipment Repair. Thomas Kalajian scored the highest in his class in Morse code and was among the highest in his GT score, which later qualified him for membership in American Mensa, Ltd.\n\nThomas Kalajian was awarded the Viet Nam campaign ribbon and qualified for the Sharpshooter medal on the M-16 automatic rifle, the highest level of accuracy attainable in the military.\n\n<img src=\"/S-4%20view%20from%20TK\'s%20desk.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\n\nView from Thomas Kalajian\'s desk in S-4, the Transportation Coordinator for I Corps Quadrant of Viet Nam headquartered in Nha Trang, Viet Nam circa 1968. Seated at the far left back is Cpt. Thomas Tyvand, the CO of the unit. Thomas Kalajian served exclusively with commissioned officers and warrant officers.\n\n<img src=\"/Nha%20Trang%20living%20quarters,%20July%2068.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\n\nView of Thomas Kalajian\'s living quarters in hooch in Nha Trang, Viet Nam. Fan was required to cool stereo equipment in order to remain operational. His foot locker is shown in front of the open cabinet. His weapon is stored in the locker next to the door for quick access. The base at Nha Trang underwent enemy fire from rockets and mortars regularly. Thomas Kalajian has retained the Teac tape deck shown in the cabinet as a memento of his tour of duty. The red lights on the recorder indicate it is operating in \"record\" mode of the programming available to GIs from local and military broadcast stations. The tape recorder was also used to send taped messages to family members back to the U.S. on small 3\" tapes, some of which are shown to the left of the tuner/amplifier in the stereo cabinet.\n\n<img src=\"/Cam%20Ranh%20Bay%20hooches.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\n\nView from the back of a \"deuce and a half\" (two and a half ton capacity truck) leaving the camp where Thomas Kalajian was stationed in Nha Trang. In the background are the \"hooches\" in which GIs lived. Sand bags are shown fortifying the area. Temperatures reached over 110 degrees during monsoon season where the humidity was nearly 100 percent.\n\n<img src=\"http://thomaskalajian.com/Cam%20Ranh%20Bay%20pest%20control.jpg\" width=\"600\" height=\"406\" border=\"1\" />\n\n \n\nRegular patrols were mounted for pest control and disease abatement measures, especially during\n\nmonsoon, where heat and humidity were unbearable and conducive to disease.','Viet Nam War Veteran','Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.','inherit','closed','closed','','10-autosave-v1','','','2017-06-01 22:38:54','2017-06-01 22:38:54','',10,'http://thomaskalajian.com/wp2017/index.php/uncategorized/10-autosave-v1/',0,'revision','',0),(156,1,'2017-06-01 22:39:08','2017-06-01 22:39:08','<strong>Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.</strong>\r\n\r\nThomas Kalajian\'s responsibilities in the U.S. Army Signal Corps included the Transportation Coordinator for I Corps quadrant, as the only enlisted position in Section S-4, headquartered in Nha Trang, Viet Nam.\r\n\r\nAfter the 6 month regular course, he was awarded advanced multiplex radio equipment repair training in Ft. Monmouth, NJ and earned the rank of Specialist Fourth Class (SP-4) upon gradation with honors from the advanced radio training school. His Military Occupational Specialty was 32E20, Fixed Plant Radio Equipment Repair. Thomas Kalajian scored the highest in his class in Morse code and was among the highest in his GT score, which later qualified him for membership in American Mensa, Ltd.\r\n\r\nThomas Kalajian was awarded the Viet Nam campaign ribbon and qualified for the Sharpshooter medal on the M-16 automatic rifle, the highest level of accuracy attainable in the military.\r\n\r\n<img src=\"/S-4%20view%20from%20TK\'s%20desk.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView from Thomas Kalajian\'s desk in S-4, the Transportation Coordinator for I Corps Quadrant of Viet Nam headquartered in Nha Trang, Viet Nam circa 1968. Seated at the far left back is Cpt. Thomas Tyvand, the CO of the unit. Thomas Kalajian served exclusively with commissioned officers and warrant officers.\r\n\r\n<img src=\"/Nha%20Trang%20living%20quarters,%20July%2068.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView of Thomas Kalajian\'s living quarters in hooch in Nha Trang, Viet Nam. Fan was required to cool stereo equipment in order to remain operational. His foot locker is shown in front of the open cabinet. His weapon is stored in the locker next to the door for quick access. The base at Nha Trang underwent enemy fire from rockets and mortars regularly. Thomas Kalajian has retained the Teac tape deck shown in the cabinet as a memento of his tour of duty. The red lights on the recorder indicate it is operating in \"record\" mode of the programming available to GIs from local and military broadcast stations. The tape recorder was also used to send taped messages to family members back to the U.S. on small 3\" tapes, some of which are shown to the left of the tuner/amplifier in the stereo cabinet.\r\n\r\n<img src=\"/Cam%20Ranh%20Bay%20hooches.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView from the back of a \"deuce and a half\" (two and a half ton capacity truck) leaving the camp where Thomas Kalajian was stationed in Nha Trang. In the background are the \"hooches\" in which GIs lived. Sand bags are shown fortifying the area. Temperatures reached over 110 degrees during monsoon season where the humidity was nearly 100 percent.\r\n\r\n<img src=\"/Cam%20Ranh%20Bay%20pest%20control.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nRegular patrols were mounted for pest control and disease abatement measures, especially during monsoon, where heat and humidity were unbearable and conducive to disease.','Viet Nam War Veteran','Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.','inherit','closed','closed','','10-revision-v1','','','2017-06-01 22:39:08','2017-06-01 22:39:08','',10,'http://thomaskalajian.com/wp2017/index.php/uncategorized/10-revision-v1/',0,'revision','',0),(157,1,'2017-06-01 22:49:38','2017-06-01 22:49:38',' ','','','publish','closed','closed','','157','','','2017-06-01 22:49:38','2017-06-01 22:49:38','',0,'http://thomaskalajian.com/wp2017/?p=157',1,'nav_menu_item','',0),(158,1,'2017-06-01 22:49:39','2017-06-01 22:49:39',' ','','','publish','closed','closed','','158','','','2017-06-01 22:49:39','2017-06-01 22:49:39','',8,'http://thomaskalajian.com/wp2017/?p=158',2,'nav_menu_item','',0),(159,1,'2017-06-01 22:49:39','2017-06-01 22:49:39',' ','','','publish','closed','closed','','159','','','2017-06-01 22:49:39','2017-06-01 22:49:39','',8,'http://thomaskalajian.com/wp2017/?p=159',3,'nav_menu_item','',0),(160,1,'2017-06-01 22:49:39','2017-06-01 22:49:39',' ','','','publish','closed','closed','','160','','','2017-06-01 22:49:39','2017-06-01 22:49:39','',0,'http://thomaskalajian.com/wp2017/?p=160',4,'nav_menu_item','',0),(161,1,'2017-06-01 22:55:05','2017-06-01 22:55:05','Thomas Kalajian\'s principles drive his conduct. He believes that he is accountable for all his actions, both favorable and unfavorable.\r\n\r\nHis core values have been forged by the American culture and refined by his experience in living his life by the enduring American concepts of fundamental honesty and personal integrity, and his commitment to the intrinsic dignity and respect for human beings.\r\n\r\nHis life choices and business practices do not involve exploitation of others, leveraging perceived advantages over the misfortunes of others, invoking situational ethics or employing justifications to explain transgressing upon others for personal gain, greed or domination, either by overt or covert means.','Personal Attributes','Thomas Kalajian\'s principles drive his conduct. He believes that he is accountable for all his actions, both favorable and unfavorable.','inherit','closed','closed','','8-revision-v1','','','2017-06-01 22:55:05','2017-06-01 22:55:05','',8,'http://thomaskalajian.com/wp2017/index.php/uncategorized/8-revision-v1/',0,'revision','',0),(162,1,'2017-06-01 22:58:34','2017-06-01 22:58:34','<strong>Core Values</strong> are long-term, unchanging principles of conduct which survive technological changes, temporary social patterns and norms through time.\n\nThey are basic philosophical rules which form the basis of the organization\'s culture.\n\nThese Core Values define the manner in which the objectives are met and way the group identifies with and relates to its environment and fulfills its responsibilities for ethical and socially redeeming behavior.\n\nCore Values answer the question, \"How do we go about doing our work?\"\n\nThe <strong>absence of values</strong> suggests that any means to accomplish goals are acceptable, regardless of costs, implications or consequences.\n\nDisclosing one\'s values dispels any doubt of an individual or group\'s fundamental positions on the pursuit of their activities, so that they may be known by their values and obtain agreement with whom they resonate.\n\nThomas Kalajian is pleased to present his core values publicly.\n\n<strong>Dedication To Clients.</strong>\nWe respect the sanctity of client goals and regard our role to facilitate their realization as a sacred trust and responsibility.\n\n<strong>Pursuit of Excellence.</strong>\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 clients’ unexpressed expectations\n\n<strong>Valuing Others.</strong>\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.\n\n<strong>Authenticity and Integrity.</strong>\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.\n\n<strong>Responsibility for Leadership.</strong>\nWe understand and accept our duty for leadership in the disciplines for which our clients rely upon our expertise and judgment for guidance, insight, perspective and direction.\n\n<strong>Resourcefulness.</strong>\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.\n\nMutual Respect.\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value or others, nor condone others in doing so.\n<td width=\"34%\" height=\"22\"></td>\n</tr>\n<tr>\n<td width=\"33%\" height=\"22\"></td>\n<td width=\"33%\" height=\"22\"></td>\n<td width=\"34%\" height=\"22\"></td>\n</tr>\n<tr>\n<td width=\"33%\" height=\"22\">\n<p align=\"center\">Bettering Conditions.</p>\n</td>\n<td width=\"33%\" height=\"22\">We pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.</td>\n</tr>\n</tbody>\n</table>','Core Values','','inherit','closed','closed','','70-autosave-v1','','','2017-06-01 22:58:34','2017-06-01 22:58:34','',70,'http://thomaskalajian.com/wp2017/index.php/uncategorized/70-autosave-v1/',0,'revision','',0),(163,1,'2017-06-01 22:58:57','2017-06-01 22:58:57','<strong>Core Values</strong> are long-term, unchanging principles of conduct which survive technological changes, temporary social patterns and norms through time.\r\n\r\nThey are basic philosophical rules which form the basis of the organization\'s culture.\r\n\r\nThese Core Values define the manner in which the objectives are met and way the group identifies with and relates to its environment and fulfills its responsibilities for ethical and socially redeeming behavior.\r\n\r\nCore Values answer the question, \"How do we go about doing our work?\"\r\n\r\nThe <strong>absence of values</strong> suggests that any means to accomplish goals are acceptable, regardless of costs, implications or consequences.\r\n\r\nDisclosing one\'s values dispels any doubt of an individual or group\'s fundamental positions on the pursuit of their activities, so that they may be known by their values and obtain agreement with whom they resonate.\r\n\r\nThomas Kalajian is pleased to present his core values publicly.\r\n\r\n<strong>Dedication To Clients.</strong>\r\nWe respect the sanctity of client goals and regard our role to facilitate their realization as a sacred trust and responsibility.\r\n\r\n<strong>Pursuit of Excellence.</strong>\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 clients’ unexpressed expectations\r\n\r\n<strong>Valuing Others.</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.\r\n\r\n<strong>Authenticity and Integrity.</strong>\r\nWe realize that our own personal authenticity and integrity must form the foundation of valid and meaningful human interaction.\r\n\r\n<strong>Responsibility for Leadership.</strong>\r\nWe understand and accept our duty for leadership in the disciplines for which our clients rely upon our expertise and judgment for guidance, insight, perspective and direction.\r\n\r\n<strong>Resourcefulness.</strong>\r\nWe look beyond traditional thinking when we face new challenges to create innovative solutions, strategies and opportunities for our clients.\r\n\r\n<strong>Mutual Respect.</strong>\r\nWe do not disparage, degrade nor devalue ourselves, our work, our intentions, our reputation, our value or others, nor condone others in doing so.\r\n\r\n<strong>Bettering Conditions.</strong>\r\nWe pursue our work on the premise that our highest purpose and greatest fulfillment derives from competent, effective and constructive service to others.','Core Values','','inherit','closed','closed','','70-revision-v1','','','2017-06-01 22:58:57','2017-06-01 22:58:57','',70,'http://thomaskalajian.com/wp2017/index.php/uncategorized/70-revision-v1/',0,'revision','',0),(164,1,'2017-06-01 23:00:33','2017-06-01 23:00:33','Thomas Kalajian\'s Mission Statement is critically important to understanding how an individual or group is guided by long-term goals.\n\nThe Mission Statement, helps sharpen the focus about which activities fall within and outside of the objectives. It helps answer the question, \"What should we be doing and why?\"\n\nA Mission Statement announces an individual\'s or group\'s ideal scene in a concise statement of broad goals and permits others to determine whether support and agreement with the mission is warranted.\n\nProfessional Mission Statement\n\"To Bring About a Significant Financial Improvement for Our Clients\"\n\nPersonal Mission Statement\n</td>\n<td width=\"34%\"></td>\n</tr>\n<tr>\n<td width=\"33%\"></td>\n<td width=\"33%\"></td>\n<td width=\"34%\"></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"66%\" height=\"22\">\n<p align=\"center\">\"To Bring About a Significant Improvement in Conditions\"</p>\n</td>\n</tr>\n</tbody>\n</table>','Mission','','inherit','closed','closed','','72-autosave-v1','','','2017-06-01 23:00:33','2017-06-01 23:00:33','',72,'http://thomaskalajian.com/wp2017/index.php/uncategorized/72-autosave-v1/',0,'revision','',0),(165,1,'2017-06-01 23:01:24','2017-06-01 23:01:24','Thomas Kalajian\'s Mission Statement is critically important to understanding how an individual or group is guided by long-term goals.\r\n\r\nThe Mission Statement, helps sharpen the focus about which activities fall within and outside of the objectives. It helps answer the question, \"What should we be doing and why?\"\r\n\r\nA Mission Statement announces an individual\'s or group\'s ideal scene in a concise statement of broad goals and permits others to determine whether support and agreement with the mission is warranted.\r\n<h4 style=\"text-align: center;\"><strong>Professional Mission Statement</strong>\r\n\"To Bring About a Significant Financial Improvement for Our Clients\"</h4>\r\n<h4 style=\"text-align: center;\">Personal Mission Statement\r\n\"To Bring About a Significant Improvement in Conditions\"</h4>','Mission','','inherit','closed','closed','','72-revision-v1','','','2017-06-01 23:01:24','2017-06-01 23:01:24','',72,'http://thomaskalajian.com/wp2017/index.php/uncategorized/72-revision-v1/',0,'revision','',0),(166,1,'2017-06-01 23:01:42','2017-06-01 23:01:42','Thomas Kalajian\'s Mission Statement is critically important to understanding how an individual or group is guided by long-term goals.\r\n\r\nThe Mission Statement, helps sharpen the focus about which activities fall within and outside of the objectives. It helps answer the question, \"What should we be doing and why?\"\r\n\r\nA Mission Statement announces an individual\'s or group\'s ideal scene in a concise statement of broad goals and permits others to determine whether support and agreement with the mission is warranted.\r\n<h4 style=\"text-align: center;\"><strong>Professional Mission Statement</strong>\r\n\"To Bring About a Significant Financial Improvement for Our Clients\"</h4>\r\n<h4 style=\"text-align: center;\"><strong>Personal Mission Statement</strong>\r\n\"To Bring About a Significant Improvement in Conditions\"</h4>','Mission','','inherit','closed','closed','','72-revision-v1','','','2017-06-01 23:01:42','2017-06-01 23:01:42','',72,'http://thomaskalajian.com/wp2017/index.php/uncategorized/72-revision-v1/',0,'revision','',0),(168,1,'2017-06-02 20:31:50','2017-06-02 20:31:50','','Community Volunteer','Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities.','inherit','closed','closed','','6-autosave-v1','','','2017-06-02 20:31:50','2017-06-02 20:31:50','',6,'http://thomaskalajian.com/wp2017/index.php/uncategorized/6-autosave-v1/',0,'revision','',0),(169,1,'2017-06-02 20:32:36','2017-06-02 20:32:36','<h4 align=\"left\">Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities</h4>\r\n<ul>\r\n <li>\r\n<p align=\"left\">American Youth Soccer Organization (AYSO), team sponsor (with Mrs. Kalajian)</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Orange County Performing Arts Center (with Mrs. Kalajian)</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for Orange County Bar Foundation Celebrity Golf Tournament, 2000</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for The Event, Celebrity Charity Golf Tournament benefiting CHOC, Children\'s\' Hospital of Orange County</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for Juden and Friends, Celebrity Charity Rock Concert in Las Vegas with major league baseball</p>\r\n</li>\r\n</ul>','Community Volunteer','Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities.','inherit','closed','closed','','6-revision-v1','','','2017-06-02 20:32:36','2017-06-02 20:32:36','',6,'http://thomaskalajian.com/wp2017/index.php/uncategorized/6-revision-v1/',0,'revision','',0),(170,1,'2017-06-02 20:44:25','2017-06-02 20:44:25','<h3>Candidate for Volunteer Homeowner Association Board of Directors, Lake Forest II, Lake Forest, California</h3>\n\n<h4>Thomas Kalajian extended his commitment to public and community volunteer service through his candidacy in 2002 for an open position in the Board of Directors for the Lake Forest II Homeowners\' Association of which he is a member-resident.</h4>\n\n<img src=\"/LF%20HO%20Assn%20-%20Candidate%20Statements.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\n\n<img src=\"/LF%20HO%20Assn%20-%20Candidacy%20Announcement.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\n\n<img src=\"/LF%20HO%20Assn%20-%20Ballot.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\n\n<strong>The Association\'s bylaws require a quorum of at least 1/3 of the homeowner members cast their vote in order for the election results to be valid. Thomas Kalajian attended all but one meeting during his candidacy, and walked throughout his neighborhood with his family in an attempt to reach a quorum by speaking to homeowners personally and handing out his candidacy flyers and ballots.</strong>\n\n<img src=\"/LF%20HO%20Assn%20-%20Flyer.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\n\n<strong>In 2002, as in several years consistently in the past, a quorum was not reached, so the election was set aside in accordance with the bylaws. According to the bylaws, no reporting of election results is required if a quorum is not reached. Accordingly, the Board did not authorize the expense for a tally of the votes for the election. The incumbents were automatically returned to office and the one vacant seat was filled by appointment by the reinstated Board.</strong>\n\n<img src=\"/LF%20HO%20Assn%20-%20Announcement%20of%20Appointment.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />','Homeowners\' Association','','inherit','closed','closed','','68-autosave-v1','','','2017-06-02 20:44:25','2017-06-02 20:44:25','',68,'http://thomaskalajian.com/wp2017/index.php/uncategorized/68-autosave-v1/',0,'revision','',0),(171,1,'2017-06-02 20:44:32','2017-06-02 20:44:32','<h3>Candidate for Volunteer Homeowner Association Board of Directors, Lake Forest II, Lake Forest, California</h3>\r\n\r\n<h4>Thomas Kalajian extended his commitment to public and community volunteer service through his candidacy in 2002 for an open position in the Board of Directors for the Lake Forest II Homeowners\' Association of which he is a member-resident.</h4>\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Candidate%20Statements.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Candidacy%20Announcement.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Ballot.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />\r\n\r\n<strong>The Association\'s bylaws require a quorum of at least 1/3 of the homeowner members cast their vote in order for the election results to be valid. Thomas Kalajian attended all but one meeting during his candidacy, and walked throughout his neighborhood with his family in an attempt to reach a quorum by speaking to homeowners personally and handing out his candidacy flyers and ballots.</strong>\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Flyer.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\n<strong>In 2002, as in several years consistently in the past, a quorum was not reached, so the election was set aside in accordance with the bylaws. According to the bylaws, no reporting of election results is required if a quorum is not reached. Accordingly, the Board did not authorize the expense for a tally of the votes for the election. The incumbents were automatically returned to office and the one vacant seat was filled by appointment by the reinstated Board.</strong>\r\n\r\n<img src=\"/LF%20HO%20Assn%20-%20Announcement%20of%20Appointment.jpg\" style=\"width:100%; max-width:750px; height:auto;\" />','Homeowners\' Association','','inherit','closed','closed','','68-revision-v1','','','2017-06-02 20:44:32','2017-06-02 20:44:32','',68,'http://thomaskalajian.com/wp2017/index.php/uncategorized/68-revision-v1/',0,'revision','',0),(172,1,'2017-06-02 20:47:13','2017-06-02 20:47:13','<h3>Member of Flo-Jo\'s Foundation Board of Directors and Steering Committee</h3>\r\n<h4>Thomas Kalajian was a founding member of the Flo-Jo Memorial Community Empowerment Foundation in 1999</h4>\r\nHe has served on its Board of Directors, has been a permanent member of the Steering Committees for the Annual Celebrity Charity Golf Classics since inception and has volunteered his services for the treasury, accounting and income tax preparation functions of the Foundation since its inception.\r\n\r\nShown below are various examples of Mr. Kalajian\'s involvement in the first annual Al Joyner / Flo-Jo Celebrity Charity Golf Classic in 1999.\r\n<table id=\"fpGalleryTable_9966\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td height=\"10\"></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#AAAAAA\" width=\"1\"></td>\r\n<td valign=\"top\">\r\n<table border=\"0\" width=\"120\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" height=\"337\"><a href=\"http://thomaskalajian.com/Flo-Jo%20steering%20committee.jpg\"><img title=\"\" src=\"http://thomaskalajian.com/photogallery/Flo%20Jo/Flo-Jo%20steering%20committee.jpg\" width=\"250\" height=\"317\" border=\"0\" hspace=\"12\" vspace=\"5\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Thomas Kalajian, Steering Committee, Al Joyner / Flo Jo Celebrity Charity Golf Classic</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td bgcolor=\"#AAAAAA\" width=\"1\"></td>\r\n<td valign=\"top\">\r\n<table border=\"0\" width=\"120\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" height=\"337\"><a href=\"http://thomaskalajian.com/Flo-Jo%20program%20ad.jpg\"><img title=\"\" src=\"http://thomaskalajian.com/photogallery/Flo%20Jo/Flo-Jo%20program%20ad.jpg\" width=\"250\" height=\"317\" border=\"0\" hspace=\"12\" vspace=\"5\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Full-Page Tribute To Flo-Jo From Thomas Kalajian</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td bgcolor=\"#AAAAAA\" width=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"10\"></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#AAAAAA\" width=\"1\"></td>\r\n<td valign=\"top\">\r\n<table border=\"0\" width=\"120\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" height=\"337\"><a href=\"http://thomaskalajian.com/Flo-Jo%20program%20cover.jpg\"><img title=\"\" src=\"http://thomaskalajian.com/photogallery/Flo%20Jo/Flo-Jo%20program%20cover.jpg\" width=\"250\" height=\"317\" border=\"0\" hspace=\"12\" vspace=\"5\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Al Joyner / Flo-Jo Celebrity Charity Golf Classic Program Cover</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td bgcolor=\"#AAAAAA\" width=\"1\"></td>\r\n<td valign=\"top\">\r\n<table border=\"0\" width=\"120\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" height=\"337\"><a href=\"http://thomaskalajian.com/Flo-Jo%20program%20purpose.jpg\"><img title=\"\" src=\"http://thomaskalajian.com/photogallery/Flo%20Jo/Flo-Jo%20program%20purpose.jpg\" width=\"250\" height=\"317\" border=\"0\" hspace=\"12\" vspace=\"5\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Al Joyner / Flo-Jo Celebrity Charity Golf Classic Purpose Statement</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td bgcolor=\"#AAAAAA\" width=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Flo-Jo Foundation','','inherit','closed','closed','','66-revision-v1','','','2017-06-02 20:47:13','2017-06-02 20:47:13','',66,'http://thomaskalajian.com/wp2017/index.php/uncategorized/66-revision-v1/',0,'revision','',0),(173,1,'2017-06-02 20:58:16','2017-06-02 20:58:16','<h3>Member of Flo-Jo\'s Foundation Board of Directors and Steering Committee</h3>\n<h4>Thomas Kalajian was a founding member of the Flo-Jo Memorial Community Empowerment Foundation in 1999</h4>\nHe has served on its Board of Directors, has been a permanent member of the Steering Committees for the Annual Celebrity Charity Golf Classics since inception and has volunteered his services for the treasury, accounting and income tax preparation functions of the Foundation since its inception.\n\nShown below are various examples of Mr. Kalajian\'s involvement in the first annual Al Joyner / Flo-Jo Celebrity Charity Golf Classic in 1999.\n\n<img src=\"/Flo-Jo%20steering%20committee.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo steering committee\" alt=\"Flo-Jo steering committee\" />\nThomas Kalajian, Steering Committee, Al Joyner / Flo Jo Celebrity Charity Golf Classic\n\n<img src=\"/Flo-Jo%20program%20ad.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program ad\" alt=\"Flo-Jo program ad\" />\nFull-Page Tribute To Flo-Jo From Thomas Kalajian\n\n<img title=\"\" src=\"/Flo-Jo%20program%20cover.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program cover\" alt=\"Flo-Jo program cover\" />\nAl Joyner / Flo-Jo Celebrity Charity Golf Classic Program Cover\n\n<img title=\"\" src=\"/Flo-Jo%20program%20purpose.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program purpose\" alt=\"Flo-Jo program purpose\" />\nAl Joyner / Flo-Jo Celebrity Charity Golf Classic Purpose Statement','Flo-Jo Foundation','','inherit','closed','closed','','66-autosave-v1','','','2017-06-02 20:58:16','2017-06-02 20:58:16','',66,'http://thomaskalajian.com/wp2017/index.php/uncategorized/66-autosave-v1/',0,'revision','',0),(174,1,'2017-06-02 20:58:34','2017-06-02 20:58:34','<h3>Member of Flo-Jo\'s Foundation Board of Directors and Steering Committee</h3>\r\n<h4>Thomas Kalajian was a founding member of the Flo-Jo Memorial Community Empowerment Foundation in 1999</h4>\r\nHe has served on its Board of Directors, has been a permanent member of the Steering Committees for the Annual Celebrity Charity Golf Classics since inception and has volunteered his services for the treasury, accounting and income tax preparation functions of the Foundation since its inception.\r\n\r\nShown below are various examples of Mr. Kalajian\'s involvement in the first annual Al Joyner / Flo-Jo Celebrity Charity Golf Classic in 1999.\r\n\r\n<img src=\"/Flo-Jo%20steering%20committee.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo steering committee\" alt=\"Flo-Jo steering committee\" />\r\nThomas Kalajian, Steering Committee, Al Joyner / Flo Jo Celebrity Charity Golf Classic\r\n\r\n<img src=\"/Flo-Jo%20program%20ad.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program ad\" alt=\"Flo-Jo program ad\" />\r\nFull-Page Tribute To Flo-Jo From Thomas Kalajian\r\n\r\n<img src=\"/Flo-Jo%20program%20cover.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program cover\" alt=\"Flo-Jo program cover\" />\r\nAl Joyner / Flo-Jo Celebrity Charity Golf Classic Program Cover\r\n\r\n<img src=\"/Flo-Jo%20program%20purpose.jpg\" style=\"width:100%; max-width:600px; height:auto;\" title=\"Flo-Jo program purpose\" alt=\"Flo-Jo program purpose\" />\r\nAl Joyner / Flo-Jo Celebrity Charity Golf Classic Purpose Statement','Flo-Jo Foundation','','inherit','closed','closed','','66-revision-v1','','','2017-06-02 20:58:34','2017-06-02 20:58:34','',66,'http://thomaskalajian.com/wp2017/index.php/uncategorized/66-revision-v1/',0,'revision','',0),(175,1,'2017-06-02 21:01:23','2017-06-02 21:01:23','<h4>Record-breaking Pledge Drive on KOCE-TV - Orange County, California</h4>\n<h4>Pioneering Broadcasts Break All Pledge Records on KOCE-TV</h4>\n<a href=\"/PowerPoint%20Presentations/March%2029,%202007.pps\">Click here</a> to view slide presentation of March 29th record-breaking broadcast.</p>\n<p style=\"text-align: left;\" align=\"left\">Thomas Kalajian was project community coordinator of the most successful pledge drive in the history of Orange County PBS station KOCE-TV, the 5th largest broadcast audience in the Public Broadcasting System.</p>\n<p style=\"text-align: left;\" align=\"left\">Orange County PBS station KOCE has pioneered the broadcasting of Armenian Genocide documentaries, showing both leadership and conviction to objective journalism by being among the first in the Southern California television market to broadcast these controversial documentaries disproving the false claims by deniers, including the U.S. Department of State, successive Administrations and the government of Turkey.</p>\n<p style=\"text-align: left;\" align=\"left\">The live broadcast broke many records. It earned the highest amount ever pledged in a program in the 35-year history of KOCE, breaking the record set 13 years earlier with the six-hour program of the Three Tenors. This pledge drive earned more money in three hours than the Three Tenors earned in six hours. The total pledged was over $118,500. Station management said they would be satisfied with $15,000 and thrilled to reach $30,000.</p>\n<p style=\"text-align: left;\" align=\"left\">The live program was originally broadcast on March 29, 2007 and the program continues to be rebroadcast frequently.</p>\n<p style=\"text-align: left;\" align=\"center\"><img src=\"http://thomaskalajian.com/images/TVK%20Cert.jpg\" width=\"600\" height=\"459\" border=\"1\" /></p>\n<p style=\"text-align: left;\" align=\"center\">Certificate of Appreciation by Orange County PBS station KOCE-TV</p>\n<p style=\"text-align: left;\" align=\"center\"><a href=\"http://thomaskalajian.com/KOCE.htm\"><img src=\"http://thomaskalajian.com/images/KOCE%20Thank%20You%20Letter%20to%20TK.jpg\" width=\"600\" height=\"666\" border=\"1\" /></a></p>\n<p style=\"text-align: left;\" align=\"center\">Letter of Appreciation from Orange County PBS station KOCE-TV</p>','Orange County PBS','','inherit','closed','closed','','54-autosave-v1','','','2017-06-02 21:01:23','2017-06-02 21:01:23','',54,'http://thomaskalajian.com/wp2017/index.php/uncategorized/54-autosave-v1/',0,'revision','',0),(176,1,'2017-06-02 21:03:21','2017-06-02 21:03:21','<h4>Record-breaking Pledge Drive on KOCE-TV - Orange County, California</h4>\r\n\r\n<h4>Pioneering Broadcasts Break All Pledge Records on KOCE-TV</h4>\r\n\r\n<a href=\"/PowerPoint%20Presentations/March%2029,%202007.pps\">Click here</a> to view slide presentation of March 29th record-breaking broadcast.\r\n\r\nThomas Kalajian was project community coordinator of the most successful pledge drive in the history of Orange County PBS station KOCE-TV, the 5th largest broadcast audience in the Public Broadcasting System.\r\n\r\nOrange County PBS station KOCE has pioneered the broadcasting of Armenian Genocide documentaries, showing both leadership and conviction to objective journalism by being among the first in the Southern California television market to broadcast these controversial documentaries disproving the false claims by deniers, including the U.S. Department of State, successive Administrations and the government of Turkey.\r\n\r\nThe live broadcast broke many records. It earned the highest amount ever pledged in a program in the 35-year history of KOCE, breaking the record set 13 years earlier with the six-hour program of the Three Tenors. This pledge drive earned more money in three hours than the Three Tenors earned in six hours. The total pledged was over $118,500. Station management said they would be satisfied with $15,000 and thrilled to reach $30,000.\r\n\r\nThe live program was originally broadcast on March 29, 2007 and the program continues to be rebroadcast frequently.\r\n\r\n<img src=\"/images/TVK%20Cert.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nCertificate of Appreciation by Orange County PBS station KOCE-TV\r\n\r\n<img src=\"/images/KOCE%20Thank%20You%20Letter%20to%20TK.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nLetter of Appreciation from Orange County PBS station KOCE-TV','Orange County PBS','','inherit','closed','closed','','54-revision-v1','','','2017-06-02 21:03:21','2017-06-02 21:03:21','',54,'http://thomaskalajian.com/wp2017/index.php/uncategorized/54-revision-v1/',0,'revision','',0),(177,1,'2017-06-02 21:07:19','2017-06-02 21:07:19','<h4>10 Years of Community Television Broadcasting on Orange County\'s OCN Cable News Channel</h4>\n\nAs a community volunteer, Thomas Kalajian covered income taxes and business development strategies for the OCN viewing community, reaching over 2 million viewers.\n\nThe Tom Kalajian reports were regularly repeated throughout the 24-hour broadcast schedule and extending for several days, consistently receiving the highest favorable responses from viewers. Thomas Kalajian\'s last report was in April, 2001. OCN discontinued operations in August, 2001.\n\n<img src=\"/OCN%20ID%20Badge.jpg\" style=\"width:100%; max-width:297px; height:auto;\" />\nThomas Kalajian\'s security identification badge for authorization and access to OCN television studios in Santa Ana, California\n\n<img src=\"/OCN%20testimonial%20by%20Lewis%20Robertson.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\nLetter from Lewis Robertson, General Manager of OCN cable station congratulating Thomas Kalajian on his broadcast correspondence quality and impact on the Orange County community. Mr. Robertson became a client of Thomas Kalajian\'s CPA firm for years afterward until his retirement to Florida.\n\n<img src=\"/TK%20at%20OCN%20composition%20desk,%20ver%20b.jpg\" style=\"width:100%; max-width:300px; height:auto;\" /></p>\nThomas Kalajian at the keyboard writing script for an upcoming broadcast on the teleprompter system while business anchor Pete Weitzner looks on.\n\n<img src=\"/TK%20at%20OCN%20planning%20desk,%20ver%20b1.jpg\" width=\"300\" height=\"204\" align=\"left\" border=\"1\" hspace=\"0\" vspace=\"20\" /></p>\n\n<table id=\"table2\" border=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td> \n\nThomas Kalajian in conference regarding an upcoming broadcast with business anchor Pete Weitzner and technical team member.</td>\n</tr>\n</tbody>\n</table>\n<img src=\"http://thomaskalajian.com/TK%20at%20OCN%20anchor%20desk,%20portrait,%20ver%20a.jpg\" width=\"150\" height=\"220\" align=\"left\" border=\"1\" hspace=\"0\" vspace=\"20\" />\n<table id=\"table3\" border=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td> \n\nThomas Kalajian at the anchor desk in the OCN studios before broadcast of his commentary on business development and tax tips.</td>\n</tr>\n</tbody>\n</table>\n<img src=\"http://thomaskalajian.com/OCN%20studio1.jpg\" width=\"300\" height=\"166\" align=\"left\" border=\"1\" hspace=\"0\" vspace=\"20\" />\n<table id=\"table4\" border=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td> \n\nThomas Kalajian at the OCN live call-in set at the OCN studios before broadcast with IRS representative (right) and news anchor Leslie Layton (left).</td>\n</tr>\n</tbody>\n</table>\n<img src=\"http://thomaskalajian.com/images/Greg%20Ricks%20and%20Tom%20Kalajian%20at%20OCN%20anchor%20desk.jpg\" width=\"253\" height=\"200\" align=\"left\" border=\"0\" />\n<table id=\"table7\" border=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td> \n\nThomas Kalajian at the OCN anchor desk at the OCN studios before broadcast with news anchor Gregory Ricks (left).</td>\n</tr>\n</tbody>\n</table>','Television Broadcasting','','inherit','closed','closed','','56-autosave-v1','','','2017-06-02 21:07:19','2017-06-02 21:07:19','',56,'http://thomaskalajian.com/wp2017/index.php/uncategorized/56-autosave-v1/',0,'revision','',0),(178,1,'2017-06-02 21:08:51','2017-06-02 21:08:51','<h4>10 Years of Community Television Broadcasting on Orange County\'s OCN Cable News Channel</h4>\r\n\r\nAs a community volunteer, Thomas Kalajian covered income taxes and business development strategies for the OCN viewing community, reaching over 2 million viewers.\r\n\r\nThe Tom Kalajian reports were regularly repeated throughout the 24-hour broadcast schedule and extending for several days, consistently receiving the highest favorable responses from viewers. Thomas Kalajian\'s last report was in April, 2001. OCN discontinued operations in August, 2001.\r\n\r\n<img src=\"/OCN%20ID%20Badge.jpg\" style=\"width:100%; max-width:297px; height:auto;\" />\r\nThomas Kalajian\'s security identification badge for authorization and access to OCN television studios in Santa Ana, California\r\n\r\n<img src=\"/OCN%20testimonial%20by%20Lewis%20Robertson.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nLetter from Lewis Robertson, General Manager of OCN cable station congratulating Thomas Kalajian on his broadcast correspondence quality and impact on the Orange County community. Mr. Robertson became a client of Thomas Kalajian\'s CPA firm for years afterward until his retirement to Florida.\r\n\r\n<img src=\"/TK%20at%20OCN%20composition%20desk,%20ver%20b.jpg\" style=\"width:100%; max-width:300px; height:auto;\" /></p>\r\nThomas Kalajian at the keyboard writing script for an upcoming broadcast on the teleprompter system while business anchor Pete Weitzner looks on.\r\n\r\n<img src=\"/TK%20at%20OCN%20planning%20desk,%20ver%20b1.jpg\" style=\"width:100%; max-width:300px; height:auto;\" />\r\nThomas Kalajian in conference regarding an upcoming broadcast with business anchor Pete Weitzner and technical team member.\r\n\r\n<img src=\"/TK%20at%20OCN%20anchor%20desk,%20portrait,%20ver%20a.jpg\" style=\"width:100%; max-width:150px; height:auto;\" />\r\nThomas Kalajian at the anchor desk in the OCN studios before broadcast of his commentary on business development and tax tips.\r\n\r\n<img src=\"/OCN%20studio1.jpg\" style=\"width:100%; max-width:300px; height:auto;\" />\r\nThomas Kalajian at the OCN live call-in set at the OCN studios before broadcast with IRS representative (right) and news anchor Leslie Layton (left).\r\n\r\n<img src=\"/images/Greg%20Ricks%20and%20Tom%20Kalajian%20at%20OCN%20anchor%20desk.jpg\" style=\"width:100%; max-width:253px; height:auto;\" />\r\nThomas Kalajian at the OCN anchor desk at the OCN studios before broadcast with news anchor Gregory Ricks (left).','Television Broadcasting','','inherit','closed','closed','','56-revision-v1','','','2017-06-02 21:08:51','2017-06-02 21:08:51','',56,'http://thomaskalajian.com/wp2017/index.php/uncategorized/56-revision-v1/',0,'revision','',0),(179,1,'2017-06-02 21:11:37','2017-06-02 21:11:37','<h4>A Commitment To Educational Excellence Through Personal Participation</h4>\r\n\r\nThomas Kalajian\'s commitment to educational excellence takes the form of investing his time in volunteer activities in schools so students have a realistic example and role model of both concerned parents and adults who demonstrate their dedication to expanding an educated and ethical society.\r\n\r\nHis volunteer work spans a broad spectrum of support activities, including:\r\n<ul>\r\n<li>Full-day management seminar for the Orange County Private School Administrators,</li>\r\n<li>Chapman School of Film and Television, public speaking and podium skills to broadcasting students</li>\r\n<li>Board member for parochial school for several years,</li>\r\n<li>Fund raising support and organization of events,</li>\r\n<li>Tustin Tiller Days information booth set up,</li>\r\n<li>Custodianship of a private school during transition of the Executive Director,</li>\r\n<li>Theater lighting set-up and operation for school plays,</li>\r\n<li>Set-up, operation and clean up of safe on-campus Halloween Night activities</li>\r\n</ul>','School Programs','','inherit','closed','closed','','58-revision-v1','','','2017-06-02 21:11:37','2017-06-02 21:11:37','',58,'http://thomaskalajian.com/wp2017/index.php/uncategorized/58-revision-v1/',0,'revision','',0),(180,1,'2017-06-02 21:13:49','2017-06-02 21:13:49','<h3>Drama Department Lighting Director</h3>\n\n<h4>Thomas Kalajian has volunteered several years as the Drama Department\'s Lighting Director at the Edgewood Campus of Fairmont Schools. For several of those years, his volunteer service extended beyond the terms in which his own children were enrolled at the school</h4>\n\nThe Edgewood Campus of Fairmont Schools is located on the border of Tustin and Santa Ana in Orange County, California.\n\n<a href=\"http://thomaskalajian.com/Fairmont%20testimonial.jpg\"><img title=\"\" src=\"http://thomaskalajian.com/photogallery/Fairmont%20and%20Marla/Fairmont%20testimonial.jpg\" width=\"300\" height=\"381\" border=\"0\" hspace=\"12\" vspace=\"5\" /></a></td>\n</tr>\n<tr>\n<td valign=\"top\">Fairmont Schools Letter of Appreciation - 2000</td>\n</tr>\n</tbody>\n</table>\n</td>\n<td bgcolor=\"#AAAAAA\" width=\"1\"></td>\n<td valign=\"top\">\n<table border=\"0\" width=\"120\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\">\n<tbody>\n<tr>\n<td align=\"center\" valign=\"top\" height=\"401\"><a href=\"http://thomaskalajian.com/Testimonial,%20Marla%202.jpg\"><img title=\"\" src=\"http://thomaskalajian.com/photogallery/Fairmont%20and%20Marla/Testimonial,%20Marla%202.jpg\" width=\"300\" height=\"127\" border=\"0\" hspace=\"12\" vspace=\"5\" /></a></td>\n</tr>\n<tr>\n<td valign=\"top\">Fairmont Personal Note of Appreciation - 1994','Edgewood School','','inherit','closed','closed','','60-autosave-v1','','','2017-06-02 21:13:49','2017-06-02 21:13:49','',60,'http://thomaskalajian.com/wp2017/index.php/uncategorized/60-autosave-v1/',0,'revision','',0),(181,1,'2017-06-02 21:15:44','2017-06-02 21:15:44','<h3>Drama Department Lighting Director</h3>\r\n\r\n<h4>Thomas Kalajian has volunteered several years as the Drama Department\'s Lighting Director at the Edgewood Campus of Fairmont Schools. For several of those years, his volunteer service extended beyond the terms in which his own children were enrolled at the school</h4>\r\n\r\nThe Edgewood Campus of Fairmont Schools is located on the border of Tustin and Santa Ana in Orange County, California.\r\n\r\n<img src=\"/Fairmont%20testimonial.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nFairmont Schools Letter of Appreciation - 2000\r\n\r\n<img src=\"/Testimonial,%20Marla%202.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nFairmont Personal Note of Appreciation - 1994','Edgewood School','','inherit','closed','closed','','60-revision-v1','','','2017-06-02 21:15:44','2017-06-02 21:15:44','',60,'http://thomaskalajian.com/wp2017/index.php/uncategorized/60-revision-v1/',0,'revision','',0),(182,1,'2017-06-02 21:16:12','2017-06-02 21:16:12','<h3>Drama Department Lighting Director</h3>\r\n\r\n<strong>Thomas Kalajian has volunteered several years as the Drama Department\'s Lighting Director at the Edgewood Campus of Fairmont Schools. For several of those years, his volunteer service extended beyond the terms in which his own children were enrolled at the school</strong>\r\n\r\nThe Edgewood Campus of Fairmont Schools is located on the border of Tustin and Santa Ana in Orange County, California.\r\n\r\n<img src=\"/Fairmont%20testimonial.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nFairmont Schools Letter of Appreciation - 2000\r\n\r\n<img src=\"/Testimonial,%20Marla%202.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\nFairmont Personal Note of Appreciation - 1994','Edgewood School','','inherit','closed','closed','','60-revision-v1','','','2017-06-02 21:16:12','2017-06-02 21:16:12','',60,'http://thomaskalajian.com/wp2017/index.php/uncategorized/60-revision-v1/',0,'revision','',0),(183,1,'2017-06-02 21:17:48','2017-06-02 21:17:48','<h4>Guest Lecturer</h4>\n\n<strong>Public Speaking and Leadership Skills Workshops</strong>\n\n<strong>Thomas Kalajian has volunteered for several years to teach television broadcasting journalism students public speaking and podium skills in a recurring annual workshop given on the Chapman University campus.</strong>\n\nLocated in Orange, California, Chapman University School of Film and Television is rapidly gaining a world-wide reputation for it\'s professional excellence, and providing leadership training through auxiliary resources for its students, such as the program presented by Thomas Kalajian.\n\nMany of the graduates are thrust into positions of community leadership from the wide exposure gained from their television broadcasting careers. Therefore, they are often called upon to be speakers and masters of ceremony in community and charitable events.\n\nThey must perform well, as they will have achieved the status of a local celebrity, and their performance reflects on their employers, as well as affecting their career in the community. Yet, no formal program is offered at Chapman to prepare students to fulfill these expectations in their leadership role.\n\nThomas Kalajian\'s workshop prepares students for basic skills in speech crafting, appropriate introductions, podium etiquette, dealing with difficult and unexpected situations, proper transitions, controlling the mood, pace and energy level of the event, maintaining grace, control and charm throughout the event, and practice in impromptu situations. The objective of this workshop is to prepare students to assume these community leadership responsibilities with greater ease, professionalism and confidence.\n\n<img src=\"http://thomaskalajian.com/Chapman%20Film,%20Dec%202003.jpg\" width=\"600\" height=\"751\" border=\"1\" />','Chapman University','','inherit','closed','closed','','62-autosave-v1','','','2017-06-02 21:17:48','2017-06-02 21:17:48','',62,'http://thomaskalajian.com/wp2017/index.php/uncategorized/62-autosave-v1/',0,'revision','',0),(184,1,'2017-06-02 21:18:05','2017-06-02 21:18:05','<h4>Guest Lecturer</h4>\r\n\r\n<strong>Public Speaking and Leadership Skills Workshops</strong>\r\n\r\n<strong>Thomas Kalajian has volunteered for several years to teach television broadcasting journalism students public speaking and podium skills in a recurring annual workshop given on the Chapman University campus.</strong>\r\n\r\nLocated in Orange, California, Chapman University School of Film and Television is rapidly gaining a world-wide reputation for it\'s professional excellence, and providing leadership training through auxiliary resources for its students, such as the program presented by Thomas Kalajian.\r\n\r\nMany of the graduates are thrust into positions of community leadership from the wide exposure gained from their television broadcasting careers. Therefore, they are often called upon to be speakers and masters of ceremony in community and charitable events.\r\n\r\nThey must perform well, as they will have achieved the status of a local celebrity, and their performance reflects on their employers, as well as affecting their career in the community. Yet, no formal program is offered at Chapman to prepare students to fulfill these expectations in their leadership role.\r\n\r\nThomas Kalajian\'s workshop prepares students for basic skills in speech crafting, appropriate introductions, podium etiquette, dealing with difficult and unexpected situations, proper transitions, controlling the mood, pace and energy level of the event, maintaining grace, control and charm throughout the event, and practice in impromptu situations. The objective of this workshop is to prepare students to assume these community leadership responsibilities with greater ease, professionalism and confidence.\r\n\r\n<img src=\"/Chapman%20Film,%20Dec%202003.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />','Chapman University','','inherit','closed','closed','','62-revision-v1','','','2017-06-02 21:18:05','2017-06-02 21:18:05','',62,'http://thomaskalajian.com/wp2017/index.php/uncategorized/62-revision-v1/',0,'revision','',0),(185,1,'2017-06-02 21:23:16','2017-06-02 21:23:16','<h4>Public Speaking and Leadership Skills Workshop</h4>\n\n<h4>May 5, 2010</h4>\n\n<strong>PowerPoint® Slide Presentations:</strong>\n<ul>\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20an%20Introduction.pps\">Structure of an Introduction</a></li>\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20a%20Speech.pps\">Structure of a Speech</a></li>\n<li><a href=\"/PowerPoint%20Presentations/Transferring%20Control%20of%20the%20Event%20to%20Another%20Speaker.pps\">Transferring Control of the Event to Another Speaker</a></li>\n</ul>\n\n<strong>Adobe® PDF Outlines and Guides:</strong>\n<ul>\n<li><a href=\"/PDF%20Files/Chapman%20University%20-%20Suggested%20Design%20and%20Structure%20of%20a%20Speech%20-%202010.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Design and Structure of a Speech</a></li>\n<li><a href=\"/PDF%20Files/Suggested%20Procedures%20for%20Turning%20Over%20the%20Lectern,%202010.pdf\">Suggested Procedures for Turning Over the Lectern</a></li>\n<li><a href=\"/PDF%20Files/Principal%20Workshop%20Notes.pdf\">Principal Workshop Notes</a></li>\n<li><a href=\"/PDF%20Files/Toastmasters%20top10.pdf\">Toastmasters Top 10</a></li>\n</ul>','Leadership Workshop','','inherit','closed','closed','','64-autosave-v1','','','2017-06-02 21:23:16','2017-06-02 21:23:16','',64,'http://thomaskalajian.com/wp2017/index.php/uncategorized/64-autosave-v1/',0,'revision','',0),(186,1,'2017-06-02 21:20:41','2017-06-02 21:20:41','<h4>Public Speaking and Leadership Skills Workshop</h4>\r\n\r\n<h4>May 5, 2010</h4>\r\n\r\n<strong>PowerPoint® Slide Presentations:</strong>\r\n<a href=\"http://thomaskalajian.com/PowerPoint%20Presentations/Structure%20of%20an%20Introduction.pps\">Structure of an Introduction</a>\r\n<a href=\"http://thomaskalajian.com/PowerPoint%20Presentations/Structure%20of%20a%20Speech.pps\">Structure of a Speech</a>\r\n<a href=\"http://thomaskalajian.com/PowerPoint%20Presentations/Transferring%20Control%20of%20the%20Event%20to%20Another%20Speaker.pps\">Transferring Control of the Event to Another Speaker</a>\r\n\r\n<strong>Adobe® PDF Outlines and Guides:</strong>\r\n<a href=\"http://thomaskalajian.com/PDF%20Files/Chapman%20University%20-%20Suggested%20Design%20and%20Structure%20of%20a%20Speech%20-%202010.pdf\">Suggested Design and Structure of a Speech</a>\r\n<a href=\"http://thomaskalajian.com/PDF%20Files/Suggested%20Procedures%20for%20Turning%20Over%20the%20Lectern,%202010.pdf\">Suggested Procedures for Turning Over the Lectern</a>\r\n<a href=\"http://thomaskalajian.com/PDF%20Files/Principal%20Workshop%20Notes.pdf\">Principal Workshop Notes</a>\r\n<a href=\"http://thomaskalajian.com/PDF%20Files/Toastmasters%20top10.pdf\">Toastmasters Top 10</a>','Leadership Workshop','','inherit','closed','closed','','64-revision-v1','','','2017-06-02 21:20:41','2017-06-02 21:20:41','',64,'http://thomaskalajian.com/wp2017/index.php/uncategorized/64-revision-v1/',0,'revision','',0),(187,1,'2017-06-02 21:22:12','2017-06-02 21:22:12','<h4>Public Speaking and Leadership Skills Workshop</h4>\r\n\r\n<h4>May 5, 2010</h4>\r\n\r\n<strong>PowerPoint® Slide Presentations:</strong>\r\n<ul>\r\n<li><a href=\"http://thomaskalajian.com/PowerPoint%20Presentations/Structure%20of%20an%20Introduction.pps\">Structure of an Introduction</a></li>\r\n<li><a href=\"http://thomaskalajian.com/PowerPoint%20Presentations/Structure%20of%20a%20Speech.pps\">Structure of a Speech</a></li>\r\n<li><a href=\"http://thomaskalajian.com/PowerPoint%20Presentations/Transferring%20Control%20of%20the%20Event%20to%20Another%20Speaker.pps\">Transferring Control of the Event to Another Speaker</a></li>\r\n</ul>\r\n\r\n<strong>Adobe® PDF Outlines and Guides:</strong>\r\n<ul>\r\n<li><a href=\"http://thomaskalajian.com/PDF%20Files/Chapman%20University%20-%20Suggested%20Design%20and%20Structure%20of%20a%20Speech%20-%202010.pdf\">Suggested Design and Structure of a Speech</a></li>\r\n<li><a href=\"http://thomaskalajian.com/PDF%20Files/Suggested%20Procedures%20for%20Turning%20Over%20the%20Lectern,%202010.pdf\">Suggested Procedures for Turning Over the Lectern</a></li>\r\n<li><a href=\"http://thomaskalajian.com/PDF%20Files/Principal%20Workshop%20Notes.pdf\">Principal Workshop Notes</a></li>\r\n<li><a href=\"http://thomaskalajian.com/PDF%20Files/Toastmasters%20top10.pdf\">Toastmasters Top 10</a></li>\r\n</ul>','Leadership Workshop','','inherit','closed','closed','','64-revision-v1','','','2017-06-02 21:22:12','2017-06-02 21:22:12','',64,'http://thomaskalajian.com/wp2017/index.php/uncategorized/64-revision-v1/',0,'revision','',0),(188,1,'2017-06-02 21:23:39','2017-06-02 21:23:39','<h4>Public Speaking and Leadership Skills Workshop</h4>\r\n\r\n<h4>May 5, 2010</h4>\r\n\r\n<strong>PowerPoint® Slide Presentations:</strong>\r\n<ul>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20an%20Introduction.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of an Introduction</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20a%20Speech.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of a Speech</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Transferring%20Control%20of%20the%20Event%20to%20Another%20Speaker.pps\" style=\"text-decoration:underline; color:#3695eb;\">Transferring Control of the Event to Another Speaker</a></li>\r\n</ul>\r\n\r\n<strong>Adobe® PDF Outlines and Guides:</strong>\r\n<ul>\r\n<li><a href=\"/PDF%20Files/Chapman%20University%20-%20Suggested%20Design%20and%20Structure%20of%20a%20Speech%20-%202010.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Design and Structure of a Speech</a></li>\r\n<li><a href=\"/PDF%20Files/Suggested%20Procedures%20for%20Turning%20Over%20the%20Lectern,%202010.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Procedures for Turning Over the Lectern</a></li>\r\n<li><a href=\"/PDF%20Files/Principal%20Workshop%20Notes.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Principal Workshop Notes</a></li>\r\n<li><a href=\"/PDF%20Files/Toastmasters%20top10.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Toastmasters Top 10</a></li>\r\n</ul>','Leadership Workshop','','inherit','closed','closed','','64-revision-v1','','','2017-06-02 21:23:39','2017-06-02 21:23:39','',64,'http://thomaskalajian.com/wp2017/index.php/uncategorized/64-revision-v1/',0,'revision','',0),(189,1,'2017-06-02 21:23:59','2017-06-02 21:23:59','<h4>Public Speaking and Leadership Skills Workshop</h4>\r\n\r\n<strong>May 5, 2010</strong>\r\n\r\n<strong>PowerPoint® Slide Presentations:</strong>\r\n<ul>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20an%20Introduction.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of an Introduction</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20a%20Speech.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of a Speech</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Transferring%20Control%20of%20the%20Event%20to%20Another%20Speaker.pps\" style=\"text-decoration:underline; color:#3695eb;\">Transferring Control of the Event to Another Speaker</a></li>\r\n</ul>\r\n\r\n<strong>Adobe® PDF Outlines and Guides:</strong>\r\n<ul>\r\n<li><a href=\"/PDF%20Files/Chapman%20University%20-%20Suggested%20Design%20and%20Structure%20of%20a%20Speech%20-%202010.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Design and Structure of a Speech</a></li>\r\n<li><a href=\"/PDF%20Files/Suggested%20Procedures%20for%20Turning%20Over%20the%20Lectern,%202010.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Procedures for Turning Over the Lectern</a></li>\r\n<li><a href=\"/PDF%20Files/Principal%20Workshop%20Notes.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Principal Workshop Notes</a></li>\r\n<li><a href=\"/PDF%20Files/Toastmasters%20top10.pdf\" style=\"text-decoration:underline; color:#3695eb;\">Toastmasters Top 10</a></li>\r\n</ul>','Leadership Workshop','','inherit','closed','closed','','64-revision-v1','','','2017-06-02 21:23:59','2017-06-02 21:23:59','',64,'http://thomaskalajian.com/wp2017/index.php/uncategorized/64-revision-v1/',0,'revision','',0),(190,1,'2017-06-02 21:37:54','2017-06-02 21:37:54','<h4>Public Speaking and Leadership Skills Workshop</h4>\r\n\r\n<strong>May 5, 2010</strong>\r\n\r\n<strong>PowerPoint® Slide Presentations:</strong>\r\n<ul>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20an%20Introduction.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of an Introduction</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Structure%20of%20a%20Speech.pps\" style=\"text-decoration:underline; color:#3695eb;\">Structure of a Speech</a></li>\r\n<li><a href=\"/PowerPoint%20Presentations/Transferring%20Control%20of%20the%20Event%20to%20Another%20Speaker.pps\" style=\"text-decoration:underline; color:#3695eb;\">Transferring Control of the Event to Another Speaker</a></li>\r\n</ul>\r\n\r\n<strong>Adobe® PDF Outlines and Guides:</strong>\r\n<ul>\r\n<li><a href=\"/PDF%20Files/Chapman%20University%20-%20Suggested%20Design%20and%20Structure%20of%20a%20Speech%20-%202010.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Design and Structure of a Speech</a></li>\r\n<li><a href=\"/PDF%20Files/Suggested%20Procedures%20for%20Turning%20Over%20the%20Lectern,%202010.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Suggested Procedures for Turning Over the Lectern</a></li>\r\n<li><a href=\"/PDF%20Files/Principal%20Workshop%20Notes.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Principal Workshop Notes</a></li>\r\n<li><a href=\"/PDF%20Files/Toastmasters%20top10.pdf\" target=\"_blank\" style=\"text-decoration:underline; color:#3695eb;\">Toastmasters Top 10</a></li>\r\n</ul>','Leadership Workshop','','inherit','closed','closed','','64-revision-v1','','','2017-06-02 21:37:54','2017-06-02 21:37:54','',64,'http://thomaskalajian.com/wp2017/index.php/uncategorized/64-revision-v1/',0,'revision','',0),(191,1,'2017-06-03 15:28:48','2017-06-03 15:28:48','','Home','','publish','closed','closed','','home-3','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',0,'http://thomaskalajian.com/wp2017/?p=191',1,'nav_menu_item','',0),(192,1,'2017-06-03 15:28:48','2017-06-03 15:28:48',' ','','','publish','closed','closed','','192','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',0,'http://thomaskalajian.com/wp2017/?p=192',3,'nav_menu_item','',0),(193,1,'2017-06-03 15:28:48','2017-06-03 15:28:48',' ','','','publish','closed','closed','','193','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',2,'http://thomaskalajian.com/wp2017/?p=193',5,'nav_menu_item','',0),(197,1,'2017-06-03 15:28:48','2017-06-03 15:28:48',' ','','','publish','closed','closed','','197','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',2,'http://thomaskalajian.com/wp2017/?p=197',6,'nav_menu_item','',0),(201,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','201','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',2,'http://thomaskalajian.com/wp2017/?p=201',7,'nav_menu_item','',0),(205,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','205','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',0,'http://thomaskalajian.com/wp2017/?p=205',8,'nav_menu_item','',0),(206,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','206','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',6,'http://thomaskalajian.com/wp2017/?p=206',9,'nav_menu_item','',0),(207,1,'2017-06-03 15:28:49','2017-06-03 15:28:49','','Homeowners\' Association','','publish','closed','closed','','homeowners-association-2','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',6,'http://thomaskalajian.com/wp2017/?p=207',10,'nav_menu_item','',0),(208,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','208','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',6,'http://thomaskalajian.com/wp2017/?p=208',11,'nav_menu_item','',0),(209,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','209','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',6,'http://thomaskalajian.com/wp2017/?p=209',12,'nav_menu_item','',0),(213,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','213','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',6,'http://thomaskalajian.com/wp2017/?p=213',13,'nav_menu_item','',0),(214,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','214','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',0,'http://thomaskalajian.com/wp2017/?p=214',14,'nav_menu_item','',0),(215,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','215','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',8,'http://thomaskalajian.com/wp2017/?p=215',15,'nav_menu_item','',0),(216,1,'2017-06-03 15:28:49','2017-06-03 15:28:49',' ','','','publish','closed','closed','','216','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',8,'http://thomaskalajian.com/wp2017/?p=216',16,'nav_menu_item','',0),(217,1,'2017-06-03 15:28:49','2017-06-03 15:28:49','','Viet Nam Veteran','','publish','closed','closed','','viet-nam-veteran','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',0,'http://thomaskalajian.com/wp2017/?p=217',17,'nav_menu_item','',0),(218,1,'2017-06-03 15:38:49','2017-06-03 15:38:49','<h4>Summary of Professional Qualifications</h4>\r\n<strong>Business Valuation/Appraisal</strong>\r\n<p style=\"padding-left: 30px;\"><strong>ABAR</strong>, Accredited in Business Appraisal Review, <em>NACVA</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>CVA</strong>, Certified Valuation Analyst, <em>National Association of Certified Valuation Analysts (NACVA)</em></p>\r\n<p style=\"padding-left: 30px;\"><em>2010 Award for Best Accredited in Appraisal Review Qualifying Report</em></p>\r\n<strong>Income Taxes</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Registered and Bonded Tax Preparer</strong>, <em>CRTP #A042575</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Registered PTIN Tax Preparer</strong>, <em>IRS PTIN #P00360800</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>2016 Participant</strong>, IRS Annual Filing Season Program</p>\r\n<strong>Life Insurance</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Licensed Life Agent</strong>, <em>#0C87598</em></p>\r\n<strong>Business Development</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Advanced Business Development Workshop, <em>Focus Group, 1997</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Accountants’ Boot Camp, <em>Results Accountants’ Systems, 1995</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Executive Leadership Series, <em>Orange County Forum, 1993</em></p>\r\n<strong>University Completion</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Bachelor of Science</strong>, Business Administration, Concentration in Accounting, <em>California State University Northridge, 1971</em></p>','Qualifications','','inherit','closed','closed','','46-revision-v1','','','2017-06-03 15:38:49','2017-06-03 15:38:49','',46,'http://thomaskalajian.com/wp2017/index.php/uncategorized/46-revision-v1/',0,'revision','',0),(219,1,'2017-06-03 15:39:17','2017-06-03 15:39:17','<h4>Summary of Professional Qualifications</h4>\r\n<strong>Business Valuation/Appraisal</strong>\r\n<p style=\"padding-left: 30px;\"><strong>ABAR</strong>, Accredited in Business Appraisal Review, <em>NACVA</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>CVA</strong>, Certified Valuation Analyst, <em>National Association of Certified Valuation Analysts (NACVA)</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>2010 Award for Best Accredited in Appraisal Review Qualifying Report</strong></p>\r\n<strong>Income Taxes</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Registered and Bonded Tax Preparer</strong>, <em>CRTP #A042575</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Registered PTIN Tax Preparer</strong>, <em>IRS PTIN #P00360800</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>2016 Participant</strong>, IRS Annual Filing Season Program</p>\r\n<strong>Life Insurance</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Licensed Life Agent</strong>, <em>#0C87598</em></p>\r\n<strong>Business Development</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Advanced Business Development Workshop, <em>Focus Group, 1997</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Accountants’ Boot Camp, <em>Results Accountants’ Systems, 1995</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Executive Leadership Series, <em>Orange County Forum, 1993</em></p>\r\n<strong>University Completion</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Bachelor of Science</strong>, Business Administration, Concentration in Accounting, <em>California State University Northridge, 1971</em></p>','Qualifications','','inherit','closed','closed','','46-revision-v1','','','2017-06-03 15:39:17','2017-06-03 15:39:17','',46,'http://thomaskalajian.com/wp2017/index.php/uncategorized/46-revision-v1/',0,'revision','',0),(220,1,'2017-06-04 19:35:12','2017-06-04 19:35:12','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<h4>AVA Designation</h4>\r\n<h5>Accredited Valuation Analyst (AVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.\r\n\r\nThomas Kalajian qualified for the designation originally in 1999 with the Certified Valuation Analyst accreditation, having passed the examination and his qualifying valuation report by the qualifications committee of NACVA.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/AVA%20Certificate,%20landscape.jpg\" /></div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"23\">\r\n<p align=\"center\"><span style=\"color: #808000; font-family: \'Arial Black\'; font-size: large;\">Business Valuation Credential Comparison Chart</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"13\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">AVA</span></b></u></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><u><b><span style=\"font-family: \'Arial Black\';\">ASA*</span></b></u></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Recertification every 3 years</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>College degree in business</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Case study required to qualify</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Course in BV ethics / standards</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\"><b>Business valuation specialists</b></span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Training requirement to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Valuation experience required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Pass proctored examination</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">References required to qualify</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Nationally recognized credential</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Continuing education required</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Code of Conduct / Ethics</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Client confidentiality</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"><span style=\"font-family: \'Trebuchet MS\'; font-size: small;\">Adherence to BV standards</span></td>\r\n<td align=\"center\" width=\"11%\" height=\"27\"><b>✓</b></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"><b>✓</b></td>\r\n</tr>\r\n<tr>\r\n<td width=\"77%\" height=\"27\"></td>\r\n<td width=\"11%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"10%\" height=\"27\"></td>\r\n<td align=\"center\" width=\"1%\" height=\"27\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"99%\" height=\"27\">* ASA <span style=\"font-family: \'Trebuchet MS\';\">— Accredited Senior Appraiser, <i>American Society of Appraisers</i></span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2017-06-04 19:35:12','2017-06-04 19:35:12','',48,'http://thomaskalajian.com/wp2017/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(222,1,'2017-06-28 14:15:23','2017-06-28 14:15:23','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<img class=\"alignleft\" src=\"/AVA%20Certificate.jpg\" width=\"199\" height=\"149\" border=\"0\" /><strong><a href=\"http://thomaskalajian.com/index.php/professional-career/qualifications/business-appraiser/\">AVA</a>, Accredited Valuation Analyst.</strong> This new business valuation credential requires the most rigorous education, testing and experience requirements of the national credentialing organization, the National Association of Certified Valuation Analysts. More demanding than NACVA\'s original CVA credential, the AVA credential requires a 4 year university degree in finance and accounting, 2 years experience in valuation methodologies, and practical knowledge in the valuation field.\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"http://thomaskalajian.com/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"http://thomaskalajian.com/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"http://thomaskalajian.com/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an AVA in 2002 for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional<a href=\"http://thomaskalajian.com/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"http://thomaskalajian.com/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2017-06-28 14:15:23','2017-06-28 14:15:23','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(223,1,'2017-06-28 14:16:02','2017-06-28 14:16:02','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<img class=\"alignleft\" src=\"/AVA%20Certificate.jpg\" width=\"199\" height=\"149\" border=\"0\" /><strong><a href=\"http://thomaskalajian.com/index.php/professional-career/qualifications/business-appraiser/\">AVA</a>, Accredited Valuation Analyst.</strong> This new business valuation credential requires the most rigorous education, testing and experience requirements of the national credentialing organization, the National Association of Certified Valuation Analysts. More demanding than NACVA\'s original CVA credential, the AVA credential requires a 4 year university degree in finance and accounting, 2 years experience in valuation methodologies, and practical knowledge in the valuation field.\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"http://thomaskalajian.com/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"http://thomaskalajian.com/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"http://thomaskalajian.com/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"http://thomaskalajian.com/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an AVA in 2002 for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"http://thomaskalajian.com/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"http://thomaskalajian.com/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2017-06-28 14:16:02','2017-06-28 14:16:02','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(225,1,'2018-04-18 20:26:07','2018-04-18 20:26:07','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<img class=\"alignleft\" src=\"/AVA%20Certificate.jpg\" width=\"199\" height=\"149\" border=\"0\" /><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">AVA</a>, Accredited Valuation Analyst.</strong> This new business valuation credential requires the most rigorous education, testing and experience requirements of the national credentialing organization, the National Association of Certified Valuation Analysts. More demanding than NACVA\'s original CVA credential, the AVA credential requires a 4 year university degree in finance and accounting, 2 years experience in valuation methodologies, and practical knowledge in the valuation field.\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an AVA in 2002 for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2018-04-18 20:26:07','2018-04-18 20:26:07','',2,'https://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(226,1,'2018-10-09 15:52:37','2018-10-09 15:52:37','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','publish','closed','closed','','video-testimonials','','','2020-10-16 22:38:07','2020-10-16 22:38:07','',38,'http://thomaskalajian.com/?page_id=226',0,'page','',0),(227,1,'2018-10-09 15:52:37','2018-10-09 15:52:37','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-10-09 15:52:37','2018-10-09 15:52:37','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(228,1,'2018-10-09 15:53:13','2018-10-09 15:53:13',' ','','','publish','closed','closed','','228','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',38,'http://thomaskalajian.com/?p=228',2,'nav_menu_item','',0),(229,1,'2018-10-09 15:53:28','2018-10-09 15:53:28',' ','','','publish','closed','closed','','229','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',38,'http://thomaskalajian.com/?p=229',8,'nav_menu_item','',0),(230,1,'2020-10-16 22:35:49','2020-10-16 22:35:49','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\n </div>\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\n </div>\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\n </div>\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\n </div>\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-autosave-v1','','','2020-10-16 22:35:49','2020-10-16 22:35:49','',226,'http://thomaskalajian.com/index.php/uncategorized/226-autosave-v1/',0,'revision','',0),(231,1,'2018-10-09 15:56:57','2018-10-09 15:56:57','x\r\n<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-10-09 15:56:57','2018-10-09 15:56:57','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(232,1,'2018-10-09 15:57:56','2018-10-09 15:57:56','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-10-09 15:57:56','2018-10-09 15:57:56','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(234,1,'2018-11-16 23:40:41','2018-11-16 23:40:41','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div>\r\n </div>\r\n</div>\r\n<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:40:41','2018-11-16 23:40:41','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(235,1,'2018-11-16 23:43:50','2018-11-16 23:43:50','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div>\r\n </div>\r\n</div>\r\n<div style=\"margin: 0 auto; max-width:1170px; text-align: center; clear:both;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:43:50','2018-11-16 23:43:50','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(236,1,'2018-11-16 23:46:10','2018-11-16 23:46:10','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div></div><div style=\"margin: 0 auto; max-width:1170px; text-align: center; clear:both;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div></div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:46:10','2018-11-16 23:46:10','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(237,1,'2018-11-16 23:49:48','2018-11-16 23:49:48','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a><div style=\"font-size: 12px; text-align: center; margin-top: 0; margin-right:auto; margin-left:auto; margin bottom:0;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div></div><div style=\"margin: 0 auto; max-width:1170px; text-align: center; clear:both;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div></div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:49:48','2018-11-16 23:49:48','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(238,1,'2018-11-16 23:50:09','2018-11-16 23:50:09','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a><div style=\"font-size: 12px; text-align: center; margin-top: 0; margin-right:auto; margin-left:auto; margin bottom:-35px;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div></div><div style=\"margin: 0 auto; max-width:1170px; text-align: center; clear:both;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div></div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:50:09','2018-11-16 23:50:09','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(239,1,'2018-11-16 23:50:54','2018-11-16 23:50:54','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a><div style=\"font-size: 12px; text-align: center; margin-bottom: 0; margin-right:auto; margin-left:auto; margin-top:-35px;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div></div><div style=\"margin: 0 auto; max-width:1170px; text-align: center; clear:both;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div></div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:50:54','2018-11-16 23:50:54','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(240,1,'2018-11-16 23:53:54','2018-11-16 23:53:54','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom: -35px; margin-right:auto; margin-left:auto; margin-top:0;\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div></div></div><div style=\"margin: 0 auto; max-width:1170px; text-align: center; clear:both;\"><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div><div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 10px 20px;\"><a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"><img src=\"http://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services\"></a><div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future with the accounting, tax and advisory services provided by Provident Professional Services</div></div></div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:53:54','2018-11-16 23:53:54','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(241,1,'2018-11-16 23:55:43','2018-11-16 23:55:43','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:55:43','2018-11-16 23:55:43','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(242,1,'2018-11-16 23:57:08','2018-11-16 23:57:08','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a>\r\n <span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a>\r\n <span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:57:08','2018-11-16 23:57:08','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(243,1,'2018-11-16 23:57:37','2018-11-16 23:57:37','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</div>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"></a>\r\n <div style=\"font-size: 12px; text-align: center; margin: 0 auto;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</div>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:57:37','2018-11-16 23:57:37','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(244,1,'2018-11-16 23:59:14','2018-11-16 23:59:14','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 20px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:59:14','2018-11-16 23:59:14','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(245,1,'2018-11-16 23:59:38','2018-11-16 23:59:38','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 40px;\">\r\n <a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 40px;\">\r\n <a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 40px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 40px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-16 23:59:38','2018-11-16 23:59:38','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(246,1,'2018-11-17 00:00:23','2018-11-17 00:00:23','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://player.vimeo.com/external/299823680.hd.mp4?s=862be22fe8cd4e52fb1ad8ff1f86212b4874f371&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://player.vimeo.com/external/299821669.hd.mp4?s=b170a9742df14f1b340a466bb55ab039ac8e950f&profile_id=175\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://vimeo.com/292880500\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://vimeo.com/293649893\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-11-17 00:00:23','2018-11-17 00:00:23','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(248,1,'2018-12-04 18:51:20','2018-12-04 18:51:20','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2018-12-04 18:51:20','2018-12-04 18:51:20','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(250,1,'2018-12-11 17:17:09','2018-12-11 17:17:09','Client satisfaction surveys and testimonials are key to remaining close to clients, understanding changing expectations, anticipating and fulfilling needs before they become requirements, and maintaining the edge on proactive service differentials.\r\n\r\nThomas Kalajian\'s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. \r\n\r\nRather, in the larger scope of exceptional service models, his benchmarks are the great service corporations of American business, such as Disney Theme Parks, Federal Express, Southwest Airlines and other pioneering corporations whose culture and performance form the leading edge of the intense and innovative customer-focused movement.\r\n\r\n<ul style=\"margin-left:20px;\">\r\n<li><a href=\"/index.php/professional-career/testimonials/video-testimonials/\">Video Testimonials</a></li>\r\n<li><a href=\"/index.php/professional-career/testimonials/tax-testimonials/\">Tax Testimonials</a></li>\r\n<li><a href=\"/index.php/professional-career/testimonials/accounting-testimonials/\">Accounting Testimonials</a></li>\r\n<li><a href=\"/index.php/professional-career/testimonials/consulting-testimonials/\">Consulting Testimonials</a></li>\r\n</ul>','Testimonials','','inherit','closed','closed','','38-revision-v1','','','2018-12-11 17:17:09','2018-12-11 17:17:09','',38,'http://thomaskalajian.com/index.php/uncategorized/38-revision-v1/',0,'revision','',0),(251,1,'2018-12-14 18:02:42','2018-12-14 18:02:42','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<h4>CVA Designation</h4>\r\n<h5>Certified Valuation Analyst (CVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2018-12-14 18:02:42','2018-12-14 18:02:42','',48,'http://thomaskalajian.com/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(252,1,'2018-12-14 18:04:28','2018-12-14 18:04:28','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an AVA in 2002 for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2018-12-14 18:04:28','2018-12-14 18:04:28','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(253,1,'2018-12-14 18:05:07','2018-12-14 18:05:07','<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2018-12-14 18:05:07','2018-12-14 18:05:07','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(257,1,'2019-01-22 22:34:03','2019-01-22 22:34:03','','Curriculum-Vitae_Thomas-V-Kalajian','','inherit','open','closed','','curriculum-vitae_thomas-v-kalajian','','','2019-01-22 22:34:03','2019-01-22 22:34:03','',0,'http://thomaskalajian.com/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf',0,'attachment','application/pdf',0),(258,1,'2019-01-22 22:36:00','2019-01-22 22:36:00','','Curriculum Vitae','','publish','closed','closed','','curriculum-vitae','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',0,'http://thomaskalajian.com/?p=258',4,'nav_menu_item','',0),(259,1,'2019-01-22 22:38:23','2019-01-22 22:38:23','','Curriculum Vitae','','publish','closed','closed','','curriculum-vitae-2','','','2019-01-22 22:38:45','2019-01-22 22:38:45','',0,'http://thomaskalajian.com/?p=259',2,'nav_menu_item','',0),(260,1,'2019-01-22 22:40:42','2019-01-22 22:40:42','','Curriculum Vitae','','publish','closed','closed','','curriculum-vitae-3','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',0,'http://thomaskalajian.com/?p=260',4,'nav_menu_item','',0),(261,1,'2019-01-22 22:46:51','2019-01-22 22:46:51','<a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\">Curriculum Vitae</a>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2019-01-22 22:46:51','2019-01-22 22:46:51','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(262,1,'2019-01-22 22:47:12','2019-01-22 22:47:12','<h4><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\">Curriculum Vitae</a></h4>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2019-01-22 22:47:12','2019-01-22 22:47:12','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(263,1,'2019-01-22 22:48:04','2019-01-22 22:48:04','<h4><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h4>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2019-01-22 22:48:04','2019-01-22 22:48:04','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(264,1,'2019-01-22 22:48:42','2019-01-22 22:48:42','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian Has a Record of Over 35 Years of Professional Service, Community Leadership, Career Accomplishments and Awards.','inherit','closed','closed','','2-revision-v1','','','2019-01-22 22:48:42','2019-01-22 22:48:42','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(266,1,'2020-10-16 17:04:22','2020-10-16 17:04:22','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/11/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"https://www.providentprofessionalservices.com/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2020-10-16 17:04:22','2020-10-16 17:04:22','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(267,1,'2020-10-16 17:05:11','2020-10-16 17:05:11','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','226-revision-v1','','','2020-10-16 17:05:11','2020-10-16 17:05:11','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(268,1,'2020-10-16 22:21:54','2020-10-16 22:21:54','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-revision-v1','','','2020-10-16 22:21:54','2020-10-16 22:21:54','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(269,1,'2020-10-16 22:22:58','2020-10-16 22:22:58','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:22:58','2020-10-16 22:22:58','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(270,1,'2020-10-16 22:23:42','2020-10-16 22:23:42','<h4 align=\"left\">Thomas Kalajian has made a life-long commitment to public and community service through his work in social betterment groups and activities</h4>\r\n<ul>\r\n <li>\r\n<p align=\"left\">American Youth Soccer Organization (AYSO), team sponsor (with Mrs. Kalajian)</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Orange County Performing Arts Center (with Mrs. Kalajian)</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for Orange County Bar Foundation Celebrity Golf Tournament, 2000</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for The Event, Celebrity Charity Golf Tournament benefiting CHOC, Children\'s\' Hospital of Orange County</p>\r\n</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<p align=\"left\">Steering Committee for Juden and Friends, Celebrity Charity Rock Concert in Las Vegas with major league baseball</p>\r\n</li>\r\n</ul>','Community Volunteer','Thomas Kalajian has made a life-long commitment to community service through his work in social betterment groups and activities.','inherit','closed','closed','','6-revision-v1','','','2020-10-16 22:23:42','2020-10-16 22:23:42','',6,'http://thomaskalajian.com/index.php/uncategorized/6-revision-v1/',0,'revision','',0),(271,1,'2020-10-16 22:26:20','2020-10-16 22:26:20','<h4>ABAR Designation</h4>\r\n<h5>Accredited in Business Appraisal Review (ABAR)</h5>\r\n<strong>ABAR</strong>, Accredited in Business Appraisal Review. This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n<div align=\"center\"><img style=\"width: 100%; max-width: 400px; height: auto;\" src=\"/ABAR%20Certificate.jpg\" /></div>\r\n<div style=\"display:none;\">\r\n<h4>CVA Designation</h4>\r\n<h5>Certified Valuation Analyst (CVA)</h5>\r\nThis is the accreditation issued by the National Association of Certified Valuation Analysts for a nationally-recognized designation in business valuation. The NACVA is among four accrediting organizations in the United States, and has over 4,000 accredited members.\r\n</div>','Business Appraiser','','inherit','closed','closed','','48-revision-v1','','','2020-10-16 22:26:20','2020-10-16 22:26:20','',48,'http://thomaskalajian.com/index.php/uncategorized/48-revision-v1/',0,'revision','',0),(272,1,'2020-10-16 22:27:22','2020-10-16 22:27:22','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:27:22','2020-10-16 22:27:22','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(273,1,'2020-10-16 22:27:43','2020-10-16 22:27:43','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<br><strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:27:43','2020-10-16 22:27:43','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(274,1,'2020-10-16 22:27:57','2020-10-16 22:27:57','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignright\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<br><br><strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:27:57','2020-10-16 22:27:57','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(275,1,'2020-10-16 22:28:32','2020-10-16 22:28:32','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignleft\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<strong><img class=\"alignleft\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:28:32','2020-10-16 22:28:32','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(276,1,'2020-10-16 22:29:04','2020-10-16 22:29:04','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignleft\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<strong><img class=\"alignleft\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:29:04','2020-10-16 22:29:04','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(277,1,'2020-10-16 22:29:30','2020-10-16 22:29:30','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignleft\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<strong><img class=\"alignleft\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:29:30','2020-10-16 22:29:30','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(278,1,'2020-10-16 22:29:53','2020-10-16 22:29:53','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignleft\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<strong><img class=\"alignleft\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:29:53','2020-10-16 22:29:53','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(279,1,'2020-10-16 22:30:14','2020-10-16 22:30:14','<h5><a href=\"/wp2017/wp-content/uploads/2019/01/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" style=\"color:#3695eb; text-decoration:underline;\">Curriculum Vitae</a></h5>\r\n\r\n<h2>Career Highlights</h2>\r\n<img class=\"alignleft\" src=\"/ABAR%20Certificate.jpg\" width=\"199\" height=\"153\" border=\"0\" /><strong>ABAR, Accredited in Business Appraisal Review.</strong> This new business valuation credential is issued by the Institute of Business Appraisers as a senior appraisal designation. It requires a 4-day rigorous full emersion workshop, examination, experience, prior designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.The credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<strong><a href=\"/index.php/professional-career/qualifications/crtp-or-cpa/\"><img class=\"alignleft\" src=\"/CTEC%20through%2010-2003.jpg\" width=\"199\" height=\"155\" border=\"0\" />CRTP</a>, CTEC Registered Tax Preparer,</strong> Registration of California Tax Professionals by CTEC, California Tax Education Council. Qualified professionals are awarded the new designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.Thomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<div style=\"display: none;\"><strong><a href=\"/index.php/professional-career/qualifications/business-appraiser/\">CVA</a>, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).</div>\r\n\r\n<strong><img class=\"alignright\" src=\"/TK%20BS%20Degree.jpg\" width=\"199\" height=\"154\" border=\"1\" />Bachelor of Science, BS, degree in Business Administration.</strong> Thomas Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting. The accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignleft\" src=\"/TK%20Mensa%20certificate.jpg\" width=\"199\" height=\"153\" border=\"1\" /><strong>Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population.Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<strong><a href=\"/index.php/viet-nam-veteran/\"><img class=\"alignright\" src=\"/TK%20Dog%20Tag.jpg\" width=\"149\" height=\"74\" border=\"0\" /></a>Viet Nam Veteran.</strong> Thomas fulfilled his <a href=\"/index.php/viet-nam-veteran/\">military duty</a>, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<a href=\"/index.php/community-volunteer/television-broadcasting/\"><img class=\"alignleft\" src=\"/Tk%20at%20OCN%20anchor%20desk,%20ver%20a.jpg\" width=\"149\" height=\"164\" border=\"0\" /></a><strong>Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Thomas Kalajian volunteered over 10 years of service to the Orange County California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (<a href=\"/index.php/community-volunteer/television-broadcasting/\">Orange County Newschannel</a>) Orange County\'s 24-hour cable news channel. OCN reached a base of over 2 million viewers in Orange County, and Thomas Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignright\" src=\"/Focus%20TK%20Cert.jpg\" width=\"199\" height=\"151\" border=\"0\" /><strong>Business Strategist.</strong> Documented here also is Thomas Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as a CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<br style=\"clear: both;\" />\r\n\r\n<img class=\"alignleft\" src=\"/SBN.jpg\" width=\"149\" height=\"202\" border=\"0\" /><strong>Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional <a href=\"/index.php/personal-attributes/mission/\">mission</a> and enduring <a href=\"/index.php/personal-attributes/core-values/\">core values</a>. Shown here is a plaque of appreciation to Thomas Kalajian for his involvement as a member of the Board of Directors of the Small Business Network in Orange County.','Professional Career','Thomas Kalajian has a record of 35+ years of professional service, community leadership, career accomplishments and awards.','inherit','closed','closed','','2-revision-v1','','','2020-10-16 22:30:14','2020-10-16 22:30:14','',2,'http://thomaskalajian.com/index.php/uncategorized/2-revision-v1/',0,'revision','',0),(280,1,'2020-10-16 22:31:37','2020-10-16 22:31:37','<strong>Thomas Kalajian is an award-winning public speaker with Toastmasters International, an experienced seminar developer and leader, and an accomplished Master of Ceremonies, achieving the level of Competent Toastmaster in Toastmasters International with additional advanced studies completed in seminar and presentation skills.</strong>\r\n\r\nThomas Kalajian has a unique talent for making complex ideas easily come alive so they make real sense for immediate use. He knows how to boil ideas down into their simple elements so they easily become simple to implement for busy business owners. Examples of the broad range of subjects include:\r\n\r\n<ul>\r\n<li>Business development and growth</li>\r\n<li>Strategic planning</li>\r\n<li>Non-accounting performance measurement: Key Performance Indicators and Critical Success Factors</li>\r\n<li>Customer service strategies</li>\r\n<li>Business communication and telephone skills</li>\r\n<li>Tax-cutting strategies</li>\r\n<li style=\"display: none;\" />Business valuation methods and valuation improvement strategies</li>\r\n<li>Medical practice management, including medical reimbursements, office management, maximizing cash flow and detection and prevention of embezzlement</li>\r\n<li>Effective new telephone and communication skills for business growth</li>\r\n<li>Building team acceptance to change</li>\r\n<li>Working with team members to embrace customer service initiatives</li>\r\n<li>Overall improvement in business management skills for small business owners.</li>\r\n</ul>\r\n\r\n<strong>Thomas Kalajian\'s seminars, speeches and workshops have included the following titles:</strong>\r\n<ul>\r\n<li>\"32 Ways to Boost Your Bottom Line\"</li>\r\n<li>\"Quality Service: What It Is and How To Deliver It\"</li>\r\n<li>\"Cash or Accrual Accounting: Which Is Better and Why\"</li>\r\n<li>\"Boosting Your Bottom Line Beyond The Bean Counting Mentality\"</li>\r\n<li>\"Fundamental Business Factors in Successful Private School Administration\"</li>\r\n<li>\"Clinton\'s Tax Law Changes: What They Mean For You and Your Business\"</li>\r\n<li>\"Target Marketing: How To Pick Your Customers and What To Expect\"</li>\r\n<li>\"Ten Steps To Optimizing Revenue In A Medical Practice\"</li>\r\n<li>\"Detecting and Preventing Employee Embezzlement In A Medical Practice\"</li>\r\n<li>\"Delivering Awesome Service\"</li>\r\n<li>\"Phone Right: Optimizing Prospect Conversion Rates For Incoming Callers\"</li>\r\n<li>\"The Key Leverage Points In Your Profit Improvement Potential\"</li>\r\n<li>\"Recognizing New Opportunities In The Challenges of Change\"</li>\r\n<li>\"Getting Your Business To Work For YOU\"</li>\r\n<li>\"Professional Public Presentation Rules and Tips\"</li>\r\n</ul>\r\n\r\n<strong>Some of Thomas Kalajian\'s seminar invitations are shown below:</strong>\r\n<img src=\"/Hoag%20inviation%20on%2010%20steps.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />\r\n<img src=\"/Seminar%20invitation%20-%20Mont%20Chamber.jpg\" style=\"width:100%; max-width:647px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Orange%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber,%20Women%20In%20Business%20Committee.jpg\" style=\"width:100%; max-width:649px; height:auto;\" />\r\n<img src=\"/Seminar%20Invitation%20-%20Santa%20Ana%20Chamber.jpg\" style=\"width:100%; max-width:648px; height:auto;\" />\r\n<img src=\"/Seminar%20invitation%20-%20St%20Joseph.jpg\" style=\"width:100%; max-width:650px; height:auto;\" />','Seminar Leadership','','inherit','closed','closed','','50-revision-v1','','','2020-10-16 22:31:37','2020-10-16 22:31:37','',50,'http://thomaskalajian.com/index.php/uncategorized/50-revision-v1/',0,'revision','',0),(281,1,'2020-10-16 22:32:11','2020-10-16 22:32:11','<h4>Summary of Professional Qualifications</h4>\r\n<strong>Business Valuation/Appraisal</strong>\r\n<p style=\"padding-left: 30px;\"><strong>ABAR</strong>, Accredited in Business Appraisal Review, <em>NACVA</em></p>\r\n<p style=\"padding-left: 30px; display: none;\"><strong>CVA</strong>, Certified Valuation Analyst, <em>National Association of Certified Valuation Analysts (NACVA)</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>2010 Award for Best Accredited in Appraisal Review Qualifying Report</strong></p>\r\n<strong>Income Taxes</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Registered and Bonded Tax Preparer</strong>, <em>CRTP #A042575</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Registered PTIN Tax Preparer</strong>, <em>IRS PTIN #P00360800</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>2016 Participant</strong>, IRS Annual Filing Season Program</p>\r\n<strong>Life Insurance</strong>\r\n<p style=\"padding-left: 30px;\"><strong>California Licensed Life Agent</strong>, <em>#0C87598</em></p>\r\n<strong>Business Development</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Advanced Business Development Workshop, <em>Focus Group, 1997</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Accountants’ Boot Camp, <em>Results Accountants’ Systems, 1995</em></p>\r\n<p style=\"padding-left: 30px;\"><strong>Graduate</strong>, Executive Leadership Series, <em>Orange County Forum, 1993</em></p>\r\n<strong>University Completion</strong>\r\n<p style=\"padding-left: 30px;\"><strong>Bachelor of Science</strong>, Business Administration, Concentration in Accounting, <em>California State University Northridge, 1971</em></p>','Qualifications','','inherit','closed','closed','','46-revision-v1','','','2020-10-16 22:32:11','2020-10-16 22:32:11','',46,'http://thomaskalajian.com/index.php/uncategorized/46-revision-v1/',0,'revision','',0),(282,1,'2020-10-16 22:35:50','2020-10-16 22:35:50','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:300px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-revision-v1','','','2020-10-16 22:35:50','2020-10-16 22:35:50','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(283,1,'2020-10-16 22:36:20','2020-10-16 22:36:20','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:290px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:290px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:290px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:290px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-revision-v1','','','2020-10-16 22:36:20','2020-10-16 22:36:20','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(284,1,'2020-10-16 22:36:35','2020-10-16 22:36:35','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:280px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-revision-v1','','','2020-10-16 22:36:35','2020-10-16 22:36:35','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(285,1,'2020-10-16 22:36:55','2020-10-16 22:36:55','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-revision-v1','','','2020-10-16 22:36:55','2020-10-16 22:36:55','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(286,1,'2020-10-16 22:37:15','2020-10-16 22:37:15','<div style=\"margin: 0 auto; max-width:1120px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:270px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-revision-v1','','','2020-10-16 22:37:15','2020-10-16 22:37:15','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(287,1,'2020-10-16 22:38:07','2020-10-16 22:38:07','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\"><img src=\"/images/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\"><img src=\"/images/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\"><img src=\"/images/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','Thomas Kalajian’s client service strategy moves beyond benchmarking other professionals and financial service peer practitioners. ','inherit','closed','closed','','226-revision-v1','','','2020-10-16 22:38:07','2020-10-16 22:38:07','',226,'http://thomaskalajian.com/index.php/uncategorized/226-revision-v1/',0,'revision','',0),(288,1,'2020-10-16 22:51:05','2020-10-16 22:51:05',' ','','','publish','closed','closed','','288','','','2020-10-16 22:51:05','2020-10-16 22:51:05','',38,'http://thomaskalajian.com/?p=288',10,'nav_menu_item','',0),(290,1,'2020-10-16 22:52:54','2020-10-16 22:52:54','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.header .header-inner .nav ul {\n font-size: 14px;\n}\n.header .header-inner .nav ul li a {\n padding: 40px 10px 10px;\n}','skt-healing-touch-pro','','publish','closed','closed','','skt-healing-touch-pro','','','2020-10-16 22:53:18','2020-10-16 22:53:18','',0,'http://thomaskalajian.com/index.php/uncategorized/skt-healing-touch-pro/',0,'custom_css','',0),(291,1,'2020-10-16 22:52:54','2020-10-16 22:52:54','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.header .header-inner .nav ul {\n font-size: 14px;\n}','skt-healing-touch-pro','','inherit','closed','closed','','290-revision-v1','','','2020-10-16 22:52:54','2020-10-16 22:52:54','',290,'http://thomaskalajian.com/index.php/uncategorized/290-revision-v1/',0,'revision','',0),(293,1,'2020-10-16 22:53:18','2020-10-16 22:53:18','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.header .header-inner .nav ul {\n font-size: 14px;\n}\n.header .header-inner .nav ul li a {\n padding: 40px 10px 10px;\n}','skt-healing-touch-pro','','inherit','closed','closed','','290-revision-v1','','','2020-10-16 22:53:18','2020-10-16 22:53:18','',290,'http://thomaskalajian.com/index.php/uncategorized/290-revision-v1/',0,'revision','',0),(294,1,'2020-10-16 22:54:24','2020-10-16 22:54:24',' ','','','publish','closed','closed','','294','','','2020-10-16 22:54:24','2020-10-16 22:54:24','',38,'http://thomaskalajian.com/?p=294',2,'nav_menu_item','',0),(295,1,'2020-10-22 21:36:22','2020-10-22 21:36:22','<strong>Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.</strong>\r\n\r\nThomas Kalajian\'s responsibilities in the U.S. Army Signal Corps included the Transportation Coordinator for I Corps quadrant, as the only enlisted position in Section S-4, headquartered in Nha Trang, Viet Nam.\r\n\r\nAfter the 6 month regular course, he was awarded advanced multiplex radio equipment repair training in Ft. Monmouth, NJ and earned the rank of Specialist Fourth Class (SP-4) upon gradation with honors from the advanced radio training school. His Military Occupational Specialty was 32E20, Fixed Plant Radio Equipment Repair. Thomas Kalajian scored the highest in his class in Morse code and was among the highest in his GT score, which later qualified him for membership in American Mensa, Ltd.\r\n\r\nThomas Kalajian was awarded the Viet Nam campaign ribbon and qualified for the Sharpshooter medal on the M-16 automatic rifle, the highest level of accuracy attainable in the military.\r\n\r\n<img src=\"/S-4%20view%20from%20TK\'s%20desk.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView from Thomas Kalajian\'s desk in S-4, the Transportation Coordinator for I Corps Quadrant of Viet Nam headquartered in Nha Trang, Viet Nam circa 1968. Seated at the far left back is Cpt. Thomas Tyvand, the CO of the unit. Thomas Kalajian served exclusively with commissioned officers and warrant officers.\r\n\r\n<img src=\"/Nha%20Trang%20living%20quarters,%20July%2068.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView of Thomas Kalajian\'s living quarters in hooch in Nha Trang, Viet Nam. Fan was required to cool stereo equipment in order to remain operational. His foot locker is shown in front of the open cabinet. His weapon is stored in the locker next to the door for quick access. The base at Nha Trang underwent enemy fire from rockets and mortars regularly. Thomas Kalajian has retained the Teac tape deck shown in the cabinet as a memento of his tour of duty. The red lights on the recorder indicate it is operating in \"record\" mode of the programming available to GIs from local and military broadcast stations. The tape recorder was also used to send taped messages to family members back to the U.S. on small 3\" tapes, some of which are shown to the left of the tuner/amplifier in the stereo cabinet.\r\n\r\n<img src=\"/Cam%20Ranh%20Bay%20hooches.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nView from the back of a \"deuce and a half\" (two and a half ton capacity truck) leaving the camp where Thomas Kalajian was stationed in Nha Trang. In the background are the \"hooches\" in which GIs lived. Sand bags are shown fortifying the area. Temperatures reached over 110 degrees during monsoon season where the humidity was nearly 100 percent.\r\n\r\n<img src=\"/Cam%20Ranh%20Bay%20pest%20control.jpg\" style=\"width:100%; max-width:600px; height:auto;\" />\r\n\r\nRegular patrols were mounted for pest control and disease abatement measures, especially during monsoon, where heat and humidity were unbearable and conducive to disease.','Viet Nam Veteran','Here is a candid look at Thomas Kalajian\'s Viet Nam experience during a very troubling time in our country\'s history.','inherit','closed','closed','','10-revision-v1','','','2020-10-22 21:36:22','2020-10-22 21:36:22','',10,'http://thomaskalajian.com/index.php/uncategorized/10-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (12,2,0),(13,2,0),(14,2,0),(15,2,0),(17,2,0),(74,2,0),(75,2,0),(76,2,0),(77,2,0),(78,2,0),(79,2,0),(80,2,0),(81,2,0),(82,2,0),(83,2,0),(84,2,0),(85,2,0),(86,2,0),(87,2,0),(88,2,0),(89,2,0),(90,2,0),(91,2,0),(92,2,0),(93,2,0),(94,2,0),(95,2,0),(102,4,0),(103,4,0),(104,4,0),(105,4,0),(106,4,0),(107,4,0),(108,4,0),(109,4,0),(110,4,0),(111,4,0),(112,4,0),(113,4,0),(114,4,0),(157,5,0),(158,5,0),(159,5,0),(160,5,0),(191,3,0),(192,3,0),(193,3,0),(197,3,0),(201,3,0),(205,3,0),(206,3,0),(207,3,0),(208,3,0),(209,3,0),(213,3,0),(214,3,0),(215,3,0),(216,3,0),(217,3,0),(228,2,0),(229,4,0),(258,2,0),(259,4,0),(260,3,0),(288,2,0),(294,3,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_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_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=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,30),(3,3,'nav_menu','',0,17),(4,4,'nav_menu','',0,15),(5,5,'nav_menu','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_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=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 Nav','main-nav',0),(3,'Footer Menu','footer-menu',0),(4,'Professional Career Sidebar','professional-career-sidebar',0),(5,'Personal Attributes Sidebar','personal-attributes-sidebar',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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','wptjkadm2'),(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,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','0'),(16,1,'wp_dashboard_quick_press_last_post_id','297'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:5:{i:0;s:26:\"add-post-type-testimonials\";i:1;s:18:\"add-post-type-team\";i:2;s:26:\"add-post-type-photogallery\";i:3;s:12:\"add-post_tag\";i:4;s:19:\"add-gallerycategory\";}'),(19,1,'nav_menu_recently_edited','3'),(20,1,'wp_user-settings','libraryContent=browse&hidetb=1&editor=html&advImgDetails=show'),(21,1,'wp_user-settings-time','1496436268'),(22,1,'closedpostboxes_page','a:0:{}'),(23,1,'metaboxhidden_page','a:0:{}'),(24,1,'edit_page_per_page','40'),(25,2,'nickname','tkalajian'),(26,2,'first_name','Tom'),(27,2,'last_name','Kalajian'),(28,2,'description',''),(29,2,'rich_editing','true'),(30,2,'comment_shortcuts','false'),(31,2,'admin_color','fresh'),(32,2,'use_ssl','0'),(33,2,'show_admin_bar_front','true'),(34,2,'locale',''),(35,2,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(36,2,'wp_user_level','7'),(37,2,'dismissed_wp_pointers',''),(39,2,'wp_dashboard_quick_press_last_post_id','226'),(41,3,'nickname','akalajian'),(42,3,'first_name','Adriana'),(43,3,'last_name','Kalajian'),(44,3,'description',''),(45,3,'rich_editing','true'),(46,3,'comment_shortcuts','false'),(47,3,'admin_color','fresh'),(48,3,'use_ssl','0'),(49,3,'show_admin_bar_front','true'),(50,3,'locale',''),(51,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(52,3,'wp_user_level','10'),(53,3,'dismissed_wp_pointers',''),(55,3,'wp_dashboard_quick_press_last_post_id','255'),(56,1,'session_tokens','a:3:{s:64:\"3896eea069619ab068f9a2c5377e76c06438f3bafe7e43ea9e261c1435d70dff\";a:4:{s:10:\"expiration\";i:1667513369;s:2:\"ip\";s:12:\"99.87.196.94\";s:2:\"ua\";s:79:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0\";s:5:\"login\";i:1667340569;}s:64:\"e8ed9f96e526b9c5420a357c94d51a1463b35a0a9aacefd67e6fa1933ace60ea\";a:4:{s:10:\"expiration\";i:1667513377;s:2:\"ip\";s:12:\"99.87.196.94\";s:2:\"ua\";s:79:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0\";s:5:\"login\";i:1667340577;}s:64:\"42619eac365da8a554b7a3ade94694b349008a8ed41717fbf46c643c06905d01\";a:4:{s:10:\"expiration\";i:1668550190;s:2:\"ip\";s:12:\"99.87.196.94\";s:2:\"ua\";s:79:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0\";s:5:\"login\";i:1667340590;}}'),(57,3,'session_tokens','a:2:{s:64:\"649a027143312b1d126beeceb7f8d7fc97b9b256412458f3841d00b0d50fc74b\";a:4:{s:10:\"expiration\";i:1603039684;s:2:\"ip\";s:12:\"99.87.196.94\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1602866884;}s:64:\"8db7765a365020f69f5ed1085133be1ee35f986878ee67daa9b370ec71dfcccd\";a:4:{s:10:\"expiration\";i:1603039695;s:2:\"ip\";s:12:\"99.87.196.94\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1602866895;}}'),(58,1,'default_password_nag',''),(59,4,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(60,4,'wp_user_level','10'),(61,4,'session_tokens','a:1:{s:64:\"15370b9ed99818a7c37e2175118c7c6e9843bb49a058eb83c7206041af8995bf\";a:4:{s:10:\"expiration\";i:1664707922;s:2:\"ip\";s:13:\"89.39.104.222\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0\";s:5:\"login\";i:1664535122;}}'),(62,4,'wp_dashboard_quick_press_last_post_id','296'),(63,5,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(64,5,'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_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'wptjkadm2','$P$BRcXj68c7FurPq6eqRJ5733ET93Mpp/','wptjkadm2','webmaster@kenmunroe.com','','2017-05-19 20:24:37','',0,'wptjkadm2'),(2,'tkalajian','$P$BXsHWBYim3VULxeCTHjNjzuR11tjRw/','tkalajian','Tom@providentfinancialservices.us','https://www.thomaskalajian.com/','2018-05-02 23:42:02','',0,'Tom Kalajian'),(3,'akalajian','$P$B39mhpEM463brLZKFmtLMBxheQE6RL1','akalajian','adrikalajian@csu.fullerton.edu','','2019-01-14 17:15:32','',0,'Adriana Kalajian'),(4,'michaellm7gi','$P$BudRKiTIb86j4JuZ14ubmPz6uvrrze.','michaellm7gi','michaellm7gi@michaellm7gi.com','','2016-05-07 00:00:00','',0,'michaellm7gi'),(5,'thomaskjt1s','7874f7b0ff162d42e68d876b7d5155a1','thomaskjt1s','thomaskjt1s@thomaskjt1s.com','','2012-09-07 00:00:00','',0,'thomaskjt1s'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'wptjk' -- /*!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:15:01