0byt3m1n1
Path:
/
data
/
17
/
1
/
141
/
104
/
1630104
/
meta
/
1757102
/
mysql.backup
/
[
Home
]
File: 1_02bca42_0.mysqlv115.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv115 Database: 1_02bca42_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=593 DEFAULT CHARSET=utf8; 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://uskyokushin.com/wordpress1','yes'),(2,'home','http://uskyokushin.com/wordpress1','yes'),(3,'blogname','US Kyokushin Karate - IFKK','yes'),(4,'blogdescription','Official Website of the USIFK Organization','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wtr6@cornell.edu','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:5:{i:0;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:1;s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";i:2;s:13:\"font/Font.php\";i:3;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:4;s:31:\"title-remover/title-remover.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','-4','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:106:\"\\\\WDP\\DFS\\45\\0\\3\\4\\4556540430\\user\\sites\\1757102.site\\www\\wordpress1/wp-content/themes/Tesseract/style.css\";i:2;s:107:\"\\\\WDP\\DFS\\45\\0\\3\\4\\4556540430\\user\\sites\\1757102.site\\www\\wordpress1/wp-content/themes/Tesseract/footer.php\";i:3;s:108:\"\\\\WDP\\DFS\\45\\0\\3\\4\\4556540430\\user\\sites\\1757102.site\\www\\wordpress1/wp-content/themes/Tesseract/content.php\";i:4;s:113:\"\\\\WDP\\DFS\\45\\0\\3\\4\\4556540430\\user\\sites\\1757102.site\\www\\wordpress1/wp-content/themes/Tesseract/content-blog.php\";i:5;s:107:\"\\\\WDP\\DFS\\45\\0\\3\\4\\4556540430\\user\\sites\\1757102.site\\www\\wordpress1/wp-content/themes/Tesseract/single.php\";}','no'),(41,'template','Tesseract','yes'),(42,'stylesheet','Tesseract','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','31535','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:30:\"lightbox-plus/lightboxplus.php\";s:12:\"UninstallLBP\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','43','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','31535','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'_transient_random_seed','4b1d368dc91973292763adbb081c111d','yes'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:4:{s:18:\"orphaned_widgets_1\";a:1:{i:0;s:15:\"dropdown-menu-4\";}s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1441738860;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1441773175;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1441819197;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:1441819218;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'),(449,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1437742101','yes'),(311,'rewrite_rules','a:71:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=43&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.3-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.3\";s:7:\"version\";s:3:\"4.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.3.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.3-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.3\";s:7:\"version\";s:3:\"4.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.2.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.4-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.2.4-partial-2.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.2.4-rollback-2.zip\";}s:7:\"current\";s:5:\"4.2.4\";s:7:\"version\";s:5:\"4.2.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:5:\"4.2.2\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1441737797;s:15:\"version_checked\";s:5:\"4.2.2\";s:12:\"translations\";a:0:{}}','yes'),(586,'_site_transient_timeout_theme_roots','1441739604','yes'),(587,'_site_transient_theme_roots','a:5:{s:9:\"Tesseract\";s:7:\"/themes\";s:8:\"indreams\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(117,'auth_key','s,Bj??m>f-QSmX5!e&d3qbZV,0r3K3vq.Ng7NpL{A{EPk[W_h0^gsn|{8WHoTaL8','yes'),(119,'logged_in_key','I/VXY9x/rL${eErkbN!CleTf</E!KPd?:ce3mBj8-U=6|8d/8uZ8oAum;CSwsDW`','yes'),(118,'auth_salt','_mj}YLh;uJ}%}27#x$oL>_Kn0Xx$2hnW`YJA0hiPQ0qtH-60ZpH IuREd2M=l=Tj','yes'),(120,'logged_in_salt','_%2lIVRgaiG{ZK~7kLk5V>~cGBHYdf^B+hHqlh>i@?lV*}R5=u^RB`.}XY7soC>G','yes'),(121,'nonce_key','fovR}7T=Syp_4nc+F%4THyx^@(>&?Lv{is|p+tw:].(mDf?&QD@NzN5I#aO?7YJE','yes'),(122,'nonce_salt','ruX=LT6LG N$wic?hHtt=my(F)LsOzdF>pTHdmVtI@6+eq#_7M%(v,d][oGF5V7 ','yes'),(517,'_site_transient_timeout_browser_e14f41f376cc3701f03d93ea21192f2a','1438796935','yes'),(518,'_site_transient_browser_e14f41f376cc3701f03d93ea21192f2a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"39.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(127,'can_compress_scripts','1','yes'),(546,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438301954','no'),(547,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438258754','no'),(562,'_transient_is_multi_author','0','yes'),(172,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(173,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(174,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(552,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1438301956','no'),(553,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2015 12:14: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 12 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast's WordPress SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/googleanalytics/#post-11199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2009 22:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"11199@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Enables google analytics on all pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Kevin Sylvestre\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP-DB-Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/wp-db-backup/#post-472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Mar 2007 04:41:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"472@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"On-demand backup of your WordPress database.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"ringmaster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 30 Jul 2015 12:19:16 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Thu, 30 Jul 2015 12:49:01 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 30 Jul 2015 12:14:01 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20150511173052\";}','no'),(554,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1438301956','no'),(530,'_transient_timeout_plugin_slugs','1438278543','no'),(531,'_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";i:4;s:39:\"easy-google-fonts/easy-google-fonts.php\";i:5;s:13:\"font/Font.php\";i:6;s:9:\"hello.php\";i:7;s:30:\"lightbox-plus/lightboxplus.php\";i:8;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:9;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:10;s:16:\"spacer/index.php\";i:11;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:12;s:31:\"title-remover/title-remover.php\";}','no'),(545,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438301954','no'),(185,'widget_dropdown-menu','a:2:{i:4;a:7:{s:5:\"title\";s:9:\"Main Menu\";s:10:\"show_title\";s:2:\"on\";s:4:\"type\";s:5:\"pages\";s:7:\"exclude\";s:0:\"\";s:5:\"width\";s:1:\"0\";s:4:\"home\";s:2:\"on\";s:5:\"align\";s:5:\"right\";}s:12:\"_multiwidget\";i:1;}','yes'),(178,'recently_activated','a:5:{s:39:\"siteorigin-panels/siteorigin-panels.php\";i:1437738204;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1437738039;s:39:\"easy-google-fonts/easy-google-fonts.php\";i:1437738029;s:30:\"lightbox-plus/lightboxplus.php\";i:1437738003;s:16:\"spacer/index.php\";i:1437737995;}','yes'),(180,'shailan_dropdown_menu','a:31:{s:0:\"\";N;s:23:\"shailan_dm_active_theme\";s:90:\"http://uskyokushin.com/wordpress1/wp-content/plugins/dropdown-menu-widget/themes/web20.css\";s:20:\"shailan_dm_theme_url\";N;s:27:\"shailan_dm_location_enabled\";s:3:\"off\";s:19:\"shailan_dm_location\";s:7:\"primary\";s:19:\"shailan_dm_home_tag\";s:4:\"Home\";s:17:\"shailan_dm_arrows\";s:2:\"on\";s:22:\"shailan_dm_arrow_color\";s:15:\"rgba(0,0,0,0.5)\";s:15:\"shailan_dm_type\";s:5:\"pages\";s:15:\"shailan_dm_home\";s:2:\"on\";s:16:\"shailan_dm_login\";s:2:\"on\";s:19:\"shailan_dm_vertical\";s:3:\"off\";s:18:\"shailan_dm_exclude\";s:0:\"\";s:16:\"shailan_dm_align\";s:4:\"left\";s:18:\"shailan_dm_effects\";s:2:\"on\";s:17:\"shailan_dm_effect\";s:4:\"fade\";s:23:\"shailan_dm_effect_speed\";s:4:\"fast\";s:23:\"shailan_dm_effect_delay\";s:3:\"100\";s:24:\"shailan_dm_custom_colors\";s:3:\"off\";s:23:\"shailan_dm_color_menubg\";s:7:\"#000000\";s:24:\"shailan_dm_color_lihover\";s:7:\"#333333\";s:21:\"shailan_dm_color_link\";s:7:\"#FFFFFF\";s:26:\"shailan_dm_color_hoverlink\";s:7:\"#FFFFFF\";s:18:\"shailan_dm_overlay\";s:4:\"none\";s:15:\"shailan_dm_font\";s:0:\"\";s:19:\"shailan_dm_fontsize\";s:0:\"\";s:21:\"shailan_dm_custom_css\";s:0:\"\";s:21:\"shailan_dm_show_empty\";s:2:\"on\";s:25:\"shailan_dm_allowmultiline\";s:3:\"off\";s:34:\"shailan_dm_remove_title_attributes\";s:3:\"off\";s:33:\"shailan_dm_remove_top_level_links\";s:3:\"off\";}','yes'),(450,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5223\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3269\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3204\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2734\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2503\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2001\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1906\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1836\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1787\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1769\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1738\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1728\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1621\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1419\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1357\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1299\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1207\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1165\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1150\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1021\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"975\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"942\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"932\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"896\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"865\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"853\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"806\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"791\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"767\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"743\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"738\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"736\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"695\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"687\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"682\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"669\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"649\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"645\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"640\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"639\";}}','yes'),(147,'_site_transient_timeout_popular_importers_en_US','1437585763','yes'),(148,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(149,'theme_mods_twentyfifteen','a:2:{s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1437575229;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:9:{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\";i:6;s:21:\"multi-dropdown-menu-2\";i:7;s:10:\"nav_menu-2\";i:8;s:15:\"dropdown-menu-2\";}}}}','yes'),(152,'_transient_twentyfifteen_categories','1','yes'),(474,'_transient_timeout_feed_mod_f3abd4a8763242466612cc0fa1caceb5','1437781605','no'),(475,'_transient_feed_mod_f3abd4a8763242466612cc0fa1caceb5','1437738405','no'),(472,'_transient_timeout_feed_f3abd4a8763242466612cc0fa1caceb5','1437781605','no'),(473,'_transient_feed_f3abd4a8763242466612cc0fa1caceb5','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:40:\"\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:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Shailan.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"http://shailan.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:34:\"Wordpress and Web Design Resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2015 08:44:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:29:\"http://wordpress.org/?v=4.2.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:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s: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:5:\"child\";a:1:{s:0:\"\";a:3:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-nd/3.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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://creativecommons.org/images/public/somerights20.gif\";s:7:\"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:20:\"Some Rights Reserved\";s:7:\"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:7:{i:0;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"MagXPress WordPress Theme is released with a really special price!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/ksVN5AJgCUw/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://shailan.com/5020/magxpress-wordpress-theme-is-released-with-a-really-special-price/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Apr 2015 22:10: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:5:{i:0;a:5:{s:4:\"data\";s:9:\"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:9:\"magxpress\";s: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:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:26:\"http://shailan.com/?p=5020\";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:1365:\"MagXPress is a premium WordPress theme based on BootStrap. It is designed by Shailan.com Dev...<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=ksVN5AJgCUw:Jbe2pm0ypwI:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ksVN5AJgCUw:Jbe2pm0ypwI:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ksVN5AJgCUw:Jbe2pm0ypwI:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ksVN5AJgCUw:Jbe2pm0ypwI:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ksVN5AJgCUw:Jbe2pm0ypwI:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ksVN5AJgCUw:Jbe2pm0ypwI:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ksVN5AJgCUw:Jbe2pm0ypwI:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ksVN5AJgCUw:Jbe2pm0ypwI:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ksVN5AJgCUw:Jbe2pm0ypwI:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ksVN5AJgCUw:Jbe2pm0ypwI:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/ksVN5AJgCUw\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shailan.com Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://shailan.com/5020/magxpress-wordpress-theme-is-released-with-a-really-special-price/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://shailan.com/5020/magxpress-wordpress-theme-is-released-with-a-really-special-price/\";s: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:54:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Bootstrap pager style previous and next links 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/yRbjpN7GowQ/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://shailan.com/4992/bootstrap-pager-style-previous-and-next-links-for-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Mar 2015 01:03:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress Theme 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:9:\"bootstrap\";s: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:\"gist\";s: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:\"pager\";s: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:10:\"single.php\";s: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:7:\"snippet\";s: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:5:{s:4:\"data\";s:8:\"template\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4992\";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:1351:\"If you are using Bootstrap as a base on your theme designs, using existing CSS...<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=yRbjpN7GowQ:F6oGN7HIQ70:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=yRbjpN7GowQ:F6oGN7HIQ70:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=yRbjpN7GowQ:F6oGN7HIQ70:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=yRbjpN7GowQ:F6oGN7HIQ70:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=yRbjpN7GowQ:F6oGN7HIQ70:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=yRbjpN7GowQ:F6oGN7HIQ70:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=yRbjpN7GowQ:F6oGN7HIQ70:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=yRbjpN7GowQ:F6oGN7HIQ70:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=yRbjpN7GowQ:F6oGN7HIQ70:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=yRbjpN7GowQ:F6oGN7HIQ70:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/yRbjpN7GowQ\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shailan.com Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://shailan.com/4992/bootstrap-pager-style-previous-and-next-links-for-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://shailan.com/4992/bootstrap-pager-style-previous-and-next-links-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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Removing billing fields from Woocommerce checkout 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:54:\"http://feedproxy.google.com/~r/shailan/~3/NhHXsliTz3o/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://shailan.com/4966/removing-billing-fields-from-woocommerce-checkout-page/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Mar 2015 19:01:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"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:7:\"billing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"filters\";s: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:13:\"functions.php\";s: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:11:\"woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4966\";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:1367:\"Woocommerce plugin for WordPress, is the easiest way to start selling your products online. It...<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=NhHXsliTz3o:bRYxiaS0tmg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=NhHXsliTz3o:bRYxiaS0tmg:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=NhHXsliTz3o:bRYxiaS0tmg:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=NhHXsliTz3o:bRYxiaS0tmg:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=NhHXsliTz3o:bRYxiaS0tmg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=NhHXsliTz3o:bRYxiaS0tmg:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=NhHXsliTz3o:bRYxiaS0tmg:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=NhHXsliTz3o:bRYxiaS0tmg:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=NhHXsliTz3o:bRYxiaS0tmg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=NhHXsliTz3o:bRYxiaS0tmg:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/NhHXsliTz3o\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shailan.com Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://shailan.com/4966/removing-billing-fields-from-woocommerce-checkout-page/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://shailan.com/4966/removing-billing-fields-from-woocommerce-checkout-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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"P3 Plugin Performance Profiler by Godaddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/sn6sN63Z74s/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://shailan.com/4949/p3-plugin-performance-profiler-by-godaddy/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Mar 2015 17:42: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Plugin Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4949\";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:1368:\"Plugins are great tools that empower our blogs. They add several excellent features that enable...<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=sn6sN63Z74s:NmX62WRZb4w:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=sn6sN63Z74s:NmX62WRZb4w:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=sn6sN63Z74s:NmX62WRZb4w:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=sn6sN63Z74s:NmX62WRZb4w:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=sn6sN63Z74s:NmX62WRZb4w:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=sn6sN63Z74s:NmX62WRZb4w:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=sn6sN63Z74s:NmX62WRZb4w:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=sn6sN63Z74s:NmX62WRZb4w:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=sn6sN63Z74s:NmX62WRZb4w:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=sn6sN63Z74s:NmX62WRZb4w:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/sn6sN63Z74s\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shailan.com Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://shailan.com/4949/p3-plugin-performance-profiler-by-godaddy/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://shailan.com/4949/p3-plugin-performance-profiler-by-godaddy/\";s: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:54:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress Plugins Review – February 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/K_rgzHVmXkI/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://shailan.com/4844/wordpress-plugins-review-february-2015/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Feb 2015 00:53: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:7:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Plugin Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"best-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:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"list\";s: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:7:\"Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"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:26:\"http://shailan.com/?p=4844\";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:1358:\"I recently created a few websites and I realized that I am constantly installing same...<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=K_rgzHVmXkI:oPIy-XWlpjM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=K_rgzHVmXkI:oPIy-XWlpjM:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=K_rgzHVmXkI:oPIy-XWlpjM:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=K_rgzHVmXkI:oPIy-XWlpjM:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=K_rgzHVmXkI:oPIy-XWlpjM:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=K_rgzHVmXkI:oPIy-XWlpjM:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=K_rgzHVmXkI:oPIy-XWlpjM:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=K_rgzHVmXkI:oPIy-XWlpjM:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=K_rgzHVmXkI:oPIy-XWlpjM:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=K_rgzHVmXkI:oPIy-XWlpjM:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/K_rgzHVmXkI\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shailan.com Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://shailan.com/4844/wordpress-plugins-review-february-2015/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://shailan.com/4844/wordpress-plugins-review-february-2015/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Displaying search form on your theme 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/eCpKnhMGXRI/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://shailan.com/4834/displaying-search-form-on-your-theme-files/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 21:02: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:4:{i:0;a:5:{s:4:\"data\";s:9:\"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:6:\"How 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:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"search\";s: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:\"searchform\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4834\";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:1352:\"In order to display search form on your theme, either you can use search widget...<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=eCpKnhMGXRI:e6KgcTglMCo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=eCpKnhMGXRI:e6KgcTglMCo:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=eCpKnhMGXRI:e6KgcTglMCo:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=eCpKnhMGXRI:e6KgcTglMCo:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=eCpKnhMGXRI:e6KgcTglMCo:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=eCpKnhMGXRI:e6KgcTglMCo:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=eCpKnhMGXRI:e6KgcTglMCo:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=eCpKnhMGXRI:e6KgcTglMCo:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=eCpKnhMGXRI:e6KgcTglMCo:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=eCpKnhMGXRI:e6KgcTglMCo:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/eCpKnhMGXRI\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shailan.com Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://shailan.com/4834/displaying-search-form-on-your-theme-files/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://shailan.com/4834/displaying-search-form-on-your-theme-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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Installing WordPress on your PC using WAMP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/ddzX9ku4HG0/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://shailan.com/4790/installing-wordpress-on-your-pc-using-wamp/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Nov 2014 22:16: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:9:{i:0;a:5:{s:4:\"data\";s:9:\"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:6:\"apache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Featured\";s: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:12:\"installation\";s: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:\"localhost\";s: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:5:\"mysql\";s: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:5:{s:4:\"data\";s:3:\"PHP\";s: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:5:{s:4:\"data\";s:6:\"server\";s: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:5:{s:4:\"data\";s:4:\"wamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4790\";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:1362:\"To develop themes and plugins for WordPress, a local working environment is best. You can...<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=ddzX9ku4HG0:2HxVXvBPYe0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ddzX9ku4HG0:2HxVXvBPYe0:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ddzX9ku4HG0:2HxVXvBPYe0:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ddzX9ku4HG0:2HxVXvBPYe0:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ddzX9ku4HG0:2HxVXvBPYe0:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ddzX9ku4HG0:2HxVXvBPYe0:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ddzX9ku4HG0:2HxVXvBPYe0:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ddzX9ku4HG0:2HxVXvBPYe0:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=ddzX9ku4HG0:2HxVXvBPYe0:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=ddzX9ku4HG0:2HxVXvBPYe0:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/ddzX9ku4HG0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shailan.com Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://shailan.com/4790/installing-wordpress-on-your-pc-using-wamp/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://shailan.com/4790/installing-wordpress-on-your-pc-using-wamp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:35:\"http://feeds.feedburner.com/shailan\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:7:\"shailan\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.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:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-nd/3.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:\"type\";i:128;s:7:\"headers\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:13:\"last-modified\";s:29:\"Fri, 24 Jul 2015 11:22:01 GMT\";s:4:\"date\";s:29:\"Fri, 24 Jul 2015 11:46:45 GMT\";s:7:\"expires\";s:29:\"Fri, 24 Jul 2015 11:46:45 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:11:\"80:quic,p=0\";s:13:\"accept-ranges\";s:4:\"none\";s:4:\"vary\";s:15:\"Accept-Encoding\";}s:5:\"build\";s:14:\"20150511173052\";}','no'),(186,'widget_multi-dropdown-menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'_site_transient_timeout_wporg_theme_feature_list','1437616865','yes'),(233,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(192,'current_theme','Tesseract','yes'),(193,'theme_mods_indreams','a:5:{i:0;b:0;s:16:\"background_image\";s:69:\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/bkgr.gif\";s:18:\"nav_menu_locations\";a:1:{s:11:\"custom_menu\";i:2;}s:16:\"background_color\";s:6:\"1e73be\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1437579245;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:9:{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\";i:6;s:21:\"multi-dropdown-menu-2\";i:7;s:10:\"nav_menu-2\";i:8;s:15:\"dropdown-menu-2\";}s:21:\"secondary-widget-area\";N;s:24:\"first-footer-widget-area\";a:1:{i:0;s:15:\"dropdown-menu-4\";}s:25:\"second-footer-widget-area\";N;s:24:\"third-footer-widget-area\";N;s:25:\"fourth-footer-widget-area\";N;}}}','yes'),(194,'theme_switched','','yes'),(195,'indreams_options','a:32:{s:11:\"of_template\";a:40:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:95:\"Upload a logo for your Website. The recommended size for the logo is 250px width x 50px height.\";s:2:\"id\";s:13:\"indreams_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:78:\"Here you can upload a Favicon for your Website. Specified size is 16px x 16px.\";s:2:\"id\";s:16:\"indreams_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:28:\"Right Side Content In Header\";s:4:\"desc\";s:39:\"Here you can add your email or address.\";s:2:\"id\";s:18:\"indreams_rightside\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:2:{s:4:\"name\";s:15:\"Slider Settings\";s:4:\"type\";s:7:\"heading\";}i:5;a:3:{s:4:\"name\";s:26:\"First Slider Image Setting\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:6;a:5:{s:4:\"name\";s:18:\"First Slider Image\";s:4:\"desc\";s:108:\"The optimal size of the image is 1600 px wide x 750 px height, but it can be varied as per your requirement.\";s:2:\"id\";s:20:\"indreams_slideimage1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:7;a:5:{s:4:\"name\";s:26:\"First Slider Image Heading\";s:4:\"desc\";s:53:\"Mention the heading for your First Slider Image here.\";s:2:\"id\";s:23:\"indreams_sliderheading1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:30:\"First Slider Image Description\";s:4:\"desc\";s:57:\"Mention the description for your First Slider Image here.\";s:2:\"id\";s:19:\"indreams_sliderdes1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:3:{s:4:\"name\";s:27:\"Second Slider Image Setting\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:10;a:5:{s:4:\"name\";s:19:\"Second Slider Image\";s:4:\"desc\";s:108:\"The optimal size of the image is 1600 px wide x 750 px height, but it can be varied as per your requirement.\";s:2:\"id\";s:20:\"indreams_slideimage2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:11;a:5:{s:4:\"name\";s:27:\"Second Slider Image Heading\";s:4:\"desc\";s:54:\"Mention the heading for your Second Slider Image here.\";s:2:\"id\";s:23:\"indreams_sliderheading2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:12;a:5:{s:4:\"name\";s:31:\"Second Slider Image Description\";s:4:\"desc\";s:58:\"Mention the description for your Second Slider Image here.\";s:2:\"id\";s:19:\"indreams_sliderdes2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:13;a:2:{s:4:\"name\";s:18:\"Featured Punchline\";s:4:\"type\";s:7:\"heading\";}i:14;a:5:{s:4:\"name\";s:26:\"Featured Punchline Heading\";s:4:\"desc\";s:54:\"Mention the punch line heading for your business here.\";s:2:\"id\";s:26:\"indreams_punchline_heading\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:15;a:5:{s:4:\"name\";s:28:\"Featured Tagline Description\";s:4:\"desc\";s:79:\"Mention the tagline for your business here that will complement the punch line.\";s:2:\"id\";s:26:\"indreams_page_tagline_desc\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:2:{s:4:\"name\";s:20:\"Three column Feature\";s:4:\"type\";s:7:\"heading\";}i:17;a:3:{s:4:\"name\";s:12:\"First Column\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:18;a:5:{s:4:\"name\";s:7:\"Image 1\";s:4:\"desc\";s:107:\"The optimal size of the image is 264 px wide x 264 px height, but it can be varied as per your requirement.\";s:2:\"id\";s:31:\"indreams_threecolumn_fet_image1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:19;a:5:{s:4:\"name\";s:7:\"Title 1\";s:4:\"desc\";s:86:\"Here you can mention a suitable title that will display the title in services section.\";s:2:\"id\";s:31:\"indreams_threecolumn_fet_title1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:20;a:5:{s:4:\"name\";s:13:\"Description 1\";s:4:\"desc\";s:98:\"Here you can mention a suitable title that will display the small description in services section.\";s:2:\"id\";s:30:\"indreams_threecolumn_fet_desc1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:21;a:3:{s:4:\"name\";s:12:\"Second Block\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:22;a:5:{s:4:\"name\";s:7:\"Image 2\";s:4:\"desc\";s:107:\"The optimal size of the image is 264 px wide x 264 px height, but it can be varied as per your requirement.\";s:2:\"id\";s:31:\"indreams_threecolumn_fet_image2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:23;a:5:{s:4:\"name\";s:7:\"Title 2\";s:4:\"desc\";s:86:\"Here you can mention a suitable title that will display the title in services section.\";s:2:\"id\";s:31:\"indreams_threecolumn_fet_title2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:24;a:5:{s:4:\"name\";s:13:\"Description 2\";s:4:\"desc\";s:98:\"Here you can mention a suitable title that will display the small description in services section.\";s:2:\"id\";s:30:\"indreams_threecolumn_fet_desc2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:25;a:3:{s:4:\"name\";s:11:\"Third block\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:26;a:5:{s:4:\"name\";s:7:\"Image 3\";s:4:\"desc\";s:107:\"The optimal size of the image is 264 px wide x 264 px height, but it can be varied as per your requirement.\";s:2:\"id\";s:31:\"indreams_threecolumn_fet_image3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:27;a:5:{s:4:\"name\";s:7:\"Title 3\";s:4:\"desc\";s:86:\"Here you can mention a suitable title that will display the title in services section.\";s:2:\"id\";s:31:\"indreams_threecolumn_fet_title3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:5:{s:4:\"name\";s:13:\"Description 3\";s:4:\"desc\";s:98:\"Here you can mention a suitable title that will display the small description in services section.\";s:2:\"id\";s:30:\"indreams_threecolumn_fet_desc3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:29;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:30;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:81:\"Quickly add your custom CSS code to your theme by writing the code in this block.\";s:2:\"id\";s:18:\"indreams_customcss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:31;a:2:{s:4:\"name\";s:15:\"Footer Settings\";s:4:\"type\";s:7:\"heading\";}i:32;a:5:{s:4:\"name\";s:11:\"Footer Text\";s:4:\"desc\";s:91:\"Write the text here that will be displayed on the footer i.e. at the bottom of the Website.\";s:2:\"id\";s:19:\"indreams_footertext\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:33;a:2:{s:4:\"name\";s:12:\"Social Icons\";s:4:\"type\";s:7:\"heading\";}i:34;a:5:{s:4:\"name\";s:12:\"Facebook URL\";s:4:\"desc\";s:38:\"Mention the URL of your Facebook here.\";s:2:\"id\";s:17:\"indreams_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:35;a:5:{s:4:\"name\";s:11:\"Twitter URL\";s:4:\"desc\";s:37:\"Mention the URL of your Twitter here.\";s:2:\"id\";s:16:\"indreams_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:36;a:5:{s:4:\"name\";s:11:\"Google+ URL\";s:4:\"desc\";s:37:\"Mention the URL of your Google+ here.\";s:2:\"id\";s:15:\"indreams_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:37;a:5:{s:4:\"name\";s:12:\"Rss Feed URL\";s:4:\"desc\";s:38:\"Mention the URL of your Rss Feed here.\";s:2:\"id\";s:12:\"indreams_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:38;a:5:{s:4:\"name\";s:13:\"Pinterest URL\";s:4:\"desc\";s:39:\"Mention the URL of your Pinterest here.\";s:2:\"id\";s:18:\"indreams_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:39;a:5:{s:4:\"name\";s:8:\"Linkedin\";s:4:\"desc\";s:38:\"Mention the URL of your Linkedin here.\";s:2:\"id\";s:17:\"indreams_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}s:12:\"of_themename\";s:14:\"InDreams Theme\";s:12:\"of_shortname\";s:2:\"of\";s:13:\"indreams_logo\";s:36:\"United States Kyokushin Karate - IFK\";s:16:\"indreams_favicon\";s:0:\"\";s:18:\"indreams_rightside\";s:0:\"\";s:20:\"indreams_slideimage1\";s:0:\"\";s:23:\"indreams_sliderheading1\";s:0:\"\";s:19:\"indreams_sliderdes1\";s:0:\"\";s:20:\"indreams_slideimage2\";s:0:\"\";s:23:\"indreams_sliderheading2\";s:0:\"\";s:19:\"indreams_sliderdes2\";s:0:\"\";s:26:\"indreams_punchline_heading\";s:0:\"\";s:26:\"indreams_page_tagline_desc\";s:0:\"\";s:31:\"indreams_threecolumn_fet_image1\";s:0:\"\";s:31:\"indreams_threecolumn_fet_title1\";s:0:\"\";s:30:\"indreams_threecolumn_fet_desc1\";s:0:\"\";s:31:\"indreams_threecolumn_fet_image2\";s:0:\"\";s:31:\"indreams_threecolumn_fet_title2\";s:0:\"\";s:30:\"indreams_threecolumn_fet_desc2\";s:0:\"\";s:31:\"indreams_threecolumn_fet_image3\";s:0:\"\";s:31:\"indreams_threecolumn_fet_title3\";s:0:\"\";s:30:\"indreams_threecolumn_fet_desc3\";s:0:\"\";s:18:\"indreams_customcss\";s:0:\"\";s:19:\"indreams_footertext\";s:0:\"\";s:17:\"indreams_facebook\";s:0:\"\";s:16:\"indreams_twitter\";s:0:\"\";s:15:\"indreams_google\";s:0:\"\";s:12:\"indreams_rss\";s:0:\"\";s:18:\"indreams_pinterest\";s:0:\"\";s:17:\"indreams_linkedin\";s:0:\"\";s:10:\"of_options\";a:28:{s:13:\"indreams_logo\";s:0:\"\";s:16:\"indreams_favicon\";s:0:\"\";s:18:\"indreams_rightside\";s:0:\"\";s:20:\"indreams_slideimage1\";s:0:\"\";s:23:\"indreams_sliderheading1\";s:0:\"\";s:19:\"indreams_sliderdes1\";s:0:\"\";s:20:\"indreams_slideimage2\";s:0:\"\";s:23:\"indreams_sliderheading2\";s:0:\"\";s:19:\"indreams_sliderdes2\";s:0:\"\";s:26:\"indreams_punchline_heading\";s:0:\"\";s:26:\"indreams_page_tagline_desc\";s:0:\"\";s:31:\"indreams_threecolumn_fet_image1\";s:0:\"\";s:31:\"indreams_threecolumn_fet_title1\";s:0:\"\";s:30:\"indreams_threecolumn_fet_desc1\";s:0:\"\";s:31:\"indreams_threecolumn_fet_image2\";s:0:\"\";s:31:\"indreams_threecolumn_fet_title2\";s:0:\"\";s:30:\"indreams_threecolumn_fet_desc2\";s:0:\"\";s:31:\"indreams_threecolumn_fet_image3\";s:0:\"\";s:31:\"indreams_threecolumn_fet_title3\";s:0:\"\";s:30:\"indreams_threecolumn_fet_desc3\";s:0:\"\";s:18:\"indreams_customcss\";s:0:\"\";s:19:\"indreams_footertext\";s:0:\"\";s:17:\"indreams_facebook\";s:0:\"\";s:16:\"indreams_twitter\";s:0:\"\";s:15:\"indreams_google\";s:0:\"\";s:12:\"indreams_rss\";s:0:\"\";s:18:\"indreams_pinterest\";s:0:\"\";s:17:\"indreams_linkedin\";s:0:\"\";}}','yes'),(453,'_site_transient_available_translations','a:59:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-26 06:57:37\";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.2.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.2.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:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-27 06:36:25\";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.2.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-08 17:43:43\";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.2.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.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-08 11:08:34\";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.2.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-06-03 00:26:43\";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.2.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-13 14:52:11\";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.2.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-09 09:31:33\";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.2.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-22 11:37:31\";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.2.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.2.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-04-25 13:39:01\";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.2.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-05 20:09:08\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.2.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.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.2.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-15 10:49:37\";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.2.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-10 14:16:27\";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.2.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:37:43\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.6\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.6/haz.zip\";s:3:\"iso\";a:1:{i:2;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.2.2\";s:7:\"updated\";s:19:\"2015-07-12 08:05:04\";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.2.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}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.2.2\";s:7:\"updated\";s:19:\"2015-07-07 17:26:35\";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.2.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-26 06:43:50\";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.2.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:7:\"Tovább\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.6\";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:64:\"https://downloads.wordpress.org/translation/core/4.1.6/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.2.2\";s:7:\"updated\";s:19:\"2015-07-07 10:32:20\";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.2.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-16 14:25:19\";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.2.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-06-08 07:10:14\";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.2.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-06-10 17:07:58\";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.2.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-09 10:15:05\";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.2.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.6\";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:61:\"https://downloads.wordpress.org/translation/core/4.1.6/ps.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ps\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-22 10:25:51\";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.2.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-08 14:53:48\";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.2.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-31 11:58:44\";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.2.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-26 09:29:23\";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.2.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.1.6\";s:7:\"updated\";s:19:\"2015-03-26 16:25:46\";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.1.6/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:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-05-29 08:27:12\";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.2.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";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.2.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-12 00:55:52\";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.2.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.2.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.2.2\";s:7:\"updated\";s:19:\"2015-07-06 10:10:09\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.2.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.2.2\";s:7:\"updated\";s:19:\"2015-07-22 10:57:52\";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.2.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.6\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.6/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.2.2\";s:7:\"updated\";s:19:\"2015-07-05 10:51:50\";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.2.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-04-29 06:37:03\";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.2.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.2.2\";s:7:\"updated\";s:19:\"2015-07-04 19:52:42\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(196,'of_options','a:0:{}','yes'),(218,'category_children','a:0:{}','yes'),(452,'_site_transient_timeout_available_translations','1437747117','yes'),(200,'theme_mods_Tesseract','a:11:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:0;s:9:\"secondary\";i:0;}s:38:\"tesseract_tho_header_colors_text_color\";s:7:\"#000000\";s:32:\"tesseract_tho_header_menu_select\";s:9:\"main-menu\";s:36:\"tesseract_tho_header_content_content\";s:6:\"search\";s:16:\"background_image\";s:69:\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/bkgr.gif\";s:21:\"background_position_x\";s:6:\"center\";s:35:\"tesseract_tfo_footer_content_select\";s:9:\"main-menu\";s:37:\"tesseract_tfo_footer_colors_bck_color\";s:7:\"#003649\";s:35:\"tesseract_tfo_footer_content_enable\";i:0;s:39:\"tesseract_tfo_footer_additional_content\";s:7:\"nothing\";}','yes'),(206,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(223,'WPLANG','','yes'),(591,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1441737814;s:7:\"checked\";a:5:{s:9:\"Tesseract\";s:3:\"1.0\";s:8:\"indreams\";s:5:\"1.2.4\";s:13:\"twentyfifteen\";s:3:\"1.2\";s:14:\"twentyfourteen\";s:3:\"1.4\";s:14:\"twentythirteen\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.3.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.5.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.6.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(267,'siteorigin_panels_initial_version','2.1.4','no'),(268,'siteorigin_panels_settings','a:10:{s:10:\"post-types\";a:0:{}s:10:\"title-html\";s:39:\"<h3 class=\"widget-title\">{{title}}</h3>\";s:15:\"bundled-widgets\";b:0;s:19:\"recommended-widgets\";b:1;s:10:\"responsive\";b:1;s:12:\"mobile-width\";i:780;s:13:\"margin-bottom\";i:20;s:12:\"margin-sides\";i:30;s:20:\"full-width-container\";s:4:\"body\";s:12:\"copy-content\";b:1;}','yes'),(592,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1441737815;s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.3.zip\";}s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"27008\";s:4:\"slug\";s:27:\"black-studio-tinymce-widget\";s:6:\"plugin\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:11:\"new_version\";s:5:\"2.2.7\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/black-studio-tinymce-widget/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/black-studio-tinymce-widget.2.2.7.zip\";s:14:\"upgrade_notice\";s:124:\"Version 2.x is a major update. If you are upgrading from version 1.x please ensure to backup your database before upgrading.\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.2.zip\";}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"40030\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.2.zip\";}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"50709\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:5:\"1.4.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.4.4.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"11401\";s:4:\"slug\";s:20:\"dropdown-menu-widget\";s:6:\"plugin\";s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";s:11:\"new_version\";s:5:\"1.9.4\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/dropdown-menu-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/dropdown-menu-widget.1.9.4.zip\";}s:39:\"easy-google-fonts/easy-google-fonts.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"45747\";s:4:\"slug\";s:17:\"easy-google-fonts\";s:6:\"plugin\";s:39:\"easy-google-fonts/easy-google-fonts.php\";s:11:\"new_version\";s:5:\"1.3.9\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/easy-google-fonts/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/easy-google-fonts.zip\";}s:13:\"font/Font.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"20777\";s:4:\"slug\";s:4:\"font\";s:6:\"plugin\";s:13:\"font/Font.php\";s:11:\"new_version\";s:3:\"7.5\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/font/\";s:7:\"package\";s:51:\"https://downloads.wordpress.org/plugin/font.7.5.zip\";s:14:\"upgrade_notice\";s:179:\"-Styles compacted\n-Styles bar doesn't show too early\n-Fixed bug with selection disappearing periodically\n-Removed fading animations\n-Added x button for easier preset removing\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:30:\"lightbox-plus/lightboxplus.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4129\";s:4:\"slug\";s:13:\"lightbox-plus\";s:6:\"plugin\";s:30:\"lightbox-plus/lightboxplus.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/lightbox-plus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/lightbox-plus.2.7.2.zip\";}s:16:\"spacer/index.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"40475\";s:4:\"slug\";s:6:\"spacer\";s:6:\"plugin\";s:16:\"spacer/index.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/spacer/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/spacer.zip\";}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"731\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:7:\"4.2.3.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.2.3.1.zip\";}s:31:\"title-remover/title-remover.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"51286\";s:4:\"slug\";s:13:\"title-remover\";s:6:\"plugin\";s:31:\"title-remover/title-remover.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/title-remover/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/title-remover.1.0.zip\";}}}','yes'),(273,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.2.1\";}','yes'),(276,'lightboxplus_options','a:112:{s:18:\"lightboxplus_multi\";s:1:\"0\";s:10:\"use_inline\";s:1:\"0\";s:10:\"inline_num\";s:1:\"1\";s:18:\"lightboxplus_style\";s:8:\"shadowed\";s:16:\"use_custom_style\";s:1:\"0\";s:11:\"disable_css\";s:1:\"0\";s:10:\"hide_about\";s:1:\"0\";s:12:\"output_htmlv\";s:1:\"0\";s:9:\"data_name\";s:12:\"lightboxplus\";s:11:\"use_perpage\";s:1:\"0\";s:11:\"use_forpage\";s:1:\"0\";s:11:\"use_forpost\";s:1:\"0\";s:13:\"load_location\";s:9:\"wp_footer\";s:13:\"load_priority\";s:2:\"10\";s:10:\"transition\";s:7:\"elastic\";s:5:\"speed\";s:3:\"300\";s:5:\"width\";s:5:\"false\";s:6:\"height\";s:5:\"false\";s:11:\"inner_width\";s:5:\"false\";s:12:\"inner_height\";s:5:\"false\";s:13:\"initial_width\";s:3:\"30%\";s:14:\"initial_height\";s:3:\"30%\";s:9:\"max_width\";s:3:\"90%\";s:10:\"max_height\";s:3:\"90%\";s:6:\"resize\";s:1:\"1\";s:7:\"opacity\";s:3:\"0.8\";s:10:\"preloading\";s:1:\"1\";s:11:\"label_image\";s:5:\"Image\";s:8:\"label_of\";s:2:\"of\";s:8:\"previous\";s:8:\"previous\";s:4:\"next\";s:4:\"next\";s:5:\"close\";s:5:\"close\";s:13:\"overlay_close\";s:1:\"1\";s:9:\"slideshow\";s:1:\"0\";s:14:\"slideshow_auto\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"2500\";s:15:\"slideshow_start\";s:5:\"start\";s:14:\"slideshow_stop\";s:4:\"stop\";s:17:\"use_caption_title\";s:1:\"0\";s:20:\"gallery_lightboxplus\";s:1:\"0\";s:18:\"multiple_galleries\";s:1:\"0\";s:16:\"use_class_method\";s:1:\"0\";s:10:\"class_name\";s:11:\"lbp_primary\";s:16:\"no_auto_lightbox\";s:1:\"0\";s:10:\"text_links\";s:1:\"1\";s:16:\"no_display_title\";s:1:\"0\";s:9:\"scrolling\";s:1:\"1\";s:5:\"photo\";s:1:\"0\";s:3:\"rel\";s:5:\"false\";s:4:\"loop\";s:1:\"1\";s:7:\"esc_key\";s:1:\"1\";s:9:\"arrow_key\";s:1:\"1\";s:3:\"top\";s:5:\"false\";s:5:\"right\";s:5:\"false\";s:6:\"bottom\";s:5:\"false\";s:4:\"left\";s:5:\"false\";s:5:\"fixed\";s:1:\"0\";s:14:\"transition_sec\";s:7:\"elastic\";s:9:\"speed_sec\";s:3:\"300\";s:9:\"width_sec\";s:5:\"false\";s:10:\"height_sec\";s:5:\"false\";s:15:\"inner_width_sec\";s:3:\"50%\";s:16:\"inner_height_sec\";s:3:\"50%\";s:17:\"initial_width_sec\";s:3:\"30%\";s:18:\"initial_height_sec\";s:3:\"40%\";s:13:\"max_width_sec\";s:3:\"90%\";s:14:\"max_height_sec\";s:3:\"90%\";s:10:\"resize_sec\";s:1:\"1\";s:11:\"opacity_sec\";s:3:\"0.8\";s:14:\"preloading_sec\";s:1:\"1\";s:15:\"label_image_sec\";s:5:\"Image\";s:12:\"label_of_sec\";s:2:\"of\";s:12:\"previous_sec\";s:8:\"previous\";s:8:\"next_sec\";s:4:\"next\";s:9:\"close_sec\";s:5:\"close\";s:17:\"overlay_close_sec\";s:1:\"1\";s:13:\"slideshow_sec\";s:1:\"0\";s:18:\"slideshow_auto_sec\";s:1:\"1\";s:19:\"slideshow_speed_sec\";s:4:\"2500\";s:19:\"slideshow_start_sec\";s:5:\"start\";s:18:\"slideshow_stop_sec\";s:4:\"stop\";s:10:\"iframe_sec\";s:1:\"1\";s:14:\"class_name_sec\";s:13:\"lbp_secondary\";s:20:\"no_display_title_sec\";s:1:\"0\";s:13:\"scrolling_sec\";s:1:\"1\";s:9:\"photo_sec\";s:1:\"0\";s:7:\"rel_sec\";s:1:\"0\";s:8:\"loop_sec\";s:1:\"1\";s:11:\"esc_key_sec\";s:1:\"1\";s:13:\"arrow_key_sec\";s:1:\"1\";s:7:\"top_sec\";s:1:\"0\";s:9:\"right_sec\";s:1:\"0\";s:10:\"bottom_sec\";s:1:\"0\";s:8:\"left_sec\";s:1:\"0\";s:9:\"fixed_sec\";s:1:\"0\";s:12:\"inline_links\";a:5:{i:0;s:17:\"lbp-inline-link-1\";i:1;s:17:\"lbp-inline-link-2\";i:2;s:17:\"lbp-inline-link-3\";i:3;s:17:\"lbp-inline-link-4\";i:4;s:17:\"lbp-inline-link-5\";}s:12:\"inline_hrefs\";a:5:{i:0;s:17:\"lbp-inline-href-1\";i:1;s:17:\"lbp-inline-href-2\";i:2;s:17:\"lbp-inline-href-3\";i:3;s:17:\"lbp-inline-href-4\";i:4;s:17:\"lbp-inline-href-5\";}s:18:\"inline_transitions\";a:5:{i:0;s:7:\"elastic\";i:1;s:7:\"elastic\";i:2;s:7:\"elastic\";i:3;s:7:\"elastic\";i:4;s:7:\"elastic\";}s:13:\"inline_speeds\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"300\";i:2;s:3:\"300\";i:3;s:3:\"300\";i:4;s:3:\"300\";}s:13:\"inline_widths\";a:5:{i:0;s:3:\"80%\";i:1;s:3:\"80%\";i:2;s:3:\"80%\";i:3;s:3:\"80%\";i:4;s:3:\"80%\";}s:14:\"inline_heights\";a:5:{i:0;s:3:\"80%\";i:1;s:3:\"80%\";i:2;s:3:\"80%\";i:3;s:3:\"80%\";i:4;s:3:\"80%\";}s:19:\"inline_inner_widths\";a:5:{i:0;s:5:\"false\";i:1;s:5:\"false\";i:2;s:5:\"false\";i:3;s:5:\"false\";i:4;s:5:\"false\";}s:20:\"inline_inner_heights\";a:5:{i:0;s:5:\"false\";i:1;s:5:\"false\";i:2;s:5:\"false\";i:3;s:5:\"false\";i:4;s:5:\"false\";}s:17:\"inline_max_widths\";a:5:{i:0;s:3:\"80%\";i:1;s:3:\"80%\";i:2;s:3:\"80%\";i:3;s:3:\"80%\";i:4;s:3:\"80%\";}s:18:\"inline_max_heights\";a:5:{i:0;s:3:\"80%\";i:1;s:3:\"80%\";i:2;s:3:\"80%\";i:3;s:3:\"80%\";i:4;s:3:\"80%\";}s:20:\"inline_position_tops\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:22:\"inline_position_rights\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:23:\"inline_position_bottoms\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:21:\"inline_position_lefts\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:13:\"inline_fixeds\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:12:\"inline_opens\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:15:\"inline_opacitys\";a:5:{i:0;s:3:\"0.8\";i:1;s:3:\"0.8\";i:2;s:3:\"0.8\";i:3;s:3:\"0.8\";i:4;s:3:\"0.8\";}}','yes'),(277,'lightboxplus_init','1','yes'),(411,'_transient_tt_font_theme_options','a:7:{s:15:\"tt_default_body\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_1\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_2\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_3\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_4\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_5\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_6\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}','yes'),(285,'widget_siteorigin-panels-builder','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(286,'widget_siteorigin-panels-post-content','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(287,'widget_siteorigin-panels-postloop','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(288,'widget_black-studio-tinymce','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(548,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1438301955','no'),(549,'_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:56:\"WPTavern: Yuuta: A Free Visual Diary 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:28:\"http://wptavern.com/?p=47303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/yuuta-a-free-visual-diary-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:4045:\"<p>Earlier this month, <a href=\"http://wptavern.com/new-proposal-on-trac-to-remove-post-formats-from-wordpress-core\" target=\"_blank\">a new proposal landed on trac</a>, advocating the removal of <a href=\"http://codex.wordpress.org/Post_Formats\" target=\"_blank\">post formats</a> from core. Many believe that this feature would be better as a plugin, since it has received little improvement over the years and is not used by the majority of WordPress users.</p>\n<p>If the UI can be improved to be less confusing and theme support is standardized, post formats may have a chance at more widespread adoption. The feature is entirely dependent on theme support, as post formats are not enabled by default unless the theme author opts to include them. Many still do, which is why ripping them out of core in favor of a plugin would be a major undertaking.</p>\n<p>One of the most common use cases for post formats is a diary style WordPress theme. <a href=\"https://wordpress.org/themes/yuuta/\" target=\"_blank\">Yuuta</a> is a relatively popular theme on WordPress.org that revolves entirely around post formats. In the past four months, it has been downloaded more than 7,000 times. Yuuta was created to serve as a visual diary and includes support for all nine of WordPress’ post formats.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta.png?resize=880%2C660\" alt=\"yuuta\" class=\"aligncenter size-full wp-image-47392\" /></a></p>\n<p>The theme was designed by Felix Dorner, owner of <a href=\"http://drnr.co/\" target=\"_blank\">Studio DRNR</a>, a Berlin-based web development company. According to its description page, Yuuta was selected as the the theme’s name based on its Japanese meaning:</p>\n<blockquote><p>Yuuta is a Japanese name and is made up of 優 (yuu) “gentleness, superiority”, 悠 (yuu) “distant, leisurely” or 勇 (yuu) “brave” combined with 太 (ta) “thick, big”.</p></blockquote>\n<p>Each post format has its own distinguishing icon and unique display. Dorner opted to use Roboto, Roboto Slab, and a sprinkling of Courier as the theme’s primary fonts. The typography choices were selected for optimal readability on all screen sizes.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-chat-format.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-chat-format.jpg?resize=961%2C526\" alt=\"yuuta-chat-format\" class=\"aligncenter size-full wp-image-47405\" /></a></p>\n<p>Yuuta also includes specific styles for both standard and Jetpack-enabled galleries.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-jetpack-enabled-gallery.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/yuuta-jetpack-enabled-gallery.jpg?resize=652%2C572\" alt=\"yuuta-jetpack-enabled-gallery\" class=\"aligncenter size-full wp-image-47407\" /></a></p>\n<p>The theme’s design is fairly set, unless you opt to create a child theme. There are zero options in the Customizer. Much of the design customization is done on a post-by-post basis, as the featured image serves as a unique background for the post. Yuuta also includes editor styles to match the editing experience to the theme’s frontend appearance.</p>\n<p>The primary navigation menu is hidden until toggled into view by the icon in the header, which keeps the reader focused on the content. There are no sidebars to contend with but widgets can be added to the footer.</p>\n<p>If you’re a fan of post formats, the Yuuta theme really makes them shine. It responds to display beautifully on all devices from desktop to tablet to smartphone. Check out a <a href=\"http://demo.felixdorner.com/yuuta/\" target=\"_blank\">live demo</a> on Dorner’s website to see each post format in action. You can download <a href=\"https://wordpress.org/themes/yuuta/\" target=\"_blank\">Yuuta</a> for free from WordPress.org or install it via your admin themes browser.</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, 30 Jul 2015 04:06: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:\"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: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:64:\"WPTavern: Awesome Geek Podcasts: A Curated List of Tech Podcasts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/awesome-geek-podcasts-a-curated-list-of-tech-podcasts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2834:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/headphones.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/headphones.jpg?resize=960%2C482\" alt=\"photo credit: Jan Vašek\" class=\"size-full wp-image-47389\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3YOVALG5DX\">Jan Vašek</a>\n<p>The WordPress community produces a couple dozen high quality podcasts covering diverse topics, such as weekly news, business/entrepreneurship, education, and development. Every year the best WordPress-related podcasts are featured in <a href=\"http://iamdavidgray.com/best-wordpress-podcasts/\" target=\"_blank\">roundup posts</a> highlighting shows that are publishing new episodes regularly.</p>\n<p>One way to venture outside the WordPress world is to expand your horizons when it comes to podcast subscriptions. <a href=\"https://github.com/cv/awesome-geek-podcasts\" target=\"_blank\">Awesome Geek Podcasts</a> is a curated list of tech podcasts that was first published in May of this year on GitHub. Since that time the repository has received 121 commits from 34 contributors.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/awesome-geek-podcasts.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/awesome-geek-podcasts.png?resize=1025%2C551\" alt=\"awesome-geek-podcasts\" class=\"aligncenter size-full wp-image-47382\" /></a></p>\n<p>None of the podcasts listed in the repo are directly related to WordPress, but many cover topics related to the various technologies that work in and with WordPress. The list includes approximately seven PHP-related podcasts in English (and more in other languages), along with shows focused on JavaScript, Sass, Git, and other technologies.</p>\n<p>Other topics included in the Awesome Geek Podcasts list that might be of interest to WordPress developers include:</p>\n<ul>\n<li>Running software companies</li>\n<li>Software design, creation, and delivery</li>\n<li>Front end web design, development, and UX</li>\n<li>Typography, design, prototyping</li>\n<li>Open source software</li>\n<li>Family and life/work balance</li>\n</ul>\n<p>Several of those listed follow a short format of 5 and 10-minute episodes for developers who are short on time. No matter where your interests lie in the various aspects of “geek life,” the Awesome Geek Podcast list has something for everyone.</p>\n<p>Currently the list has separate sections for shows in English, Portuguese, Spanish, Russian, Persian, and Swedish, but it is open to contribution. Although it doesn’t seem to include many podcasts that focus on specific CMS platforms, you can try <a href=\"https://github.com/cv/awesome-geek-podcasts/blob/master/CONTRIBUTING.md\" target=\"_blank\">submitting a pull request</a> for the inclusion of your WordPress-related podcast.</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, 29 Jul 2015 20:58:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WPTavern: Behind the Scenes of WordPress 4.2.3 With Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/behind-the-scenes-of-wordpress-4-2-3-with-gary-pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2253:\"<p>When <a href=\"http://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\">WordPress 4.2.3 was released</a> last week, not only did it patch a critical security vulnerability, but also <a href=\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites\">adversely impacted</a> a number of sites. Changes to the Shortcode API which were necessary as part of the patch caused some plugins that rely on the API to break. These changes were not immediately communicated to plugin developers. Nearly eight hours after its release, a <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/\">post published</a> on the Make WordPress Core blog explained the changes.</p>\n<p>The release process of WordPress 4.2.3 left <a href=\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites#comments\">plugin authors and users</a> scratching their heads. On one hand, point releases are not supposed to break anything. On the other, affected plugin authors were left in the dark for nearly eight hours wondering why a point release broke their plugins.</p>\n<p><a href=\"http://pento.net/\">Gary Pendergast</a> who works for Automattic, is a WordPress core contributor, and a member of the WordPress core security team, reached out to me for an interview. In the following conversation, we discuss what happened behind the scenes before 4.2.3 was released.</p>\n<p>He clears up some confusion on when the changes to the Shortcode API were implemented. He also admits the team made some mistakes and has already implemented changes to improve the release process. One of those changes includes publishing a post on the Make WordPress Core blog as soon as the update is pushed out to sites.</p>\n<p>I appreciate and thank Pendergast for reaching out to me to have this conversation. I look forward to similar collaborations with members of the core team in the future. A transcription of this interview is not available but if you have it transcribed and would like to make it available to the public, please <a href=\"http://wptavern.com/contact-me\">contact me</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, 29 Jul 2015 19:02:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:86:\"WPTavern: WordPress Theme Review Team Votes to Allow Themes to Use the REST API Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/wordpress-theme-review-team-votes-to-allow-themes-to-use-the-rest-api-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:3363:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/colored-pencils.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/colored-pencils.jpg?resize=960%2C470\" alt=\"colored-pencils\" class=\"aligncenter size-full wp-image-42610\" /></a></p>\n<p>During this week’s WordPress Theme Review Team meeting, members considered the possibility of allowing themes hosted in the directory to make use of the <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">WP REST API plugin</a>. Since the API is not yet included in core, any theme or plugin author who wants to use it must have the feature plugin installed.</p>\n<p>Ordinarily, WordPress.org themes are not allowed to require a plugin on installation (although they can suggest one). As per the <a href=\"https://make.wordpress.org/themes/handbook/review/required/#plugins\" target=\"_blank\">Theme Review Handbook on plugins</a>: <em>A theme can recommend plugins but not include those plugins in the theme code.</em></p>\n<p>“The core team has asked us to consider temporarily allowing the requirement of the REST API for themes that may take advantage of it,” Tammie Lister said before calling for a vote. She also noted that waiving the rule would be temporary, as the API will soon be going into core.</p>\n<p>“This does not open up the way for others as an exception because it’s a core feature,” she said.</p>\n<p>The team took a quick vote and all present unanimously agreed to allow themes to require the REST API plugin as a temporary measure until it is available in core. Check out the <a href=\"https://make.wordpress.org/themes/2015/07/28/theme-review-team-weekly-meeting-notes-the-logs-7/\" target=\"_blank\">meeting logs</a> for the full discussion.</p>\n<p>The WP REST API is already being used in production in many different ways around the web, as revealed in the comments on project leader Ryan McCue’s recent <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">post</a> calling for examples. If the Theme Review Team wants to keep pace with where WordPress is headed, it must offer the flexibility to allow for more innovative themes. Temporarily waiving the guideline against plugin requirements is a smart move.</p>\n<p>As WordPress.org accrues more examples of themes that use the REST API in a way that complies with the review team’s high standards, developers who are just getting started will have strong examples for creating their own. Jack Lenox’s presentation at WordCamp London this year highlighted a few of the benefits of theming with the REST API:</p>\n<ul>\n<li>Provides a way to retrieve pure data (usually in JSON or XML format) over HTTP</li>\n<li>No loops necessary</li>\n<li>Good for mobile apps and environments where you don’t want a full webpage to render but want content from a blog or site</li>\n</ul>\n<p>With the official directory now welcoming these types of themes, it won’t be long before the entire landscape of WordPress theme development changes to support more modern ways of presenting content. Check out Jack Lenox’s presentation on <a href=\"http://wptavern.com/jack-lenox-on-building-themes-with-the-wp-rest-api\" target=\"_blank\">Building themes with the WP REST API</a> for information on how to get started.</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, 29 Jul 2015 17:30:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"Post Status: Don’t make enemies, invest in friendships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=13860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/invest-in-friendships/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4756:\"<p><em>Editor’s note: The following is a guest post by <a href=\"http://corymiller.com/about/\">Cory Miller</a>, the CEO of <a href=\"https://ithemes.com\">iThemes</a>. Cory describes his approach to making friends and avoiding making enemies. You should also check out his recent <a href=\"http://corymiller.com/my-talk-on-mental-health-and-entrepreneurship-is-now-online/\">talk on mental health and entrepreneurship</a>, which is terrific.</em></p>\n<p>I’d rather wave a white flag and compromise than make an enemy. Every. Single. Day.</p>\n<p>I’ve purposefully and intentionally, throughout my life (and business), sought to <em>not</em> make enemies, but rather build friendships.</p>\n<ul>\n<li>Enemies are only trouble.</li>\n<li>Enemies are distractions.</li>\n<li>Enemies eat my time and energy and focus.</li>\n<li>Enemies seek your destruction.</li>\n<li>Enemies oppose you.</li>\n<li>Enemies seek to “harm or weaken” you.</li>\n</ul>\n<p>Friends do the opposite.</p>\n<p>My best example of this is my wife, Lindsey. I think of her as my greatest ally and my best friend. She’s the opposite of an enemy.</p>\n<p>The words I use to describe her are “caring,” “supportive,” “loving,” and “wants my best.”</p>\n<p>So why would I spend my time seeking to <em>create</em> enemies, instead of friendships?</p>\n<ul>\n<li>You can have opinions.</li>\n<li>You can take stands.</li>\n<li>You can and should draw boundary lines.</li>\n<li>You can have your principles and <em>never</em> budge on them.</li>\n</ul>\n<p><em>But,</em> you can also, simultaneously, choose to make and focus on friendships.</p>\n<p>Some of my best friendships have come through business, and some of them would be considered “competitors.”</p>\n<p>But I’ve cherished those friendships.</p>\n<p>Additionally, I sleep better at night knowing we only want each other’s best and that there is plenty of room for each other instead of someone actively, purposefully seeking my destruction.</p>\n<p>But instead of seeking to fester anger and hate and competition, I’ve sought the opposite, asking, “Where can we find ways to help each other do better for each other?”</p>\n<p>So what if we approached life and business like this:</p>\n<p>Instead of using that anger, bile, jerk-ness, and negative energy in telling the world who you hate and how big of a jerk you can be, and how you don’t want to be an enemy of — why not seek to build true, lasting, deep friendships?</p>\n<p>The old quote, “Keep your friends close, and your enemies closer,” is pure B.S.</p>\n<p>Why not create a friend instead of nurture an enemy?</p>\n<p>Why not tell the world that you can be the <em>best</em> friend they ever made? And prove it by your actions.</p>\n<p>Friendships do take an investment. They take consistency. They take time. They take compromise sometimes. It means showing up for them when they most need it.</p>\n<p>But those relationships have been some of the richest relationships I’ve ever had. And totally worth the investment (multiple times over and over in fact).</p>\n<p>And yes, I have made enemies in my life. Purposefully and sometimes not. In fact, someone recently asked me jokingly on Twitter who didn’t like me. I responded with:</p>\n<p>“I can think of 1 or 2 a-holes but I don’t like thinking about them. <img src=\"https://poststatus.com/wp-includes/images/smilies/simple-smile.png\" alt=\":)\" class=\"wp-smiley\" /> hahahahaha”</p>\n<p>And although that’s sadly true, I’ve sought to minimize the enemies I’ve made in my life and business.</p>\n<p>My perspective on making necessary enemies is that <em>if</em> you <em>have</em> to make an enemy — and when I say that, I don’t mean because your personality defaults to that of a jerk and you sadistically like being labeled one), but you <em>have</em> to make an enemy because you have to set a boundary and tell someone no, or take a legal action — make dang sure it’s either for a <em>very</em> good purpose, value or strategic reason.</p>\n<p>And even then, question yourself about why.</p>\n<p>As my attorney told me recently: “You catch more flies with honey.”</p>\n<p>So don’t be a jerk while making enemies. You’ll make <em>more</em> enemies in the process.</p>\n<p>Simple, lip-biting kindness in the face of anger and hate and bile helps deflate a situation rather than pour lighter fluid on it.</p>\n<p>I tell people often: it doesn’t cost me anything to be nice and kind. (In fact most of the time it makes me happier.) And I seek out different avenues to vent my frustration and relieve my stress.</p>\n<p>So I say: Don’t make enemies. Invest in friendships.</p>\n<p>It should be common sense, but sometimes I (and maybe you) need a reminder.</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, 29 Jul 2015 05:13: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: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: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:63:\"WPTavern: Adler: A Unique Personal Blogging 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:28:\"http://wptavern.com/?p=47272\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/adler-a-unique-personal-blogging-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:3395:\"<p>If you’re on the hunt for a new WordPress blogging theme but the designs are all starting to look too similar, you may want to check out <a href=\"https://wordpress.org/themes/adler/\" target=\"_blank\">Adler</a>. It is one of the more unique themes to land in the WordPress.org directory in recent months with its uncommon typography choices and bright bursts of color.</p>\n<p>Adler was created by Romanian theme designer <a href=\"https://twitter.com/BabBarDeL\" target=\"_blank\">George Olaru</a> of <a href=\"https://pixelgrade.com/\" target=\"_blank\">Pixelgrade</a>. Olaru takes a unique approach to the popular fullscreen splash page style that many themes have adopted for a homepage layout, overlaying it with a serif font title paired with a hand-script style subtitle.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler.png?resize=880%2C660\" alt=\"adler\" class=\"aligncenter size-full wp-image-47315\" /></a></p>\n<p>Styling for single posts is similar to the home page with the featured image serving as a fullscreen background for the title. Scroll further down and the post content is centered with no distracting sidebar widgets.</p>\n<p>Adler combines two unusual Google font choices in the design: Droid Sans Mono for paragraph text and Permanent Marker for blockquotes and subtitles. Images in posts overhang the text column to create a strong visual impact.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler-images-blockquotes.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/adler-images-blockquotes.jpg?resize=810%2C812\" alt=\"adler-images-blockquotes\" class=\"aligncenter size-full wp-image-47318\" /></a></p>\n<p>Adler’s files include a tiny leaf icon that is tastefully applied on the home and archive templates to separate posts. The effect is minimalist without appearing to be stark. The theme also includes support for Font Awesome icons.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/font-awesome.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/font-awesome.jpg?resize=656%2C534\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-47320\" /></a></p>\n<p>The necessity for large featured images can sometimes be a drawback for users when selecting a blogging theme. After testing Adler, I found that the design doesn’t break if you don’t have a large featured image assigned to a post. In fact, posts lacking a featured image look just as nice as those that include one, so you’re not tied down to hunting for one every time you publish.</p>\n<p>Adler supports three menu locations for a primary, footer, and social menu. It includes support for one footer widget area, which spans three columns. There are just two options available in the native customizer that allow you to change the background color or add a background image.</p>\n<p>Adler was created to be a personal blogging theme and the design instantly communicates: “I have something to say.” Check out the <a href=\"https://pixelgrade.com/demos/adler/\" target=\"_blank\">live demo</a> on Pixelgrade.com to see it in action. If you like what you see, you can <a href=\"https://wordpress.org/themes/adler/\" target=\"_blank\">download Adler</a> for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 01:09:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: New WordPress Plugin Automates Slack Team Invitations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/new-wordpress-plugin-automates-slack-team-invitations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4403:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/slack-logo.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/slack-logo.jpg?resize=700%2C314\" alt=\"slack-logo\" class=\"aligncenter size-full wp-image-33466\" /></a></p>\n<p>Generating Slack team invitations can become rather tedious when you’re managing a large group of people – particularly when the team is open to almost anyone. In the case of a company or organization, a Slack admin can use the feature that permits anyone with an email from a specified domain to be accepted on signup. However, this feature isn’t applicable to teams that are made up of people with diverse email domains and associations.</p>\n<p><a href=\"http://boiteaweb.fr/\" target=\"_blank\">Julio Potier</a>, a French security consultant and prolific <a href=\"https://profiles.wordpress.org/juliobox/\" target=\"_blank\">plugin developer</a>, created a solution for this particular scenario. As an admin on the <a href=\"https://wordpressfr.slack.com/\" target=\"_blank\">WordPressFR.slack.com</a> team, which is open to all French WordPress users, he needed a more convenient way to allow new signups. The team has 27 channels and 250+ members with 200 added in the first week.</p>\n<p>Julio decided to create a plugin to make the invitation process easier in the future. The new <a href=\"https://wordpress.org/plugins/lazy-invitation/\" target=\"_blank\">Slack Lazy Invitation</a> plugin automates the sending of Slack team invitations by adding a frontend signup on your WordPress site.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/join-slack-team.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/join-slack-team.png?resize=404%2C405\" alt=\"join-slack-team\" class=\"aligncenter size-full wp-image-47285\" /></a></p>\n<p>The user simply enters an email address and the invitation is sent. A Slackbot confirmation will appear on the page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-team-invite-sent.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-team-invite-sent.png?resize=365%2C253\" alt=\"slack-team-invite-sent\" class=\"aligncenter size-full wp-image-47286\" /></a></p>\n<p>To configure the plugin for your Slack team all you need to do is enter the group name and the security token for your Slack invitations. As this token is not easy to find, Julio wrote a bookmarklet that will automatically capture it for you. From the plugin’s settings page you can drag and drop the bookmarklet into your browser toolbar on the invitation page found at: <code>https://YOURGROUP.slack.com/admin/invites</code>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/lazy-slack-settings.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/lazy-slack-settings.png?resize=782%2C439\" alt=\"lazy-slack-settings\" class=\"aligncenter size-full wp-image-47295\" /></a></p>\n<p>Once the plugin is configured, the invitation signup page will be available at <code>example.com/wp-login.php?action=slack-invitation</code>. If you’re using either the <a href=\"https://wordpress.org/plugins/wp-recaptcha/\" target=\"_blank\">wp-reCaptcha</a> or <a href=\"https://wordpress.org/plugins/google-captcha/\" target=\"_blank\">google-captcha</a> plugins, Slack Lazy Invitation will automatically add protection to the form.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-invite-recaptcha.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/slack-invite-recaptcha.jpg?resize=350%2C481\" alt=\"slack-invite-recaptcha\" class=\"aligncenter size-full wp-image-47292\" /></a></p>\n<p>The plugin also includes support for the <a href=\"https://wordpress.org/plugins/sf-move-login/\" target=\"_blank\">SF Move Login</a> plugin, so that the invitation form is available at /slack-invitation instead of the much longer URL. This slug can be changed in the SF Move Login settings panel.</p>\n<p>In the future Julio plans to add support for adding invite pages for multiple groups. I tested <a href=\"https://wordpress.org/plugins/lazy-invitation/\" target=\"_blank\">Slack Lazy Invitation</a> and found that it works exactly as advertised. If you have a large Slack team with open invites, this plugin will save you quite a bit of time. Download it for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jul 2015 22:15: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: Meet PeepSo: BuddyPress’ Newest Competitor in Open Source Social Networking for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46711\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wptavern.com/meet-peepso-buddypress-newest-competitor-in-open-source-social-networking-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:10255:\"<p>When the first <a href=\"https://buddypress.org/2008/12/buddypress-10b1-components/\" target=\"_blank\">BuddyPress beta</a> arrived on the scene in 2008, there was nothing like it for WordPress. Facebook was still relatively new to the public and Twitter was just a couple years old. A plugin that transformed WordPress into a social network was an exciting prospect.</p>\n<p>After seven years of virtually unchallenged dominance among WordPress social networking plugins, BuddyPress has a new competitor. <a href=\"http://www.peepso.com/\" target=\"_blank\">PeepSo</a>, trademarked <em>“Your people. Your community. Your way,”</em> is the newest contender in WordPress’ open source social networking plugin niche.</p>\n<p>Unlike <a href=\"https://buddypress.org/\" target=\"_blank\">BuddyPress</a>, which for the most part has improved slowly through community contribution, the <a href=\"http://www.peepso.com/\" target=\"_blank\">PeepSo</a> project is run more like a startup and is 100% self-funded. It is currently being marketed as an alternative to BuddyPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">You\'ve been asking for it. An alternative to BuddyPress. It\'s here! <a href=\"http://t.co/Uxd7AQcnCL\">http://t.co/Uxd7AQcnCL</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/buddypress?src=hash\">#buddypress</a> <a href=\"http://t.co/yYRI5pnXJR\">pic.twitter.com/yYRI5pnXJR</a></p>\n<p>— peepso (@peepsowp) <a href=\"https://twitter.com/peepsowp/status/623768949943984128\">July 22, 2015</a></p></blockquote>\n<p></p>\n<p>The <a href=\"https://wordpress.org/plugins/peepso-core/\" target=\"_blank\">PeepSo plugin</a>, available on WordPress.org, offers many of the same <a href=\"http://www.peepso.com/pricing/\" target=\"_blank\">core features</a> as BuddyPress but was launched with a collection of commercial add-on plugins for things like photos, videos, moods, tagging, locations, friends, and messages. A groups feature is noticeably absent from Peepso but <a href=\"http://www.peepso.com/roadmap/\" target=\"_blank\">planned for version 1.4</a>. Current extensions seem to focus primarily on adding multimedia features to the activity stream.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/peepso-profile.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/peepso-profile.png?resize=1025%2C769\" alt=\"peepso-profile\" class=\"aligncenter size-full wp-image-47235\" /></a></p>\n<h3>Who is Behind PeepSo?</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/merav-peepso.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/merav-peepso.jpg?resize=225%2C300\" alt=\"merav-peepso\" class=\"alignright size-medium wp-image-47241\" /></a>PeepSo was founded by <a href=\"https://about.me/meravknafo\" target=\"_blank\">Merav Knafo</a>, owner of <a href=\"http://www.jomsocial.com/\" target=\"_blank\">JomSocial</a>, Joomla’s most popular social networking solution. Knafo, a veteran in the Joomla community, brings a unique perspective on the differences between the Joomla and WordPress markets for social networking software. As <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">Joomla captures roughly 7% to WordPress’ 60% of the CMS market share</a>, Knafo saw an opportunity to break into a larger market.</p>\n<p>“As a business owner, it’s my job to pay attention to trends in my industry and unfortunately, Joomla has been on a downward trend since 2009,” Knafo said.</p>\n<p>“Many of our JomSocial customers have asked us to ‘make JomSocial for WordPress,’ because they wanted to switch to WordPress but there was nothing like JomSocial for WordPress. Finally, I could not ignore the trend nor the requests and decided to get into the WordPress market as well.”</p>\n<p>Knafo hopes to parlay her experience with JomSocial into her new venture with PeepSo.</p>\n<p>“We stuck with Joomla for almost 10 years now and took JomSocial to a whole new level when we took over in 2013,” she said. “I am very proud of what we’ve accomplished with JomSocial and super excited to implement all this experience and knowledge into PeepSo.”</p>\n<h3>How PeepSo Got Started</h3>\n<p>The idea for PeepSo was incubating for a few years before Knafo had the opportunity to execute it.</p>\n<p>“Brad Bihun used to be a customer of ours at <a href=\"http://www.ijoomla.com/\" target=\"_blank\">iJoomla</a>, and then he switched to WordPress,” she said. “We happened to live very close to each other in Encinitas, California, so we met up and suggested I’d created ‘JomSocial for WordPress.’</p>\n<p>“At that time, I didn’t even own JomSocial and I was too busy with all the iJoomla products. Then a couple of years later, I acquired JomSocial and he approached me again, but once again, I was just too busy. A year and a half into JomSocial acquisition, when things got a lot smoother, I finally said yes, he introduced me to the <a href=\"http://spectromtech.com/\" target=\"_blank\">SpectrOM</a> team, and we got started.”</p>\n<p>Although the plugin appears to be marketed as a direct competitor to BuddyPress, Knafo said that it wasn’t created specifically for that purpose but rather to give WordPress users a more robust array of options for building networks.</p>\n<p>“Obviously we felt there was a need for another product as an alternative to BuddyPress,” she said. “Leaving users with just one option is rarely a good idea, people like options.</p>\n<p>“We don’t necessarily plan to take on BuddyPress, we just want to offer those who want an alternative, a product that is of high quality and that is being continuously developed. Ultimately, people will choose the solution that serves them best. We are just getting started, but we have big plans and an excellent track record doing this successfully with Joomla.”</p>\n<h3>The Differences Between PeepSo and BuddyPress</h3>\n<p>I asked Knafo what her team perceives to be the most notable differences between PeepSo and its more established competitor, based on what they found to be lacking in BuddyPress.</p>\n<p>“I’d say the look and feel is a lot more modern in PeepSo right off the bat with no special themes needed,” she said. “The features are more up-to-date with the latest and greatest features of big social networks, such as Facebook – from cover photos to ‘likes’ and so on.”</p>\n<p>BuddyPress core developers have opted to leave the aforementioned features to separate third-party plugins as opposed to packing them into core. With certain features, i.e. photos and videos, PeepSo does the same, except the add-ons are supported by PeepSo core developers.</p>\n<p>“PeepSo is lightweight and allows you to only add features that you need, to keep it lightweight,” Knafo said. “PeepSo’s code is so beautiful it made our developers shed tears of joy when they first saw it – that said, I never looked at BuddyPress’s code, nor would I be able to tell whether it’s beautiful or not.”</p>\n<p>In terms of code differences, PeepSo’s development team cited what they believe to be a few major differences between their <a href=\"https://github.com/wp-plugins/peepso-core\" target=\"_blank\">codebase</a> and BuddyPress:</p>\n<ul>\n<li>All object oriented – from the PHP to the Javascript</li>\n<li>Built with a templating engine similar to what you see in shopping cart systems. This allows use with virtually any theme.</li>\n<li>The JavaScript uses an extension mechanism, allowing add-ons to extend the abilities of the postbox.</li>\n<li>We made the database queries as optimized as possible to allow for greater scalability.</li>\n</ul>\n<p>“We have a track record creating and supporting a very large social networking application (JomSocial),” Knafo told the Tavern. “We know the ins and out of this business. We may be new to WordPress, but we are veterans when it comes to social networking applications.”</p>\n<h3>Where is PeepSo Headed?</h3>\n<p>The PeepSo development team, guided by lead architect <a href=\"https://twitter.com/davejesch\" target=\"_blank\">Dave Jesch</a> of <a href=\"http://spectromtech.com/\" target=\"_blank\">SpectrOM</a>, has an aggressive <a href=\"http://www.peepso.com/roadmap/\" target=\"_blank\">roadmap</a> for improving the plugin’s core and adding more features via commercial plugins.</p>\n<p>“Our main goal is to add more plugins to PeepSo, you can see our road map here. We’ll start with a chat plugin, custom profile fields and then groups, events, pages and so forth,” Knafo said. The team also hopes to partner with other developers who want to create PeepSo plugins.</p>\n<p>I asked her if the team plans to create a hosted PeepSo platform for community managers. Knafo said it isn’t totally out of the question but isn’t high on the priority list at the moment.</p>\n<p>“We tried to do this with JomSocial but we had a hard time finding the right hosting solution for it,” she said. “That said, we are open to the idea, a bit down the road.”</p>\n<p>PeepSo is just getting started and has not yet attracted many customers. However, Knafo’s experience of successfully running an open source project for the past 10 years has given her the determination to break into a new and unfamiliar market.</p>\n<p>“The sales have been as can be expected this early after the initial release, not too shabby to start with but we expect whole lot more sales as the WordPress users become aware of PeepSo, download the free version and give it a try,” she said.</p>\n<p>“We’re here for the long haul and we take no shortcuts in doing this right. We know it’s a huge undertaking; there is so much more to do. I am confident that investing in WordPress was the right move, I’ve been very pleased by the feedback and the community. My hope is that WordPress developers will join us and create awesome plugins to take PeepSo to the next level.”</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, 27 Jul 2015 22:50:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Only 70 Tickets Remain to Livestream Prestige for Free August 1-2, 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/only-70-tickets-remain-to-livestream-prestige-for-free-august-1-2-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4855:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/PrestigeConfLogo.png\"><img class=\"alignright size-full wp-image-27630\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/PrestigeConfLogo.png?resize=275%2C233\" alt=\"Prestige Conference Logo\" /></a>With just a few days remaining before <a href=\"http://prestigeconf.com/\">Prestige takes place</a>, there are only 70 tickets left to watch the event for free. Courtesy of <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a>, the event’s primary sponsor, more than 500 people will be watching the event for free this weekend. To watch the event for <del>free, use the code <strong>GravityFormsLS </strong></del>when <a href=\"http://prestigeconf.com/tickets/\">purchasing a streaming ticket</a>.</p>\n<p>Free tickets are sold out. However, entering the code <strong>PrestigeStream</strong> when <a href=\"http://prestigeconf.com/tickets/\">purchasing a streaming ticket</a>, will take 50% off the price</p>\n<p>Prestige is a conference founded by Kiko Doran and Josh Broton in 2014 that focuses on the business aspects of WordPress. The first event was held in Minneapolis, MN, in October of 2014. Earlier this year, Prestige was held in Las Vegas, NV. This weekend marks the third time the conference will be held.</p>\n<h2>The Future of Prestige</h2>\n<p>The first and second conference had approximately 100 attendees and Doran expects the same amount this weekend. However, future iterations of Prestige will have lower attendance. “We are transitioning to more of an online event. We’re actually going to make the in-person events smaller moving forward.” Doran told the Tavern.</p>\n<p>There’s also a chance the conference could morph into something completely different. “After organizing two WordCamps, I figured out some of the things I loved about them and some of the things I don’t. Prestige has given me the freedom to try new things and see what people like and what they don’t like,” Doran said.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/PrestigeinVegas.jpg\"><img class=\"wp-image-47216 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/PrestigeinVegas.jpg?resize=1025%2C576\" alt=\"Prestige in Las Vegas Nevada\" /></a>Prestige in Las Vegas, NV Image courtesy of <a href=\"https://www.happyjoe.org/prestige-conference-las-vegas-2015/\">James Dalman</a>\n<p>Although the conference has been held twice this year and in different cities, the organizing team plans to host at least one Prestige conference in Minneapolis every year. Talks are underway for the next event but details are not locked down.</p>\n<p>“We plan to do one in Minneapolis every year because we love the community there. We’d like to do Minneapolis in the summer time, due to weather, then we’d like to do any winter events in a warm place,” Doran said.</p>\n<p>Organizing a conference is a challenging experience that benefits from having motivated organizers. Doran explains what motivates him to organize Prestige, sometimes twice a year.</p>\n<p>“I have a small awesome team of organizers that love putting this event on. That and the people who come and share their knowledge. It’s a smaller event but to me, that’s the appeal of it. Everyone is far more approachable in this environment,” he said.</p>\n<h2>A First for Prestige</h2>\n<p>This weekend’s event features a hands-on workshop by Jennifer Bourn of <a href=\"http://www.bourncreative.com/\">Bourn Creative</a>. It’s the first session in Prestige’s young history to involve hands-on exercises. The session is uncharted territory for the conference which has mostly focused on people sharing their experiences building businesses.</p>\n<h2>How Long Will Doran Organize Prestige?</h2>\n<p>With this being his third conference, I asked Doran how long does he plan to continue organizing Prestige, “I’ll organize the conference as long as there is a demand for the content. People often say to scratch your own itch. This conference started off as a little self-serving in that I wanted to ask people all of these questions. Then I thought, couldn’t others benefit from this information as well?” he replied.</p>\n<h2>I’ll Be at Prestige Conference</h2>\n<p>I’ll be among the 100 expected attendees at this weekends conference. If you’re attending the event, please stop me and say hi. If not, make sure you grab one of the <a href=\"http://prestigeconf.com/tickets/\">70 tickets left</a> to watch a livestream of the event. You can also monitor the <a href=\"https://twitter.com/search?q=prestigeconf&src=typd\">#Prestigeconf</a> hashtag on Twitter. If you’ve previously attended Prestige or watched the livestream, please share your experiences in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2015 21:13:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WordPress Users Association Under New Ownership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/wordpress-users-association-under-new-ownership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5827:\"<p>The <a href=\"http://wpua.org/\">WordPress Users Association</a> (WPUA) is breathing new life after it was acquired by Paul DeMott earlier this year <a href=\"https://flippa.com/4377398-pr-2-2-405-last-12-mos-wordpress-training-membership-site-3500-members\">on Flippa</a> for $797. WPUA originally launched in December 2010, with the goal of providing a central place for WordPress users to swap war stories, learn how to get the most out of WordPress, and take part in getting special discounts on themes and plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUAFrontPage.png\"><img class=\"size-full wp-image-47197\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUAFrontPage.png?resize=1025%2C489\" alt=\"Redesigned Front Page\" /></a>Redesigned Front Page\n<p>Three years after its launch, the site appeared to be dead. In 2013, <a href=\"http://wptavern.com/psa-dont-give-your-money-to-the-wpua\">I paid to become a member</a> to confirm my suspicions and to see if the site still accepted payments. Free themes and plugins offered to members were not impressive and there wasn’t much to choose from. All of the videos used for WordPress training were broken. Despite these setbacks, I was able to successfully complete the refund process.</p>\n<h2>Financial Details</h2>\n<p>Earlier this year, WPUA.org was listed on <a href=\"https://flippa.com/\">Flippa.com</a>, a domain auctioning site. As part of the auction financial details of WPUA.org were made public. According to <a href=\"https://flippa.com/users/217895\">the seller</a>, the site made $20K when it launched. The previous owners spent between $500-$1,000 on ads and answering WordPress questions through the Ask a WordPress Expert section of the site.</p>\n<p>The following shows revenue, costs, and profit between October 2014 and March 2015. WPUA earned revenue primarily with product or service sales and affiliate income.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUARevenue.png\"><img class=\"size-full wp-image-47198\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WPUARevenue.png?resize=580%2C273\" alt=\"WPUA Revenue\" /></a>WPUA Revenue\n<p>At the time the site was listed for auction, it had 3,500+ total members made up of free and paid subscriptions. The site today boasts more than 5,600 members.</p>\n<h2>Previous Owner Explains Why He Sold The Site</h2>\n<p>Wesley Williams is the former owner of WPUA.org and helped launch the site in 2010. Williams transitioned away from the domain because his web development business used the majority of his time. “We felt with our limited time to invest in it that it was best to transition it to someone who shared our passion but had a little more time to invest in growing the community and serving the members. We completed this transition back in April,” Williams told the Tavern.</p>\n<p>From my perspective, the WPUA was not a successful venture but Williams says otherwise.</p>\n<p>“I wouldn’t say it wasn’t a success. There are thousands of members and we provided a lot of help to a lot of new and experienced WordPress users. As my main core business grew and as the time requirements of our projects increased, we couldn’t devote the time required to answer questions and give the help needed.</p>\n<p>“Actually, WPUA was a big success in my mind. Just from a number of members point of view it was a success. From the amount and number of questions and people we helped it was a success and from a financial standpoint it was a success,” he said.</p>\n<p>Williams explains his goal with WPUA and why some members of the community may not be aware of the growth it had. “My goal was to help the under-served, those just getting started and without the technical know how to make what is actually simple fixes or changes to their WordPress site.</p>\n<p>“I didn’t run the WPUA in the circles of all the established WordPress technical crowd, even though a large number of them became members of the WPUA. I ran it focused on users new to the platform and so because of that, some members of the WordPress community might not be aware of the growth and success it had,” he said.</p>\n<p>Through the course of time, Williams and his team adjusted membership levels and access points which helped increase registrations. Williams also learned that what members wanted was a direct way to ask questions and receive expert answers.</p>\n<p>“A person new to the platform didn’t want to post their question in a forum and they weren’t really sure what the real question was. Thus, we removed the forum and went to an ‘Ask an Expert’ system where they could email their questions. This seemed to work better for everyone,” he said.</p>\n<p>Overall, Williams is happy with how WPUA progressed and feels fortunate to have played a role in its growth and success.</p>\n<h2><strong>Who is Paul DeMott?</strong></h2>\n<p>In the <a href=\"https://vimeo.com/129324627\">following video,</a> DeMott explains how to build a eCommerce site with WooCommerce and calls himself the new president of recruitment for the WPUA. According to <a href=\"https://www.linkedin.com/pub/paul-demott/79/300/727\">his LinkedIn profile</a>, he lives in Cincinnati, OH and is the owner of Paul’s SEO and Web Expertise which works with companies to develop websites that bring in internet traffic and sales.</p>\n<p>Not much is known about DeMott and multiple requests for comment have gone unanswered. It’s unclear what his plans are for WPUA.org but so far, it’s remained as a paid subscription membership site. If you are a past or current member of the WordPress Users Association, please tell us about your experience in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2015 20:39:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: MPAA Smoking Gun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45270\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/07/mpaa-smoking-gun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:319:\"<p>Sometimes truth is worse than what you would imagine: <a href=\"https://www.techdirt.com/articles/20150724/15501631756/smoking-gun-mpaa-emails-reveal-plan-to-run-anti-google-smear-campaign-via-today-show-wsj.shtml\">Smoking Gun: MPAA Emails Reveal Plan To Run Anti-Google Smear Campaign Via Today Show And WSJ</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, 27 Jul 2015 15:34: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: Plugin Developers Demand a Better Security Release Process After WordPress 4.2.3 Breaks Thousands of Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6880:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg?resize=1024%2C487\" alt=\"photo credit: Ravages - cc\" class=\"size-full wp-image-27206\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/ravages/6731739485/\">Ravages</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\" target=\"_blank\"> WordPress 4.2.3</a>, a critical security release, was automatically pushed out to users yesterday to fix an XSS vulnerability. Shortly afterwards, the <a href=\"https://wordpress.org/search/4.2.3?forums=1\" target=\"_blank\">WordPress.org support forums</a> were flooded with reports of websites broken by the update.</p>\n<p>Roughly eight hours later Robert Chapin (@<a href=\"https://profiles.wordpress.org/miqrogroove/\" target=\"_blank\">miqrogroove</a>) published a post to the Make.WordPress.org/Core blog, detailing <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/\" target=\"_blank\">changes to the Shortcode API</a> that were included in the release. According to Chapin, these changes were necessary as part of the security fix:</p>\n<blockquote><p>Due to the nature of the fix – as is often the case with security fixes – we were unable to alert plugin authors ahead of time, however we did make efforts to scan the plugin directory for plugins that may have been affected.</p>\n<p>With this change, every effort has been made to preserve all of the core features of the Shortcode API. That said, there are some new limitations that affect some rare uses of shortcodes.</p></blockquote>\n<p>The security team had no reasonable way of accounting for every single edge case, but the negative impact of these changes were far more wide-reaching than they had anticipated. This particular use case likely wasn’t covered in their testing. Unfortunately, plugin developers found out about the breaking changes only after the security release had already left a slew of broken websites in its wake.</p>\n<p>“I fully understand this is an issue, but isn’t this a weird way of updating – almost all our clients are calling / e-mailing us at the moment as their sites seem to be broken,” one developer <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/#comment-26449\" target=\"_blank\">commented</a> on the Shortcode API post. “Normally it would be better to announce such huge impact changes to the plugin and theme developers. This means I need to fully reschedule my agenda, which already is full during holiday season.”</p></blockquote>\n<p>Comments on the WordPress.org post are full of developers scrambling to find a way to fix client websites. Many were disappointed that the total secrecy of the security team, which is necessary in situations like this, was not immediately followed up with a public post on the important changes to the Shortcode API. Meanwhile, the email inboxes of agencies and plugin developers are filling up with urgent messages from outraged clients.</p>\n<p>Developers want better communication from the those who are managing security releases. <a href=\"https://twitter.com/helzer\" target=\"_blank\">Amir Helzer</a>, author of <a href=\"https://wordpress.org/plugins/types/\" target=\"_blank\">Types</a> and <a href=\"http://wp-types.com/home/views-create-elegant-displays-for-your-content/\" target=\"_blank\">Views</a>, two plugins majorly affected by the release, <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/#comment-26447\" target=\"_blank\">sums up the thoughts of many other commenters</a> on the Make/WordPress.org/Core post:</p>\n<blockquote><p>We are updating the Views plugin today, so that we resolve all shortcodes before passing to WordPress to process content.</p>\n<p>This is a straightforward change, which takes us one day to complete.</p>\n<p>Would have been great to receive a heads-up about an upcoming change in WordPress, so we could do this change on time.</p>\n<p>We received a huge amount of support requests due to this, but this isn’t the issue. We can deal with a wave a support issues. This time it wasn’t “our fault”, but sometimes it is.</p>\n<p>What worries us, as mentioned above, is seeing our clients (folks who build WordPress sites for a living), losing their faith in the system. They feel like the system sees them as little ants and not as humans. People don’t like seeing their problems being dismissed.</p>\n<p>Many of them run hundreds of sites. They cannot afford to stop everything and fix content on so many sites. Especially not if they are currently away for their family vacation.</p>\n<p>What others have asked here, and I would like to ask, too, is to setup a mechanism that allows WordPress core developers to privately communicate such upcoming issues with plugins developers.</p>\n<p>We are your partners.</p>\n<p>Without WordPress (secure, stable and reliable), we would not exist.</p>\n<p>Without great themes and plugins, WordPress would not power 24% of the Web.</p>\n<p>WordPress core members already volunteer a lot of their time. I’m not asking for anyone to volunteer more time. Need help? Ask us. There is a huge community of developers who rely on WordPress. We would be happy to get involved and set up whatever is needed.</p></blockquote>\n<p>User confidence in WordPress’ automatic background updates took a dent with the 4.2.3 release. Waking up to broken websites causes users to second guess automatic updates after being assured that maintenance and security releases would not include breaking changes.</p>\n<p>When users get burned by automatic updates, in the end it doesn’t matter which party is at fault – whether it’s the core team or a theme or plugin. They simply expect updates to work and not break anything. Even in instances where a poorly coded extension may be at fault, the average user has no way of determining whether or not their active plugins follow WordPress best practices.</p>\n<p>The aftermath of the most recent security release is one reason why many developers and users are still wary of automatic updates. Amir Helzer represents many other plugin developers who are eager to find better ways to work together with the core team to provide a better update experience for users. This is especially important for releases like this one where the Shortcode API changes directly affected users’ content. Hezler’s comment reaffirms the fact that development agencies, plugin developers, and core developers are all partners on the same team. It’s time to find better ways of working together to provide the best update experience possible for WordPress users.</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, 25 Jul 2015 02:46:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: FooPlugin’s Digital License Key Management Plugin is Now Open Source for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/fooplugins-digital-license-key-management-plugin-is-now-open-source-for-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5296:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?resize=1024%2C514\" alt=\"photo credit: 16th st - (license)\" class=\"size-full wp-image-45884\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Three years ago, <a href=\"http://fooplugins.com/\" target=\"_blank\">FooPlugins</a> built <a href=\"https://bitbucket.org/fooplugins/foolicensing\" target=\"_blank\">FooLicensing</a>, a digital license key management tool that enabled them to manage customers of their <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">EDD</a>-powered commercial plugins store. Although EDD already offered a license creation and management extension, FooPlugins required more features than it had at that time and opted to build their own.</p>\n<p>As of today, FooLicensing is now open source and free for anyone to use, along with the associated EDD connector plugin.</p>\n<p>“We love the community and wanted to give back,” FooPlugins co-founder Adam Warner said.</p>\n<p>“We know FooLicensing could be so much more but we just don’t have the time to dedicate to it alone. We are a small team and because of that we find ourselves with dozens of projects that could be so much more if only we had more time and people.”</p>\n<p>Open sourcing a project can change its trajectory if there’s enough interest and developers willing to contribute to improve it. Warner isn’t counting on that, however, and simply hopes other developers will find it useful.</p>\n<p>“It’s a bit of a leap of faith, but if it helps someone else get involved to help create an even more robust system, then great,” he said. “Bonus if it helps someone build additional extensions to help others.”</p>\n<p>FooLicensing’s main features include:</p>\n<ul>\n<li>View and manage the validated domains for your EDD license level</li>\n<li>One click EDD license upgrade/add to cart</li>\n<li>One click EDD license renewal (with associated discount) /add to cart</li>\n</ul>\n<p>A logged-in user who has entered a license key will see all the relevant account information detailing status, activations, expirations, etc.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-user-admin.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-user-admin.png?resize=580%2C332\" alt=\"foolicensing-user-admin\" class=\"aligncenter size-full wp-image-47135\" /></a></p>\n<p>Administrators who are using the plugin together with its <a href=\"https://bitbucket.org/fooplugins/edd-foolicensing\" target=\"_blank\">EDD Connector</a> will see a menu with various license creation and management tools.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-admin-view.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-admin-view.png?resize=160%2C264\" alt=\"foolicensing-admin-view\" class=\"aligncenter size-full wp-image-47137\" /></a></p>\n<p>The <a href=\"https://bitbucket.org/fooplugins/edd-foolicensing\" target=\"_blank\">EDD Connector</a>, also now open source, enables the following:</p>\n<ul>\n<li>Add new licenses to attach to an EDD product</li>\n<li>A searchable list of all license keys that have been created and assigned, complete with attached domains</li>\n<li>A list of licenses that have been renewed</li>\n<li>Testing for license validation and update checks in the API Sandbox</li>\n<li>A management area for various messages (domain attach, detach) and for license renewal discount amount and emails</li>\n</ul>\n<h3>Foo Licensing is Extensible for Other Platforms</h3>\n<p>FooLicensing was built from the beginning to be extensible for use with other platforms beyond EDD. The team at FooPlugins had plans to expand their library of connectors but didn’t have the time to execute them.</p>\n<p>“Our goal for FooLicensing was to build additional integrations for other eCommerce plugins and digital sales platforms but it quickly took a back seat as our <a href=\"https://fooplugins.com/plugins/foobox/\" target=\"_blank\">FooBox</a> and other plugins like <a href=\"https://fooplugins.com/plugins/foogallery/\" target=\"_blank\">FooGallery</a> gained popularity,” Warner said.</p>\n<p>“Documentation is non-existent at this point, but we welcome you to step through the code and consider getting involved with the core plugin or with extensions for other eCommerce platforms.”</p>\n<p>Warner said the team is considering a full-fledged site dedicated to FooLicensing if enough developers become interested and would consider the possibility of a marketplace to host any extension built. FooPlugins does not currently have plans to create additional extensions in house.</p>\n<p>“We’ll see what the future holds, but for now we need to move forward with some other things rather than holding this tight to our chests,” Warner said. “Open sourcing the plugins just fits in with what we believe is the right thing to do to make the web (and the WP community) a better 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:\"Fri, 24 Jul 2015 20:17:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"Post Status: Thesis, Automattic, and 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:31:\"https://poststatus.com/?p=13692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/thesis-automattic-and-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:70425:\"<p>Chris Pearson and Matt Mullenweg have hardly communicated with one another in the last five years, but they are ideological enemies. They are both wealthy individuals (though of different magnitudes) thanks to their online endeavors, with very strong personalities and unshakable beliefs on business and software. This is a story of their dispute, their idealism, and the implications it will have on the WordPress project.</p>\n<p><a href=\"http://ma.tt/\">Matt Mullenweg</a> co-founded WordPress, founded <a href=\"https://automattic.com\">Automattic</a>, and is one of the most successful entrepreneurs of his generation. He runs a billion dollar “unicorn” startup centered on a culture of embracing open source technology and has achieved incredible success embracing principles counterintuitive to either Silicon Valley or big corporate culture. He’s paving a new path for how to create a valuable software company while religiously defending and promoting open source software.</p>\n<p><a href=\"http://www.pearsonified.com/\">Chris Pearson</a> founded <a href=\"http://diythemes.com/\">DIYthemes</a> and helped pioneer the early WordPress commercial theme industry. He has run his business successfully for over seven years, despite unique hurdles that result from a very public dispute with Mullenweg in 2010. He vehemently defends his work as his own non-derivative achievement and rejects the religiosity and cult mentality that he believes exists in the WordPress ecosystem. He views WordPress as a huge chunk of the web, available to be monetized — which he has done so to the tune of millions of dollars — but he does not believe he must adopt Matt Mullenweg’s principles in order to meet customer demand, run his own business, and protect his own inventions.</p>\n<p>By all normal definitions, Mullenweg and Pearson have done incredibly well for themselves. However, from a pure size perspective and principles aside, Mullenweg is the big nation army and Pearson is the small revolutionary militia. Mullenweg views Pearson as a threat to everything he stands for and has worked to accomplish, and Pearson views Mullenweg as an overbearing figure with no true authority over his decisions.</p>\n<p>Mullenweg has the motivation, resources, and ability to squash Pearson — and indeed most thought he’d done so already. While he has far fewer resources, Pearson has some tools available to protect his business or to potentially even disrupt the entire WordPress ecosystem as we know it today.</p>\n<p>During their first conflict in 2010, and in the resurgent one going on now, Mullenweg and Pearson have both at times made mistakes, acted childishly, or been in the wrong. Both also have merit in various aspects of their positions. Neither conflict, so publicly debated, reflects well on the WordPress ecosystem as a whole — even though I believe it is right that each conflict is best observed under a public eye, as the results can affect so many other businesses and potentially even WordPress itself.</p>\n<p>With this post, I aim to outline the entire conflict; to describe the implications past, present and future; to highlight non-WordPress comparisons for precedent and potential implications; and to share my own thoughts on who is in the right and who is in the wrong, as viewed for the good of the global WordPress community.</p>\n<h2>A history of conflict</h2>\n<p>The commercial theme movement started in 2007 and took off in 2008. Thesis was one of the pioneers of commercial WordPress themes. The theme industry was young and evolving rapidly, and many sellers hardly considered or understood licensing issues at all.</p>\n<p>Many of the sources for this period are from Siobhan McKeown’s excellent account in the book, <a href=\"https://github.com/WordPress/book\"><em>Milestones: The Story of WordPress</em></a> (which I’ll refer to as <em>Milestones</em>).</p>\n<h3>Themes as derivative works of WordPress</h3>\n<p>WordPress is licensed by the GNU General Public License (GPL), version 2 or later. The GPL ensures certain freedoms that protect both WordPress and those that utilize it. The “four freedoms” that are the heart of the GPL are as follows:</p>\n<blockquote>\n<ul>\n<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>\n<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>\n<li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>\n<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>\n</ul>\n</blockquote>\n<p>As WordPress co-founder Mike Little phrased it in the Post Status Slack, “The GPL is meant to be restrictive for developers and permissive for users.” The <a href=\"https://gnu.org/philosophy/philosophy.html\">GNU philosophy page</a> and subsequent articles are a good resource for understanding the nature of the license.</p>\n<p>The GPL is a <a href=\"https://en.wikipedia.org/wiki/Copyleft\">Copyleft</a> license, which creates the “stipulation that the same rights be preserved in derivative works down the line.” In an immature theme market, licensing was given relatively little notice, and many theme authors provided their themes with no license or proprietary licenses.</p>\n<p>Matt Mullenweg, to many, would be considered <a href=\"https://en.wikipedia.org/wiki/Benevolent_dictator_for_life\">BDFL</a>, or Benevolent Dictator for Life, of WordPress. It’s a common term for folks that lead open source projects and have final say on project decisions. In his role as WordPress BDFL, he now has a reputation — at least within certain circles of folks that pay close attention — for making large, impactful decisions with little description of why he has done so.</p>\n<p>In late 2008, more than 200 free WordPress themes were removed from the WordPress.org theme repository. While many of the themes were removed due to spammy links, some were pulled due to GPL violations within the themes or within the theme upsells that were linked from the theme listings.</p>\n<p>The move, which was made without announcement, shocked many theme providers that felt they were unfairly included in the group of removed themes. The situation created a spark and initiated a serious debate about theme licensing.</p>\n<p>Authors were concerned that GPL licensed themes would mean that their themes would be bought and freely distributed, removing their ability to make money from their works. A few, such as Brian Gardner with his Revolution theme, <a href=\"http://www.blogherald.com/2008/10/01/brian-gardners-revolution-theme-goes-open-source/\">changed their licensing</a> as a result of conversations with Mullenweg and Toni Schneider, Automattic’s CEO at the time. In Brian’s case, he made his theme free and offered paid support services.</p>\n<p>Eventually though, most authors “selling” themes started actually selling support, access to download, and updates for their themes. This model was both GPL compatible, as well as workable for authors to get paid.</p>\n<p>In mid-2009, Matt Mullenweg also posted <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">on the official</a> WordPress blog that he was introducing a new <a href=\"https://wordpress.org/themes/commercial/\">commercial theme listing page</a> on WordPress.org, and he shared an opinion he requested from the Software Freedom Law Center (SFLC), where they determined that the two themes packaged with WordPress were derivative works.</p>\n<p>The SFLC opinion did leave room for a “split license” where the WordPress and PHP code must inherit the GPL, and the CSS, Javascript, and images could be under a proprietary license:</p>\n<blockquote><p>In conclusion, the WordPress themes supplied contain elements that are derivative of WordPress’s copyrighted code. These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole. Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not. Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.</p>\n<p>Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.</p></blockquote>\n<p>“Split license” is the colloquial term the community has assigned to this statement, but in fact the actual splitting of which parts are GPL and which parts are not matters, so it may not do the reality of the situation justice. Perhaps it should be termed “PHPGPL” or “Non-Assets GPL”.</p>\n<p>A number of prominent theme sellers were unhappy with Mullenweg’s insistence that their themes maintain a 100% GPL license, but they were not willing to shake the boat over it. At this point, themes were becoming big businesses and making new millionaires (or close to it) of some of these shop owners. This settled the issue for nearly all theme sellers, and most moved to either 100% GPL or a PHPGPL license, and the doomsday scenarios never came; the theme industry continues to thrive.</p>\n<h3>Thesis holds out</h3>\n<p>But not everyone agreed to go either 100% GPL or PHPGPL license. Chris Pearson kept his Thesis theme under a proprietary license.</p>\n<p>Thesis was one of the most popular and flexible themes in the world, and Pearson <a href=\"https://github.com/WordPress/book/blob/925d7dc6293b1662a7e6839a2703e8a858c730ad/Content/Part%205/39-thesis.md\">boasted on Andrew Warner’s Mixergy podcast</a> of revenues of $1.2 million+ over the 12-18 month period prior to the interview. Mullenweg and Pearson criticized one another publicly, and Warner invited them both to Mixergy where they debated the merits of GPL licensing.</p>\n<p>By most accounts, Mullenweg had the better argument on the Mixergy episode, and also came off as a calmer and more collected personality — in contrast to Pearson’s often heated, and sometimes very strange, statements.</p>\n<p>The debate continued between Mullenweg, Pearson, and a variety of WordPress community members and their blogs. Mullenweg was extremely aggressive, to the extent that he <a href=\"https://twitter.com/photomatt/status/18548422506\">offered to buy</a> alternative commercial themes for users of Thesis that agreed to switch. Mullenweg tells me that many took him up on his offer, but it was, “less than a thousand.” In my opinion, this was a step too far by Mullenweg, though for him the issue was already personal.</p>\n<p>Pearson held his ground over the following days until an admission by one of his own team members of wholesale copying of code in Thesis from WordPress code, which violates the WordPress copyright.</p>\n<p>At this point, Pearson finally capitulated and announced that Thesis would be a split license GPL compatible theme, and the debate died down. Pearson put his head down and started working on Thesis 2.</p>\n<p>He released Thesis 2 in late 2012, and by this time the debate was cool — the community had moved on to other drama (yes, even more GPL drama) — and the release of Thesis 2 was largely ignored outside of DIYthemes’ audience, which was quite large but also largely isolated from the WordPress “community” that cares about stuff like licensing.</p>\n<p>Therefore, not many people paid attention to the new Thesis or the licensing it contained. Mullenweg, however, was still paying attention.</p>\n<h2>The battle over thesis.com</h2>\n<p>If you consider the word <em>thesis</em>, what do you think of?</p>\n<p>If you are a regular person walking down the street, you probably think of the general concept for stating a theory, or perhaps you think of the long papers that university students write as part of their programs.</p>\n<p>If you are in the WordPress world, you may also consider the Thesis WordPress theme by DIYthemes.</p>\n<p>Good, single word domain names are hard to come by. Thesis.com, if you visit it now, redirects to the <a href=\"http://themeshaper.com\">ThemeShaper blog</a>. ThemeShaper is owned and operated by Automattic, and frequently posts articles about WordPress themes.</p>\n<p>ThemeShaper is not a dedicated commercial property, but it does link to Automattic’s primary website, and Automattic does make and sell WordPress themes.</p>\n<h3>Automattic buys thesis.com</h3>\n<p>Automattic hasn’t always owned <a href=\"http://thesis.com\">thesis.com</a>. Matt Mullenweg met a third party owner of the domain at a conference — a guy named Larry — and inquired about the domain by email in January of 2014. Chris Pearson had already attempted to purchase the domain from Larry, and did not agree to pay the $150,000 that Larry requested.</p>\n<p><a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">According to Pearson’s accounts</a>, he and Larry had a few exchanges that stalled with Pearson unwilling to bid beyond $37,500 for the domain, and Larry sticking to $150,000. With a $100,000 offer on the table from Mullenweg, Larry gave Pearson an opportunity to buy the domain for $115,000, which he didn’t do — in part because he thought it too expensive, but also because he suspected Larry didn’t really have the offer from Mullenweg.</p>\n<p>As we now know, Larry did have the offer and Automattic became the owner of the thesis.com domain name.</p>\n<p>Pearson didn’t know that Mullenweg actually bought the domain until November of 2014, when he was notified by a friend that Mullenweg’s WordCamp San Francisco State of the Word Q&A session included a section where Mullenweg noted that he owned the domain (more on that later).</p>\n<h3>Pearson attempts to force domain transfer</h3>\n<p>On April 9th, 2015, Pearson and his lawyers filed a UDRP (Uniform Domain-Name Dispute Resolution Policy) complaint, which is a formal method for resolving domain disputes, recognized by ICANN. UDRP isn’t a formal government court, but serves as arbitration for domains due to the recognition by ICANN.</p>\n<p>There are many, many examples of UDRP complaints in regard to trademark infringement. There are a <a href=\"https://www.icann.org/resources/pages/policy-2012-02-25-en?routing_type=path\">number of criteria</a> that come into play that guide the UDRP panel’s decision making process.</p>\n<p>The three basic tenets that must be met are as follows:</p>\n<blockquote><p>(i) your domain name is identical or confusingly similar to a trademark or service mark in which the complainant has rights; and</p>\n<p>(ii) you have no rights or legitimate interests in respect of the domain name; and</p>\n<p>(iii) your domain name has been registered and is being used in bad faith.</p></blockquote>\n<p>The panel reviews the initial complaint (in this case, by Pearson) and gives the respondent (Automattic) an opportunity to respond. All correspondence is in writing and not in person. The panel has two weeks after everything has been submitted to reach a decision.</p>\n<p>In this case, which <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">is available publicly</a>, the panel denied Pearson’s complaint.</p>\n<p>Pearson’s complaint cited that he fulfilled each of the three criteria:</p>\n<ul>\n<li>By noting his trademark of the word “thesis”.</li>\n<li>By noting that Automattic was using the domain with a commercial interest (by redirecting it to ThemeShaper).</li>\n<li>By noting the bad faith clause by citing that Automattic, “purchased the disputed domain name to confuse and redirect customers and potential customers to Respondent’s competing webpage.”</li>\n</ul>\n<p>In the response, Automattic did not contest Pearson’s trademark on the word <em>thesis</em>. However, Automattic also noted that the word is very generic, and also that ThemeShaper was not a commercial part of Automattic, but a “blogging site.”</p>\n<p>For the bad faith argument, Automattic claimed that the redirect to ThemeShaper furthers their, “purpose in providing a blogging site,” and highlights that the intention for the domain is not as a commercial entity or one to be confused with Pearson’s trademark.</p>\n<h3>Automattic wins dispute</h3>\n<p>Automattic won the dispute against Pearson. As noted, the panel had two weeks to deliver the decision, and Automattic proposed a settlement with Pearson before the decision was handed down.</p>\n<p>Pearson was considering the settlement when the decision came a day before the two week deadline, which is apparently not a common occurrence. Had the decision not come early, Pearson may have saved himself some trouble, especially in regard to eliminating the <a href=\"http://ttabvue.uspto.gov/ttabvue/v?qs=85115266\">trademark cancellation requests</a> by Automattic on <em>thesis</em> and related terms.</p>\n<p>In Pearson’s blog post, <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">The Truth about Thesis.com</a>, he notes the general terms of the proposed settlement:</p>\n<blockquote><p>Automattic’s attorneys drafted the original settlement, which included the following terms:</p>\n<ul>\n<li>Automattic would keep thesis.com</li>\n<li>Automattic would withdraw the federal trademark cancellation request</li>\n<li>I would withdraw the UDRP</li>\n<li>Both parties would mutually release one another (agree not to sue over this issue in the future)</li>\n</ul>\n<p>Nothing in the original settlement addressed the trademark infringement, and since this was the reason I took action in the first place, I added a requirement that Automattic no longer infringe upon my mark (which would mean they stop forwarding the domain).</p>\n<p>At this point in the proceedings, I agreed to the settlement.</p></blockquote>\n<p>However, since the decision came early, the settlement was never binding. It’s also worth noting that Mullenweg commented to me that Pearson’s stated terms are actually not the terms of the settlement:</p>\n<blockquote><p>In the settlement Automattic offered Chris we agreed not to infringe his trademarks (which is the law, regardless of what the settlement said). He never asked us to change the redirect of thesis.com in the settlement, and if he asked after, we would have said no. There were no restrictions on thesis.com in the settlement.</p></blockquote>\n<p>He also said, “I wish he had reached out before litigating,” and noted that it would have “definitely” changed the outcome of the entire situation. Whether it truly would have is neither here nor there.</p>\n<h3>Possibility for appeal</h3>\n<p>The UDRP doesn’t have an official appeals process. Instead, they are willing to not make the changes that a ruling states, if indeed a domain transfer or other action is ordered, if the affected party files a suit in court within ten days of the ruling.</p>\n<p>In this case, Pearson did not file in a court within the given timeline, and since the ruling did not require a change in domain ownership, there is no further recourse with the UDRP. However, there is no time limit if Pearson wishes to file in court — but that is the only path remaining if he truly wants to go after the domain.</p>\n<h3>Legitimacy of the trademark dispute</h3>\n<p>Trademark law has a long history. Trademarks follow a categorical system, meaning words and terms must be trademarked within a particular category to be applied to.</p>\n<p>Pearson has three trademarks for the Thesis and DIYthemes brands, all under <a href=\"http://www.oppedahl.com/trademarks/tmclasses.htm\">international trademark class</a> 42, for computer, scientific, and legal purposes:</p>\n<ul>\n<li>THESIS</li>\n<li>THESIS THEME</li>\n<li>DIYTHEMES</li>\n</ul>\n<p>The applications were filed in 2010 and registered in 2011. On June 16th, 2015, Automattic filed <a href=\"http://ttabvue.uspto.gov/ttabvue/v?qs=85115266\">cancellation requests</a> for all three trademarks, which were instituted June 25th. Pearson has 40 days from the date the application was instituted (which would be August 4th) to file a response to the cancellation requests. His answers, “must contain admissions or denials of the allegations in the petition for cancellation, and may include available defenses and counterclaims.” It is his burden as the defendant to establish his defense, and, “Failure to file a timely answer may result in entry of default judgment and the cancellation of the registration.”</p>\n<p>Basically, Automattic is holding his feet to the fire to defend the trademarks, which their counsel feels should not apply for two primary reasons, as listed in their <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1\">formal filing</a>.</p>\n<ul>\n<li>The trademarks were registered in Pearson’s own name, but are used by DIYthemes, and Automattic claims that, “The Pearson Applications were improperly filed in the name of an individual, who did not have the requisite intent-to-use the marks as of the filing date, and the underlying applications are void ab initio.” Their claim notes that US Code section <a href=\"https://www.law.cornell.edu/uscode/text/15/1051\">1051(b)</a> offers this justification.</li>\n<li>Furthermore, section <a href=\"https://www.law.cornell.edu/uscode/text/15/1052\">1052(e)(1)</a> requires that a trademark not be “merely descriptive,” as Automattic claims his trademarks are.</li>\n</ul>\n<p>If upheld, the trademarks will be deregistered by the US Patent Office, further limiting Pearson’s options to defend his claims to the thesis.com domain name in a formal court suit.</p>\n<p>I don’t know how good of a case Automattic has, but purely on the surface it looks pretty good. I spent time reviewing the application and the US Code and the arguments appear fairly sound — especially the argument that Pearson applied for the trademarks as an individual and utilizes them as DIYthemes, despite DIYthemes already having been registered as an LLC.</p>\n<h3>Automattic’s justification for the domain</h3>\n<p>During the <a href=\"https://videopress.com/v/WmCl2kwS\">WordCamp San Francisco Q&A</a>, Mullenweg noted the existence of the redirect of the domain name with a sense of pride, and a bit of a side-eyed smirk. In response to a question about relationships with commercial theme sellers and marketplaces, he states:</p>\n<blockquote><p>With the premium theme and plugin folks? … We have had some ups and downs, particularly with marketplaces that didn’t follow the GPL, for example, or violated WordPress’s license — themes that violated WordPress’s license. Um, you can go to thesis.com to learn more about that. Type it in, seriously.</p></blockquote>\n<p>I was at this Q&A in person, and don’t remember him saying this, as it was so buried in a much larger conversation, and I was simultaneously writing a wrap-up post about the State of the Word. However, once the UDRP ruling surfaced publicly, a number of WordPress community members recalled Matt’s statement and it brought a new dimension to the ruling and Mullenweg’s motivation for the domain.</p>\n<p>While Automattic bought the domain, Matt Mullenweg was clearly the driving force behind the decision. When <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">WP Tavern prompted Automattic</a> for a comment on their motivation for purchasing the domain, they responded with the following:</p>\n<blockquote><p>We’re happy the panel ruled in our favor. We think Thesis.com is a cool, generic .com that could be used for a variety of things. Just because you have a small WordPress theme doesn’t mean you have a right to seize generic English word .com domains.</p></blockquote>\n<p>We can accept Automattic’s case that they had a general interest in a generic .com domain, but in reality we know better. Mullenweg was clearly presented with an opportunity by this Larry character that checked all of the right boxes for him.</p>\n<p>He could get a domain he obviously knew Pearson would want, and deny him.</p>\n<p>It has a side benefit that it <em>is</em> a high quality generic domain that will likely maintain or increase its value. And he probably thought it was funny.</p>\n<p>I doubt Mullenweg even knew what kind of trademarks Pearson held, but despite Pearson holding the trademarks, it seems Automattic’s attorneys now have the upper hand, and it is highly unlikely Pearson will ever own the domain now.</p>\n<p>Mullenweg <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks#comment-70849\">commented</a> on his refusal to give up the domain to Pearson on WP Tavern:</p>\n<blockquote><p>I’m not going to give a domain worth several hundred thousand dollars to the worst actor in the entire WP ecosystem, someone who keeps repeatedly violating the GPL and now has gone beyond that into patents. Why reward that? I wouldn’t sell it if he offered a million dollars.</p>\n<p>There are so many people doing amazing things in the WP community, and 100% GPL! I can and have supported them almost every opportunity I can, and one of the things I’m most proud of in the world is how many fantastic open source businesses have been built on top of WordPress.</p>\n<p>And it’s just the beginning — if you remembered in 2010 Chris said that going GPL would destroy businesses and sticking to the principles of our license would destroy investment in WordPress — we all know how that’s worked out since then.</p></blockquote>\n<p>Such a statement, combined with the WCSF video, highlights that the issue is about far more than the domain and its investment potential — a 10x return in less than a year would make for an excellent investment, in the near impossible situation Pearson would offer that.</p>\n<p>No, the move was quite clearly a personal one — if also convenient — for Mullenweg, and that’s why terms like “bully”, “petty”, and “spiteful” have been used by many WordPress community members surprised by his actions. They expected more. They expected better, even when directed toward someone as controversial as Chris Pearson.</p>\n<h2>Pearson’s patent</h2>\n<p>While a tantalizing story, the battle over thesis.com is not <em>the</em> story here. It has simply been the spark to reignite old disputes with new fervor with potentially much bigger consequences than the 2010 affair ever reached.</p>\n<p>One of two additional large components of this story is an active patent application by Pearson that was submitted in 2012 and published in 2014. Keep in mind — and Chris Pearson reiterated this to me many times — it is an application for a patent, not a published patent.</p>\n<h3>A patent on Thesis 2, or all web templates?</h3>\n<p>The main patent is titled, <a href=\"https://patents.google.com/patent/US20140095982A1/en?q=thesis&q=diythemes\"><em>Systems, Servers, and Methods for Managing Websites</em></a>. Chris Pearson is listed as the inventor and DIYthemes the assignee.</p>\n<p>The patent never mentions WordPress or WordPress themes, however both in the abstract and in the text, it does have many similarities to what one may expect as a description of a general template mechanism for a website, versus a specific description of the Thesis 2 technology.</p>\n<p>Here is the abstract in full (and here is the <a href=\"https://poststatus.com/wp-content/uploads/2015/07/US20140095982-thesis-patent-app.pdf\">full patent application PDF</a>, including art):</p>\n<blockquote><p>Systems, servers, and methods for managing websites. Some embodiments provide methods which include, according to a user selection of a website skin, activating the selected skin. The skin comprises at least one structural box further comprising structural code for the website. The method also includes receiving a request (for instance a call to a hook) to serve the website. Further, the method includes, responsive to the request, outputting (by echoing PHP code if desired) the structural code with style related code applied thereto according to a reference between the box and a style package (which comprises the stylistic code). The outputting can occur in an order associated with the boxes. In some situations, another skin can be activated. Moreover, a change (or, perhaps, an edit) can be made to another skin and displayed without affecting the website. Moreover, another skin can be selected and associated with the website.</p></blockquote>\n<p>I discussed the patent at length with Chris Pearson, and while much of that conversation is off the record, I can share what I believe his motivations are with the patent application, and what I think the potential implications for this new chapter of Pearson versus Mullenweg are.</p>\n<h3>Discovery and publicity of the patent</h3>\n<p>This patent and another that’s since been rescinded were discovered by Automattic’s lawyers during the UDRP proceedings. There is debate as to how members of the WordPress community discovered the patents’ existence — Jeff Chandler of WP Tavern and Carl Hancock of Gravity Forms were two of the first to discuss it publicly — but there is speculation from Chris Pearson and others that the community discovery of these patents was leaked by Mullenweg himself in order to deflect the attention at the time away from the domain issue and onto the patents and their potential implications.</p>\n<p>I honestly don’t care how they came up, though Pearson’s questioning of Jeff Chandler’s journalistic integrity were uncalled for. It is anyone’s right and ability to tip someone off to legitimate news — and these patent applications are legitimate news — and I don’t believe for a second that Chandler has played puppet to his boss’s wishes. He has dutifully and to the best of his ability written about whatever news matters to the community, and I respect him for it.</p>\n<p>Nevertheless, this patent does potentially have significantly more newsworthiness, depending on if it is approved and how it is defended by Pearson if it is approved.</p>\n<h3>Patent law and litigation</h3>\n<p>Patents often get a bad reputation, and their role in the software world is quite murky. I apologize in advance for this long sidebar on the wild world of patents.</p>\n<h4>Patent trolls</h4>\n<p>Most folks have heard of “patent trolls” that prey on companies using vague or overly generic patents, demanding big payouts.</p>\n<p>Patent law is weird, and the lawsuits that result are infamously unpredictable and cause a scenario ripe for abuse. For example, filing patent lawsuits in one district over another can have enormous impact, like <a href=\"http://www.nytimes.com/2006/09/24/business/24ward.html?pagewanted=all&_r=0\">the case of Marshall, Texas</a>, which is a hotbed for patent trolls:</p>\n<blockquote><p>Patent litigation is a growing business across the country; Marshall is just the most visible example. Among the weightier issues behind the mushrooming of its patent docket is whether the elements that have made it expand — hungry plaintiffs’ lawyers, speedy judges and plaintiff-friendly juries — are encouraging an excess of expensive litigation that is actually stifling innovation.</p>\n<p>Some say yes. “A lot of the cases being filed in Marshall are by patent holding companies, or patent trolls, as they’re called, whose primary and only assets are patents,” Mr. Tyler said.</p></blockquote>\n<p>Companies that deal in patents but do not utilize the patented technology are <a href=\"https://www.patentfreedom.com/about-npes/background/\">called non-practicing entities (NPEs)</a>.</p>\n<p>One of the concerns with Pearson’s patent would be if it were approved and he sold it to an NPE. It’s not uncommon for NPEs to acquire patents with the express purpose to enforce them:</p>\n<blockquote><p>Finally, of course, some entities buy patents with the express purpose of licensing them aggressively. For instance, about 25% of “parent” NPEs tracked by PatentFreedom are enforcing only patents that they had acquired. Another 60% are asserting patents originally assigned to them, and the remaining 15% are asserting a blend of originally assigned and acquired patents. However, if we add in the more than 2,100 subsidiaries and affiliates of these entities and treat them all as standalone entities, we find that 19% of them are originally assignees, and 69% are acquirers, and 12% are blends.</p>\n<p>Regardless of the important variations in their origin and behavior, NPEs present a fundamentally different challenge than operating company patent assertions.</p></blockquote>\n<h4>Software patents unpredictability and “obviousness”</h4>\n<p>The concept of software patents <em>at all</em> has been in dispute for a long time. Thousands have been awarded, but there are a handful of past court rulings that seem to <a href=\"https://www.law.cornell.edu/uscode/text/35/part-II/chapter-10\">govern the US Patent and Trademark office’s interpretations</a> for making decisions when reviewing software patents.</p>\n<p><a href=\"http://www.ipwatchdog.com/2014/02/01/when-is-an-invention-obvious/id=47709/\">Obviousness</a> is a key term in the patent world. Patent applicants aim to create “meaningful” patents, but “at a minimum you must have claims that embody patent eligible subject matter, demonstrate a useful invention, cover a novel invention and which are non-obvious in light of the prior art. Obviousness is typically the real hurdle to patentability, and unfortunately the law of obviousness can be quite subjective and difficult to understand. At times obviousness determinations almost seems arbitrary.”</p>\n<p>“Art” is the outlay of the invention by the applicant, and the invention’s ability to be patented depends on “prior art” not deeming the invention as obvious. Establishing non-obviousness for software has a contentious history. If it can be shown that, “any combination of prior art references that when put together would be the invention in question,” then the applicant is in trouble.</p>\n<p>But there is a great deal of potential for subjectivity from thousands of patent examiners:</p>\n<blockquote><p>Still, ever since the Supreme Court’s decision in KSR [<a href=\"http://www.ipwatchdog.com/2012/04/29/ksr-the-5th-anniversary-one-supremely-obvious-mess/id=24456/\">reference</a>] there has been a great deal of subjectivity in the application of the law of obviousness, which is apparent if you look at the patents that issue, patents that are finally rejected and ultimately abandoned, and the patents the Federal Circuit ultimately finds to include obvious patent claims. There is little to no predictability at the edges.</p></blockquote>\n<h4>The Alice case</h4>\n<p>In my research, the <em>Alice case</em> came up many times as a pivotal case for helping to define the legitamacy of software patents. Martin Goetz is the holder of the first ever software patent, and has <a href=\"http://www.ipwatchdog.com/2015/02/06/alice-v-cls-bank-is-a-victory-for-software-patents/id=54489/\">an excellent write-up on the importance of the Alice case</a>.</p>\n<blockquote><p>I have been asked for my opinion based my long history in the software industry and from my perspective as someone that has followed that controversial question “Is Software patentable”? That question first began to be publicly debated when I received the first software patent in 1968 for an invention on a new way of sorting data on a computer. Shortly thereafter a publication printed a page one headline “First Patent is Issued for Software, Full Implications Are Not Yet Known.”</p>\n<p>Forty five years later a variation of that question was again before the Supreme Court when it agreed to hear the appeal of the Alice v. CLS Bank case.</p></blockquote>\n<p>Goetz argues that the Alice case is a victory for software patents on both sides: that it helps true inventions gain patents (he and others assign a high standard to define “invention”), and it also helps prevent abuse of overly vague or non-inventive “obvious” patents to be denied:</p>\n<blockquote><p>The Alice v CLS Bank Supreme Court decision in June 2014 was a great victory for those that believe that inventors that use a digital computer to innovate can get a patent on their invention. It is also a victory for those people and organizations that recognize how the patent System has been abused for many years by trolls and others where there was no invention. Since the Supreme Court decision in June, thousands of patents that should never have been issued are now being deemed invalid by the US Courts and by the Patent Office.</p></blockquote>\n<h4>Obviousness and invention for Pearson’s patent</h4>\n<p>This long and boring description of patents is necessary because Pearson’s patent application is still just an application, and it can be challenged, both by the patent reviewer, but also by third parties.</p>\n<p>As patent obviousness is “so unevenly applied,” there is some risk in not challenging Pearson’s patent, if a third party like Automattic (or a myriad of other web template providers) is worried about the potential implications of the patent. Although, the Alice case does seem — in my very amateur opinion — to offer better guidance to reject the patent based on a lack of true invention.</p>\n<h3>Pearson’s reasoning for a patent, and its likelihood for success</h3>\n<p>Patents are not cheap to apply for. The patent application Pearson submitted is 34 pages of art diagrams and text describing the inventiveness of Thesis 2, though Thesis 2 is not specifically named.</p>\n<p>I asked Pearson why he applied for the patent, which he did not want to share the specifics of his position due to the open nature of the application. I’ve racked my brain to try and determine the potential causes as well.</p>\n<p>There are only a couple of decent outcomes for Pearson with this patent application. The most likely, and not good outcome for him, is that he is denied the patent; and in this case he would have spent a great deal of money for nothing.</p>\n<p>In the event he does get the patent — or perhaps even before it is fully reviewed for approval — he could face a challenge from Automattic or other parties that may be concerned his invention’s description could apply more broadly than Thesis 2.</p>\n<p>If he gets the patent, and he survives a challenge, I see three ways he could theoretically use it:</p>\n<ul>\n<li>He can do nothing.</li>\n<li>He can sell it to the highest bidding NPE, which would be a dreadful outcome for any web entities that sell templates.</li>\n<li>He can keep it in his back pocket, in case someone threatens his business or his software license, wherein he can initiate a lawsuit.</li>\n</ul>\n<p>Honestly, the whole patent route seems odd. I don’t love the idea of this patent being approved, because the application does seem overly broad toward all web templates to me, from the title to the meat of the application’s art. However, there are loads of patents in the world for incredibly silly things that have never really impacted a lot of folks’ life; it’s just that it doesn’t mean a silly patent <em>couldn’t</em> become a problem. The Electronic Frontier Foundation has <a href=\"https://www.eff.org/patent\">mountains of evidence</a> of patent holders causing havoc.</p>\n<p>I’m not much of a gambler, but if I had to gamble on this I’d put my money on this patent never being approved, and definitely never truly impacting the web or WordPress industry at scale.</p>\n<p>I don’t think Pearson is a bad guy for wanting to patent his work. When I requested comment about the patents, he told me, “If I were ever to consider selling my business, things like trademarks and patents show up on the balance sheet and add to the bottom line,” but that he views them as, “one of many expensive, ridiculous options for bolstering one’s business,” versus a way to celebrate and protect his achievements as I previously characterized his intentions.</p>\n<h2>The GPL</h2>\n<p>Most agree that the GPL has not been well tested in court, though a <a href=\"https://en.wikipedia.org/wiki/Software_license\">software license</a> is a “legal instrument.” There is often confusion over whether a license is a contract or not.</p>\n<h3>License versus contract</h3>\n<p>One of my favorite <a href=\"http://softwarelawyer.blogspot.com/2008/01/jacobsen-v-katzer.html\">things I’ve read on this</a> is by former Adobe Associate General Counsel Robert Pierce:</p>\n<blockquote><p>A license is not a contract. This much I know.</p>\n<p>Rather, a license is a permission granted by one party to another allowing use of a property without fear of lawsuit brought by the granting party. A license does not include a return promise (i.e., consideration) from the licensee. So, as we all learned in law school, a license cannot be a contract under law. This is not to say that a license cannot be an element of a contract under which two parties trade promises, one of such promises being a license. This is commonly known as a “license agreement.” But a bald license, a one-way promise, is enforceable outside of contract law. It is something apart. It exists and is enforceable under property law doctrine.</p>\n<p>What makes things difficult is that the scope of a license’s grant, and the conditions and restrictions on the license (or all of them together) can make what is intended to be a one-way license look a lot like a contract. The precise wording used becomes critical.</p></blockquote>\n<p>The distinction can be significant because, “contracts are enforceable by contract law, whereas licenses are enforced under copyright law,” though even this rule depends on the jurisdiction where the matter is being discussed. His larger point is that a license is a one-way street, whereas a contract is agreed upon by both sides.</p>\n<h3>Spirit of the GPL</h3>\n<p>There is little debate that a “Split GPL” or “PHP GPL” license is perfectly GPL compatible, though Mullenweg doesn’t consider that the “<a href=\"https://github.com/WordPress/book/blob/e55a93f1056ffac8466944086b2c5104becab9c4/Content/Part%206/42-spirit-of-the-gpl.md\">spirit of the GPL</a>,” and companies like Envato’s ThemeForest and others have felt the consequences of not adopting 100% GPL licenses.</p>\n<p>From <em>Milestones</em>:</p>\n<blockquote><p>While not everyone liked the fact that the WordPress project would only support 100% GPL products, most people had accepted it. Many, however, were taken by surprise, by a sudden flare-up around not just the legalities of the GPL, but the “spirit” of the license. In a 2008 interview, Jeff Chandler asks Matt about the spirit of the GPL. Matt says that the spirit of the GPL is about user empowerment, about the four freedoms: to use, distribute, modify, and distribute modifications of the software. Software distributed with these four freedoms is in the spirit of the GPL. WordPress was created and distributed in this spirit, giving users full freedom with regard to the software.</p>\n<p>The Software Freedom Law Center’s opinion — with regards to WordPress themes, however — gives developers a loophole, one that helps them achieve GPL compliance, but denies the same freedoms as WordPress. PHP in themes must be GPL, but the CSS, images, and JavaScript do not have to be GPL. This is how Thesis released with a split license — the PHP was GPL, while the rest of the code and files were proprietary. This split license ensures that the theme is GPL compliant yet it isn’t released under the same spirit as the GPL’s driving user-freedom ethos.</p>\n<p>The loophole may have kept theme sellers in line with the GPL, but WordPress.org didn’t support that approach. In a 2010 interview, Matt says “in the philosophy there are no loopholes: you’re either following the principles of it or you’re not, regardless of what the specific license of the language is.” Theme sellers that sell their themes with a 100% GPL license are supported by WordPress. Those that aren’t don’t get any support or promotion on WordPress.org or on official resources. This is also one of the WordCamp guidelines, introduced in 2010; that WordCamps should promote WordPress’ philosophies. If a speaker, volunteer, or organizer is distributing a WordPress product it needs to be 100% GPL, i.e., the CSS, JavaScript, and other assets need to be GPL, just like the PHP.</p></blockquote>\n<p>Mullenweg believes that Thesis 2 is not only not in the spirit of the GPL, but flagrantly operates in total violation of it, as Thesis 2 carries a 100% proprietary license. Considering the implications for folks that make stuff compatible with the GPL, it’s little surprise that Mullenweg has taken the stance and actions he has toward Pearson.</p>\n<h3>Thesis 2 carries a proprietary license</h3>\n<p>Chris Pearson’s <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\">comment on his blog post</a> describes that the theme has always been a proprietary license, and he describes why it is okay to be such:</p>\n<blockquote><p>In October 2012, I released an all-new version of Thesis that carried the same name as the original (which had a split-GPL license), but that’s where the similarities stopped.</p>\n<p>The new Thesis is not a Theme—it is an operating system for templates and design. This system runs Skins and Boxes, which are similar to Themes and Plugins, but with a boatload of built-in efficiencies that Themes and Plugins cannot provide.</p></blockquote>\n<p>It is worth noting the final paragraph of the SFLC’s opinion that Mullenweg has cited numerous times as justification against proprietary licenses <em>does</em> have a provision for avoiding WordPress’s copyright:</p>\n<blockquote><p>Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.</p></blockquote>\n<p>That’s exactly what Pearson believes Thesis 2 is. But the GPL has rarely been tested in a proper court, and never from a WordPress perspective. The SFLC’s opinion is just that, for now, whether Mullenweg likes it or not.</p>\n<h3>The GPL in court</h3>\n<p>The Free Software Foundation maintains the copyright on the text of the GPL itself, and between the FSF and the SFLC, a <a href=\"https://en.wikipedia.org/wiki/GNU_General_Public_License#Legal_status\">small number of lawsuits</a> have occurred, and a German court upheld the GPL as a “valid, legally binding” license, but most of these tests have occurred outside of the United States. From what I can tell, cases involving the GPL have largely settled outside of court when based in the United States, or were argued on whether the GPL was legally applied, like in the case of <a href=\"https://en.wikipedia.org/wiki/SCO_Group,_Inc._v._International_Business_Machines_Corp.#The_GPL_issue\">SCO vs IBM</a>, rather than whether the GPL was legally binding itself.</p>\n<p>In another case, <a href=\"https://en.wikipedia.org/wiki/Wallace_v._International_Business_Machines_Corp.\">Wallace vs FSF</a>, Daniel Wallace compared the GPL to price fixing, as it required software to be free. The FSF won the case, as the judge cited, “The GPL encourages, rather than discourages, free competition and the distribution of computer operating systems, the benefits of which directly pass to consumers. These benefits include lower prices, better access and more innovation.”</p>\n<p>A much <a href=\"http://www.infoworld.com/article/2893695/open-source-software/vmware-heading-to-court-over-gpl-violations.html\">newer case involving VMware</a> again tests the GPL. The Software Freedom Conservancy, “claims VMware is using the Linux kernel without respecting the terms of its copyright license, the GPL.” This case may offer a better precedent for WordPress and its derivative works, as it is centered on “module loading” in VMware, “with an insulating layer to allow its kernel to use unmodified Linux drivers.” The case gets murkier than that, as it may not have been as isolated as it was attempted, but the result could be decent precedent for similarly loading WordPress themes and plugins, in my opinion.</p>\n<h3>Limited guidance</h3>\n<p>Few lawyers want to be the first to test something in court. It’s easier to make a case when there are many cases before you to provide guidance. With the GPL, there is what’s called “limited guidance,” meaning that it’s untested, and therefore the outcome of a GPL case in the US could be very difficult to predict.</p>\n<p>If a lawsuit does occur, it could prove costly to all parties involved, and I think it’s clear that Pearson and Mullenweg both wish that litigation was not happening, though both of them maintain a bit of a “you started it” attitude.</p>\n<p>Without a formal court proceeding, which could last years, it’s going to be near impossible for Matt Mullenweg to fully prevent non-GPL compatible licenses to exist for WordPress themes and plugins. His best method to prevent it is to do what he’s done so far: make an example of bad offenders and cause anyone thinking of using a non-GPL compatible license to reconsider.</p>\n<h2>Are all WordPress themes derivative works?</h2>\n<p>A key question to whether themes and plugins must be GPL compatible licensed is whether the theme or plugin is a derivative of WordPress itself. If it is derivative, then it is under the umbrella of the GPL’s Copyleft nature.</p>\n<p>Folks disagree a good bit on how themes and plugins should be considered as derivative works, though most either agree with Mullenweg’s strict “spirit of the GPL” view, or at least have molded to avoid being an outcast.</p>\n<p>The strongest argument I’ve seen in favor of all themes being derivative of WordPress — no matter how much or little they rely on WordPress functionality — is from WordPress lead developer Mark Jaquith:</p>\n<blockquote><p>There is a tendency to think that there are two things: WordPress, and the active theme. But they do not run separately. They run as one cohesive unit. They don’t even run in a sequential order. WordPress starts up, WordPress tells the theme to run its functions and register its hooks and filters, then WordPress runs some queries, then WordPress calls the appropriate theme PHP file, and then the theme hooks into the queried WordPress data and uses WordPress functions to display it, and then WordPress shuts down and finishes the request. On that simple view, it looks like a multi-layered sandwich. But the integration is even more amalgamated than the sandwich analogy suggests.</p>\n<p>Here is one important takeaway: <em>themes interact with WordPress (and WordPress with themes) the exact same way that WordPress interacts with itself</em>. Give that a second read, and then we’ll digest.</p>\n<p>The same core WordPress functions that themes use are used by WordPress itself. The same action/filter hook system that themes use is used by WordPress itself. Themes can thus disable core WordPress functionality, or modify WordPress core data. Not just take WordPress’ ultimate output and change it, but actually reach into the internals of WordPress and change those values before WordPress is finished working with them. If you were thinking that theme code is a separate work because it is contained in a separate file, also consider that many core WordPress files work the same way. They define functions, they use the WordPress hook system to insert themselves at various places in the code, they perform various functions on their own but also interact with the rest of WordPress, etc. No one would argue that these core files don’t have to be licensed under the GPL — but they operate in the same way that themes do!</p>\n<p>It isn’t correct to think of WordPress and a theme as separate entities. As far as the code is concerned, they form one functional unit. The theme code doesn’t sit “on top of” WordPress. It is within it, in multiple different places, with multiple interdependencies. This forms a web of shared data structures and code all contained within a shared memory space. If you followed the code execution for Thesis as it jumped between WordPress core code and Thesis-specific code, you’d get a headache, because you’d be jumping back and forth literally hundreds of times. But that is an artificial distinction that you’d only be aware of based on which file contained a particular function. To the PHP parser, it is all one and the same. There isn’t WordPress core code and theme code. There is merely the resulting product, which parses as one code entity.</p></blockquote>\n<p>Jaquith’s argument that the theme and WordPress execute together to form a joint “modified work” is the key phrase, I believe. As he states, and I tend to agree, it does not matter that the files are separate or that they can be distributed independently; together, when executed, they are so intertwined that they become a single work.</p>\n<p>That said, the theme is clearly dependent on WordPress itself, which is another common justification that themes are derivative. Explaining this concept is simple: WordPress can be distributed without any theme but those that ship with it by default. But a distributed theme, like Thesis, must be <em>installed and activated using WordPress’s own schema for loading a template</em>, and cannot operate independently of WordPress.</p>\n<h3>What about the WordPress REST API?</h3>\n<p>Thus far, we’ve discussed the derivative nature of WordPress themes and plugins, which require they operate within the WordPress install. It is a different matter if we consider applications that consume data or interact with WordPress as an outside application.</p>\n<p>The WordPress REST API enables one to interact with or consume data from WordPress, while being wholly independent of the WordPress install. Jaquith makes a clear exception for a scenario like this (and also applies it to technologies like RSS and XML-RPC):</p>\n<blockquote><p>Something that interacts with these APIs sits entirely outside of WordPress. Google Reader doesn’t become part of WordPress by accessing your feed, and MarsEdit doesn’t become part of WordPress when you use it to publish a post on your WordPress blog. These are separate applications, running separately, on separate codebases. All they are doing is communicating. Applications that interact with WordPress this way are separate works, and the author can license them in any way they have authority to do so.</p></blockquote>\n<h3>The GNU’s take</h3>\n<p>The GNU agrees with Jaquith’s take. They provide <a>an FAQ</a> to answer, “”What is the difference between an ‘aggregate’ and other kinds of ‘modified versions’?” The emphasis provided is my own:</p>\n<blockquote><p>An “aggregate” consists of a number of separate programs, distributed together on the same CD-ROM or other media. The GPL permits you to create and distribute an aggregate, even when the licenses of the other software are non-free or GPL-incompatible. The only condition is that you cannot release the aggregate under a license that prohibits users from exercising rights that each program’s individual license would grant them.</p>\n<p><em>Where’s the line between two separate programs, and one program with two parts? This is a legal question, which ultimately judges will decide</em>. We believe that a proper criterion depends both on the mechanism of communication (exec, pipes, rpc, function calls within a shared address space, etc.) and the semantics of the communication (what kinds of information are interchanged).</p>\n<p><em>If the modules are included in the same executable file, they are definitely combined in one program. If modules are designed to run linked together in a shared address space, that almost surely means combining them into one program</em>.</p>\n<p>By contrast, pipes, sockets and command-line arguments are communication mechanisms normally used between two separate programs. So when they are used for communication, the modules normally are separate programs. But if the semantics of the communication are intimate enough, exchanging complex internal data structures, that too could be a basis to consider the two parts as combined into a larger program.</p></blockquote>\n<p>The GNU argument falls very much in line with Jaquith’s, though admits itself that judges must decide whether it’s the case, in the end.</p>\n<h3>The case against The GNU position on derivative works</h3>\n<p>The University of Washington School of Law has a <a href=\"http://www.law.washington.edu/lta/swp/index.html\">section of their website</a> devoted to the, “business, legal and technical consequences of choosing Open Source Software (OSS) or proprietary software.” They cover many of the topics I’ve outlined in this post so far, and <a href=\"http://www.law.washington.edu/lta/swp/Law/derivative.html\">in the case of the GPL and derivative works</a>, they believe the GNU is overstepping with an “expansive definition” of derivative works with consequences, “counter to the goals of the proponents of Free Software.”</p>\n<p>The most compelling of multiple derivative works examples they provide is that of subclasses. For example, imagine a class, <code>Some_Theme_Class</code> that extends <code>Some_Core_WordPress_Class</code>. The GPL FAQ is very hardline on the topic (and for what it’s worth, Thesis 2 does extend some WordPress core classes). Washington believes the GNU stance on inheritance is too over-reaching:</p>\n<blockquote><p>Example 5: Programmer X wishes to write a class D, that is a subclass of existing class B. Class B is subject to the terms of the GPL. If X distributes D, does it have to be licensed under the terms of the GPL?</p>\n<p>The answer given in the GPL FAQ is short and to the point: “Subclassing is creating a derivative work.” In our example, this makes D a work derived from B, and thereby makes D subject to the terms of the GPL upon distribution. This approach attempts to further broaden the reach of the GPL, but it again leads to counter-intuitive results.</p>\n<p>Typical object oriented programming languages include a standard class hierarchy. This hierarchy provides a framework within which application developers can build their programs. The standard classes typically provide useful classes that represent user interface elements (e.g. windows, buttons, etc.), collection classes (for handling collections of data), and input-output abstractions (e.g. files and networking connections). In many object oriented languages, each class must be a subclass of exactly one superclass. And for this reason, the class hierarchies are rooted by a highly generic, standard class called Object. (The question of the superclass of Object is beyond the scope of this article.) The class Object describes only the most general properties and behaviors. For instance, in Java, the class Object only performs a handful of functions. In Java, every class is a subclass (directly or indirectly) of the Object class. Under the GPL approach, then, every program written in Java is a derived work of Object, because every program written in Java by definition consists of classes that inherit from the Object class.</p></blockquote>\n<p>Whether this argument or any of the others Washington outlines would apply to WordPress themes and/or plugins would, again, need to be settled in court. But Washington does give a compelling argument.</p>\n<p>They conclude with the following:</p>\n<blockquote><p>In some ways, the apparent weaknesses in the GPL should come as no surprise, as the GPL was born of an era in which the central artifact of software development and distribution was the monolithic executable. In such a universe, software development proceeded principally by modifying the existing source text of programs, compiling source modules, linking the corresponding object files, and distributing the resulting executable. This model of software development and distribution has become increasingly fractured in an era characterized by highly dynamic, late binding, object- and network-based systems. The GPL, consequently, strains to cover these newly arising scenarios.</p>\n<p>To effectuate the goals of the free software movement, the drafters of the GPL urge a generally expansive definition of derivative work. The great irony is, of course, that such an expansive definition would have second order consequences that are exactly counter to the goals of the proponents of Free Software. A broad definition of derivative would give code authors less freedom to create software that they can truly call their own and do with as they please. And if naive analytic approaches such as “subclassing equals derivation” reign, then proprietary vendors such as Microsoft could arguably stake claim to every program ever written in C#, because they authored the original class hierarchy. And since it seems unlikely that courts would employ different standards depending on the goals or ideological motivations of licensors, proponents of free software might want to be careful what they wish for: what’s good for the GNU might not be good for the gander.</p></blockquote>\n<h3>Aggressive license agreements</h3>\n<p>Both the GPL and DIYthemes’ proprietary license could be appropriately identified as aggressive. The Copyleft nature of the GPL annoys many open source advocates, who would prefer a less restrictive license for developers, like the MIT or BSD licenses. The GPL is absolutely an opinionated license.</p>\n<p>Pearson’s proprietary license is also aggressive, in the other direction. I’ve never purchased a WordPress-centric product that so strongly forced me to accept a license. Usually, you have to look in the source code or a page on the website for a license; DIYthemes forces you to accept the <a href=\"http://diythemes.com/thesis/rtfm/software-extensions-license-agreement/\">terms of the proprietary license</a> before you can download the product at all.</p>\n<h3>Derivative works are not a bright line</h3>\n<p>The GNU attempts to offer a “bright line” distinction for derivative works. A bright line, in much of the legal analysis I’ve read, is where <em>thing x</em> is so because of <em>thing y</em>, and can be applied across the board. You can clearly see the bright line, and when it has been crossed.</p>\n<p>Washington proves the point quite well that the GNU’s bright line approach to derivation is quite challengeable. But I don’t think their arguments prove that WordPress themes in particular are not derivative. I believe, from a legal perspective, it’s fuzzier than a bright line approach, and if I were Mullenweg or anyone defending GPL software, I would not be excited to take the issue to court.</p>\n<p>The “spirit of the GPL” is to offer users liberal freedoms, even while restricting developers building on a GPL licensed application. And I believe there is merit in the fact that WordPress, its co-founders, its lead developers, and the vast majority of its copyright holders (contributors) wish to defend the spirit of the license, even if it’s not been tested in court.</p>\n<p>Pearson is not in the majority opinion by using a proprietary license, but he is also not definitively in a position of legal wrongdoing. His desire to protect his works from user freedoms with a proprietary license may well be tested all the way to the courts, and he must be prepared to deal with that, but I don’t believe there is clear wrongdoing, legally, with his license.</p>\n<h2>A tale of idealism</h2>\n<p>Matt Mullenweg and Chris Pearson are two of the most idealistic people I’ve ever observed. They are near polar opposites, from their business belief systems and even their general world views.</p>\n<p>One of the most depressing components of my research was something Pearson told me. I asked him why he doesn’t just get out of it all and do something else. He’s not married to the culture of WordPress bestowed on it by its leaders. He called it, the “zeitgeist of western culture,” with its openness, zen attitude, and more that he feels no need to embrace if he doesn’t want to.</p>\n<p>But he admits that WordPress, “is the most used piece of software to build a website in the world. WordPress was the beneficiary of impeccable timing.” And it’s a tool for him to make his living; it’s his job, and he doesn’t see a need to be in love with every aspect of his job. This is what made me sad, because for most of us that make our living within this space, we were able to escape the “it’s just a job” mentality and be emotionally enriched by what is possible on the open web.</p>\n<p>Matt could probably drop his various issues with Pearson and life would go on. The vast majority of WordPress businesses could understand the status quo and live by it, and those that don’t can keep living their lives outside of the approval of Mullenweg, and for that matter, the official WordPress project and website. But he too insists to stand up for his ideals and the web he believes in. He sees himself as a defender of the user, and his defense of the GPL is an extension of his core beliefs on software.</p>\n<p>They will never agree on licensing, that much is clear. The question of what’s next is multi-layered.</p>\n<h3>Will litigation continue?</h3>\n<p>Undoubtedly, yes, litigation will continue. But the litigation should be viewed as three distinct parts:</p>\n<ul>\n<li>In regard to the thesis.com domain, it’s really a sideline issue that resulted from more deep-rooted differences in ideals that turned into a personal spat. Pearson may continue in court to try and get the domain back, but I doubt it. I don’t know if Automattic will relent on the trademark cancellation requests, but I wouldn’t be surprised if they dropped it in some form of settlement.</li>\n<li>The patent issue is not over. I believe Automattic and potentially other organizations will challenge Pearson’s patent application using a variety of legal options available. The chances the patent gets approved or holds up long term are unlikely (but yes, it is possible), and I don’t believe there is a significant chance it will have longstanding implications on the WordPress project.</li>\n<li>I believe the GPL will continue to be tested in court, and eventually we may have a proper precedent set to put current questions aside. I won’t pretend a guess how it will turn out, because I think it truly depends on many, many factors. I do think that if Matt Mullenweg pursues a case himself, he will be joined by a number of interested organizations, including the Free Software Foundation; or the GPL debate could be settled in court in a completely different dispute, unrelated to WordPress — but have a longstanding impact on products made for WordPress.</li>\n</ul>\n<h3>Is this debate bad for WordPress?</h3>\n<p>The <em>way</em> this debate has occurred is bad for WordPress. Neither Matt Mullenweg nor Chris Pearson looks like a saint right now. And parts of the whole thing don’t do a whole lot to further the conversation.</p>\n<p>At the root of the debate is licensing, and that debate is worth having.</p>\n<p>It is important that we separate the intent and the legal interpretation of the GPL. It is also important that we separate one’s legal ability to not license distributed WordPress products as GPL compatible, versus the business and community consequences that may result from such a decision.</p>\n<h2>Endmatter</h2>\n<p>This post would not be possible without the Post Status <a href=\"https://poststatus.com/partners\">Partners</a> and <a href=\"https://poststatus.com/profiles\">Members</a> that fund the website, and my ability to write about WordPress full time. If you enjoyed this post, please consider becoming a <a href=\"https://poststatus.com/club\">Post Status member</a> to fund more free content, plus loads of great members-only benefits, including a daily-ish newsletter that keeps you covered on the happenings of the WordPress world.</p>\n<p>I would also like to thank Matt Mullenweg and Chris Pearson for the interviews they provided me in preparation of this post.</p>\n<p>And I’d like to thank my lawyer, <a href=\"http://associatesmind.com\">Keith Lee</a> (a WordPress fan and blogger himself!) for helping me think through some of the legal matters discussed — though the opinions themselves are my own.</p>\n<p>Finally, I’d like to thank the folks that helped me review the post, consider my positions, and organize my thoughts. You know who you are.</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, 24 Jul 2015 01:42:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WPTavern: Who’s Using the WordPress REST API?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47039\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/whos-using-the-wordpress-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4659:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>Ryan McCue and the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">WP REST API</a> team are <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">seeking feedback</a> on the project ahead of the API merging into core. McCue invited comments on the post to find out how and where it’s currently being used, in hopes of identifying any roadblocks developers may be facing.</p>\n<p>“We’d love to hear feedback from everyone using this, from JS-only developers coming to WP for the first time, through WordPress plugin and theme developers, all the way through to PHP developers not involved with WordPress,” he said.</p>\n<p>Comments on the post provide a nice overview of places where the API is already in use in production all over the WordPress development community. A few examples include:</p>\n<ul>\n<li><a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> uses the API with client projects, i.e. to create a Node-powered frontend and maintain the familiar WordPress admin.</li>\n<li><a href=\"http://reactor.apppresser.com/\" target=\"_blank\">Reactor</a> uses the API to create mobile apps that digest the API themselves.</li>\n<li><a href=\"http://aesopstoryengine.com/\" target=\"_blank\">Aesop Interactive</a> uses the API with <a href=\"http://wptavern.com/lasso-frontend-editing-plugin-for-wordpress-now-available-on-github\" target=\"_blank\">Lasso</a> and also to power the <a href=\"http://wptavern.com/new-wp-live-search-plugin-utilizes-the-wp-rest-api\" target=\"_blank\">WP Live Search</a> plugin.</li>\n<li>A large industrial real estate firm manages its properties via an internal proprietary .NET app with a public-facing site powered by WP. It uses the API to sync property data (in real time) between the internal app and the website so the real estate listings will always be current.</li>\n<li><a href=\"https://www.joininuk.org/\" target=\"_blank\">Join In</a>, a site organizing volunteers in the UK, used the API to create <a href=\"https://www.joininuk.org/widget/\" target=\"_blank\">an embeddable JS widget</a>.</li>\n<li><a href=\"https://profiles.wordpress.org/pers/\" target=\"_blank\">Per Soderlind</a> used the WP REST API as <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26372\" target=\"_blank\">a backend for an iOS application</a> for the Norwegian Ministry of Petroleum and Energy.</li>\n<li><a href=\"http://tri.be/about/\" target=\"_blank\">Modern Tribe</a> is building sites that use the REST API to power both Handlebars and full page React templates in themes.</li>\n</ul>\n<p>Those are just a small sampling of places where the API is being used to make WordPress more flexible for creating custom solutions. For many who are using the API or hoping to use it, the main hindrance is that it’s not yet in core.</p>\n<p>“The biggest issue right now is that the REST API isn’t included in core,” a representative from Ashworth Creative <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26390\" target=\"_blank\">commented</a>. “If we build plugins or a theme that needs to consume data asynchronously, we’d either have to bundle the API and have to maintain it in our repositories as a dependency, or have clients install and maintain it on their own.”</p>\n<p>WordPress developer Nate Wright echoed that opinion and is eager to be able to extend it for use in his products, without having to include it as a plugin.</p>\n<p>“Put it in core, so that as a plugin developer I can make use of it in my products,” he <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26367\" target=\"_blank\">said</a>. “I built the most popular Restaurant Reservations plugin in the .org repo, and I am eager to add a robust capacity/table management component for it using the REST API and a jQuery/Underscore/Backbone stack.”</p>\n<p>Early adopters have the unique opportunity to provide feedback on the REST API and help shape priorities for development. If you are using the API somewhere in the wild, make sure to <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">leave your feedback on McCue’s post</a> to help the team make any necessary changes required before it’s merged into core.</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, 23 Jul 2015 21:15:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: WPWeekly Episode 200 – The Big Two Oh Oh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=47083&preview_id=47083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-200-the-big-two-oh-oh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3495:\"<p>In this special 200th episode of WordPress Weekly, I’m joined by <a href=\"http://marcuscouch.com/\">Marcus Couch</a>, <a href=\"http://strangework.com/\">Brad Williams</a>, <a href=\"http://www.ronalfy.com/\">Ronald Huereca</a>, and <a href=\"http://piratedunbar.com/\">Ptah Dunbar</a>. Brad, Ronald, and Ptah were among the first to support WordPress Weekly. They helped get the show off the ground and provided momentum.</p>\n<p>Seven years have passed since I started WordPress Weekly. In those seven years, each one of my guests have gone on to do great things with WordPress. We find out what they’re up to these days and recall memorable moments of the show. Near the beginning of the show, we held a moment of silence in Kim’s memory.</p>\n<p>I had a great time hosting episode 200, but I’m sad that the <a href=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">late Kim Parsell</a> couldn’t celebrate with us. When I started WordPress Weekly in 2008, Kim would often join me on each episode to provide a countdown before I pressed the record button.</p>\n<p>She was occasionally a <a href=\"http://wptavern.com/wpweekly-episode-87-%E2%80%93-the-lost-episode\">guest on the show</a>. After the show, she would stick around for a half hour to an hour to talk about whatever was on her mind. In many ways, the show offered her an opportunity to connect and speak to WordPress people every week. It was the closest thing to a meetup she could regularly attend.</p>\n<p>Thanks to everyone who listens to the show and provides us with valuable feedback. Join us next Wednesday, as we begin the journey to episode 300.</p>\n<h2>History of WordPress Weekly:</h2>\n<ul>\n<li>My first show on Talkshoe.com was 7 years ago on January 11th, 2008.</li>\n<li>WordPress 2.3.2 was released.</li>\n<li>WordPress 2.5 took the place of 2.4.</li>\n<li>Episode 100 was on June 5th 2010.</li>\n<li>I took a two year break after episode 117 October 28th, 2011.</li>\n<li>I resumed the show on August 16th 2013 which was also my last show on Talkshoe.</li>\n<li>Marcus became a co-host January 18th, 2014, on Episode 134.</li>\n</ul>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/flow-flow-social-streams/\">Flow-Flow Social Streams</a> lets you display your Facebook, Twitter, and Instagram messages in a responsive grid.</p>\n<p><a href=\"https://wordpress.org/plugins/test-gateway-for-woocommerce/\">Test Payment Module for Woocommerce</a> gives you the option to test payments in WooCommerce locally without using services such as Paypal or Authorize.net.</p>\n<p><a href=\"https://wordpress.org/plugins/easy-backup-by-supsystic/\">DropBox Backup by Supsystic</a> allows you to backup to Dropbox and FTP with one click. You can also restore full or partial backups from DropBox.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 29th 4 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #200:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 20:30:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Philadelphia, PA to Host WordCamp US December 4th–6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/philadelphia-pa-to-host-wordcamp-us-december-4th-6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1943:\"<p>Matt Mullenweg <a href=\"http://ma.tt/2015/07/wcus-philadelphia/\">announced</a> that Philadelphia, PA, will host WordCamp US December 4th–6th at the <a href=\"http://www.paconvention.com/Pages/default.aspx\">Pennsylvania Convention</a> center. Philadelphia will also host WordCamp US in 2016, although no dates have been chosen yet.</p>\n<p>According to Mullenweg, “Having it the same place two years in a row allows us to keep logistics a set variable and really focus on the rest of the event in the second year.” The 2017 and 2018 host cities will be chosen in between the first and second event. This allows the team in the host city to volunteer and gain on-the-ground experience in Philadelphia.</p>\n<p>Out of six cities chosen to possibly host WordCamp US and 1,390 total voters, Tavern <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us\">readers voted</a> to have it in Phoenix, AZ, citing <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us#comment-70157\">its warm weather</a> during winter months. Philadelphia, home of the cheesesteak, was a close second.</p>\n<p>The event is inspired by WordCamp Europe, where organizers take an entire year to <a href=\"http://wptavern.com/vienna-austria-to-host-wordcamp-europe-2016\">plan and coordinate</a> the event. Some <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us#comment-70055\">readers questioned</a> whether the event would be held this year considering <a href=\"http://wptavern.com/wordcamp-us-2015-now-accepting-applications-for-host-city\">applications to be the host city </a>weren’t accepted until June.</p>\n<p>With only half a year to plan and organize WordCamp US, it will be interesting to see how the first one goes. Let us know if you plan on attending the event and if you’re going to bring ear muffs as Philadelphia during that time of year is cold.</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, 23 Jul 2015 17:31:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"Matt: WordCamp US to be in Philadelphia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/07/wcus-philadelphia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1188:\"<p><img class=\" wp-image-45261 alignright\" src=\"http://i1.wp.com/ma.tt/files/2015/07/wordcamp1-e1437663434378.png?resize=303%2C309\" alt=\"WordCamp US\" />There were <a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\">amazing applications</a> for teams and cities to host the inaugural WordCamp US, a concept originally floated at <a href=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\">the State of the Word last year</a>. It was very hard to make a choice, but can now announce that the birthplace of the United States, <strong>Philadelphia, will host the first WCUS on December 4th–6th</strong>. They will also host it in 2016, but no dates have been chosen yet.</p>\n<p>Having it the same place two years in a row allows us to keep logistics a set variable and really focus on the rest of the event in the second year. I also want to use it to facilitate experience transfer: We’ll choose the 2017 + 2018 host city in between the first and second event, so that team can volunteer on the ground the second year Philadelphia hosts it to learn from their experience. Hat tip: Cool graphic by <a href=\"http://visualrhythm.com/\">Andrew Bergeron</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, 23 Jul 2015 16:38:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:84:\"WPTavern: WordPress 4.2.3 is a Critical Security Release, Fixes an XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3025:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg?resize=1024%2C514\" alt=\"photo credit: Lock - (license)\" class=\"size-full wp-image-40187\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58441544@N00/2660230441\">Lock</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>WordPress users in the Americas woke this morning to find update notices in their inboxes due to a critical security vulnerability. <a href=\"https://wordpress.org/news/2015/07/wordpress-4-2-3/\" target=\"_blank\">WordPress 4.2.3</a> was released today and automatically pushed out to sites that have auto-updates enabled.</p>\n<p>Because this is a security release for all previous versions of WordPress, those who do not have automatic update enabled will need to manually update their sites immediately. Core contributor Gary Pendergast explained the severity of the bug in the release post:</p>\n<blockquote><p>WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was reported by <a href=\"https://profiles.wordpress.org/duck_\" target=\"_blank\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\" target=\"_blank\">Robert Chapin</a>, both of the WordPress security team.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft.</p></blockquote>\n<p>Pendergast thanked all parties reporting vulnerabilities for <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\" target=\"_blank\">responsibly disclosing them </a> to the WordPress security team.</p>\n<p>This release also contains fixes for 20 bugs from 4.2, including one that might require you to update your database before being allowed back into the admin.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-update-db.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-update-db.jpg?resize=773%2C370\" alt=\"wp-update-db\" class=\"aligncenter size-full wp-image-47047\" /></a></p>\n<p>Not all WordPress users who are updating will be greeted with this message, but if you see it, don’t panic. It’s related to one of the bug fixes included in the release.</p>\n<p>“It was a bug fix in 4.2.3, not backported – some versions of PHP didn’t run the utf8mb4 update correctly,” Pendergast said when asked about the required database update.</p>\n<p>Unfortunately, in some instances, clicking the “Update WordPress Database” button may require multiple attempts. This is unusual but Pendergast said that improving database upgrades is high on the team’s list of priorities.</p>\n<p>A list of all the files revised is available on the <a href=\"https://codex.wordpress.org/Version_4.2.3\" target=\"_blank\">4.2.3 release page</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, 23 Jul 2015 14:06:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: WordPress Custom Post Type UI Plugin Passes 1 Million Downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wordpress-custom-post-type-ui-plugin-passes-1-million-downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5094:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/celebration.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/celebration.jpg?resize=960%2C482\" alt=\"photo credit: Stephanie McCabe\" class=\"size-full wp-image-47036\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/6V12NODFVM\">Stephanie McCabe</a>\n<p>In June of 2010, <a href=\"http://codex.wordpress.org/Version_3.0\" target=\"_blank\">WordPress 3.0</a> Thelonious was released with the historic merge of WordPress MU into core and the debut of the brand new Twenty Ten default theme. This pivotal release also gave developers the ability to register their own <a href=\"http://codex.wordpress.org/Custom_Post_Types\" target=\"_blank\">custom post types</a>. Expanding WordPress’ custom content capabilities beyond simple posts and pages has been critical to the platform maintaining its dominance as <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">the world’s most used CMS</a>.</p>\n<p>Thousands of WordPress developers make a living from products that are based on custom post types. Five years ago, when the feature was still new, you had to know how to write the code to register a new post type. That’s when the folks at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> released <a href=\"https://wordpress.org/plugins/custom-post-type-ui/\" target=\"_blank\">Custom Post Type UI</a>, a plugin that offers an admin interface for creating and managing post types and their associated taxonomies.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/cptui_post_type_editor.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/cptui_post_type_editor.png?resize=1024%2C604\" alt=\"cptui_post_type_editor\" class=\"aligncenter size-full wp-image-47028\" /></a></p>\n<p>The company counts more than <a href=\"https://profiles.wordpress.org/webdevstudios/#content-plugins\" target=\"_blank\">30 plugins</a> in its collection on WordPress.org, but Custom Post Type UI is by far the most successful. Last week it passed one million downloads and maintains a 4.6 out of 5-star average rating from users. The plugin is currently active on more than 200,000 WordPress sites.</p>\n<h3>Passing the 1 Million Downloads Milestone</h3>\n<p>Michael Beckwith, the current maintainer of Custom Post Type UI, published a <a href=\"http://webdevstudios.com/2015/07/17/the-custom-post-type-ui-million-download-celebration/\" target=\"_blank\">post</a> detailing the evolution of the plugin’s UI and codebase. His transparent account covers how the team overcame the challenges of their massive codebase overhaul and the undetected bugs that come crawling out of the woodwork with a major release.</p>\n<p>A plugin with a user base in the hundreds of thousands that manages to maintain a nearly 5-star average rating on WordPress.org is a notable achievement, especially when it involves weathering the UI and code updates required to keep pace with WordPress.</p>\n<p>“I believe this milestone represents the fact that making features usable and more user-friendly to the ‘average Joe’ can take you a long ways,” Beckwith said. “Custom Post Type UI made it easier for more people to tap into the power and customization ability that custom post types and taxonomies offer to a WordPress powered website. Because of that ease of use, many have added it to their toolbox for every website they have or work on, and recommend it to their friends.”</p>\n<p>The plugin is being developed on <a href=\"https://github.com/WebDevStudios/custom-post-type-ui\" target=\"_blank\">GitHub</a>. Although there are many <a href=\"https://github.com/WebDevStudios/custom-post-type-ui/labels/enhancement\" target=\"_blank\">enhancements</a> under consideration, Beckwith said that no major changes are planned for the near future.</p>\n<p>“I would love more to get more people up-to-date on the current version and let it be the stable version for awhile,” he said.</p>\n<p>“Looking at our stats page, we still have reported active installs using as far back as version 0.6. While I can sit here scratching my head as to why, I also have to consider that that version is stable enough and still meeting the needs of 0.6% of our users.</p>\n<p>“If it is not breaking for them, and there is no security concerns, then it is not all bad that they are still marching on. There is also the minimum version requirement to keep in mind. There are still WordPress installs active and out in the wild that are not running WordPress 3.8 or higher. Until they are, those users are not going to be notified that there is even an update available,” he said.</p>\n<p>If you want to learn more about what it takes to maintain a popular plugin while successfully navigating the years of changes and support, check out WebDevStudios’ <a href=\"http://webdevstudios.com/2015/07/17/the-custom-post-type-ui-million-download-celebration/\" target=\"_blank\">1 million downloads celebration post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 01:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: WordPress 4.3 Moves Customize to Its Own Top-level Menu in the Admin Bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/wordpress-4-3-moves-customize-to-its-own-top-level-menu-in-the-admin-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3156:\"<p>When menu management was <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\">proposed to be merged into WordPress 4.3</a>, a common complaint <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3#comment-68988\">expressed by readers</a> was that clicking the Widgets menu item in the admin bar loads the customizer instead of the Widgets admin screen. WordPress 4.3 separates the management interfaces by moving the Customize link to the top-level menu of the admin bar. This link opens the customizer, allowing you to manage menus, appearance, and widgets through the customizer interface.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png\"><img class=\"wp-image-46995 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png?resize=429%2C232\" alt=\"WordPress 4.2 Admin Bar\" /></a>WordPress 4.2 Admin Bar\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png\"><img class=\"wp-image-46996 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png?resize=428%2C202\" alt=\"WP43AdminBar\" /></a>WordPress 4.3 Admin Bar\n<p>The Dashboard, Themes, Widgets, and Menus links take users to their corresponding admin pages in the backend of WordPress. This makes it clear which interface users are about to enter. The enhancement is a result of <a href=\"https://core.trac.wordpress.org/ticket/32678\">ticket #32678</a> where Helen Hou-Sandí and other WordPress core contributors discussed ways to improve the context of each link over the course of five weeks.</p>\n<p>Within the ticket, Nick Halsey, who has spent a lot of time on the customizer, explains that the approach taken in the ticket addresses short-term problems while setting the stage for future improvements.</p>\n<blockquote><p>The Customizer gets the visibility it deserves and becomes more conceptually separated from ‘Appearance’, the admin becomes significantly more accessible from the front-end, the often-unhelpful dashboard is de-emphasized, etc. We also have the ability to easily upgrade the Customize link to do a much faster/shinier loading of the Customizer in the future without moving it.</p>\n<p>Notably, the add-content and edit-content links remain separated from the admin menu (and we skip submenus there for simplicity), setting us up to be able to point them to a front-end-contextual content-creating/editing experience if we build that in the future, without moving links around. This minor rearrangement should be able to last several years without things moving around much if at all, even as further adjustments are made to the features they point to.</p></blockquote>\n<p>On the surface, it appears to be a simple change but a lot of time and effort went into it. It required several core contributors to discuss a variety of mockups, ideas, and flows before the team figured out a solution.</p>\n<p>Separating how users enter each interface will be a welcome enhancement to anyone who prefers one over the other to manage themes, widgets, and menus.</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, 22 Jul 2015 23:28:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"WPTavern: How and When Mullenweg Learned Thesis Changed Back to a Proprietary License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/how-and-when-mullenweg-learned-thesis-changed-back-to-a-proprietary-license\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5837:\"<p>We now know when Matt Mullenweg discovered Chris Pearson changed Thesis’ license from split GPL to a proprietary one. On April 1st 2014, Siobhan McKeown <a href=\"http://archive.wordpress.org/interviews/2014_04_01_Mullenweg.html\">interviewed Matt Mullenweg</a> for the <a href=\"https://github.com/WordPress/book\">WordPress history book</a>.</p>\n<p>In the interview, we learn about the history of WordPress themes, the GPL, how Automattic unintentionally created the commercial theme market, why 200 themes were removed from the directory for sponsored links and much more.</p>\n<p>At the 30 minute mark, McKeown asks Mullenweg, at what point did he decide to go to the Software Freedom Law Center to receive clarification on if the default themes that ship with WordPress are derivatives? He responds:</p>\n<blockquote><p>I believe that was around our engagement with Mr. Pearson. I don’t know if it was before or after the Mixergy interview with our spirited online debate, but it was definitely around that time. I’m not a lawyer! I can read it and I can understand it from a logical point of view, but the Software Freedom Law Center is obviously the world experts in this and having them officially opine is the closest we can get to – it’s the next best thing to having a court case.</p>\n<p>I was actually very excited that perhaps Chris would actually go to court, because as you know there isn’t a ton of case law around the GPL and normally, because no one is stubborn enough to actually go to court over it, and I thought, “Oh, we finally got one!” And I was looking forward to being able to discuss in the U.S. law system and provide the precedent for anyone who comes after us to protect the GPL.</p>\n<p>Because companies like Cisco and LinkSys and huge companies with billions of dollars in resources have opted to not fight it, so you really do need someone who is going to be stubborn enough to fight it.</p></blockquote>\n<p>At the climax of the debate in 2010, <a href=\"http://ma.tt/2010/07/syn-thesis-1/#comment-481743\">some members</a> of the WordPress community wanted to see the argument go to court so a ruling could set a precedent on when a work becomes derivative.</p>\n<p>At the 33 minute mark, McKeown informs Mullenweg that Thesis switched from a split GPL license to a proprietary license. This is the first time since his debate with Pearson in 2010, that Mullenweg discovers Thesis switched back to a proprietary license. He responds:</p>\n<blockquote><p>I have not seen that. So we’d have to do a code analysis again. As you know the Software Freedom Law Center says that non-PHP, so non-linked code which can be CSS, images and JavaScript, isn’t required to be GPL. It doesn’t trigger the viral nature of WordPress’ GPL code.</p>\n<p>The stance of the WordPress community was that a theme without images or CSS isn’t much of a theme so, even though something could be legally compliant, if the entire package isn’t providing the same freedoms for users it’s not something that we want to link to or promote. Because it doesn’t really follow the things that we hold dear and true in WordPress.</p></blockquote>\n<p>On January 15, 2014, <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">Chris Pearson received</a> a copy of Mullenweg’s inquiry into thesis.com from Larry of GetYourDomain.com. This is approximately four months prior to discovering Thesis was being sold under a proprietary license. However, the exact date in which Mullenweg obtained ownership of the domain is unknown.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png\"><img class=\"size-full wp-image-46845\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png?resize=486%2C191\" alt=\"Email shared by Pearson showing Mullenweg\'s interest in the domain\" /></a>Email shared by Pearson showing Mullenweg’s interest in the domain\n<p>The first <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">publicly known use of the domain</a> that confirmed Mullenweg’s ownership was on October 26th, 2014, at WordCamp San Francisco during the Question and Answer session.</p>\n<p>As the interview continues, McKeown asks Mullenweg if he reached out to companies like Template Monster that sells WordPress themes that are not GPL Licensed. He responds:</p>\n<blockquote><p>We got in touch with everyone that we could, and it was definitely – it was a lot of time. There are times when WordPress core stuff is more than a full-time job for me and now is definitely one of them.</p>\n<p>I see your link to a [inaudible]. There’s always ways to word licenses around multi-site support where perhaps the code is GPL but the developer chooses to not provide support for more than one site unless you buy a special license. So sometimes people interpret those to be a GPL violation when actually they’re not.</p>\n<p>I’m not aware of what Chris has done and I’d like to think that he is supportive – he has done so well from the WordPress community that he’d be supportive of themes continuing to be GPL, especially since his business didn’t crash like he was worried it would.</p></blockquote>\n<p>McKeown jokes that lawyers might have written Thesis’ license agreement. Mullenweg responds, “Well, maybe we’ll dive back into it.” More than 14 months later, <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">Mullenweg has dived back into it with Pearson</a>.</p>\n<p>It’s unclear if in this second round of arguments, Mullenweg will take Pearson to court to settle the GPL derivative argument once and for all.</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, 22 Jul 2015 23:21:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: Create and Manage BuddyPress Member Types with the BP Member Type Generator Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/create-and-manage-buddypress-member-types-with-the-bp-member-type-generator-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:4810:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg?resize=1024%2C492\" alt=\"photo credit: Dunechaser - cc\" class=\"size-full wp-image-30565\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/dunechaser/6042984689/\">Dunechaser</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\" target=\"_blank\">BuddyPress 2.2</a> introduced a <a href=\"https://codex.buddypress.org/developer/member-types/\" target=\"_blank\">Member Type API</a>, which allows developers to register their own unique member types, i.e. teacher, student, coach, etc. This was an exciting addition to BuddyPress but not very accessible to non-technical community managers, since it requires writing your own plugin to utilize it.</p>\n<p><a href=\"https://wordpress.org/plugins/bp-member-type-generator/\" target=\"_blank\">BP Member Type Generator</a> is a new plugin from Brajesh Singh, prolific plugin author and owner of <a href=\"http://buddydev.com/\" target=\"_blank\">BuddyDev</a>. The plugin makes it easy for site administrators to create and manage member types in the admin – without having to write any code.</p>\n<p>A quick overview of its features includes:</p>\n<ul>\n<li>Create/Edit/Delete Member Types from WordPress admin</li>\n<li>Bulk assign member type to users from the users list screen</li>\n<li>A member type can be marked active/inactive from the edit member type page</li>\n<li>Compatible with multisite installations</li>\n</ul>\n<p>When creating a new member type, administrators have the option to enable a directory that will list all members from that type on one page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/create-member-type.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/create-member-type.png?resize=968%2C725\" alt=\"create-member-type\" class=\"aligncenter size-full wp-image-46984\" /></a></p>\n<p>If you want to add the plugin and separate your members into different types, the task is not as overwhelming as it might sound. When you visit the user listing page in the admin, you can use the plugin’s bulk “change member type” dropdown to bulk assign users to a new member type. (This feature is also available in the Extended Profile section for each individual user in the admin.)</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/change-member-type.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/change-member-type.png?resize=737%2C440\" alt=\"change-member-type\" class=\"aligncenter size-full wp-image-46988\" /></a></p>\n<p>If you want to make the member types available for selection upon user registration, Singh created a free companion plugin called <a href=\"http://buddydev.com/buddypress/using-buddypress-member-type-as-profile-field-introducing-bp-xprofile-member-type-field-plugin/\" target=\"_blank\">BP Xprofile Member Type Field</a> that puts this on the frontend. If you want to restrict members from modifying their user type after registration, you can also add the free <a href=\"http://buddydev.com/plugins/bp-non-editable-profile-fields/\" target=\"_blank\">Non Editable Profile</a> field plugin.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/registration-member-type-field.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/registration-member-type-field.png?resize=490%2C337\" alt=\"registration-member-type-field\" class=\"aligncenter size-full wp-image-46992\" /></a></p>\n<p>Please note that BP Member Type Generator cannot detect and manage other member types that have previously been added via code in a plugin. This might create some confusion if you already have existing member types. However, if you’re just starting with setting up and organizing member types, or are willing to reorganize member types, the BP Member Type Generator offers an easy way to do it.</p>\n<p>This plugin is an important and much needed new tool that puts the creation of unique member types into the hands of BuddyPress community administrators, regardless of skill level. You can download <a href=\"https://wordpress.org/plugins/bp-member-type-generator/\" target=\"_blank\">BP Member Type Generator</a> for free from WordPress.org. Singh does not officially support his plugins via the WordPress forums, but users can provide feedback via the <a href=\"http://buddydev.com/buddypress/introducing-buddypress-member-type-generator/\" target=\"_blank\">BuddyDev blog</a> or get professional support on the <a href=\"http://buddydev.com/support/forums/\" target=\"_blank\">BuddyDev Premium Support Forums</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, 22 Jul 2015 21:51:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:31:\"Joseph: Recommended Consultants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://josephscott.org/?p=9888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://josephscott.org/archives/2015/07/recommended-consultants/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:277:\"<p>My personal list of WordPress consultants has dried up ( some took full time jobs, the rest are always booked solid ). Now I’m directing people to the <a href=\"http://jkudish.com/recommendations/\">Recommended Consultants & Resources list</a> from Joey Kudish.</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, 22 Jul 2015 14:01:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s: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:90:\"WPTavern: Nick Haskins Receives Cease and Desist Letter for Violating LassoSoft Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/nick-haskins-receives-cease-and-desist-letter-for-violating-lassosoft-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4619:\"<p><a href=\"http://nickhaskins.com/\">Nick Haskins</a>, the founder and lead developer of <a href=\"https://lasso.is/\">Lasso</a>, is <a href=\"https://lasso.is/the-ugly-truth-about-trademarks/\">rebranding the product</a> after being served a cease and desist letter.</p>\n<p>A few days ago, Haskins was served a cease and desist letter from <a href=\"http://lassosoft.com/\">LassoSoft</a>. According <a href=\"http://www.lassosoft.com/What-Is-Lasso\">to LassoSoft</a>, “Lasso is a development platform and is the easiest, quickest and most secure method of supporting custom, data-driven web sites on the market today.”</p>\n<p>Before launching a product, Haskins searches Google to see if similar products exist with the same name, “Apparently we didn’t look hard enough when naming Lasso,” he said.</p>\n<h2>Three Requirements That Must Be Met</h2>\n<p>Haskins <a href=\"http://cl.ly/39400J3A100k\">shared the letter</a> to educate others in the business of WordPress. In the letter, attorney’s for LassoSoft point out the company’s <a href=\"http://www.tmfile.com/mark/?q=861046116\">registered trademarks</a> and says it commenced using the mark in the US in 1998 and in Canada in 1997.</p>\n<p>LassoSoft claims to have documented at least one case of confusion between the two brands and says the continued use of Lasso will cause even more confusion.</p>\n<p>Attorney’s for LassoSoft provided three requirements that must be met for an amicable end to the dispute:</p>\n<ol>\n<li>Permanently ceasing all use of the term “Lasso” and any trademark which includes or incorporates the term “Lasso”, in connection with any software or related goods and services.</li>\n<li>Removing all references to the term “Lasso” from the Website.</li>\n<li>Removing all references to the term “Lasso” from any marketing materials including flyers, catalogs, etc.</li>\n</ol>\n<p>Haskins has until <strong>July 29th</strong> to satisfy the requirements and provide LassoSoft with written confirmation that he has permanently ceased all use of the term “Lasso” in association with software.</p>\n<h2>Transitioning Momentum</h2>\n<p>Rebranding a product that has momentum can be a crushing blow to a business that doesn’t manage the transition correctly. I asked Haskins how he plans to shift momentum from Lasso to the new brand name.</p>\n<p>“The first idea I had, was to let the community rename it, possibly even have a $500 prize to the winning name. By incentivizing a rebranding campaign, together with a concentrated effort on re-educating, along with URL redirects and custom messages, I feel pretty strongly that we’ll be able to move right along without skipping a beat,” he said.</p>\n<p>When it comes to naming a WordPress product and launching it into the WordPress ecosystem, Haskins offers the following advice:</p>\n<p>“Use Google to see if it already exists either in the WordPress ecosystem or in a related field. This may seem like a no-brainer and it’s really common sense, but for some reason, I either never searched or that company never popped up. At any rate, I think you’ll be in good shape by sticking to something with wp prefixed or appended to the name.”</p>\n<p>“Avoid generic terms and verbs because apparently, you can trademark a verb. I’d also run the search again in six months and if it’s a product that you plan on working on for a while, go through the process of getting the term trademarked.”</p>\n<p>In addition to Haskins’ advice, I recommend using a search and discovery process provided by legal counsel familiar with trademark law.</p>\n<h2>Help Haskins Rebrand Lasso</h2>\n<p>In light of the battle between <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">Chris Pearson and Matt Mullenweg</a> involving patents, GPL, and trademarks, Haskins decided to rebrand Lasso, “There are a lot more important things in life than the name of a plugin for WordPress,” he said.</p>\n<p>Haskins is giving the community an opportunity to rebrand his product. So far, he’s ruled out WP Front End Editor as it’s too similar to the <a href=\"https://wordpress.org/plugins/wp-front-end-editor/\">name of a feature plugin</a> that may one day be merged into WordPress core.</p>\n<p>If you have an idea on what to call Lasso, please leave a comment on this post. Sometime next week, Haskins will gather the suggestions and publish a poll where the community can vote on which one is best.</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, 22 Jul 2015 01:08:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"Matt: There is No Such Thing as a Split License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://ma.tt/2015/07/licenses-going-dutch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2845:\"<p>There’s a term that pops in the WordPress community, “split license”, that we should put to rest. It’s sloppy at best, misleading at worst.</p>\n<p>First, some background. WordPress is under a license called the GPL, which basically says you can do whatever you like with the software, but if you distribute changes or create derivative works they also need to be under the GPL. Think of it like a Creative Commons Sharealike license.</p>\n<p>In the past people weren’t sure if themes for WordPress were derivative works and needed to be GPL. <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">In 2009 we got an outside legal opinion that cleared up the matter</a> saying that the PHP in themes definitely had to be GPL, and for CSS and images it was optional. Basically everyone in the WP community went fully GPL, sometimes called 100% GPL, for all the files required to run their theme (PHP, JS, CSS, artwork). The predicted theme apocalypse and death of WordPress didn’t happen and in fact both theme shops and WordPress flourished, and best of all users had all the same freedoms from their themes as they got from WordPress. It was controversial at the time, but I think history has reflected well on the approach the WP community took.</p>\n<p>As I said the PHP has to be GPL, the other stuff can be something else — many people started to use the term “split license” or “split GPL” to describe this. The problem, especially with the latter, is it leaves out the most important information. “Split GPL” doesn’t say whether the theme is violating WordPress’ license or not (maybe it’s proprietary PHP and GPL CSS), and more importantly doesn’t say what the non-GPL stuff is, which is the part you need to worry about! It also makes it sound like a split license is a thing, when all it really means is there are different licenses for different parts of the work. If something has a “split license” you have no idea what restrictions or freedoms it provides.</p>\n<p>If someone decides to have different licenses for different parts of a theme they ship in one package, it’s probably worth taking a few extra words to spell out what the rights and restrictions are, like “GPL PHP, and a restrictive proprietary license for all other elements included with the theme.” This is really important because if you’re a smart WordPress consumer you should avoid proprietary software, there is always a GPL alternative that <a href=\"http://www.gnu.org/philosophy/free-sw.en.html\">gives you the rights and freedoms you deserve</a>, and probably is from a nicer person who is more in line with the philosophy of the rest of WordPress. Vote with your pocketbook, buy GPL software!</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2015 20:55:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:94:\"WPTavern: Shortcake Bakery Plugin Offers a Suite of Useful Shortcodes for WordPress Publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/shortcake-bakery-plugin-offers-a-suite-of-useful-shortcodes-for-wordpress-publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4116:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/baker.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/baker.jpg?resize=1024%2C516\" alt=\"photo credit: Panettiere - (license)\" class=\"size-full wp-image-46899\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/27505428@N06/16282512996\">Panettiere</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>In March, the <a href=\"http://wptavern.com/shortcake-is-now-a-wordpress-feature-plugin\" target=\"_blank\">Shortcake project officially began its journey as a feature plugin</a> with regular meetings for contributors working to make it ready to propose for inclusion in WordPress core. The <a href=\"https://wordpress.org/plugins/shortcode-ui/\" target=\"_blank\">plugin</a> provides a friendly UI for adding shortcodes and transforms them to render a nice preview in the visual editor.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/pullquote-shortcode.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/pullquote-shortcode.png?resize=1025%2C538\" alt=\"pullquote-shortcode\" class=\"aligncenter size-full wp-image-46904\" /></a></p>\n<p>Last week, <a href=\"https://twitter.com/danielbachhuber\" target=\"_blank\">Daniel Bachhuber</a> and the engineering team at <a href=\"http://fusion.net/\" target=\"_blank\">Fusion</a> released <a href=\"https://wordpress.org/plugins/shortcake-bakery/\" target=\"_blank\">Shortcake Bakery</a>, a plugin that extends the Shortcake project to supply a suite of handy shortcodes for publishers. The plugin currently includes the following:</p>\n<ul>\n<li>Image Comparison (powered by <a href=\"https://juxtapose.knightlab.com/\" target=\"_blank\">JuxtaposeJS</a>)</li>\n<li>Facebook embeds</li>\n<li>iFrames (require whitelisted hostnames)</li>\n<li>Infogram embeds</li>\n<li>PDF’s (powered by <a href=\"https://mozilla.github.io/pdf.js/\" target=\"_blank\">PDF.js</a>)</li>\n<li>Playbuzz embeds</li>\n<li>Rap Genius annotations</li>\n<li>Scribd embeds</li>\n<li>Scripts (require whitelisted hostnames)</li>\n</ul>\n<p>“We’ve been steadily making shortcodes for use by the Fusion newsroom since we launched Shortcake in November, and by releasing these universally useful patterns to the world, we hope to create a large repository of structured post elements for use by the WordPress community,” Bachhuber said.</p>\n<p>For example, Shortcake Bakery supplies a friendly UI for embedding an infographic from <a href=\"https://infogr.am/\" target=\"_blank\">Infogra.am</a>. The author selects the post element and then pastes in the URL to the infographic. It instantly appears in the post editor with a TinyMCE preview.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-demo.mp4\">http://wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-demo.mp4</a></p>\n<p>Shortcake Bakery also makes it easy to embed a single Facebook post, PDF, image comparison, and other content types that might otherwise prove troublesome to include in WordPress. Each content type is optimized for instant visual preview in the editor.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-facebook-embed.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-facebook-embed.png?resize=919%2C689\" alt=\"shortcake-bakery-facebook-embed\" class=\"aligncenter size-full wp-image-46917\" /></a></p>\n<p>Version 0.1.0 includes nine useful post elements that make it easy to embed content from external services commonly referenced by publishers. Shortcodes for Instagram, Tubmlr, and Silk are listed as possible upcoming enhancements on the project’s <a href=\"https://github.com/fusioneng/shortcake-bakery/labels/enhancement\" target=\"_blank\">GitHub issues queue</a>. <a href=\"https://wordpress.org/plugins/shortcake-bakery/\" target=\"_blank\">Shortcake Bakery</a> is an open source plugin and is now available on WordPress.org. It works best when combined with the <a href=\"https://wordpress.org/plugins/shortcode-ui/\" target=\"_blank\">Shortcake</a> plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2015 02:16:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: WP Rocket Reports $355K in Annual Revenue After 2 Years in Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wp-rocket-reports-355k-in-annual-revenue-after-2-years-in-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4872:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-rocket-feature.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-rocket-feature.jpg?resize=1025%2C452\" alt=\"wp-rocket-feature\" class=\"aligncenter size-full wp-image-22199\" /></a></p>\n<p><a href=\"http://wp-rocket.me/\" target=\"_blank\">WP Rocket</a> is celebrating its second year in business. The commercial caching plugin for WordPress launched two years ago in the French market and <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\" target=\"_blank\">opened its doors to international customers</a> last May.</p>\n<p>At that time, WP Rocket was entering unproven territory as the first major caching plugin to launch with a 100% commercial model. Could the plugin succeed in a market dominated by free caching solutions like <a href=\"https://wordpress.org/plugins/w3-total-cache/\" target=\"_blank\">W3 Total Cache</a> and <a href=\"https://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a>?</p>\n<p>WP Rocket has the numbers to prove that WordPress users are willing to pay for an easy-to-configure solution to site optimization. In February, the 100% bootstrapped company published a transparency report showing that the product was now active on 15,000+ websites and <a href=\"http://wptavern.com/wp-rocket-grows-from-0-to-35k-in-monthly-revenue\" target=\"_blank\">averaging $35K in monthly revenue</a>. Six months later, the plugin is now active on more than 32,000 websites. From July 2014 – July 2015, WP Rocket <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\" target=\"_blank\">reports</a> that the company pulled in a total of $351,097 in revenue.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/wprocket-2014-2015.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/wprocket-2014-2015.jpg?resize=629%2C525\" alt=\"photo credit: WP Rocket</a.\" /></a>photo credit: <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\">WP Rocket</a>\n<p>WP Rocket has been successful in identifying ways to stand out among established competitors. During our <a href=\"http://wptavern.com/wp-rocket-launches-commercial-caching-plugin-for-wordpress\" target=\"_blank\">initial tests of the plugin</a>, we found that it took under a minute to configure caching for a small blogging site using its simple, basic settings panel. Without even touching the more advanced options, such as DNS prefetching and file exclusions, we were able to reduce the page size and load time by roughly 50%.</p>\n<p>Inspired by a recent three-month stay in San Francisco, WP Rocket developers and co-founders Jonathan Buttigieg and Jean-Baptiste Marchand-Arvier are now working to diversify their product offerings.</p>\n<p>“WP Rocket will be one product among others from our startup and not the only one,” Marchand-Arvier said. “We want to have a portfolio of products and not depend on only one.”</p>\n<p>To that end, the company is dipping its toes into multiple potentially welcoming revenue streams, including plugins, themes, and SaaS.</p>\n<p>“For the past few months, Julio has been working on a security plugin,” Marchand-Arvier said. “This is going to be a great challenge for us as we experiment with a freemium model for the first time, and because there are great competitors in the space, like WordFence and iThemes Security.</p>\n<p>WP Rocket currently has a dedicated team working on <a href=\"https://imagify.io/\" target=\"_blank\">Imagify</a>, an image compression toolkit and their first SaaS venture. The company also plans to enter the theme market with its own shop.</p>\n<p>“We want to take on that huge challenge which will be very different compared to selling a plugin,” Marchand-Arvier said.</p>\n<p>WP Rocket’s founders believe that building a strong company culture will be one of the key factors to their continued success.</p>\n<p>“To work in a mostly remote team can create a lack of human connection,” Marchand-Arvier said. “That’s why we’ve decided to organize a ‘startup retreat’ every year.” This decision was inspired by the founders’ 2014 trip to explore Silicon Valley, a pivotal event that changed the way they approached business in the WordPress ecosystem.</p>\n<p>“This [trip] transformed three guys who were selling a WordPress plugin into a Startup of eight people (today) with a strong company culture,” he said.</p>\n<p>If the success of WP Rocket’s caching plugin is any indication, WordPress users should be on the lookout for the company to bring a new twist into other existing product niches. Momentum is running high on their currently incubating projects with <a href=\"https://imagify.io/\" target=\"_blank\">Imagify</a> on track to launch in the upcoming weeks.</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, 20 Jul 2015 20:33:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Streak Broken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2015/07/streak-broken/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:689:\"<p>Due to some distractions and mishandling of scheduled posts on my part, I broke my blogging streak. I got up to 198 days, which isn’t bad, and I’m looking forward to beating it next time. A lot of people might not know this, but if you’re on <a href=\"http://wordpress.com/\">WordPress.com</a> or run <a href=\"http://jetpack.me/\">Jetpack</a> when you start a posting streak it will give you a notification high-five every day you continue it, this was the last one I got:</p>\n<p><img class=\"aligncenter wp-image-45252\" src=\"http://i2.wp.com/ma.tt/files/2015/07/Screen-Shot-2015-07-18-at-9.06.19-AM.png?resize=386%2C394\" alt=\"Screen Shot 2015-07-18 at 9.06.19 AM\" /></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, 18 Jul 2015 13:08:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Mullenweg and Pearson Square Off on Patents, GPL, and Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8449:\"<p>In a post titled “<a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\" target=\"_blank\">The Truth About Thesis.com</a>,” Chris Pearson responded to the recent heated discussions about his <a href=\"http://wptavern.com/automattic-wins-cybersquatting-case-against-chris-pearson\" target=\"_blank\">legal battle with Automattic over the Thesis.com domain</a> and related trademarks. His public response revives a <a href=\"http://wordpress.tv/2010/07/15/mixergy-interview-pearson-mullenweg/\">five-year old licensing disagreement</a>.</p>\n<p>“I think the most important place to start is by asking: Why would Automattic—a website software company with over $300 million in funding—buy thesis.com when I owned the trademark for Thesis in the website software space?” Pearson asked.</p>\n<p>In February 2013, Pearson started negotiations with a domain broker named Larry of GetYourDomain.com in an attempt to purchase thesis.com. He opened with an offer of $37,500 which he considered to be more than enough for an unused domain. After months of negotiating, the deal fell through.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png\"><img class=\"size-full wp-image-46845\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png?resize=486%2C191\" alt=\"Email shared by Pearson showing Mullenweg\'s interest in the domain\" /></a>Email shared by Pearson showing Mullenweg’s interest in the domain\n<p>“I didn’t see how Matt could justify buying the domain for $100,000. Because of my trademark, there was no way he could legally use the domain for Automattic, and therefore, I didn’t believe there was a reason for him to spend that much money,” Pearson said.</p>\n<p>Nine months after negotiations failed, Pearson received an email from Larry asking if he’d like to renegotiate since Mullenweg showed interest in the domain. Further negotiations went nowhere and Mullenweg won the domain for $100K.</p>\n<p>News of Mullenweg’s purchase didn’t reach the public until he replied to a question about WordPress’ relationship with commercial theme providers at the 2014 State of the Word Q&A. In his response, he encouraged the audience to visit Thesis.com. Notice Mullenweg’s delivery and how the crowd reacts to his announcement.</p>\n<p></p>\n<p></p>\n<p>Pearson also accused Mullenweg of <a href=\"http://tsdr.uspto.gov/#caseNumber=4039583&caseType=US_REGISTRATION_NO&searchType=statusSearch\">violating his trademark</a>.</p>\n<blockquote><p>Principles? Matt spent $100,000 to buy thesis.com—a domain in which he had no legitimate business interest—forwarded the domain to his property, and violated my trademark.</p>\n<p>This is ironic considering how vigilant Matt has been about protecting the WordPress trademark—especially as it <a href=\"http://wptavern.com/the-wordpress-foundation-sues-jeff-yablon-for-trademark-infringement\">relates to domain names</a>.</p></blockquote>\n<p>Pearson goes on to describe his duty to protect to his trademark and the details of the UDRP Case Ruling, as well as the fallout regarding the court’s decision in Automattic’s favor.</p>\n<p>“It’s time for the community to ask itself if using $300 million in funding to purchase $100,000 domains, fund aggressive lawsuits, and fuel unending drama is properly representative of the WordPress project,” he said.</p>\n<p>Pearson admitted to “being a jerk” both in the post and the comments. This admission is based on his attitude and the way he presented himself in 2010 in the <a href=\"http://wordpress.tv/2010/07/15/mixergy-interview-pearson-mullenweg/\">interview with Andrew Warner</a> on Mixergy. Mullenweg focused on the fact that Pearson changed the licensing structure of Thesis so that part of it is incompatible with the GPL:</p>\n<p>“So why do the exact same thing you did before, change your license to violate the GPL and take rights away from your users? And then litigate against someone else?” Mullenweg asked.</p>\n<p>He is referring to Thesis’ <a href=\"http://diythemes.com/thesis/rtfm/software-license-agreement/\">license agreement</a> customers agree to when they purchase the theme. The agreement has terms that take user freedoms away that GPL licensed software provides. Here are a few of terms in the agreement:</p>\n<ul>\n<li>You can’t sell, rent, or otherwise transfer the software to anyone else.</li>\n<li>The license provides you, and only you, with the rights to use the software for its intended purpose.</li>\n<li>Other than for educational purposes, any modification of the Thesis “core” is prohibited.</li>\n</ul>\n<p>Mullenweg is well known as a zealous protector of the GPL and users’ rights. However, Pearson and many others perceived his comments on licensing to be a distraction from the main issue.</p>\n<p>In responding to commenters on whether the issue is dead, he <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507944\" target=\"_blank\">said</a>:</p>\n<blockquote><p>The issue isn’t dead — Chris went back on his word and re-changed his license to be 100% proprietary and violate the GPL, sneakily sometime in the past 5 years since the last time he did that. He also patented how themes work, and color pickers.</p></blockquote>\n<p>The patent Mullenweg is <a href=\"http://www.google.com/patents/US20140095982\">referring to</a> was published in September of 2012. The patent describes systems, servers, and methods for managing websites using the Thesis software. One of the fears is that the patent is vague and closely describes how WordPress themes work in general, although Pearson claims the patent has <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\">nothing to do with WordPress</a>.</p>\n<p>Pearson <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\" target=\"_blank\">clarified Thesis’ new proprietary licensing</a>, which Mullenweg believes to be in violation of their agreement in 2010:</p>\n<blockquote><p>In October 2012, I released an all-new version of Thesis that carried the same name as the original (which had a split-GPL license), but that’s where the similarities stopped.</p>\n<p>The new Thesis is not a Theme—it is an operating system for templates and design. This system runs Skins and Boxes, which are similar to Themes and Plugins, but with a boatload of built-in efficiencies that Themes and Plugins cannot provide.</p>\n<p>Skins and Boxes carry MIT licenses, which are not only open source, but also easy for anyone to understand and use.</p>\n<p>There is nothing sneaky about the licensing structure that has been in place since October 2012. DIYthemes customers must agree to the proprietary licensing on the Thesis core before downloading and using the software.</p></blockquote>\n<p>After Mullenweg purchased the domain, he <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507947\">received no personal communication from Pearson</a> on the issue until Automattic was hit with litigation. The litigation stems from Pearson trying to protect his trademark.</p>\n<p>“I don’t know the last time I got an email from Chris directly (3+ years?), and myself and Automattic didn’t hear anything from him before we got the litigation notice he was trying to seize the domain,” Mullenweg commented. “No questions, no concerns, no offer to resolve, no discussion, we were just hit with legal action out of the blue.”</p>\n<p>In a <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507959\">comment published</a> on Pearson’s blog post, Mullenweg contends that Pearson is repeating the same mistake he made in 2010 by not licensing Thesis as GPL.</p>\n<p>“It doesn’t matter if you admit what you did was wrong in the past if you go and do the exact same thing again: violate the GPL, and make it worse by patenting common theme practices,” he said.</p>\n<p>Up until this point, Mullenweg has declined to comment directly on Automattic’s interest in purchasing thesis.com in the first place. There are a lot of forces at play, including patents, GPL adherence, trademarks, and domain names. This is a developing and complicated story that we’ll continue to keep our eyes on.</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, 18 Jul 2015 05:24: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: New Feature Plugin Proposed: oEmbed for WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/new-feature-plugin-proposed-oembed-for-wordpress-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2809:\"<p>WordPress has a <a href=\"https://codex.wordpress.org/Embeds\" target=\"_blank\">whitelist</a> of 31 trusted sites from which users can oEmbed content, but one source is noticeably missing – WordPress itself. During this week’s <a href=\"https://make.wordpress.org/core/2015/07/10/feature-plugin-chat-on-july-14/\" target=\"_blank\">feature plugin chat</a>, Pascal Birchler and a group of contributors proposed the idea of <a href=\"https://make.wordpress.org/core/2015/07/10/feature-plugin-chat-on-july-14/#comment-26324\" target=\"_blank\">oEmbed for WordPress Posts</a>:</p>\n<blockquote><p>Basically, we want to make WordPress an oEmbed provider. Users should be able to paste an URL from a WordPress blog and the post gets embedded right away. Difficulties here are discovering other WordPress sites as oEmbed providers and whitelisting them. The oEmbed endpoint requires the WP-API to be in use, so this can’t land in core until the API does.</p></blockquote>\n<p>The <a href=\"https://github.com/swissspidy/oEmbed-API\" target=\"_blank\">oEmbed API</a> proof-of-concept feature plugin is currently in development on GitHub. It requires WordPress 4.3 beta 3 or later and version 2 of the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">WP REST API</a> plugin.</p>\n<p>Mel Choyce, author of the trac <a href=\"https://core.trac.wordpress.org/ticket/32522\" target=\"_blank\">ticket</a> requesting the feature, created a mockup of how embedded WordPress posts might look:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wordpress-oembed-feature-plugin-mockup.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wordpress-oembed-feature-plugin-mockup.jpg?resize=1024%2C960\" alt=\"wordpress-oembed-feature-plugin-mockup\" class=\"aligncenter size-full wp-image-46828\" /></a></p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/32522\" target=\"_blank\">ticket</a> is home to an active discussion with excellent reasons on both sides of the argument for why this should or should not be included in core, highlighting the many <a href=\"https://core.trac.wordpress.org/ticket/32522#comment:32\" target=\"_blank\">considerations</a> that would be involved with having oEmbed discovery turned on. Tackling <a href=\"https://core.trac.wordpress.org/ticket/32522#comment:34\" target=\"_blank\">abuse of the feature</a> could also pose a significant challenge.</p>\n<p>The feature plugin is still in the early development stages and discussion regarding its implementation is ongoing. Birchler said the team needs help with design and development, particularly with the oEmbed auto-discovery part of the project. If you’d like to get involved with the discussion, you can join in the weekly chats in the <strong>#feature-oembed</strong> WordPress Slack channel.</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, 17 Jul 2015 22:51:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: New Roots Radio Podcast Discusses WordPress and Modern Web Development Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/new-roots-radio-podcast-discusses-wordpress-and-modern-web-development-topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/roots.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/roots.jpg?resize=700%2C300\" alt=\"roots\" class=\"aligncenter size-full wp-image-46801\" /></a></p>\n<p>Ben Word and the team behind <a href=\"https://roots.io/\" target=\"_blank\">Roots</a> are launching a new WordPress-related podcast called <a href=\"https://roots.io/radio0/\" target=\"_blank\">Roots Radio</a>. Earlier this year, Word <a href=\"http://wptavern.com/roots-wordpress-starter-theme-rebrands-as-sage-with-8-0-release\" target=\"_blank\">rebranded the Roots starter theme as “Sage”</a> under the Roots organization as part of <a href=\"http://wptavern.com/roots-starter-theme-for-wordpress-will-become-framework-agnostic-in-2015\" target=\"_blank\">a long-term plan to make it framework-agnostic</a>. Opening up the starter theme to be available for use with a variety of frontend frameworks means that the Roots community is utilizing a wide range of technologies for development.</p>\n<p>The new podcast was created to discuss WordPress and Roots development and will also explore general modern web development topics. The <a href=\"https://roots.io/radio0/\" target=\"_blank\">inaugural episode</a> introduces Roots team members, many of whom use WordPress and others who are more active outside of WordPress development. They also discuss their individual WordPress workflows, dependency management, and project structure.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">If you’re interested in a smoother WordPress workflow, listen to Roots Radio, whether you use Roots or not. <a href=\"https://t.co/vhocxb9tkC\">https://t.co/vhocxb9tkC</a></p>\n<p>— Fränk Klein (@fklux) <a href=\"https://twitter.com/fklux/status/621432291341017088\">July 15, 2015</a></p></blockquote>\n<p></p>\n<p>Ben Word and Scott Walkinshaw recently appeared on <a href=\"https://changelog.com/podcast/\" target=\"_blank\">The Changelog</a> podcast, a weekly show that covers the intersection of software development and open source, to discuss “<a href=\"https://changelog.com/156/\" target=\"_blank\">Modern WordPress using Bedrock and Sage</a>.”</p>\n<p>“After Scott and I appeared on the Changelog podcast, the guys on the team wanted to get something going,” Word said. Even though the WordPress community already has many regular podcasts devoted to news, business, and development, Word believes that the Roots team has something unique to offer with their experience and dedication to using modern web development tools.</p>\n<p>He shared a sneak preview of some of the topics the team plans to cover in future episodes of Roots Radio:</p>\n<ul>\n<li>Deployments</li>\n<li>Theme wrapper and DRY</li>\n<li>Security</li>\n<li>Composer</li>\n<li>Forking WordPress</li>\n<li>Open Source Support/Maintenance/Burnout</li>\n<li>Keeping Roots projects up-to-date</li>\n<li>Framework agnostic workflow</li>\n<li>Theming tips and tricks</li>\n<li>How to contribute to Roots / open source</li>\n<li>Stepping outside of WordPress land</li>\n<li>Unit tests</li>\n</ul>\n<p>Word confirmed that Roots Radio will have guests on upcoming episodes. If these topics have piqued your interest, you can subscribe to the podcast via <a href=\"https://itunes.apple.com/us/podcast/roots-radio/id1015480854\" target=\"_blank\">iTunes</a> or <a href=\"http://feeds.soundcloud.com/users/soundcloud:users:160680092/sounds.rss\" target=\"_blank\">RSS</a>. New episodes will be released every couple of weeks.</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, 17 Jul 2015 20:24: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: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:71:\"WPTavern: WordPress 4.3 Beta 3 Adds Site Icon Feature to the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordpress-4-3-beta-3-adds-site-icon-feature-to-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4288:\"<p>WordPress 4.3 <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\" target=\"_blank\">beta 3</a> was released this week right on <a href=\"https://make.wordpress.org/core/version-4-3-project-schedule/\" target=\"_blank\">schedule</a>, and beta 4 is expected to arrive next Wednesday. This release includes more than <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33286&stop_rev=33141&limit=150\" target=\"_blank\">140 fixes and improvements</a> since last week’s beta.</p>\n<p>One of the most important changes you’ll notice is that the <a href=\"http://wptavern.com/wordpress-4-3-adds-new-site-icons-feature-and-a-text-editor-to-press-this\" target=\"_blank\">Site Icon feature</a> is now available in the customizer in addition to its spot under <strong>General > Settings</strong>. The new panel is called Site Identity and it includes the site title, tagline, and the icon upload controls.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/site-identity-new-customizer-panel.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/site-identity-new-customizer-panel.jpg?resize=1025%2C690\" alt=\"site-identity-new-customizer-panel\" class=\"aligncenter size-full wp-image-46773\" /></a></p>\n<p>“The feature is now complete and requires lots of testing,” WordPress 4.3 release lead Konstantin Obenland said in the announcement. “Please help us ensure the site icon feature works well in both Settings and the Customizer.”</p>\n<p>Mark Jaquith’s work to improve passwords has also been added to the installation process so that administrators will be prompted to select a strong password when setting up a new site. This screenshot from Ryan Boren’s most recent “<a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/\" target=\"_blank\">Today in the Nightly</a>” update shows the password strength meter’s feedback added to the UI.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/passwords-ui-on-install-screen-1024x740.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/passwords-ui-on-install-screen-1024x740.png?resize=1024%2C740\" alt=\"photo credit: Ryan Boren\" class=\"size-full wp-image-46779\" /></a>photo credit: <a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/passwords-ui-on-install-screen/\">Ryan Boren</a>\n<p>Boren also highlighted the value of the new Markdown-esque patterns recognized in the post editor and their convenience for mobile users. Instead of trying to format HTML on a tiny screen, users will be able to take advantage of the new shortcuts which require fewer keystrokes.</p>\n<p>“Create bulleted lists, ordered lists, and blockquotes using markdown like patterns,” he said. “I find this particularly handy on phones when the editor toolbar is offscreen.”</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/editor-patterns-keyboard-shortcuts-list.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/editor-patterns-keyboard-shortcuts-list.jpg?resize=1025%2C541\" alt=\"photo credit: Ryan Boren\" class=\"size-full wp-image-46785\" /></a>photo credit: <a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/\">Ryan Boren</a>\n<p>Beta 3 also improves the accessibility of comments and media list tables with a better design for comment bubbles and focus styling for row toggles. Obenland welcomes feedback on the accessibility improvements from those who are using WordPress with screen readers.</p>\n<p>With 140 changes in beta 3, a new round of testing is in order. You can help by installing the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin on a development site and reporting any bugs you find in the recent improvements. The official WordPress 4.3 release is now just four weeks away.</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, 16 Jul 2015 22:01: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WPWeekly Episode 199 – Preview of WordPress 4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=46746&preview_id=46746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/wpweekly-episode-199-preview-of-wordpress-4-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:2747:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I preview WordPress 4.3. We discuss what WordPress.tv should do with old videos now that the site is six years old. There’s a conference this weekend devoted to the Genesis Framework and we let you know how you can watch it for free.</p>\n<p>Theme translations and language packs are on their way to the WordPress theme directory. Last but not least, we congratulate Topher DeRosia on reaching his funding goals to attend WordCamp Pune, India.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">WordPress 4.3 Beta 3</a><br />\n<a href=\"http://www.wpbeginner.com/news/whats-coming-in-wordpress-4-3-features-and-screenshots\">What’s Coming in WordPress 4.3</a><br />\n<a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\">UI For Outdated Content on WordPress.tv</a><br />\n<a href=\"http://wptavern.com/theme-translations-and-language-packs-are-coming-to-wordpress-org\">Theme Translations and Language Packs are Coming to WordPress.org</a><br />\n<a href=\"http://wptavern.com/the-first-24hr-conference-devoted-to-the-genesis-framework-set-for-july-19-20\">The First 24hr Conference Devoted to the Genesis Framework Set for July 18-20</a><br />\n<a href=\"http://wptavern.com/topher-derosia-launches-gofundme-campaign-to-attend-wordcamp-pune-india\">Topher DeRosia Launches GoFundMe Campaign to Attend WordCamp Pune, India</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/background-image-cropper/\">Background Image Cropper</a> is a WordPress core feature-plugin that adds cropping to background images for parity with header images.</p>\n<p><a href=\"https://wordpress.org/plugins/frontier-restrict-media/\">Frontier Restrict Media</a> will restrict users so they can only access their own media files from the media library.</p>\n<p><a href=\"https://wordpress.org/plugins/image-hover-effects/\">Image Hover Effects</a> allows users to add 40+ hover effects to images with captions.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 22nd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #199:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 19:02:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: How to Give Back to the WordPress Foundation when Shopping on Amazon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/how-to-give-back-to-the-wordpress-foundation-when-shopping-on-amazon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5051:\"<p>Consumer disappointment ran high yesterday when Amazon Prime Day <a href=\"https://twitter.com/hashtag/PrimeDayFail?src=hash\" target=\"_blank\">failed</a> to deliver on its ambitious claim to have “more deals than Black Friday.” Prime customers were surprised to find modest deals on knee braces, shoe horns, and pet grooming kits instead of steep discounts on shiny electronics.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">A Diane Keaton T Shirt, with a 5 pack of brass knuckles AND ham?!?! DREAMS CAN COME TRUE <a href=\"https://twitter.com/hashtag/PrimeDayFail?src=hash\">#PrimeDayFail</a> <a href=\"http://t.co/hE1X6lhGb5\">pic.twitter.com/hE1X6lhGb5</a></p>\n<p>— Roy Buckingham (@shave_my_lemon) <a href=\"https://twitter.com/shave_my_lemon/status/621462914533232640\">July 15, 2015</a></p></blockquote>\n<p></p>\n<p>The world was optimistic that if any company could create a consumer holiday out of thin air, Amazon would be the one to do it. Despite Prime Day’s humor-inspiring failure, consumer obsession with the online retail giant isn’t likely to wane anytime soon. In fact, the company reported that its “‘<a href=\"http://phx.corporate-ir.net/phoenix.zhtml?c=176060&p=irol-newsArticle&ID=2068090\" target=\"_blank\">Prime Day’ peak order rates surpassed that of 2014’s Black Friday</a>” early in the day.</p>\n<p>If you’re a die hard Amazon shopper, you’ll probably continue on as if Prime Day never happened. Here’s how you can do something good for WordPress while you’re at it:</p>\n<p>The <a href=\"http://smile.amazon.com/\" target=\"_blank\">AmazonSmile Foundation</a> enables shoppers to support their favorite charitable organizations when making purchases, at no extra cost. If you select a charity, AmazonSmile will automatically donate 0.5% of the purchase price from your eligible purchases. The <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a> is among the nearly one million organizations that you can support.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-wordpress-foundation.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-wordpress-foundation.jpg?resize=1025%2C479\" alt=\"amazon-wordpress-foundation\" class=\"aligncenter size-full wp-image-46731\" /></a></p>\n<p>To sign up, simply visit <a href=\"http://smile.amazon.com/\" target=\"_blank\">Smile.Amazon.com</a> and select the WordPress Foundation. You’ll be presented with options that will help you navigate to Smile.Amazon.com more conveniently the next time you shop. If you have already selected a charity and want to change it, you can visit your account settings to search and select a new organization.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-smile-change-charity.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-smile-change-charity.jpg?resize=877%2C492\" alt=\"amazon-smile-change-charity\" class=\"aligncenter size-full wp-image-46735\" /></a></p>\n<h3>What does the WordPress Foundation do?</h3>\n<p>Before you opt to support the <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a>, it’s important to know what it’s all about. The 501(c)3 non-profit organization was established “to further the mission of the WordPress open source project: to democratize publishing through Open Source, GPL software.” Matt Mullenweg created the charity to ensure that future generations will have access to WordPress as the project’s leadership and contributor base continue to evolve. It also exists to protect the WordPress and WordCamp trademarks and logos.</p>\n<p>A large portion of donations to the foundation go towards subsidizing WordCamp expenses, including video production of presentations for WordCamp.tv. The foundation also <a href=\"http://wptavern.com/wordpress-foundation-to-foot-the-bill-for-meetup-com-organizer-dues\" target=\"_blank\">covers Meetup.com organizer dues</a> for those who run WordPress meetups. At the beginning of this year, the foundation <a href=\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\" target=\"_blank\">created a new traveling scholarship for women attending WordCamp US</a>, in memory of Kim Parsell, a prolific WordPress contributor who passed away this year.</p>\n<p>When you support the WordPress Foundation, you are supporting a variety of community initiatives that help ensure the future of WordPress for years to come. Rose Goldman, who helps manage the foundation, recently set the organization up on AmazonSmile. So far, she said the donations from Amazon represent just a trickle of the budget, but that’s probably due to lack of awareness of AmazonSmile. If you haven’t yet selected a charity for automatic donations from <a href=\"http://smile.amazon.com/\" target=\"_blank\">AmazonSmile</a>, the WordPress Foundation is a worthy cause.</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, 16 Jul 2015 18:52: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: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:54:\"WPTavern: What Should WordPress.tv Do with Old Videos?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wptavern.com/what-should-wordpress-tv-do-with-old-videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4208:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordPressTVFeaturedImage.png\"><img class=\"size-full wp-image-46739\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordPressTVFeaturedImage.png?resize=666%2C254\" alt=\"WordPress TV Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/30719244@N06/8648634062\">tvs</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p><a href=\"http://wordpress.tv/\">WordPress.tv</a> launched in <a href=\"https://wordpress.org/news/2009/01/wordpresstv/\">January of 2009</a> and since then has become one of the largest repositories of information dedicated to WordPress. To put that in perspective, WordPress 2.8 and 2.9 were released the same year.</p>\n<p>However, with more than six years of content available, the team has run into a problem. On July 3rd, Brash Rebel, who helps manage WordPress.tv, <a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\">asked</a> if there should be a user interface for outdated content.</p>\n<blockquote><p>A reality we are now facing is the fact that the software we know and love has evolved and changed considerably over this time period, thus rendering much of the early content on this site no longer applicable to users of more current releases of WordPress. In <a href=\"https://wordpress.slack.com/archives/wptv/p1435856572000421\">today’s TV team Slack meeting</a> the question was raised about how to properly address outdated, deprecated, no-longer-accurate content.</p></blockquote>\n<p>The first question considered is whether to keep or delete old content, specifically, videos in the <a href=\"http://wordpress.tv/category/how-to/\">How To</a> category. Since so many people watch older tutorial style videos, the team decided that removing the content permanently from the site is not the best course of action. The other question considered is whether older presentations on specific subjects should be deleted.</p>\n<p>For example, the following two sessions are about the same subject but four years apart. The content in the 2015 video is more likely to match the Google Analytics experience of today.</p>\n<ol>\n<li><a href=\"http://wordpress.tv/2013/03/16/melinda-samson-workshop-google-analytics-101/\">Melinda Samson: Google Analytics 101 Workshop (2011)</a></li>\n<li><a href=\"http://wordpress.tv/2015/05/16/david-bird-google-analytics-and-wordpress-for-beginners-2/\">David Bird: Google Analytics and WordPress for Beginners (May, 2015)</a></li>\n</ol>\n<p>The team also discussed a variety of ideas on how to display information to viewers that they’re watching outdated content. These included, text prompts, information bars, links, and determining the best method to indicate videos don’t reflect the current WordPress experience.</p>\n<p>Rebel says the goal isn’t to strictly deal with the issue today, but also set a precedence for the future. As more WordCamps occur across the globe and more <a href=\"https://make.wordpress.org/tv/2015/06/16/do-you-screencast-or-make-video-tutorials-of-how-to-use-wordpress-wordpress-tv-wants-you/\">screencasts</a> show up on WordPress.tv, the team needs to figure out a balance between displaying old content and making the most out of fresh content.</p>\n<h2>Mimic the Plugin Directory</h2>\n<p>I’m happy that the team won’t delete old videos. As someone who writes about WordPress everyday, the videos on WordPress.tv contain a wealth of knowledge. It would be a shame to see so much information deleted.</p>\n<p>I think the best and easiest solution is to mimic the WordPress plugin directory in how it deals with plugins that haven’t been updated in two years or more. A prominent message displays on the page telling the viewer that the content they’re watching is outdated. It could be taken a step further by showing the viewer a list of related videos that are more recent.</p>\n<p>I encourage you to<a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\"> read the blog post</a> and the associated comments as they contain some good ideas. What do you think should be done with old content on WordPress.tv?</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, 16 Jul 2015 18:12:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: TSA Jazz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://ma.tt/2015/07/tsa-jazz/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:769:\"<p>At an airport in Frankfurt airport security asked famous jazz saxophonist <a href=\"http://www.joshuaredman.com/\">Joshua Redman</a> to prove it was a real instrument.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">[airport security, FRA] *sax flagged* “Pls play” “Seriously?” “Yes” *i play Ornithology* *midway thru 1st chorus* “Enuf u’re clear pls stop”</p>\n<p>— Joshua Redman (@Joshua_Redman) <a href=\"https://twitter.com/Joshua_Redman/status/619144413369909248\">July 9, 2015</a></p></blockquote>\n<p></p>\n<p>Hilarious! I can’t find any recordings of Joshua playing that classic bebop song, but here’s a Charlie Parker recording:</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 15:12: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: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: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:80:\"WPTavern: Explore the WordPress REST API with the New Interactive Console Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46685\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/explore-the-wordpress-rest-api-with-the-new-interactive-console-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:3697:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>WordPress REST API project lead <a href=\"https://twitter.com/rmccue\" target=\"_blank\">Ryan McCue</a>, in cooperation with <a href=\"https://twitter.com/AutomatticEng\" target=\"_blank\">Automattic’s Engineering team</a>, released a <a href=\"https://wordpress.org/plugins/rest-api-console/\" target=\"_blank\">REST API Console</a> plugin on WordPress.org today. It’s a basic console that fits right into the WordPress admin and allows you to explore the API, make small changes, and find out what your site is exposing.</p>\n<p>“This is a forked version of the WP.com console that myself and members of the Apollo team at Automattic worked on,” McCue told the Tavern. The console was converted in approximately four casual days, and McCue credits <a href=\"http://viewsource.beaucollins.com/\" target=\"_blank\">Beau Collins</a> for this, as he originally wrote the majority of the console for developers working on WordPress.com.</p>\n<p>“It’s pretty useful for exploring the API as a learning tool, but also for developers who are extending the API to get a sense of how their stuff fits in,” he said.</p>\n<p>The REST API Console plugin requires the <a href=\"https://wordpress.org/plugin/rest-api/\" target=\"_blank\">WP REST API plugin</a> version 2.0 or later. You can find this on the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">GitHub project page</a> and version 2 should be up on WordPress.org within the next day or two. Once you have both plugins installed, the console is visible in the admin under <strong>Tools > Rest API Console</strong>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-rest-api-console-demo.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-rest-api-console-demo.jpg?resize=829%2C236\" alt=\"wp-rest-api-console-demo\" class=\"aligncenter size-full wp-image-46693\" /></a></p>\n<p>You can actually make changes to your site using the console, so it’s advisable to install it on a local site and play with it there. While the GET requests can’t change anything, the other types can edit or delete posts (which would end up in your trash).</p>\n<p>The plugin can only connect to the local site you’re currently on and cannot access remote WordPress sites. McCue recommends using something like <a href=\"https://www.getpostman.com/\" target=\"_blank\">Postman</a> or <a href=\"http://luckymarmot.com/paw\" target=\"_blank\">Paw</a> if you want to play around with remote sites.</p>\n<p>In the future, he hopes to add more features and improve the plugin’s parameter documentation.</p>\n<p>“The older WordPress.com console had the ability to click through to links, so I’d like to re-add that at some point,” he said. “The parameter documentation and tooling hasn’t been fleshed out yet, but the plan is to do it eventually – we’re working on exposing more from the API itself, too.”</p>\n<p>If you want to tinker with the API but don’t have a local testing site handy, check out the live demo at <a href=\"http://demo.wp-api.org\" target=\"_blank\">demo.wp-api.org</a> where you can click around to explore. This will save you the trouble of installing the plugin, if you just want to try it out. Also, you can’t perform any destructive changes there. Version 2 of the WP REST API plugin should be available on WordPress.org within 24-48 hours.</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, 16 Jul 2015 00:31:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: WordPress Theme Review Team Unanimously Approves Roadmap to Improve Directory and Review Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://wptavern.com/wordpress-theme-review-team-unanimously-approves-roadmap-to-improve-directory-and-review-process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2613:\"<p>The <a href=\"https://make.wordpress.org/themes/\">Theme Review Team</a> has spent the last two months <a href=\"http://wptavern.com/wordpress-theme-review-team-seeks-feedback-on-the-review-process-themes-and-the-directory\">collecting data from surveys</a> to discover common pain points people experience using the theme directory and going through the theme review process. The results of those surveys were used to <a href=\"https://make.wordpress.org/themes/2015/07/07/roadmap-for-phase-one/\">create a roadmap</a> of areas to focus on.</p>\n<p>In yesterday’s meeting, the Theme Review Team voted and those in attendance <a href=\"https://wordpress.slack.com/archives/themereview/p1436896772000053\">unanimously approved</a> the roadmap.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/ThemeReviewTeamRoadmapVote.png\"><img class=\"size-full wp-image-46668\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/ThemeReviewTeamRoadmapVote.png?resize=471%2C560\" alt=\"Phase One Roadmap Approved\" /></a>Phase One Roadmap Approved\n<p>One of the key parts to the roadmap is creating groups with a scope of responsibilities. The groups include:</p>\n<ul>\n<li>Directory</li>\n<li>Documentation</li>\n<li>Tools</li>\n<li>Reviews and queues</li>\n<li>UX and research</li>\n</ul>\n<p>Each group needs a point person who acts as the communication bridge between the group and Theme Review Team. Tammie Lister explains what the point person’s role is within a group.</p>\n<blockquote><p>This person will report weekly what is going on during the chats. They will also post on the make.blog each week about what is going on in each group. This should ensure we keep up communication and make sure things get done.</p></blockquote>\n<p>They’re not necessarily in charge of getting things done but rather, act as a facilitator to make sure the group stays on track.</p>\n<p>One part of the roadmap that I’m interested in is the possibility of a report button added to the theme directory to allow users to report themes. If this happens, it will be interesting to see how it’s used or abused and whether it adds any additional work load to the theme reviewers.</p>\n<p>The roadmap looks solid and shows the team is focused on improving several aspects of the Theme Directory. This is a great opportunity for new contributors to get involved with the project. If you’re interested in joining any of the groups within the Theme Review Team, please visit the <strong>#themereview</strong> channel on <a href=\"https://make.wordpress.org/chat/\">Slack</a> and let the team know.</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, 15 Jul 2015 21:10:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Proper Lite: A Free and Flexible WordPress Theme for Creatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/proper-lite-a-free-and-flexible-wordpress-theme-for-creatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<p>Last November, ModernThemes <a href=\"http://wptavern.com/modernthemes-launches-site-dedicated-to-providing-free-wordpress-themes\" target=\"_blank\">officially launched its free WordPress themes site</a> and has been gradually adding to its <a href=\"https://wordpress.org/themes/author/modernthemesnet/\" target=\"_blank\">collection</a> hosted on WordPress.org. Founders Robbie Grabowski and Mike Driscoll launched the site with a commitment to produce themes that support the native customizer and keep plugin functionality separate while still being “plugin-friendly.”</p>\n<p><a href=\"https://modernthemes.net/wordpress-themes/proper-lite/\" target=\"_blank\">Proper Lite</a> is ModernThemes’ latest release, created to be fully compatible with their new <a href=\"https://modernthemes.net/plugins/\" target=\"_blank\">library of free plugins</a> that add functionality like shortcodes, widgets, sidebars, services, testimonials, projects, etc.</p>\n<p>The theme features a fullscreen homepage hero section with multiple controls for customizing the background, text, and buttons.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/properlite_mockups.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/properlite_mockups.png?resize=1000%2C700\" alt=\"properlite_mockups\" class=\"aligncenter size-full wp-image-46645\" /></a></p>\n<p>Proper Lite was designed with a modular homepage layout that supports three flexible widget areas where you can drop in portfolio items, blogs, testimonials, or any other content you choose. This is one of the reasons why ModernThemes calls it their most flexible free theme to date.</p>\n<p>In addition to the default template, Proper Lite includes Homepage, Full Width, and Left Sidebar templates. It also has specific styling for various content blocks added from the plugin library, as you can see in the <a href=\"https://modernthemes.net/demo/?theme=properlite\" target=\"_blank\">live demo</a>.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/team-members.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/team-members.jpg?resize=926%2C897\" alt=\"team-members\" class=\"aligncenter size-full wp-image-46654\" /></a></p>\n<p>Proper Lite has an amazing array of controls included in the customizer. Users can easily adjust Google Fonts, logos and icons, nearly every color used in the theme, social media icons, a footer call-to-action, the number of columns in the widget areas, and much more. The theme was not created with a set, inflexible design. Versatility is one of its key features.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/proper-lite-customizer.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/proper-lite-customizer.png?resize=1025%2C426\" alt=\"proper-lite-customizer\" class=\"aligncenter size-full wp-image-46659\" /></a></p>\n<p>Proper Lite, like other themes from ModernThemes, has extensive <a href=\"https://modernthemes.net/proper-lite-documentation/\" target=\"_blank\">documentation</a> available on the website for every section included in the theme. While this theme is heavily geared toward creatives with an emphasis on fullwidth images and portfolio content, it is also suitable for personal blogs, agencies, and creative businesses, thanks to the wide range of plugins available to extend it. <a href=\"https://modernthemes.net/wordpress-themes/proper-lite/\" target=\"_blank\">Download</a> it for free from the ModernThemes website.</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, 15 Jul 2015 18:42:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:15:\"Matt: Sleep Dep\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://ma.tt/2015/07/sleep-dep/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"<p><a href=\"http://www.theatlantic.com/health/archive/2013/12/how-sleep-deprivation-decays-the-mind-and-body/282395/\">How Sleep Deprivation Decays the Mind and Body</a>. Crazy story.</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, 15 Jul 2015 04:46: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: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: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:29:\"Matt: Plato, Phaedrus, Google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/07/plato-phaedrus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:822:\"<blockquote><p>and now you, who are the father of letters, have been led by your affection to ascribe to them a power the opposite of that which they really possess. For this invention will produce forgetfulness in the minds of those who learn to use it, because they will not practice their memory. Their trust in writing, produced by external characters which are no part of themselves, will discourage the use of their own memory within them. You have invented an elixir not of memory, but of reminding; […]</p></blockquote>\n<p><a href=\"http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.01.0174%3Atext%3DPhaedrus%3Asection%3D275a\">A few thousand years ago Plato predicted how Google would make us less able to remember things</a>.</p>\n<p>Hat tip: <a href=\"http://chris.ink/\">Chris Rudzki</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, 15 Jul 2015 04:24: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: BuddyBoss Expands Into LMS Market with Free BuddyPress Plugins for LearnDash and Sensei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wptavern.com/buddyboss-expands-into-lms-market-with-free-buddypress-plugins-for-learndash-and-sensei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3139:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/learndash.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/learndash.png?resize=680%2C310\" alt=\"learndash\" class=\"aligncenter size-full wp-image-46576\" /></a></p>\n<p>In May, <a href=\"http://www.buddyboss.com/\" target=\"_blank\">BuddyBoss</a> founder Michael Eisenwasser shared with Tavern readers the <a href=\"http://wptavern.com/inside-buddyboss-with-michael-eisenwasser\" target=\"_blank\">challenges of creating a profitable business</a> in what is still a relatively small marketplace for BuddyPress themes and plugins. Developers are building niche social networks every day, but BuddyPress’ appeal as a platform hinges on the availability of compelling and reliable third-party add-ons.</p>\n<p>Over the past couple of months, BuddyBoss has branched out into serving the LMS market with free BuddyPress integration plugins for <a href=\"http://www.learndash.com/\" target=\"_blank\">LearnDash</a> and <a href=\"http://www.woothemes.com/products/sensei/\" target=\"_blank\">Sensei</a>, two of WordPress’ most popular LMS solutions. Both <a href=\"https://wordpress.org/plugins/buddypress-learndash/\" target=\"_blank\">BuddyPress for LearnDash</a> and <a href=\"https://wordpress.org/plugins/sensei-buddypress/\" target=\"_blank\">BuddyPress for Sensei</a> were created to work with any theme, but are also guaranteed to work seamlessly with BuddyBoss’ new Social Learner theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/social-learner.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/social-learner.png?resize=1000%2C573\" alt=\"social-learner\" class=\"aligncenter size-full wp-image-46620\" /></a></p>\n<p>Both plugins have similar core feature sets that include the ability to create courses, lessons, quizzes, and tie it all in to BuddyPress activity, groups, and forums to create a social learning platform. Course managers can even introduce gamification into the learning process with open source <a href=\"http://badgeos.org/\" target=\"_blank\">BadgeOS</a> plugin integration.</p>\n<p>Social learning communities, like popular social goal or fitness tracking apps, bring a higher level of engagement by leveraging the people factor. An LMS powered by WordPress and BuddyPress provides students with the ability to connect to new friends, collaborate, send messages, earn badges – all activities that contribute to a higher level of motivation for learning and success.</p>\n<p>The idea is not new to BuddyPress, as the long-abandoned <a href=\"http://buddypress.coursewa.re/\" target=\"_blank\">BuddyPress Courseware</a> project brought a social aspect to e-learning nearly four years ago. However, it is difficult to maintain an LMS plugin that only works with BuddyPress, because it doesn’t have the benefit of contributions and testing from a larger community. BuddyBoss made a strategic move in building plugins that would bridge BuddyPress to extend existing LMS solutions that serve the larger WordPress market. Both newer alternatives are available 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:\"Tue, 14 Jul 2015 22:53:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: Theme Translations and Language Packs are Coming to WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/theme-translations-and-language-packs-are-coming-to-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:3610:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg?resize=1024%2C499\" alt=\"photo credit: . Entrer dans le rêve - cc\" class=\"size-full wp-image-29134\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tranbina/4765484383/\">. Entrer dans le rêve</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>WordPress.org will soon support translations and language packs for themes hosted in the official directory. In <a href=\"http://wptavern.com/highlights-of-matt-mullenwegs-qa-session-at-wordcamp-europe-2015\" target=\"_blank\">Matt Mullenweg’s Q&A at WordCamp Europe 2015</a>, he emphasized the importance of having better language support for themes and plugins and identified this as a high priority for continued improvements to WordPress.org.</p>\n<p>Today the WordPress meta team <a href=\"https://make.wordpress.org/themes/2015/07/14/theme-translations-on-wordpress-org/\" target=\"_blank\">announced</a> that theme translations will soon be available on WordPress.org at <a href=\"http://translate.wordpress.org\" target=\"_blank\">translate.wordpress.org</a>. Within the next few days or weeks, all active themes (those updated within the last two years) will have their strings imported.</p>\n<p>“This will involve importing ~1500 themes, which, combined, have about 315,000 total strings,” Sam Sidler said in the announcement. “After duplicates, the number drops to only 80,000 unique strings.”</p>\n<h3>Language Packs Will Reduce Download Sizes for Themes</h3>\n<p>Sidler outlined several advantages for theme authors who opt to manage translations on WordPress.org, including the community’s large network of contributing translators who currently maintain 140 locales on <a href=\"http://translate.wordpress.org\" target=\"_blank\">translate.wordpress.org</a>.</p>\n<p>The most exciting change is that themes hosted on WordPress.org will soon be able to take advantage of language packs. Theme authors will have the option to remove translations from their zip file in favor of allowing WordPress.org to deliver the language packs, resulting in smaller download sizes.</p>\n<p>“Eventually, we also plan to give priority to localized themes in localized directories; e.g., someone searching the Romanian theme directory will see Romanian themes prioritized over English-only themes,” Sidler said.</p>\n<p>The more languages a theme can be translated into, the greater its prominence in WordPress’ language-specific theme directories. This should provide WordPress.org theme authors with a strong motivation to <a href=\"https://make.wordpress.org/polyglots/handbook/rosetta/theme-plugin-directories/\" target=\"_blank\">work with the polyglots team</a> to get more translations. Theme authors can also request new translation editors to be added to polyglots, if they want to continue working with their own translators.</p>\n<p>Those who prefer to ship their own translations can continue to do so. Keeping the translation files in your zip package will essentially opt you out of language packs for those specific translations. If you need help adding support for translations and language packs, Sidler recommends Otto’s <a href=\"http://ottopress.com/2013/language-packs-101-prepwork/\" target=\"_blank\">Language Packs 101</a> tutorial in addition to the <a href=\"https://developer.wordpress.org/themes/functionality/internationalization/\" target=\"_blank\">Theme Developer Handbook section on Internationalization</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, 14 Jul 2015 20:22:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: The First 24hr Conference Devoted to the Genesis Framework Set for July 18-20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/the-first-24hr-conference-devoted-to-the-genesis-framework-set-for-july-19-20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1461:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/GenesisCampFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-46579\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/GenesisCampFeaturedImage.png?resize=880%2C275\" alt=\"Genesis Camp Featured Image\" /></a><a href=\"http://genesis.camp/\">Genesis Camp</a> is the first 24 hour conference dedicated to the Genesis framework by <a href=\"http://www.studiopress.com/\">Studiopress</a>. The event takes place on July 18-20 and is free to attend. Even though the event is dedicated to the Genesis framework, it’s not associated with Copyblogger Media or Studiopress.</p>\n<p>Organized by a community of Genesis users, the event features <a href=\"http://genesis.camp/sessions/\">sessions</a> on development workflow, branding, collaboration, and more. Each session will include an area for viewers to chat and ask questions. Speakers include Chris Lema, Carrie Dils, Wes Linda, David Wang, Heather Porter, and more.</p>\n<p>Sessions will be recorded in case you can’t stay awake to watch all 24 hours of the event. Videos will be handled by <a href=\"http://www.google.com/+/learnmore/hangouts/\">Google Hangouts</a> while <a href=\"https://www.crowdcast.io/\">Crowd Cast</a> will be used to allow viewers to chat during sessions. To watch the event you’ll need to register on the <a href=\"https://www.crowdcast.io/e/genesiscamp1\">Genesis Camp Crowd Cast site</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, 14 Jul 2015 17:43:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Candid Conversation with Tom McFarlin About 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/candid-conversation-with-tom-mcfarlin-about-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1158:\"<p>Earlier this month, Tom McFarlin <a href=\"https://tommcfarlin.com/the-wordpress-community-a-comedy-of-drama-ego-oligarchies-and-more/\">published a great post</a> where he shares his perspective on the WordPress community. His post struck a nerve and instead of discussing it through comments, I invited him to a Google Hangout to have a candid conversation. Within the conversation, McFarlin and I discuss a number of topics, including:</p>\n<ul>\n<li>Community behaviour and discourse</li>\n<li>It’s not a WordPress problem</li>\n<li>Comment moderation strategies</li>\n<li>Subtweeting</li>\n<li>How, as men, do we show that a significant portion of us are color/ethnicity/whatever blind?</li>\n<li>Women in tech</li>\n</ul>\n<p>McFarlin is the father of two daughters which adds an interesting dynamic to the women in tech issue. I enjoyed the time I spent with him discussing topics we both feel are important. If you have any feedback concerning the content in this recording, please leave a comment.</p>\n<p>There’s also a transcript of the interview <a href=\"http://www.wptavern.com/wpweeklyaudio/TomMcFarlinTranscript.zip\">available here</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, 14 Jul 2015 16:16:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: Hacking Team Hack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45238\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/07/hacking-team-hack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:966:\"<p>I haven’t been following the Hacking Team story too closely. If you’re the same, here’s a quick catch-up: an Italian company that sold hacking tools, often to questionable governments, had all of their internal company data including emails, source code, everything released. <a href=\"http://www.engadget.com/2015/07/09/how-spyware-peddler-hacking-team-was-publicly-dismantled/\">Engadget has the best summary I’ve seen so far of how they got hacked</a>, which was apparently done by a hacker vigilante who did something similar to another organization called the Gamma Group. <a href=\"https://firstlook.org/theintercept/2015/07/08/hacking-team-emails-exposed-death-squad-uk-spying/\">The Intercept also has a good look at some of the more egregious behavior</a>. Bruce Schneier <a href=\"https://www.schneier.com/blog/archives/2015/07/organizational_.html\">calls this new trend Organizational Doxxing and considers its ramifications</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, 14 Jul 2015 03:43: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: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: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:82:\"WPTavern: Topher DeRosia Launches GoFundMe Campaign to Attend WordCamp Pune, India\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/topher-derosia-launches-gofundme-campaign-to-attend-wordcamp-pune-india\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2000:\"<p>Topher DeRosia, founder of <a href=\"http://t.co/Q9hSlXsBKQ\">HeroPress</a>, is <a href=\"http://www.gofundme.com/heropress-in-pune\">asking for</a> $2,150 to attend <a href=\"https://pune.wordcamp.org/2015/\">WordCamp Pune</a>, India. DeRosia was asked to speak about HeroPress by Saurabh Shukla, who is a<a href=\"http://heropress.com/essays/ill-keep-looking-for-a-cms-unless-i-find-wordpress/\" target=\"_blank\"> HeroPress contributor</a> and also the lead organizer of WordCamp Pune, India.</p>\n<p>In an effort to be transparent, DeRosia published how he will spend the money.</p>\n<ul>\n<li>$1400 for the plane ticket</li>\n<li>$300 for hotel</li>\n<li>$200 for food, cabs, Uber, etc</li>\n<li>$100 for emergencies</li>\n<li>$150 for GoFundMe’s fees</li>\n</ul>\n<p>If DeRosia has money left over from his trip, he plans to sponsor a WordCamp that’s having difficulty finding sponsors or donate it to the WordPress Foundation.</p>\n<p>Since launching the campaign a few days ago, he’s raised $1,000. Unlike most other campaigns, <a href=\"https://www.gofundme.com/heropress-in-pune/donate\">donors can choose</a> the amount they want to give. Among the donors listed is Matt Mullenweg, who contributed $250. If you enjoy the time, work, and effort put into HeroPress, consider donating a few dollars.</p>\n<p><strong>Within 24 hours since this post was published, DeRosia surpassed his funding goal.</strong></p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordCampPuneGoalMet.png\"><img class=\"size-full wp-image-46569\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordCampPuneGoalMet.png?resize=976%2C649\" alt=\"WordCamp Pune Goal Met\" /></a>WordCamp Pune Goal Met\n<p>I asked DeRosia how it feels to meet is funding goal, “I’m super excited about this. Not just the fact that <em>other people</em> paid for a trip but that the HeroPress community feels this kind of thing is valuable enough to put money out for it. That means a lot.”</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, 13 Jul 2015 23:11:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Embed Your Meerkat Stream on Your WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/embed-your-meerkat-stream-on-your-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4187:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat.png?resize=655%2C300\" alt=\"meerkat\" class=\"aligncenter size-full wp-image-46518\" /></a></p>\n<p>Just one day after <a href=\"https://meerkatapp.co/\" target=\"_blank\">Meerkat</a>, the popular video streaming service, <a href=\"http://techcrunch.com/2015/06/26/meerkat-outs-an-embeddable-player-hooks-discovery-channels-shark-week/#.qqszef:XITC\" target=\"_blank\">launched its embedded player</a>, a WordPress plugin was in the works to make it easy for publishers to take advantage of it. <a href=\"http://www.artiss.co.uk\" target=\"_blank\">David Artiss</a>, an English developer and author of several popular embedding <a href=\"https://profiles.wordpress.org/dartiss/#content-plugins\" target=\"_blank\">plugins</a>, is the first to bring Meerkat embedding to WordPress.</p>\n<p>The <a href=\"https://wordpress.org/plugins/meerkat/\" target=\"_blank\">Meerkat plugin</a> lets users embed their streams in WordPress content using a simple shortcode. The embedded player automatically does the following, according to Meerkat’s documentation:</p>\n<blockquote><p>It will show your live stream if you’re live. If you’re not live, if will show your next upcoming stream. If you have no upcoming streams, it will display stats from your last stream. If you have not streamed yet, it will show your profile.</p></blockquote>\n<p>All you need is the Meerkat username to use the shortcode in its simplest form:</p>\n<p><code>[meerkat username=\"meerkatapi\"]</code></p>\n<p>It also includes optional parameters for customizing the username, player type, participation, cover image, muted defaults, and debug settings. These parameters essentially let you customize everything available in the <a href=\"http://widgets.meerkatapp.co/embed\" target=\"_blank\">Meerkat embed code generator</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-customize-embedded-player.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-customize-embedded-player.jpg?resize=746%2C515\" alt=\"meerkat-customize-embedded-player\" class=\"aligncenter size-full wp-image-46532\" /></a></p>\n<p>The shortcode can be embedded in posts or pages. Artiss plans to add a widget option soon, as the default player size seems to lend itself to display in a sidebar. I tested the plugin with WordPress 4.3 beta 2 and found that it works as advertised.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-wordpress-plugin-example.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-wordpress-plugin-example.jpg?resize=778%2C635\" alt=\"meerkat-wordpress-plugin-example\" class=\"aligncenter size-full wp-image-46533\" /></a></p>\n<p>At TechCrunch Disrupt in May 2015, Meerkat founder Ben Rubin reported that the service was <a href=\"http://www.businessinsider.com/meerkat-has-nearly-2-million-users-2015-5\" target=\"_blank\">approaching nearly two million users</a>. Chances are that plenty of those users also have WordPress sites where they can gain more exposure for their streams.</p>\n<p>Artiss wanted to make it easy for anyone to embed a stream. He isn’t a Meerkat user himself but found that its API was easy to work with for embedding content.</p>\n<p>“I didn’t write it for myself but I thought putting the newly released embed function in a simple-to-use plugin for WordPress users would be useful,” he said. “I just happened to be working on <a href=\"https://wordpress.org/plugins/zingtree-embed/\" target=\"_blank\">Zingtree Embed plugin</a> at the same time, so it was quite simple to clone that and modify it for a different embed type.”</p>\n<p>If you want your fans and followers to be able to find your Meerkat stream on the web, download the <a href=\"https://wordpress.org/plugins/meerkat/\" target=\"_blank\">Meerkat</a> embed plugin from the WordPress plugin directory. This will allow folks to join you live from your website, without having to use the app on their phones. The widget embed option should land in the next release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2015 19:47:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: Envato Targeted by DDoS Attack, WordPress Theme Authors Report Major Decline in 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:28:\"http://wptavern.com/?p=46485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/envato-targeted-by-ddos-attack-wordpress-theme-authors-report-major-decline-in-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:6430:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/envato.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/envato.jpg?resize=697%2C314\" alt=\"envato\" class=\"aligncenter size-full wp-image-29973\" /></a></p>\n<p>If you’ve attempted to access Themeforest or any other site on the <a href=\"http://www.envato.com/\" target=\"_blank\">Envato</a> network lately, you may have encountered some down time. The company <a href=\"http://inside.envato.com/denial-of-service-attacks-on-envato/\" target=\"_blank\">updated</a> customers and community members today, attributing the technical difficulties to a DDoS attack:</p>\n<blockquote><p>Since July 1, Envato has been the target of a sustained DDoS (distributed denial of service) attack. The attacker, whose motive and identity are unknown, has repeatedly flooded our servers with high levels of traffic, causing our services to be unavailable at various times.</p></blockquote>\n<p>The most recent outage happened over the weekend when Envato Market was down for three hours on Friday and one hour on Sunday. This is a significant chunk of time for a market that <a href=\"http://www.envato.com/2014\" target=\"_blank\">paid out $224 million dollars to its members in 2014</a>.</p>\n<p>The downtime has also impacted WordPress theme authors, who continue to dominate the Envato’s marketplace. According to Ben Chan, the company’s director of growth and revenue, 30 of the 31 sellers who make up the <a href=\"http://elite.envato.com/wall-of-fame/\" target=\"_blank\">Power Elite wall of fame</a> (selling $1 million+ worth of items) are WordPress product authors.</p>\n<p>The power of the WordPress economy on Envato is undeniable, but sales have taken a sharp decline in the past couple of months, even before the DDoS attack. According to PremiumWP, which cites reports from elite theme author Chris Robinson of Contempo and many others, <a href=\"http://www.premiumwp.com/themeforest-authors-report-50-70-drop-in-theme-sales/\" target=\"_blank\">sales have suddenly declined 50-70%</a>.</p>\n<p>“Sales have declined over 70% starting from May with each passing day getting worse,” Robinson said in the <a href=\"http://themeforest.net/forums/thread/envato-are-youre-not-telling-us-something/185158\" target=\"_blank\">members’ forum</a>. “I’ve also spoken with other elite authors explaining the same thing. One example going from $1500/day to $700 – sure that’s still a great deal of money BUT what the hell is happening?</p>\n<p>“This isn’t just one or maybe twenty authors, it is marketplace wide affecting everyone. A marketplace wide decline in sales of this magnitude doesn’t just happen due to vacations, or other buyer factors. Going through the years of sales data (since 2008) this has never happened, I’ve personally gone from $2-3000/week to less than $700/week…that’s insane!”</p>\n<p>With new authors and products entering the market every day, the market share for established authors is slowly diminishing, but members are not convinced that this is the sole cause of the sharp drop in sales.</p>\n<p>FinalDestiny of TeoThemes, another author whose sales are declining, blames the <a href=\"http://wptavern.com/envato-continues-to-rake-in-the-cash-from-wordpress-themes-packaged-as-complete-website-solutions\" target=\"_blank\">one-size-fits-all theme products</a> for gobbling up a greater slice of the market share.</p>\n<p>“Everybody is tired of these huge, monster multipurpose themes having the same price as normal themes, and that’s pretty much killing the marketplaces. But Envato couldn’t care less, as long as they get their share,” he <a href=\"http://themeforest.net/forums/thread/envato-are-youre-not-telling-us-something/185158?page=1&message_id=1303716#1303716\" target=\"_blank\">said</a>.</p>\n<p>In another <a href=\"http://themeforest.net/forums/thread/whats-wrong-with-sales-on-tf-/181436\" target=\"_blank\">thread</a>, which ended up getting locked, there are 27 pages of comments from users speculating about why their sales have been dropping. Members cite seasonal buying fluctuations, piracy, Themeforest’s recent drop in Google search rankings, VAT and hidden price additions on checkout, and unfair pricing advantages for monster themes that claim to do everything, among other possible causes.</p>\n<p>In one thread, titled “<a href=\"http://themeforest.net/forums/thread/more-than-50-sales-drop-for-most-of-the-authors-does-tf-care-for-authors/182262\" target=\"_blank\">More than 50% sales drop for most of the authors. Does TF care for Authors?</a>“, an Envato community officer offered the following comment:</p>\n<blockquote><p>We don’t really give sales updates over the forums other than to say your sales can go up and down for a multitude of reasons. Try not to assume the sky is falling every time the USA has a long weekend :) We have fast and slow periods throughout the year same as any business, and your portfolio will no doubt have peaks and valleys as well.</p></blockquote>\n<p>This kind of generic reply has left theme authors scratching their heads, despite multiple threads in the forums popping up with concerns from those who are alarmed by the sudden drop. Many WordPress theme authors depend on Themeforest as their primary source of income. In one <a href=\"http://themeforest.net/forums/thread/more-than-50-sales-drop-for-most-of-the-authors-does-tf-care-for-authors/182262?page=3&message_id=1291143#1291143\" target=\"_blank\">reply</a>, the Aligator Studio seller sums up their concerns and frustration with the inability to convince Envato of the unusual circumstances that are affecting large numbers of sellers:</p>\n<blockquote><p>We are not talking about valleys and peaks, we’re talking about a general traffic and sales fall, from New Year until now, especially after April. We’re not talking about regular ups and downs (sometimes steeper, sometimes not), due to longer weekends, summer holidays, and general and the usual stuff happening here in the last couple of years.</p>\n<p>It’s not a sky falling – it’s inability to pay our bills, we’re not fanatics that foresee the end of the world.</p></blockquote>\n<p>Envato has yet to provide an official statement about the marketplace-wide decline in sales, apart from recognizing the network’s unavailability due to the recent DDoS attack.</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, 13 Jul 2015 16:42: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 30 Jul 2015 12:19:15 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"294101\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 30 Jul 2015 12:00:16 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20150511173052\";}','no'),(550,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1438301955','no'),(551,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1438258755','no'),(555,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1438258756','no'),(556,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1438301956','no'),(557,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\'>WordPress 4.3 Release Candidate</a> <span class=\"rss-date\">July 29, 2015</span><div class=\"rssSummary\">The release candidate for WordPress 4.3 is now available. We’ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/yuuta-a-free-visual-diary-theme-for-wordpress\'>WPTavern: Yuuta: A Free Visual Diary Theme for WordPress</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/awesome-geek-podcasts-a-curated-list-of-tech-podcasts\'>WPTavern: Awesome Geek Podcasts: A Curated List of Tech Podcasts</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/behind-the-scenes-of-wordpress-4-2-3-with-gary-pendergast\'>WPTavern: Behind the Scenes of WordPress 4.2.3 With Gary Pendergast</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/woocommerce/\' class=\'dashboard-news-plugin-link\'>WooCommerce - excelling eCommerce</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=woocommerce&_wpnonce=07aba4a59b&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'WooCommerce - excelling eCommerce\'>Install</a>)</span></li></ul></div>','no'),(296,'ftp_credentials','a:3:{s:8:\"hostname\";s:30:\"www.uskyokushin.com/wordpress1\";s:8:\"username\";s:9:\"ifksensei\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(415,'FontSettings','a:4:{s:18:\"fontPluginSettings\";s:880:\"{\"settingFields\":[{\"type\":\"text\",\"label\":\"Selector\",\"name\":\"selector\",\"settingType\":\"general\",\"settingName\":\"selector\",\"extendWith\":\"selectorPicker\"},{\"type\":\"text\",\"label\":\"Font size\",\"name\":\"font-size\",\"settingType\":\"css\",\"settingName\":\"fontSize\",\"extendWith\":\"slider\",\"unit\":\"px\"},{\"type\":\"text\",\"label\":\"Color\",\"name\":\"color\",\"settingType\":\"css\",\"settingName\":\"color\",\"extendWith\":\"colorPicker\"}],\"presets\":[{\"name\":\"PICK AN ELEMENT\",\"fontid\":\"\",\"fontName\":\"\",\"selector\":\"PICK AN ELEMENT NOW - or type CSS selector(advanced)\",\"styles\":{\"fontSize\":\"30\",\"color\":\"#444\"},\"shadowEffects\":[]},{\"name\":\"Heading\",\"selector\":\"DIV DIV DIV.so-panel.widget.widget_black-studio-tinymce.panel-first-child.panel-last-child DIV.textwidget P\",\"fontid\":\"\",\"fontName\":\"\",\"effects\":[],\"styles\":{\"fontSize\":\"42\",\"color\":\"#ebe6eb\"},\"shadowEffects\":[]}],\"apikey\":\"2bfd75018af23fee1c13744db78058ef\"}\";s:16:\"fontGeneratedCSS\";s:276:\"PICK AN ELEMENT NOW - or type CSS selector(advanced) {\nfont-size: 30px !important;\ncolor: #444 !important;\n}\nDIV DIV DIV.so-panel.widget.widget_black-studio-tinymce.panel-first-child.panel-last-child DIV.textwidget P {\nfont-size: 42px !important;\ncolor: #ebe6eb !important;\n}\n\";s:17:\"fontPluginVersion\";s:3:\"7.5\";s:13:\"upgradeNotice\";b:0;}','yes'),(416,'plugin_error','Activation result: ','yes'),(422,'tadv_settings','a:6:{s:7:\"options\";s:15:\"menubar,advlist\";s:9:\"toolbar_1\";s:117:\"bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv\";s:9:\"toolbar_2\";s:121:\"formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"plugins\";s:107:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,emoticons,advlist\";}','yes'),(423,'tadv_admin_settings','a:1:{s:7:\"options\";a:0:{}}','yes'),(424,'tadv_version','4000','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=403 DEFAULT CHARSET=utf8; 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 (4,6,'_wp_attached_file','2015/07/bkgr.gif'),(5,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:132;s:6:\"height\";i:244;s:4:\"file\";s:16:\"2015/07/bkgr.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bkgr-132x150.gif\";s:5:\"width\";i:132;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(6,6,'_wp_attachment_is_custom_background','Tesseract'),(11,9,'_edit_last','1'),(12,9,'_wp_page_template','full-width-page.php'),(13,9,'_edit_lock','1438259464:1'),(17,13,'_edit_last','1'),(18,13,'_wp_page_template','default'),(19,13,'_edit_lock','1437579690:1'),(20,15,'_edit_last','1'),(21,15,'_wp_page_template','page-rightsidebar.php'),(22,15,'_edit_lock','1437672761:1'),(26,19,'_edit_last','1'),(27,19,'_wp_page_template','default'),(28,19,'_edit_lock','1437585651:1'),(149,51,'_menu_item_menu_item_parent','0'),(148,51,'_menu_item_type','post_type'),(147,49,'wptr_hide_title','0'),(146,49,'_wp_page_template','full-width-page.php'),(145,49,'_edit_lock','1438259417:1'),(144,49,'_edit_last','1'),(183,55,'_menu_item_xfn',''),(184,55,'_menu_item_url',''),(243,63,'wptr_hide_title','1'),(186,56,'_menu_item_type','post_type'),(201,57,'_menu_item_xfn',''),(200,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(199,57,'_menu_item_target',''),(177,55,'_menu_item_type','post_type'),(178,55,'_menu_item_menu_item_parent','57'),(179,55,'_menu_item_object_id','46'),(198,57,'_menu_item_object','page'),(197,57,'_menu_item_object_id','31'),(196,57,'_menu_item_menu_item_parent','0'),(180,55,'_menu_item_object','page'),(181,55,'_menu_item_target',''),(182,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(195,57,'_menu_item_type','post_type'),(247,65,'wptr_hide_title','0'),(193,56,'_menu_item_url',''),(173,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(174,54,'_menu_item_xfn',''),(175,54,'_menu_item_url',''),(244,65,'_edit_last','1'),(192,56,'_menu_item_xfn',''),(191,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(190,56,'_menu_item_target',''),(168,54,'_menu_item_type','post_type'),(169,54,'_menu_item_menu_item_parent','57'),(170,54,'_menu_item_object_id','49'),(189,56,'_menu_item_object','page'),(188,56,'_menu_item_object_id','43'),(187,56,'_menu_item_menu_item_parent','0'),(172,54,'_menu_item_target',''),(171,54,'_menu_item_object','page'),(98,31,'_edit_lock','1438259309:1'),(97,31,'_wp_page_template','full-width-page.php'),(96,31,'_edit_last','1'),(108,40,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(109,40,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:39:\"[your-name] <wordpress@uskyokushin.com>\";s:4:\"body\";s:197:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on US Kyokushin Karate - IFKK (http://uskyokushin.com/wordpress1)\";s:9:\"recipient\";s:16:\"wtr6@cornell.edu\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(110,40,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:54:\"US Kyokushin Karate - IFKK <wordpress@uskyokushin.com>\";s:4:\"body\";s:139:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on US Kyokushin Karate - IFKK (http://uskyokushin.com/wordpress1)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:26:\"Reply-To: wtr6@cornell.edu\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(111,40,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(112,40,'_additional_settings',''),(113,40,'_locale','en_US'),(116,43,'_edit_last','1'),(117,43,'_edit_lock','1437739020:1'),(118,43,'_wp_page_template','full-width-page.php'),(119,43,'_panels_data_preview','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:4:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(120,43,'wptr_hide_title','1'),(121,43,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(131,46,'_edit_last','1'),(132,46,'_edit_lock','1438277217:1'),(133,46,'_wp_page_template','full-width-page.php'),(134,46,'wptr_hide_title','1'),(157,31,'wptr_hide_title','1'),(150,51,'_menu_item_object_id','49'),(151,51,'_menu_item_object','page'),(152,51,'_menu_item_target',''),(153,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(154,51,'_menu_item_xfn',''),(155,51,'_menu_item_url',''),(156,51,'_menu_item_orphaned','1437651208'),(202,57,'_menu_item_url',''),(246,65,'_wp_page_template','full-width-page.php'),(204,58,'_menu_item_type','post_type'),(205,58,'_menu_item_menu_item_parent','57'),(206,58,'_menu_item_object_id','19'),(207,58,'_menu_item_object','page'),(208,58,'_menu_item_target',''),(209,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(210,58,'_menu_item_xfn',''),(211,58,'_menu_item_url',''),(242,63,'_wp_page_template','full-width-page.php'),(213,59,'_menu_item_type','post_type'),(214,59,'_menu_item_menu_item_parent','0'),(215,59,'_menu_item_object_id','15'),(216,59,'_menu_item_object','page'),(217,59,'_menu_item_target',''),(218,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(219,59,'_menu_item_xfn',''),(220,59,'_menu_item_url',''),(241,63,'_edit_lock','1437654290:1'),(222,60,'_menu_item_type','post_type'),(223,60,'_menu_item_menu_item_parent','0'),(224,60,'_menu_item_object_id','13'),(225,60,'_menu_item_object','page'),(226,60,'_menu_item_target',''),(227,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,60,'_menu_item_xfn',''),(229,60,'_menu_item_url',''),(240,63,'_edit_last','1'),(231,61,'_menu_item_type','post_type'),(232,61,'_menu_item_menu_item_parent','57'),(233,61,'_menu_item_object_id','9'),(234,61,'_menu_item_object','page'),(235,61,'_menu_item_target',''),(236,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(237,61,'_menu_item_xfn',''),(238,61,'_menu_item_url',''),(245,65,'_edit_lock','1437654152:1'),(248,67,'_menu_item_type','post_type'),(249,67,'_menu_item_menu_item_parent','0'),(250,67,'_menu_item_object_id','65'),(251,67,'_menu_item_object','page'),(252,67,'_menu_item_target',''),(253,67,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(254,67,'_menu_item_xfn',''),(255,67,'_menu_item_url',''),(267,70,'_edit_lock','1438258531:1'),(257,68,'_menu_item_type','post_type'),(258,68,'_menu_item_menu_item_parent','67'),(259,68,'_menu_item_object_id','63'),(260,68,'_menu_item_object','page'),(261,68,'_menu_item_target',''),(262,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(263,68,'_menu_item_xfn',''),(264,68,'_menu_item_url',''),(266,70,'_edit_last','1'),(268,70,'_wp_page_template','full-width-page.php'),(269,70,'wptr_hide_title','1'),(270,72,'_menu_item_type','post_type'),(271,72,'_menu_item_menu_item_parent','60'),(272,72,'_menu_item_object_id','70'),(273,72,'_menu_item_object','page'),(274,72,'_menu_item_target',''),(275,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(276,72,'_menu_item_xfn',''),(277,72,'_menu_item_url',''),(279,76,'_edit_last','1'),(280,76,'_wp_page_template','full-width-page.php'),(281,76,'wptr_hide_title','1'),(282,76,'_edit_lock','1437675298:1'),(283,78,'_menu_item_type','post_type'),(284,78,'_menu_item_menu_item_parent','0'),(285,78,'_menu_item_object_id','76'),(286,78,'_menu_item_object','page'),(287,78,'_menu_item_target',''),(288,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(289,78,'_menu_item_xfn',''),(290,78,'_menu_item_url',''),(292,79,'_edit_last','1'),(293,79,'_edit_lock','1437672701:1'),(297,15,'wptr_hide_title','1'),(296,79,'wptr_hide_title','1'),(298,82,'_edit_last','1'),(299,82,'_edit_lock','1437673044:1'),(300,82,'_wp_page_template','full-width-page.php'),(301,82,'wptr_hide_title','1'),(302,84,'_menu_item_type','post_type'),(303,84,'_menu_item_menu_item_parent','67'),(304,84,'_menu_item_object_id','82'),(305,84,'_menu_item_object','page'),(306,84,'_menu_item_target',''),(307,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(308,84,'_menu_item_xfn',''),(309,84,'_menu_item_url',''),(311,85,'_edit_last','1'),(312,85,'_edit_lock','1437673169:1'),(313,85,'_wp_page_template','full-width-page.php'),(314,85,'wptr_hide_title','1'),(315,87,'_menu_item_type','post_type'),(316,87,'_menu_item_menu_item_parent','67'),(317,87,'_menu_item_object_id','85'),(318,87,'_menu_item_object','page'),(319,87,'_menu_item_target',''),(320,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(321,87,'_menu_item_xfn',''),(322,87,'_menu_item_url',''),(324,88,'_edit_last','1'),(325,88,'_edit_lock','1437996957:1'),(326,90,'_edit_last','1'),(327,90,'_wp_page_template','full-width-page.php'),(328,90,'wptr_hide_title','1'),(329,90,'_edit_lock','1437673464:1'),(330,92,'_menu_item_type','post_type'),(331,92,'_menu_item_menu_item_parent','67'),(332,92,'_menu_item_object_id','90'),(333,92,'_menu_item_object','page'),(334,92,'_menu_item_target',''),(335,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(336,92,'_menu_item_xfn',''),(337,92,'_menu_item_url',''),(339,93,'_edit_last','1'),(340,93,'_wp_page_template','full-width-page.php'),(341,93,'wptr_hide_title','1'),(342,93,'_edit_lock','1437673664:1'),(343,95,'_menu_item_type','post_type'),(344,95,'_menu_item_menu_item_parent','67'),(345,95,'_menu_item_object_id','93'),(346,95,'_menu_item_object','page'),(347,95,'_menu_item_target',''),(348,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(349,95,'_menu_item_xfn',''),(350,95,'_menu_item_url',''),(352,96,'_edit_last','1'),(353,96,'_wp_page_template','default'),(354,96,'wptr_hide_title','0'),(355,96,'_edit_lock','1437673643:1'),(356,98,'_menu_item_type','post_type'),(357,98,'_menu_item_menu_item_parent','67'),(358,98,'_menu_item_object_id','96'),(359,98,'_menu_item_object','page'),(360,98,'_menu_item_target',''),(361,98,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,98,'_menu_item_xfn',''),(363,98,'_menu_item_url',''),(374,105,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(366,100,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(367,101,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(372,104,'_wp_attached_file','2015/07/Master-AIKC-2015-Poster-Sosai.png'),(373,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1431;s:6:\"height\";i:2012;s:4:\"file\";s:41:\"2015/07/Master-AIKC-2015-Poster-Sosai.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Master-AIKC-2015-Poster-Sosai-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:41:\"Master-AIKC-2015-Poster-Sosai-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Master-AIKC-2015-Poster-Sosai-728x1024.png\";s:5:\"width\";i:728;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Master-AIKC-2015-Poster-Sosai-1431x480.png\";s:5:\"width\";i:1431;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:42:\"Master-AIKC-2015-Poster-Sosai-1431x480.png\";s:5:\"width\";i:1431;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:41:\"Master-AIKC-2015-Poster-Sosai-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:41:\"Master-AIKC-2015-Poster-Sosai-300x422.png\";s:5:\"width\";i:300;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(370,102,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(375,106,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(376,9,'wptr_hide_title','1'),(377,108,'_edit_last','1'),(378,108,'_edit_lock','1438258908:1'),(379,108,'_wp_page_template','full-width-page.php'),(380,108,'wptr_hide_title','1'),(381,110,'_menu_item_type','post_type'),(382,110,'_menu_item_menu_item_parent','57'),(383,110,'_menu_item_object_id','108'),(384,110,'_menu_item_object','page'),(385,110,'_menu_item_target',''),(386,110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(387,110,'_menu_item_xfn',''),(388,110,'_menu_item_url',''),(394,117,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(395,102,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(396,102,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(397,102,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(398,118,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:76:\"<p>This is the Home page of the United States Kyokushin IFK Organization</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}}}'),(399,121,'_edit_last','1'),(400,121,'_edit_lock','1437740132:1'),(401,121,'_wp_page_template','full-width-page.php'),(402,121,'wptr_hide_title','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=131 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2015-05-11 16:32:55','2015-05-11 16:32:55','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2015-05-11 16:32:55','2015-05-11 16:32:55','',0,'http://uskyokushin.com/wordpress1/?p=1',0,'post','',0),(6,1,'2015-07-22 14:35:51','2015-07-22 14:35:51','','bkgr','','inherit','open','open','','bkgr','','','2015-07-22 14:35:51','2015-07-22 14:35:51','',0,'http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/bkgr.gif',0,'attachment','image/gif',0),(9,1,'2015-07-22 15:43:18','2015-07-22 15:43:18',' \r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div id=\"yui_3_17_2_1_1437687155032_603\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687155032_602\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div id=\"yui_3_17_2_1_1437687155032_601\" class=\"sqs-block-content\">\r\n<h1 id=\"yui_3_17_2_1_1437687155032_600\">ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687155032_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437687155032_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687155032_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687155032_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687155032_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437687155032_182\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437687155032_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col sqs-col-1 span-1\"></div>\r\n</div>\r\n</div>\r\n</div>','About Kyokushin','','publish','closed','closed','','about-kyokushin','','','2015-07-30 08:33:04','2015-07-30 12:33:04','',0,'http://uskyokushin.com/wordpress1/?page_id=9',0,'page','',0),(10,1,'2015-07-22 15:43:18','2015-07-22 15:43:18','','About Kyokushin','','inherit','open','open','','9-revision-v1','','','2015-07-22 15:43:18','2015-07-22 15:43:18','',9,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/9-revision-v1/',0,'revision','',0),(13,1,'2015-07-22 15:43:49','2015-07-22 15:43:49','','Events','','publish','open','open','','events','','','2015-07-22 15:43:49','2015-07-22 15:43:49','',0,'http://uskyokushin.com/wordpress1/?page_id=13',0,'page','',0),(14,1,'2015-07-22 15:43:49','2015-07-22 15:43:49','','Events','','inherit','open','open','','13-revision-v1','','','2015-07-22 15:43:49','2015-07-22 15:43:49','',13,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/13-revision-v1/',0,'revision','',0),(15,1,'2015-07-22 15:44:06','2015-07-22 15:44:06','<h1>News and Recent Events</h1>\r\n<p class=\"hkanj\">最近の出来事と記事</p>\r\n\r\n<h2>Maine US Kyokushin Open</h2>\r\n<p class=\"style2\">\r\n<a href=\"http://uskyokushin.com/photos/Kamil%202014%20Heavyweight%20US%20Open.jpg\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a></p>\r\n<p class=\"style1\">Congratulations to Sempai Kamil on winning another championship!</p>\r\n<p class=\"style1\">Sempai Kamil trains hard and is THE TOP HEAVY WIEGHT fighter in North America!</p>\r\n \r\n<h2>Oklahoma Fighting Clinic Mar 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/OK_Fight_Clinic.jpg\" target=\"_blank\">Oklahoma Seminar</a></li>\r\n</ul>\r\n<h2>Endicott Fighting Clinic Feb 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/Endicott%20Seminar.jpg\" target=\"_blank\">Endicott Seminar</a></li>\r\n</ul>\r\n<h2>4th IFK World Open Knockdown Tournament</h2>\r\n<a href=\"http://uskyokushin.com/photos/photos_2013_ifk.htm\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a>Congratulations to the USA–IFKK International Knockdown Team for their outstanding performance at the 4th IFK World Open Knockdown Tournament in England on April 6–7, 2013. Against tough competition, Sensei Scott Haug and Sempai Kamil Maras both made it to the third round and finished in the Top 16. Sensei Scott also defeated the Shinkyokushin All-Japan Champion along the way.','News','','publish','open','open','','news','','','2015-07-23 13:34:52','2015-07-23 17:34:52','',0,'http://uskyokushin.com/wordpress1/?page_id=15',0,'page','',0),(16,1,'2015-07-22 15:44:06','2015-07-22 15:44:06','','News','','inherit','open','open','','15-revision-v1','','','2015-07-22 15:44:06','2015-07-22 15:44:06','',15,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/15-revision-v1/',0,'revision','',0),(19,1,'2015-07-22 17:23:08','2015-07-22 17:23:08','','IFK World Power Map','','publish','open','open','','ifk-world-power-map','','','2015-07-22 17:23:08','2015-07-22 17:23:08','',0,'http://uskyokushin.com/wordpress1/?page_id=19',0,'page','',0),(20,1,'2015-07-22 17:23:08','2015-07-22 17:23:08','','IFK World Power Map','','inherit','open','open','','19-revision-v1','','','2015-07-22 17:23:08','2015-07-22 17:23:08','',19,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/19-revision-v1/',0,'revision','',0),(49,1,'2015-07-23 07:31:59','2015-07-23 11:31:59','<div id=\"content\">\r\n<h1>Sosai Mas Oyama</h1>\r\n<p class=\"hkanj\">大山倍達総裁</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/sosai.gif\" alt=\"Sosai\" width=\"169\" height=\"240\" /><i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Masutatsu Oyama, the founder of Kyokushin Karate, was born in southern Korea in 1923. While living at his sister\'s farm in Manchuria at the age of nine, he began his lifelong journey along the Martial Way when he began studying the southern Chinese form of kempo know as \"Eighteen Hands\". When Mas Oyama returned to Korea at the age of 12, he continued his training in Korean kempo.\r\n\r\n<img class=\"imfll\" title=\"Gichin Funakoshi\" src=\"http://uskyokushin.com/people/photo/funakoshi.jpg\" alt=\"Gichin Funakoshi\" width=\"100\" height=\"134\" />In 1938, at the age of 15, Mas Oyama moved to Japan to train as an aviator, and continued his martial arts training by participating in judo and boxing. Shortly afterwards, he began training at the dojo of Gichin Funakoshi, who had brought karate from Okinawa to Japan and developed what is now known as Shotokan Karate. Mas Oyama\'s training progressed so rapidly that by the age of 17, he was a <i>Nidan</i> <span class=\"kanj\">二段</span> (2nd Dan), and by the age of 20, he was a <i>Yondan</i> <span class=\"kanj\">四段</span> (4th Dan) in Shōtōkan <span class=\"kanj\">松濤館流</span>. At this point, Mas Oyama took a serious interest in Jūdō <span class=\"kanj\">柔道</span>, and in less than four years he achieved the rank of <i>Yondan</i> in Judo as well.\r\n\r\n<img class=\"imflr\" title=\"Nei-Chu So\" src=\"http://uskyokushin.com/people/photo/chu.jpg\" alt=\"Nei-Chu So\" width=\"100\" height=\"115\" />After the end of World War II, Mas Oyama began training under Nei-Chu So, one of the highest authorities in Japan of Gōjū Ryū <span class=\"kanj\">剛柔流</span>, an Okinawan karate style. Master So, renowned for the power of his body as well as his spiritual insight, encouraged Mas Oyama to dedicate his life to <i>Budō</i> <span class=\"kanj\">武道</span>, the Martial Way. He suggested that Mas Oyama retreat from civilization for three years to train his mind and body without the distractions of the outside world.\r\n\r\n<img class=\"imfll\" title=\"Samurai Warriors\" src=\"http://uskyokushin.com/people/photo/samurai.jpg\" alt=\"Samurai Warriors\" width=\"200\" height=\"125\" />Around this time, Mas Oyama also met Eiji Yoshikawa, the author of the novel <i>Musashi</i> <span class=\"kanj\">武蔵</span>, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior. Both the novel and the author helped to teach him the meaning of <i>Bushidō</i> <span class=\"kanj\">武士道</span>, the Way of the Warrior. That same year, Mas Oyama went to Mt. Minobu in Chiba Prefecture, where Musashi had developed his style of sword fighting. Mas Oyama thought that this would be an appropriate place to begin the rigorous training he had planned for himself. Accompanied by a student, he went into the wilderness there to train, with a friend bringing food supplies to them once a month. After six months of training, his student was unable to handle the solitude and secretly fed during the night, leaving Mas Oyama completely alone to continue his training. After fourteen months of training in the wilderness, his friend informed Mas Oyama that he could no longer provide the monthly supplies of food, and Mas Oyama had to return to civilization.\r\n\r\n<img class=\"imfll\" title=\"Mas Oyama training with a Makiwara\" src=\"http://uskyokushin.com/people/photo/sosai_makiwara.jpg\" alt=\"Makiwara\" width=\"180\" height=\"217\" />A few months later, in 1947, Mas Oyama won the karate section of the first Japanese National Martial Arts Championships after World War II. However, still feeling empty for not having completed the three years of solitude, he decided to dedicate his life completely to karate. Once again Mas Oyama left civilization for the wilderness, this time going to Mt. Kiyozumi, also in Chiba Prefecture, which he chose for its spiritually uplifting environment. This time his training was fanatical – 12 hours a day, every day, with no rest days, standing under cold buffeting waterfalls, breaking river stones with his hands, using trees as <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (striking boards), jumping over rapidly growing flax plants hundreds of times each day. Each day also included a period of study of the ancients classics on the martial arts, Zen, and philosophy. After eighteen months of rigorous training, Mas Oyama returned to civilization fully confident in himself and able to take control of his life.\r\n\r\nIn the 1950s, Mas Oyama began demonstrating his power and skill by fighting bulls. In all, he fought 52 bulls, three of which he killed instantly and 49 of whose horns he took off with <i>Shuto</i> <span class=\"kanj\">手刀</span> (knife hand) strikes. In 1952, Mas Oyama traveled throughout the United States for a year, demonstrating his karate live and on national television. During subsequent years, he took on all challengers, resulting in fights with 270 different people. He defeated the vast majority of his opponents with just one technique. A fight never lasted more than three minutes, and rarely lasted more than a few seconds. Mas Oyama\'s fighting technique was based on the Samurai warriors\' principle of \"Ichi Geki Hissatsu\" <span class=\"kanj\">一撃必殺移動</span>, or \"One strike, certain death\". If he got through to you, the fight was over. If he hit you, you broke – if you blocked his punch, your arm was broken or dislocated, if you didn\'t block it, your rib was broken. Because of his strength and skill, he became known as \"the Godhand\".\r\n\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/kyokushinkai.gif\" alt=\"Kyokushinkai\" width=\"60\" height=\"155\" /><img class=\"imfll\" title=\"Mas Oyama\'s first dojo\" src=\"http://uskyokushin.com/images/dojo.jpg\" alt=\"First Dojo\" width=\"260\" height=\"156\" />In 1953, Mas Oyama opened his first \"dojo\" on a grass lot in Tokyo. In 1955, he opened his first real dojo in a former ballet studio behind Rikkyo University. In 1957, the name <i>Kyokushin</i> <span class=\"kanj\">極真</span>, meaning \"Ultimate Truth\", was adopted for Mas Oyama\'s karate organization, which had 700 members by then, despite the high drop-out rate due to the severity of training. Practitioners of other styles also came to train here for the <i>Jissen Kumite</i> <span class=\"kanj\">実戦組手</span> (full contact fighting). Mas Oyama would observe those from other styles and adopt any techniques that would be useful in a fight. By doing so, Kyokushin Karate evolved into one of the most formidable style of martial arts in the world. It soon became known as \"The Strongest Karate\", not only because of the incredible feats of strength and endurance that Mas Oyama performed, but also because of the rigorous requirements of the training and tournaments.\r\n\r\n<img class=\"imflr\" title=\"Mas Oyama training with Gogen Yamaguchi\" src=\"http://uskyokushin.com/people/photo/yamaguchi.jpg\" alt=\"Oyama Training\" width=\"180\" height=\"161\" />In order to test his own abilities, Mas Oyama decided to perform a Three Hundred Man Kumite (<i>San-Byakunin Kumite</i> <span class=\"kanj\">三百人組手</span>) in three days. He chose the strongest students in his dojo to fight him one at a time. After each had a turn, they started from the beginning again until all three hundred fights were completed. Each student had to face Mas Oyama about four times over the three days, though some never made it past the first day due to Oyama\'s powerful blows. He defeated all of his opponents, never wavering in his resolve, despite the fact that he was injured in the process. Legend has it that Mas Oyama was willing to go for a fourth day, but no opponents were willing or able to do so.\r\n\r\n<img class=\"imfll\" src=\"http://uskyokushin.com/people/photo/sosai2.jpg\" alt=\"Sosai\" width=\"180\" height=\"216\" /><img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/sosai1.jpg\" alt=\"Sosai\" width=\"200\" height=\"240\" />Since its inception, Kyokushin Karate has spread to more than 120 countries, with more than twelve million practitioners, making it one of the largest martial arts styles in the world.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nSadly, Mas Oyama (a non-smoker) died of lung cancer in 1994.\r\n\r\nMas Oyama\'s unexpected death left his organization, the International Karate Organization (IKO), in a very confused state. Prior to his death, he stated in his will that Yukio Nishida would be his successor to lead the IKO, but on his deathbed he apparently named Akiyoshi Matsui, then Godan (5th <img class=\"imflr\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />Dan). This has resulted in a splintering of the IKO into a number of groups, each of which claims to be the true successor to Mas Oyama\'s organization.\r\n\r\nOne group of Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span> (karate practitioners) decided to affiliate themselves with <i>Hanshi</i> <span class=\"kanj\">範士</span> (Master) Steve Arneil of Great Britain, who left the Japanese Kyokushin organization in 1991 to form the International Federation of Karate (IFK).\r\n\r\n</div>','Sosai Oyama','','publish','closed','closed','','sosai-oyama-2','','','2015-07-30 08:31:45','2015-07-30 12:31:45','',0,'http://uskyokushin.com/wordpress1/?page_id=49',0,'page','',0),(31,1,'2015-07-22 17:36:59','2015-07-22 17:36:59','<div id=\"page-header-wrapper\"> <img id=\"banner\" class=\"\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/5380fc21e4b0fe1778d1dd2d/1437598842973/?format=1500w\" alt=\"International Federation of Karate (Kyokushin)\" width=\"280\" height=\"112\" /></div>\r\n<div id=\"page-body-wrapper\" class=\"one-sidebar\">\r\n<div id=\"page-body\">\r\n<div id=\"content-wrapper\">\r\n<div id=\"content\">\r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<h1>ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437586560150_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437586560150_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n<div id=\"yui_3_17_2_1_1437586560150_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437586560150_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_182\" class=\"intrinsic\">\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','publish','closed','closed','','about','','','2015-07-30 08:28:25','2015-07-30 12:28:25','',0,'http://uskyokushin.com/wordpress1/?page_id=31',0,'page','',0),(32,1,'2015-07-22 17:36:59','2015-07-22 17:36:59','','ABOUT','','inherit','open','open','','31-revision-v1','','','2015-07-22 17:36:59','2015-07-22 17:36:59','',31,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/31-revision-v1/',0,'revision','',0),(33,1,'2015-07-22 17:37:34','2015-07-22 17:37:34','<div id=\"page-header-wrapper\"></div>\r\n<div id=\"page-body-wrapper\" class=\"one-sidebar\">\r\n<div id=\"page-body\">\r\n<div id=\"content-wrapper\">\r\n<div id=\"content\">\r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<h1>ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437586560150_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437586560150_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n<div id=\"yui_3_17_2_1_1437586560150_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437586560150_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_182\" class=\"intrinsic\">\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col sqs-col-1 span-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','ABOUT','','inherit','open','open','','31-revision-v1','','','2015-07-22 17:37:34','2015-07-22 17:37:34','',31,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/31-revision-v1/',0,'revision','',0),(35,1,'2015-07-30 08:28:32','2015-07-30 12:28:32','<div id=\"page-header-wrapper\"> <img id=\"banner\" class=\"\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/5380fc21e4b0fe1778d1dd2d/1437598842973/?format=1500w\" alt=\"International Federation of Karate (Kyokushin)\" width=\"280\" height=\"112\" /></div>\r\n<div id=\"page-body-wrapper\" class=\"one-sidebar\">\r\n<div id=\"page-body\">\r\n<div id=\"content-wrapper\">\r\n<div id=\"content\">\r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<h1>ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437586560150_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437586560150_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n<div id=\"yui_3_17_2_1_1437586560150_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437586560150_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_182\" class=\"intrinsic\">\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','inherit','open','open','','31-autosave-v1','','','2015-07-30 08:28:32','2015-07-30 12:28:32','',31,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/31-autosave-v1/',0,'revision','',0),(36,1,'2015-07-22 17:41:16','2015-07-22 17:41:16','<div id=\"page-header-wrapper\"></div>\r\n<div id=\"page-body-wrapper\" class=\"one-sidebar\">\r\n<div id=\"page-body\">\r\n<div id=\"content-wrapper\">\r\n<div id=\"content\">\r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<h1>ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437586560150_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437586560150_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n<div id=\"yui_3_17_2_1_1437586560150_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437586560150_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_182\" class=\"intrinsic\">\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','ABOUT','','inherit','open','open','','31-revision-v1','','','2015-07-22 17:41:16','2015-07-22 17:41:16','',31,'http://uskyokushin.com/wordpress1/index.php/2015/07/22/31-revision-v1/',0,'revision','',0),(40,1,'2015-07-23 07:07:41','2015-07-23 11:07:41','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@uskyokushin.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on US Kyokushin Karate - IFKK (http://uskyokushin.com/wordpress1)\nwtr6@cornell.edu\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nUS Kyokushin Karate - IFKK <wordpress@uskyokushin.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on US Kyokushin Karate - IFKK (http://uskyokushin.com/wordpress1)\n[your-email]\nReply-To: wtr6@cornell.edu\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','open','open','','contact-form-1','','','2015-07-23 07:07:41','2015-07-23 11:07:41','',0,'http://uskyokushin.com/wordpress1/?post_type=wpcf7_contact_form&p=40',0,'wpcf7_contact_form','',0),(43,1,'2015-07-23 07:19:16','2015-07-23 11:19:16','<p style=\"text-align: center;\"><span style=\"color: #ffff00;\"><strong><span id=\"inserted1113\" style=\"font-size: 29px;\">25<sup style=\"font-size: 24px;\">th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup style=\"font-size: 24px;\">th</sup> , 2015</span></strong></span></p>\r\n\r\n<div class=\"textLayer\" style=\"text-align: center;\"><span style=\"color: #ff0000;\"> <a href=\"http://uskyokushin.com/wordpress1/index.php/events/\">Click here for more information!</a></span><a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\" wp-image-104 aligncenter\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"462\" height=\"651\" /></a></div>','Home','','publish','closed','closed','','home','','','2015-07-24 07:56:59','2015-07-24 11:56:59','',0,'http://uskyokushin.com/wordpress1/?page_id=43',0,'page','',0),(44,1,'2015-07-23 07:19:16','2015-07-23 11:19:16','This is the Home page of the United States Kyokushin IFK Organization','Home','','inherit','open','open','','43-revision-v1','','','2015-07-23 07:19:16','2015-07-23 11:19:16','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/43-revision-v1/',0,'revision','',0),(46,1,'2015-07-23 07:26:58','2015-07-23 11:26:58','<div id=\"content\">\r\n<h1>Hanshi Steve Arneil</h1>\r\n<p class=\"hkanj\">アルニル範士</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/hanshi1.png\" alt=\"Hanshi\" width=\"180\" height=\"240\" /><i>Hanshi</i> (Honorable Master) Steve Arneil was born in South Africa in 1934. At the age of 10, his family moved to Northern Rhodesia (now Zambia), and there he began training in Judo and boxing. His mother made him stop boxing, but he continued studying Judo.\r\n\r\nFrom an early age, Hanshi Arneil was fascinated with the Orient, and he began watching a Chinese man practicing Shorin (Shaolin) Kempo in the man\'s back yard. The Chinese man noticed Arneil \"spying\" on him, and invited him to train. Arneil accepted the offer and trained with his new friend throughout his school years and college.\r\n\r\nAround the age of 25, Hanshi Arneil moved to Durban, South Africa, to complete his education in mechanical engineering. He found a local Judo dojo in Durban that also offered karate. At the time, a number of Japanese people were emigrating to South Africa, arriving at the port city of Durban. Arneil would go to the arriving ships and ask if any of the Japanese practiced karate. If so, he would invite them to train at the dojo. These men practiced various karate styles, but Arneil didn\'t care about the differences – to him, karate was karate.\r\n\r\nAfter completing his engineering education, Hanshi Arneil went back home to Northern Rhodesia. Still fascinated with the Orient, he decided to go there and experience it for himself, and his Chinese friend gave him the names of people to train with in China. Fresh out of college and without any money, Arneil got a job as an engineer on a ship and worked his way from Dar es Salaam, Tanganyika (now Tanzania), to Kowloon, Hong Kong. From there, he went into China and traveled northward to the province of Manchuria, where he came to a monastery at which he studied Shorin (Shaolin) Kempo. The rigorous training, strict discipline, daily work in the monastery\'s fields and daily meditation was just what Arneil was looking for – he felt he was in \"seventh heaven.\"\r\n\r\nUnfortunately, China was beginning to experiencing Mao Zedong\'s Cultural Revolution, and life for a Westerner in China began to get difficult. People outside of the monastery even started hitting Arneil on the head with their copies of Mao\'s \"Little Red Book\". His friends at the monastery suggested that he leave China for his own safety, and they brought him back to Kowloon to train with another kempo teacher. The training was very different than at the monastery, and Arneil didn\'t like it.\r\n\r\nAround that time, Hanshi Arneil heard of a karate master in Japan named Mas Oyama, and he was determined to go there and seek him out. He didn\'t have enough money to get to Japan, so he first had to work on boats to the Philippines. When Arneil finally saved enough money, he returned to Hong Kong and from there went to Yokohama, Japan in 1961.\r\n\r\nInitially, Hanshi Arneil was lost in Japan – he couldn\'t speak the language and knew nothing about Japan other than the name of its capital. He somehow managed to get to Tokyo and found his way to the Kōdōkan <span class=\"kanj\">講道館</span>, the headquarters of one of Japan\'s styles of Jūdō <span class=\"kanj\">柔道</span>. Arneil trained at the Kodokan for a short while and received the rank of <i>Shodan</i> <span class=\"kanj\">初段</span> (1st Dan) in Judo, but he was really interested in studying karate.\r\n\r\nAt first, Hanshi Arneil studied Gōjū Ryū <span class=\"kanj\">剛柔流</span> under Gogen Yamaguchi. (Master Yamaguchi, who lived from 1909 to 1989, was also the instructor of Nei-Chu So, under whom Mas Oyama trained in the late 1940\'s.) He trained in Shōtōkan <span class=\"kanj\">松濤館流</span> and Wadō Ryū <span class=\"kanj\">和道流</span> as well, but still felt that something was missing.\r\n\r\nShortly after earning his <i>Shodan</i> in Judo, Hanshi Arneil met an American named Don Draeger and asked him if he knew of this karate master who \"knocks bulls out.\" Draeger did, and he took Arneil to Mas Oyama\'s dojo. Arneil saw the intensity of the training and the discipline of the students, and he knew that this was where he wanted to be. Draeger (who was fluent in Japanese), asked the instructor if Arneil could train. The instructor told him that if he were interested, he would have to sit and watch, since Mas Oyama was in America at the time.\r\n\r\nFor about six weeks, Hanshi Arneil sat and watched, until one day Mas Oyama returned. Using Draeger as a translator, Mas Oyama told Arneil that he needed to come back and watch for a few more weeks in order to really make up his mind about joining the dojo. And so he waited and watched some more. After two weeks, Mas Oyama gave Arneil his first karate <i>Gi</i> <span class=\"kanj\">衣</span> (uniform) and told him \"Remember, you asked me to train. I didn\'t ask you. <img class=\"imfll pt\" title=\"Steve Arneil at Mas Oyama\'s Dojo\" src=\"http://uskyokushin.com/people/photo/hanshi_dojo.jpg\" alt=\"Arneil at Dojo\" width=\"307\" height=\"300\" />You don\'t follow the rules, you\'re out. Understand?\"\r\n\r\nArneil trained very hard, and even though he wasn\'t Japanese, he was treated the same as the other <i>Kōhai</i> <span class=\"kanj\">後輩</span> (junior students). They started training at 6:00 PM and couldn\'t finish until Mas Oyama was finished, usually four or five hours later. Along with the other <i>Kohai</i>, Arneil had to wash the dirty karate uniforms for the entire school and empty the toilet buckets. He also took part in the daily ritual cleaning of the dojo (Nitten Sōji <span class=\"kanj\">日天掃除</span>), which kept the dojo spotless. Before training, Arneil had to get down on his knees to knock the floor nails back down. All of this made him want to train harder and earn his Black Belt, in order not to have to clean the toilets any more.\r\n\r\n<img class=\"imflr\" title=\"Mas Oyama and Steve Arneil\" src=\"http://uskyokushin.com/people/photo/sosai_hanshi.jpg\" alt=\"Oyama Arneil\" width=\"195\" height=\"240\" />When Hanshi Arneil tested for the rank of <i>Shodan</i> in Kyokushin Karate, he learned an important lesson in life from Mas Oyama. At the test, he thought that he did better than the others, but when the promotion list came out, his name wasn\'t on it. No one told him why, and he became very upset and stayed away from the dojo for a few days. Finally, Mas Oyama came by and asked Arneil where he had been, and he responded that he had been sick. Arneil was depressed and wanted to leave Japan, but he didn\'t have enough money to do so. Instead, he stuck it out and continued to train. At the next promotion test, Arneil lacked some confidence in himself, but he did what he had to do. When the promotion list came out, he was finally on it as a <i>Shodan</i>. Looking back on what happened, Arneil later realized that he wasn\'t ready in his mind or heart when he first tested. If he had earned his <i>Shodan</i> the first time, he would have left Japan and moved on to something else, thinking that he had learned enough. Mas Oyama later told him that he saw more in Arneil than just a black belt, and he took the chance of losing his student through disappointment. Arneil\'s initial failure eventually let him develop the patience, determination and perseverance (<i>Osu</i> <span class=\"kanj\">押忍</span>) needed to master Kyokushin Karate.\r\n\r\n<img class=\"imfll\" title=\"Mas Oyama with Steve Arneil and his Wife\" src=\"http://uskyokushin.com/people/photo/hanshi_wife.jpg\" alt=\"Oyama Arneil Wife\" width=\"240\" height=\"180\" />Over the next few years, Hanshi Arneil intensified his training efforts and progressed rapidly. During this time, Mas Oyama became like a father to him. In fact, Mas Oyama actually adopted him so that he could marry a Japanese woman. With the financial support of his wife, who worked in a bank, Arneil was able to stay in Japan and train. To earn money, he also acted in some movies under the name \"Steve Mansion\", and occasionaly worked as a model for men\'s clothing.\r\n\r\nOne day, Mas Oyama told Hanshi Arneil that he wanted him to perform the 100 Man Kumite (<i>Hyakunin Kumite</i> <span class=\"kanj\">百人組手</span>). Others had tried to do it, but no one (other than Mas Oyama) was able to complete all 100 fights. At first, Arneil thought that Mas Oyama was crazy for asking him, since he didn\'t think he could do it. Mas Oyama kept pestering him until he finally agreed, and afterwards he trained fanatically for the event – 18 hours a day, every day, doing Kata <span class=\"kanj\">型</span>, <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (punching post) training and bag work. Arneil asked when he would do the fights, and Mas Oyama said that he would let him know when he was ready. Arneil kept on training, thinking that Mas Oyama had only done this in order to get him to train harder. One Sunday morning, he went to the dojo to train. When he walked in, everyone was there waiting for him. This was the day. At first, Arneil tried to keep track of how many fights he had completed, but stopped doing so after the first 20 in order to concentrate on fighting. He completed all 100 fights in about 2 hours and 45 minutes – \"you can save time if you knock them out.\"\r\n\r\nBefore leaving Japan in 1965, Hanshi Arneil had achieved the rank of <i>Sandan</i> <span class=\"kanj\">三段</span> (3rd Dan). He moved to Great Britain and began to teach Kyokushin Karate there. That same year, he and Shihan Bob Boulton founded the British Karate Kyokushinkai (BKK) organization. Between 1968 and 1976, Hanshi Arneil was the team manager and coach for the All Styles English and British Karate team, which became the first non-Japanese team to win the World Karate Championship in 1975-76. In 1975, the French Karate Federation also awarded him the title of the \"World\'s Best Coach.\"\r\n\r\nIn 1991, Hanshi Arneil and the BKK resigned from the International Karate Organization (IKO), and he founded the International Federation of Karate (IFK). The IFK currently has a membership <img class=\"imfll\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />of over 45,000 karateka in <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\">39 countries</a>. After the death of Mas Oyama in 1994 and the subsequent splintering of the IKO, Hanshi Arneil was asked by Mas Oyama\'s widow to lead the IKO(2). Not wishing to become involved in the tangled politics of the various Japanese organizations, he politely declined the offer, in order to devote his time and efforts toward running the IFK and teaching Kyokushin Karate.\r\n\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/hanshi.gif\" alt=\"Hanshi\" width=\"110\" height=\"234\" />One of Hanshi Arneil\'s goals in the IFK is consistency – every Kyokushin <i>karateka</i> in any country at any dojo should perform the techniques and katas the same. Toward that end, he has developed a systematic grading syllabus for the IFK and has published a book on Kyokushin kata. Mas Oyama had told him that the only way you can unify an organization is by doing the same thing, and the only way you can do the same thing is by kata.\r\n\r\nMas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of <i>Nanadan</i> <span class=\"kanj\">七段</span> (7th Dan). The entire British karate community later awarded him with the rank of <i>Hachidan</i> <span class=\"kanj\">八段</span> (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of <i>Kudan</i> <span class=\"kanj\">九段</span> (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the preceeding 10 years under the banner of the IFK. Having dedicated his life to the practice and instruction of Kyokushin Karate, Hanshi Arneil was awarded the ultimate rank of <i>Judan</i> <span class=\"kanj\">十段</span> (10th Dan) in June 2011.\r\n\r\nWhile studying Kyokushin Karate in the early 1960\'s, Hanshi Arneil took meticulous notes of what Mas Oyama taught him. Because of this, for the past four decades he has taught Kyokushin Karate true to the spirit of Sosai Mas Oyama. <img class=\"imflr\" title=\"Hanshi Arneil leading a Training Camp\" src=\"http://uskyokushin.com/people/photo/hanshi.jpg\" alt=\"Training\" width=\"150\" height=\"150\" />Despite his busy schedule as head of the IFK, Hanshi Arneil still teaches Kyokushin Karate – to beginners as well as black belts – on a regular basis.\r\n\r\nIn 1998, the USA-IFKK hosted Hanshi Arneil at the 8th Annual American International Karate Championships in Rochester, New York. In <a href=\"http://uskyokushin.com/camp04.htm\">2004</a>, Hanshi traveled to the United States to lead the USA-IFKK Summer Training Camp. He returned again in 2006, <a href=\"http://uskyokushin.com/camp07.htm\">2007</a>, 2009 and 2011 to lead the USA-IFKK\'s Summer Training Camp.\r\n\r\n</div>','Hanshi Steve Arneil','','publish','closed','closed','','hanshi-steve-arneil-2','','','2015-07-30 08:29:16','2015-07-30 12:29:16','',0,'http://uskyokushin.com/wordpress1/?page_id=46',0,'page','',0),(47,1,'2015-07-23 07:26:58','2015-07-23 11:26:58','<div id=\"content\">\r\n<h1>Hanshi Steve Arneil</h1>\r\n<p class=\"hkanj\">アルニル範士</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/hanshi1.png\" alt=\"Hanshi\" width=\"180\" height=\"240\" /><i>Hanshi</i> (Honorable Master) Steve Arneil was born in South Africa in 1934. At the age of 10, his family moved to Northern Rhodesia (now Zambia), and there he began training in Judo and boxing. His mother made him stop boxing, but he continued studying Judo.\r\n\r\nFrom an early age, Hanshi Arneil was fascinated with the Orient, and he began watching a Chinese man practicing Shorin (Shaolin) Kempo in the man\'s back yard. The Chinese man noticed Arneil \"spying\" on him, and invited him to train. Arneil accepted the offer and trained with his new friend throughout his school years and college.\r\n\r\nAround the age of 25, Hanshi Arneil moved to Durban, South Africa, to complete his education in mechanical engineering. He found a local Judo dojo in Durban that also offered karate. At the time, a number of Japanese people were emigrating to South Africa, arriving at the port city of Durban. Arneil would go to the arriving ships and ask if any of the Japanese practiced karate. If so, he would invite them to train at the dojo. These men practiced various karate styles, but Arneil didn\'t care about the differences – to him, karate was karate.\r\n\r\nAfter completing his engineering education, Hanshi Arneil went back home to Northern Rhodesia. Still fascinated with the Orient, he decided to go there and experience it for himself, and his Chinese friend gave him the names of people to train with in China. Fresh out of college and without any money, Arneil got a job as an engineer on a ship and worked his way from Dar es Salaam, Tanganyika (now Tanzania), to Kowloon, Hong Kong. From there, he went into China and traveled northward to the province of Manchuria, where he came to a monastery at which he studied Shorin (Shaolin) Kempo. The rigorous training, strict discipline, daily work in the monastery\'s fields and daily meditation was just what Arneil was looking for – he felt he was in \"seventh heaven.\"\r\n\r\nUnfortunately, China was beginning to experiencing Mao Zedong\'s Cultural Revolution, and life for a Westerner in China began to get difficult. People outside of the monastery even started hitting Arneil on the head with their copies of Mao\'s \"Little Red Book\". His friends at the monastery suggested that he leave China for his own safety, and they brought him back to Kowloon to train with another kempo teacher. The training was very different than at the monastery, and Arneil didn\'t like it.\r\n\r\nAround that time, Hanshi Arneil heard of a karate master in Japan named Mas Oyama, and he was determined to go there and seek him out. He didn\'t have enough money to get to Japan, so he first had to work on boats to the Philippines. When Arneil finally saved enough money, he returned to Hong Kong and from there went to Yokohama, Japan in 1961.\r\n\r\nInitially, Hanshi Arneil was lost in Japan – he couldn\'t speak the language and knew nothing about Japan other than the name of its capital. He somehow managed to get to Tokyo and found his way to the Kōdōkan <span class=\"kanj\">講道館</span>, the headquarters of one of Japan\'s styles of Jūdō <span class=\"kanj\">柔道</span>. Arneil trained at the Kodokan for a short while and received the rank of <i>Shodan</i> <span class=\"kanj\">初段</span> (1st Dan) in Judo, but he was really interested in studying karate.\r\n\r\nAt first, Hanshi Arneil studied Gōjū Ryū <span class=\"kanj\">剛柔流</span> under Gogen Yamaguchi. (Master Yamaguchi, who lived from 1909 to 1989, was also the instructor of Nei-Chu So, under whom Mas Oyama trained in the late 1940\'s.) He trained in Shōtōkan <span class=\"kanj\">松濤館流</span> and Wadō Ryū <span class=\"kanj\">和道流</span> as well, but still felt that something was missing.\r\n\r\nShortly after earning his <i>Shodan</i> in Judo, Hanshi Arneil met an American named Don Draeger and asked him if he knew of this karate master who \"knocks bulls out.\" Draeger did, and he took Arneil to Mas Oyama\'s dojo. Arneil saw the intensity of the training and the discipline of the students, and he knew that this was where he wanted to be. Draeger (who was fluent in Japanese), asked the instructor if Arneil could train. The instructor told him that if he were interested, he would have to sit and watch, since Mas Oyama was in America at the time.\r\n\r\nFor about six weeks, Hanshi Arneil sat and watched, until one day Mas Oyama returned. Using Draeger as a translator, Mas Oyama told Arneil that he needed to come back and watch for a few more weeks in order to really make up his mind about joining the dojo. And so he waited and watched some more. After two weeks, Mas Oyama gave Arneil his first karate <i>Gi</i> <span class=\"kanj\">衣</span> (uniform) and told him \"Remember, you asked me to train. I didn\'t ask you. <img class=\"imfll pt\" title=\"Steve Arneil at Mas Oyama\'s Dojo\" src=\"http://uskyokushin.com/people/photo/hanshi_dojo.jpg\" alt=\"Arneil at Dojo\" width=\"307\" height=\"300\" />You don\'t follow the rules, you\'re out. Understand?\"\r\n\r\nArneil trained very hard, and even though he wasn\'t Japanese, he was treated the same as the other <i>Kōhai</i> <span class=\"kanj\">後輩</span> (junior students). They started training at 6:00 PM and couldn\'t finish until Mas Oyama was finished, usually four or five hours later. Along with the other <i>Kohai</i>, Arneil had to wash the dirty karate uniforms for the entire school and empty the toilet buckets. He also took part in the daily ritual cleaning of the dojo (Nitten Sōji <span class=\"kanj\">日天掃除</span>), which kept the dojo spotless. Before training, Arneil had to get down on his knees to knock the floor nails back down. All of this made him want to train harder and earn his Black Belt, in order not to have to clean the toilets any more.\r\n\r\n<img class=\"imflr\" title=\"Mas Oyama and Steve Arneil\" src=\"http://uskyokushin.com/people/photo/sosai_hanshi.jpg\" alt=\"Oyama Arneil\" width=\"195\" height=\"240\" />When Hanshi Arneil tested for the rank of <i>Shodan</i> in Kyokushin Karate, he learned an important lesson in life from Mas Oyama. At the test, he thought that he did better than the others, but when the promotion list came out, his name wasn\'t on it. No one told him why, and he became very upset and stayed away from the dojo for a few days. Finally, Mas Oyama came by and asked Arneil where he had been, and he responded that he had been sick. Arneil was depressed and wanted to leave Japan, but he didn\'t have enough money to do so. Instead, he stuck it out and continued to train. At the next promotion test, Arneil lacked some confidence in himself, but he did what he had to do. When the promotion list came out, he was finally on it as a <i>Shodan</i>. Looking back on what happened, Arneil later realized that he wasn\'t ready in his mind or heart when he first tested. If he had earned his <i>Shodan</i> the first time, he would have left Japan and moved on to something else, thinking that he had learned enough. Mas Oyama later told him that he saw more in Arneil than just a black belt, and he took the chance of losing his student through disappointment. Arneil\'s initial failure eventually let him develop the patience, determination and perseverance (<i>Osu</i> <span class=\"kanj\">押忍</span>) needed to master Kyokushin Karate.\r\n\r\n<img class=\"imfll\" title=\"Mas Oyama with Steve Arneil and his Wife\" src=\"http://uskyokushin.com/people/photo/hanshi_wife.jpg\" alt=\"Oyama Arneil Wife\" width=\"240\" height=\"180\" />Over the next few years, Hanshi Arneil intensified his training efforts and progressed rapidly. During this time, Mas Oyama became like a father to him. In fact, Mas Oyama actually adopted him so that he could marry a Japanese woman. With the financial support of his wife, who worked in a bank, Arneil was able to stay in Japan and train. To earn money, he also acted in some movies under the name \"Steve Mansion\", and occasionaly worked as a model for men\'s clothing.\r\n\r\nOne day, Mas Oyama told Hanshi Arneil that he wanted him to perform the 100 Man Kumite (<i>Hyakunin Kumite</i> <span class=\"kanj\">百人組手</span>). Others had tried to do it, but no one (other than Mas Oyama) was able to complete all 100 fights. At first, Arneil thought that Mas Oyama was crazy for asking him, since he didn\'t think he could do it. Mas Oyama kept pestering him until he finally agreed, and afterwards he trained fanatically for the event – 18 hours a day, every day, doing Kata <span class=\"kanj\">型</span>, <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (punching post) training and bag work. Arneil asked when he would do the fights, and Mas Oyama said that he would let him know when he was ready. Arneil kept on training, thinking that Mas Oyama had only done this in order to get him to train harder. One Sunday morning, he went to the dojo to train. When he walked in, everyone was there waiting for him. This was the day. At first, Arneil tried to keep track of how many fights he had completed, but stopped doing so after the first 20 in order to concentrate on fighting. He completed all 100 fights in about 2 hours and 45 minutes – \"you can save time if you knock them out.\"\r\n\r\nBefore leaving Japan in 1965, Hanshi Arneil had achieved the rank of <i>Sandan</i> <span class=\"kanj\">三段</span> (3rd Dan). He moved to Great Britain and began to teach Kyokushin Karate there. That same year, he and Shihan Bob Boulton founded the British Karate Kyokushinkai (BKK) organization. Between 1968 and 1976, Hanshi Arneil was the team manager and coach for the All Styles English and British Karate team, which became the first non-Japanese team to win the World Karate Championship in 1975-76. In 1975, the French Karate Federation also awarded him the title of the \"World\'s Best Coach.\"\r\n\r\nIn 1991, Hanshi Arneil and the BKK resigned from the International Karate Organization (IKO), and he founded the International Federation of Karate (IFK). The IFK currently has a membership <img class=\"imfll\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />of over 45,000 karateka in <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\">39 countries</a>. After the death of Mas Oyama in 1994 and the subsequent splintering of the IKO, Hanshi Arneil was asked by Mas Oyama\'s widow to lead the IKO(2). Not wishing to become involved in the tangled politics of the various Japanese organizations, he politely declined the offer, in order to devote his time and efforts toward running the IFK and teaching Kyokushin Karate.\r\n\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/hanshi.gif\" alt=\"Hanshi\" width=\"110\" height=\"234\" />One of Hanshi Arneil\'s goals in the IFK is consistency – every Kyokushin <i>karateka</i> in any country at any dojo should perform the techniques and katas the same. Toward that end, he has developed a systematic grading syllabus for the IFK and has published a book on Kyokushin kata. Mas Oyama had told him that the only way you can unify an organization is by doing the same thing, and the only way you can do the same thing is by kata.\r\n\r\nMas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of <i>Nanadan</i> <span class=\"kanj\">七段</span> (7th Dan). The entire British karate community later awarded him with the rank of <i>Hachidan</i> <span class=\"kanj\">八段</span> (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of <i>Kudan</i> <span class=\"kanj\">九段</span> (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the preceeding 10 years under the banner of the IFK. Having dedicated his life to the practice and instruction of Kyokushin Karate, Hanshi Arneil was awarded the ultimate rank of <i>Judan</i> <span class=\"kanj\">十段</span> (10th Dan) in June 2011.\r\n\r\nWhile studying Kyokushin Karate in the early 1960\'s, Hanshi Arneil took meticulous notes of what Mas Oyama taught him. Because of this, for the past four decades he has taught Kyokushin Karate true to the spirit of Sosai Mas Oyama. <img class=\"imflr\" title=\"Hanshi Arneil leading a Training Camp\" src=\"http://uskyokushin.com/people/photo/hanshi.jpg\" alt=\"Training\" width=\"150\" height=\"150\" />Despite his busy schedule as head of the IFK, Hanshi Arneil still teaches Kyokushin Karate – to beginners as well as black belts – on a regular basis.\r\n\r\nIn 1998, the USA-IFKK hosted Hanshi Arneil at the 8th Annual American International Karate Championships in Rochester, New York. In <a href=\"http://uskyokushin.com/camp04.htm\">2004</a>, Hanshi traveled to the United States to lead the USA-IFKK Summer Training Camp. He returned again in 2006, <a href=\"http://uskyokushin.com/camp07.htm\">2007</a>, 2009 and 2011 to lead the USA-IFKK\'s Summer Training Camp.\r\n\r\n</div>','Hanshi Steve Arneil','','inherit','open','open','','46-revision-v1','','','2015-07-23 07:26:58','2015-07-23 11:26:58','',46,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/46-revision-v1/',0,'revision','',0),(52,1,'2015-07-23 07:36:08','2015-07-23 11:36:08','<div id=\"page-header-wrapper\"></div>\r\n<div id=\"page-body-wrapper\" class=\"one-sidebar\">\r\n<div id=\"page-body\">\r\n<div id=\"content-wrapper\">\r\n<div id=\"content\">\r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<h1>ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437586560150_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437586560150_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n<div id=\"yui_3_17_2_1_1437586560150_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437586560150_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_182\" class=\"intrinsic\">\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','inherit','open','open','','31-revision-v1','','','2015-07-23 07:36:08','2015-07-23 11:36:08','',31,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/31-revision-v1/',0,'revision','',0),(50,1,'2015-07-23 07:31:59','2015-07-23 11:31:59','<div id=\"content\">\r\n<h1>Sosai Mas Oyama</h1>\r\n<p class=\"hkanj\">大山倍達総裁</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/sosai.gif\" alt=\"Sosai\" width=\"169\" height=\"240\" /><i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Masutatsu Oyama, the founder of Kyokushin Karate, was born in southern Korea in 1923. While living at his sister\'s farm in Manchuria at the age of nine, he began his lifelong journey along the Martial Way when he began studying the southern Chinese form of kempo know as \"Eighteen Hands\". When Mas Oyama returned to Korea at the age of 12, he continued his training in Korean kempo.\r\n\r\n<img class=\"imfll\" title=\"Gichin Funakoshi\" src=\"http://uskyokushin.com/people/photo/funakoshi.jpg\" alt=\"Gichin Funakoshi\" width=\"100\" height=\"134\" />In 1938, at the age of 15, Mas Oyama moved to Japan to train as an aviator, and continued his martial arts training by participating in judo and boxing. Shortly afterwards, he began training at the dojo of Gichin Funakoshi, who had brought karate from Okinawa to Japan and developed what is now known as Shotokan Karate. Mas Oyama\'s training progressed so rapidly that by the age of 17, he was a <i>Nidan</i> <span class=\"kanj\">二段</span> (2nd Dan), and by the age of 20, he was a <i>Yondan</i> <span class=\"kanj\">四段</span> (4th Dan) in Shōtōkan <span class=\"kanj\">松濤館流</span>. At this point, Mas Oyama took a serious interest in Jūdō <span class=\"kanj\">柔道</span>, and in less than four years he achieved the rank of <i>Yondan</i> in Judo as well.\r\n\r\n<img class=\"imflr\" title=\"Nei-Chu So\" src=\"http://uskyokushin.com/people/photo/chu.jpg\" alt=\"Nei-Chu So\" width=\"100\" height=\"115\" />After the end of World War II, Mas Oyama began training under Nei-Chu So, one of the highest authorities in Japan of Gōjū Ryū <span class=\"kanj\">剛柔流</span>, an Okinawan karate style. Master So, renowned for the power of his body as well as his spiritual insight, encouraged Mas Oyama to dedicate his life to <i>Budō</i> <span class=\"kanj\">武道</span>, the Martial Way. He suggested that Mas Oyama retreat from civilization for three years to train his mind and body without the distractions of the outside world.\r\n\r\n<img class=\"imfll\" title=\"Samurai Warriors\" src=\"http://uskyokushin.com/people/photo/samurai.jpg\" alt=\"Samurai Warriors\" width=\"200\" height=\"125\" />Around this time, Mas Oyama also met Eiji Yoshikawa, the author of the novel <i>Musashi</i> <span class=\"kanj\">武蔵</span>, which was based on the life and exploits of Miyamoto Musashi, Japan\'s most famous Samurai warrior. Both the novel and the author helped to teach him the meaning of <i>Bushidō</i> <span class=\"kanj\">武士道</span>, the Way of the Warrior. That same year, Mas Oyama went to Mt. Minobu in Chiba Prefecture, where Musashi had developed his style of sword fighting. Mas Oyama thought that this would be an appropriate place to begin the rigorous training he had planned for himself. Accompanied by a student, he went into the wilderness there to train, with a friend bringing food supplies to them once a month. After six months of training, his student was unable to handle the solitude and secretly fed during the night, leaving Mas Oyama completely alone to continue his training. After fourteen months of training in the wilderness, his friend informed Mas Oyama that he could no longer provide the monthly supplies of food, and Mas Oyama had to return to civilization.\r\n\r\n<img class=\"imfll\" title=\"Mas Oyama training with a Makiwara\" src=\"http://uskyokushin.com/people/photo/sosai_makiwara.jpg\" alt=\"Makiwara\" width=\"180\" height=\"217\" />A few months later, in 1947, Mas Oyama won the karate section of the first Japanese National Martial Arts Championships after World War II. However, still feeling empty for not having completed the three years of solitude, he decided to dedicate his life completely to karate. Once again Mas Oyama left civilization for the wilderness, this time going to Mt. Kiyozumi, also in Chiba Prefecture, which he chose for its spiritually uplifting environment. This time his training was fanatical – 12 hours a day, every day, with no rest days, standing under cold buffeting waterfalls, breaking river stones with his hands, using trees as <i>Makiwara</i> <span class=\"kanj\">巻藁</span> (striking boards), jumping over rapidly growing flax plants hundreds of times each day. Each day also included a period of study of the ancients classics on the martial arts, Zen, and philosophy. After eighteen months of rigorous training, Mas Oyama returned to civilization fully confident in himself and able to take control of his life.\r\n\r\nIn the 1950s, Mas Oyama began demonstrating his power and skill by fighting bulls. In all, he fought 52 bulls, three of which he killed instantly and 49 of whose horns he took off with <i>Shuto</i> <span class=\"kanj\">手刀</span> (knife hand) strikes. In 1952, Mas Oyama traveled throughout the United States for a year, demonstrating his karate live and on national television. During subsequent years, he took on all challengers, resulting in fights with 270 different people. He defeated the vast majority of his opponents with just one technique. A fight never lasted more than three minutes, and rarely lasted more than a few seconds. Mas Oyama\'s fighting technique was based on the Samurai warriors\' principle of \"Ichi Geki Hissatsu\" <span class=\"kanj\">一撃必殺移動</span>, or \"One strike, certain death\". If he got through to you, the fight was over. If he hit you, you broke – if you blocked his punch, your arm was broken or dislocated, if you didn\'t block it, your rib was broken. Because of his strength and skill, he became known as \"the Godhand\".\r\n\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/kyokushinkai.gif\" alt=\"Kyokushinkai\" width=\"60\" height=\"155\" /><img class=\"imfll\" title=\"Mas Oyama\'s first dojo\" src=\"http://uskyokushin.com/images/dojo.jpg\" alt=\"First Dojo\" width=\"260\" height=\"156\" />In 1953, Mas Oyama opened his first \"dojo\" on a grass lot in Tokyo. In 1955, he opened his first real dojo in a former ballet studio behind Rikkyo University. In 1957, the name <i>Kyokushin</i> <span class=\"kanj\">極真</span>, meaning \"Ultimate Truth\", was adopted for Mas Oyama\'s karate organization, which had 700 members by then, despite the high drop-out rate due to the severity of training. Practitioners of other styles also came to train here for the <i>Jissen Kumite</i> <span class=\"kanj\">実戦組手</span> (full contact fighting). Mas Oyama would observe those from other styles and adopt any techniques that would be useful in a fight. By doing so, Kyokushin Karate evolved into one of the most formidable style of martial arts in the world. It soon became known as \"The Strongest Karate\", not only because of the incredible feats of strength and endurance that Mas Oyama performed, but also because of the rigorous requirements of the training and tournaments.\r\n\r\n<img class=\"imflr\" title=\"Mas Oyama training with Gogen Yamaguchi\" src=\"http://uskyokushin.com/people/photo/yamaguchi.jpg\" alt=\"Oyama Training\" width=\"180\" height=\"161\" />In order to test his own abilities, Mas Oyama decided to perform a Three Hundred Man Kumite (<i>San-Byakunin Kumite</i> <span class=\"kanj\">三百人組手</span>) in three days. He chose the strongest students in his dojo to fight him one at a time. After each had a turn, they started from the beginning again until all three hundred fights were completed. Each student had to face Mas Oyama about four times over the three days, though some never made it past the first day due to Oyama\'s powerful blows. He defeated all of his opponents, never wavering in his resolve, despite the fact that he was injured in the process. Legend has it that Mas Oyama was willing to go for a fourth day, but no opponents were willing or able to do so.\r\n\r\n<img class=\"imfll\" src=\"http://uskyokushin.com/people/photo/sosai2.jpg\" alt=\"Sosai\" width=\"180\" height=\"216\" /><img class=\"imflr\" src=\"http://uskyokushin.com/people/photo/sosai1.jpg\" alt=\"Sosai\" width=\"200\" height=\"240\" />Since its inception, Kyokushin Karate has spread to more than 120 countries, with more than twelve million practitioners, making it one of the largest martial arts styles in the world.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\nSadly, Mas Oyama (a non-smoker) died of lung cancer in 1994.\r\n\r\nMas Oyama\'s unexpected death left his organization, the International Karate Organization (IKO), in a very confused state. Prior to his death, he stated in his will that Yukio Nishida would be his successor to lead the IKO, but on his deathbed he apparently named Akiyoshi Matsui, then Godan (5th <img class=\"imflr\" src=\"http://uskyokushin.com/images/ifk_logo.gif\" alt=\"IFK\" width=\"100\" height=\"100\" />Dan). This has resulted in a splintering of the IKO into a number of groups, each of which claims to be the true successor to Mas Oyama\'s organization.\r\n\r\nOne group of Kyokushin <i>Karateka</i> <span class=\"kanj\">空手家</span> (karate practitioners) decided to affiliate themselves with <i>Hanshi</i> <span class=\"kanj\">範士</span> (Master) Steve Arneil of Great Britain, who left the Japanese Kyokushin organization in 1991 to form the International Federation of Karate (IFK).\r\n\r\n</div>','Sosai Oyama','','inherit','open','open','','49-revision-v1','','','2015-07-23 07:31:59','2015-07-23 11:31:59','',49,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/49-revision-v1/',0,'revision','',0),(51,1,'2015-07-23 07:33:28','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2015-07-23 07:33:28','0000-00-00 00:00:00','',0,'http://uskyokushin.com/wordpress1/?p=51',1,'nav_menu_item','',0),(54,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','54','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=54',5,'nav_menu_item','',0),(55,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','55','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=55',6,'nav_menu_item','',0),(56,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','56','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=56',1,'nav_menu_item','',0),(57,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','57','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=57',2,'nav_menu_item','',0),(58,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','58','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=58',7,'nav_menu_item','',0),(59,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','59','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=59',17,'nav_menu_item','',0),(60,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','60','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=60',15,'nav_menu_item','',0),(61,1,'2015-07-23 07:49:08','2015-07-23 11:49:08',' ','','','publish','open','open','','61','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=61',3,'nav_menu_item','',0),(62,1,'2015-07-23 07:51:21','2015-07-23 11:51:21','<div id=\"page-header-wrapper\"> <img id=\"banner\" class=\"\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/5380fc21e4b0fe1778d1dd2d/1437598842973/?format=1500w\" alt=\"International Federation of Karate (Kyokushin)\" width=\"280\" height=\"112\" /></div>\r\n<div id=\"page-body-wrapper\" class=\"one-sidebar\">\r\n<div id=\"page-body\">\r\n<div id=\"content-wrapper\">\r\n<div id=\"content\">\r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<h1>ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437586560150_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437586560150_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n<div id=\"yui_3_17_2_1_1437586560150_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437586560150_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437586560150_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_182\" class=\"intrinsic\">\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437586560150_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437586560150_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437586560150_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437586560150_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','inherit','open','open','','31-revision-v1','','','2015-07-23 07:51:21','2015-07-23 11:51:21','',31,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/31-revision-v1/',0,'revision','',0),(63,1,'2015-07-23 08:20:21','2015-07-23 12:20:21','<h1>Dojos and Contacts</h1>\r\n<p class=\"hkanj\">道場連絡先一覧</p>\r\n\r\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Headquarters:</h2>\r\n<h3>Kyokushin Karate Fitness USA</h3>\r\n<a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a>\r\n\r\n<a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a>\r\n\r\n<i>Sensei</i> Dave Sheets\r\n\r\n<i>Sempai</i> Shaheen Hicks\r\n<p class=\"indxl\">482 Ridge Rd. West\r\nRochester, NY 14615\r\n(585) 663-7680\r\n<a href=\"mailto:MMonaco1@its.jnj.com\">email</a></p>\r\nKyokushin Karate Fitness School Karate Club:\r\n<ul>\r\n <li>McQuaid Jesuit High School\r\n<i>Sempai</i> Laurie Farber</li>\r\n</ul>\r\n<h2>Other Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Eagle Wings Kyokushin Karate</h3>\r\n<i>Sensei</i> Ellis Weber\r\n<p class=\"indxl mbl\">5000 S. Santa Fe\r\nOklahoma City, OK 73149\r\n(405) 219-6899\r\n<a href=\"mailto:kickboxing@cox.net\">email</a> <a href=\"http://www.eaglewingsokc.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>NJ Kyokushin Karate</h3>\r\n<i>Sempai Kamil Maras</i>\r\n<p class=\"indxl mbl\">8 Leitrim Ln\r\nHazlet,NY 07730\r\n(718) 757-2904\r\n<a href=\"mailto:kamil_88@wp.pl\">email</a> <a href=\"https://www.facebook.com/pages/New-Jersey-IFK-Kyokushin-USA/198248630191388\" target=\"_blank\">Website</a></p>\r\n<i>Sempai</i> Artur Kuzio\r\n<p class=\"indxl mbl\">(973)333-7368\r\n<a href=\"mailto:arturbobo1@gmail.com\">email</a></p>\r\n\r\n<h3>Endicott Kyokushin Karate</h3>\r\n<a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a>\r\n\r\n<i>Sempai</i> Joe Luke\r\n<p class=\"indxl mbl\">500 N. Nanticoke Ave.\r\nEndicott, NY 13760\r\n(607) 343-9079\r\n<a href=\"mailto:sensei@pronetisp.net\">email</a> <a href=\"http://uskyokushin.com/endicott/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>Kyokushin of San Antonio</h3>\r\nSempai Ian Bailey ( Loves Gymnastics )\r\n<p class=\"indxl mbl\">1711 O\'Conner Rd.\r\nSan Antonio, TX 78247\r\n(210) 656-9988 Gym\r\n(210) 488-2759 cell\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n<td>\r\n<h3>GrayWolf Kyokushin Martial Arts</h3>\r\n<i>Sempai</i> Karl Biedlingmaier\r\n\r\n<i>Sempai</i> Renee Biedlingmaier\r\n<p class=\"indxl mbl\">17252 Gulf Rd.\r\nHolley, NY 14470\r\n(585) 406-6193\r\n<a href=\"mailto:kbiedlingmaier@hotmail.com\">email</a> <a href=\"http://www.graywolfmartialarts.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>Rocky\'s Personalized Training</h3>\r\n<i>Shihan</i> Dave Muscarella\r\n<p class=\"indxl mbl\">1285Boardman-Canfield Rd.\r\nBoardman, Ohio 44512\r\n(724) 699-6346</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:davemusky@yahoo.com\">email</a></p>\r\n\r\n<h3>Victory Dojo and Habit Fitness</h3>\r\n<i>Sensei</i> Robert Christophe\r\n<p class=\"indxl mbl\">517 N. Victory Bvld\r\nBurbank, Ca\r\n(310) 508-8046</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:dojofitness@gmail.com\">email</a> <a href=\"http://www.http://victorydojofitness.com/\" target=\"_blank\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fighting Affiliate Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>American Self Defense Club</h3>\r\n<i>Renshi</i> Ralph Metz\r\n\r\n<i>Sensei</i> Brian Metz\r\n<p class=\"indxl mbl\">25 Minneakoning Road, Suite 201\r\nFlemington, NJ 08822\r\n(908) 237-2005\r\n<a href=\"mailto:asdcflemington@gmail.com\">email</a> <a href=\"http://americanselfdefenseclub.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>S&S Fitness and Martial Arts Center</h3>\r\n<a href=\"http://uskyokushin.com/people/haug.htm\"><i>Sensei</i> Scott Haug</a>\r\n<p class=\"indxl mbl\">49 King Street\r\nHamlin, NY 14464\r\n(585) 964-9530\r\n<a href=\"mailto:shaug3@rochester.rr.com\">email</a> <a href=\"http://sandsfitnessmac.com/\" target=\"_blank\">Website</a></p>\r\n</td>\r\n<td>\r\n<h3>Westchester kenshikai</h3>\r\n<i>Sensei</i> Claibourne Henry\r\n<p class=\"indxl mbl\">22 Main Street\r\nHastings-on-Hudson, NY 10706\r\n(914) 231-7503\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\">Website</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Dojos and Contacts','','publish','closed','closed','','dojos-and-contacts','','','2015-07-23 08:24:48','2015-07-23 12:24:48','',0,'http://uskyokushin.com/wordpress1/?page_id=63',0,'page','',0),(64,1,'2015-07-23 08:20:21','2015-07-23 12:20:21','<h1>Dojos and Contacts</h1>\r\n<p class=\"hkanj\">道場連絡先一覧</p>\r\n\r\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Headquarters:</h2>\r\n<h3>Kyokushin Karate Fitness USA</h3>\r\n<a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a>\r\n\r\n<a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a>\r\n\r\n<i>Sensei</i> Dave Sheets\r\n\r\n<i>Sempai</i> Shaheen Hicks\r\n<p class=\"indxl\">482 Ridge Rd. West\r\nRochester, NY 14615\r\n(585) 663-7680\r\n<a href=\"mailto:MMonaco1@its.jnj.com\">email</a></p>\r\nKyokushin Karate Fitness School Karate Club:\r\n<ul>\r\n <li>McQuaid Jesuit High School\r\n<i>Sempai</i> Laurie Farber</li>\r\n</ul>\r\n<h2>Other Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Eagle Wings Kyokushin Karate</h3>\r\n<i>Sensei</i> Ellis Weber\r\n<p class=\"indxl mbl\">5000 S. Santa Fe\r\nOklahoma City, OK 73149\r\n(405) 219-6899\r\n<a href=\"mailto:kickboxing@cox.net\">email</a> <a href=\"http://www.eaglewingsokc.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>NJ Kyokushin Karate</h3>\r\n<i>Sempai Kamil Maras</i>\r\n<p class=\"indxl mbl\">8 Leitrim Ln\r\nHazlet,NY 07730\r\n(718) 757-2904\r\n<a href=\"mailto:kamil_88@wp.pl\">email</a> <a href=\"https://www.facebook.com/pages/New-Jersey-IFK-Kyokushin-USA/198248630191388\" target=\"_blank\">Website</a></p>\r\n<i>Sempai</i> Artur Kuzio\r\n<p class=\"indxl mbl\">(973)333-7368\r\n<a href=\"mailto:arturbobo1@gmail.com\">email</a></p>\r\n\r\n<h3>Endicott Kyokushin Karate</h3>\r\n<a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a>\r\n\r\n<i>Sempai</i> Joe Luke\r\n<p class=\"indxl mbl\">500 N. Nanticoke Ave.\r\nEndicott, NY 13760\r\n(607) 343-9079\r\n<a href=\"mailto:sensei@pronetisp.net\">email</a> <a href=\"http://uskyokushin.com/endicott/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>Kyokushin of San Antonio</h3>\r\nSempai Ian Bailey ( Loves Gymnastics )\r\n<p class=\"indxl mbl\">1711 O\'Conner Rd.\r\nSan Antonio, TX 78247\r\n(210) 656-9988 Gym\r\n(210) 488-2759 cell\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n<td>\r\n<h3>Gray Wolf Kyokushin Martial Arts</h3>\r\n<i>Sempai</i> Karl Biedlingmaier\r\n\r\n<i>Sempai</i> Renee Biedlingmaier\r\n<p class=\"indxl mbl\">17252 Gulf Rd.\r\nHolley, NY 14470\r\n(585) 406-6193\r\n<a href=\"mailto:kbiedlingmaier@hotmail.com\">email</a> <a href=\"http://www.graywolfmartialarts.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>Rocky\'s Personalized Training</h3>\r\n<i>Shihan</i> Dave Muscarella\r\n<p class=\"indxl mbl\">1285Boardman-Canfield Rd.\r\nBoardman, Ohio 44512\r\n(724) 699-6346</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:davemusky@yahoo.com\">email</a></p>\r\n\r\n<h3>Victory Dojo and Habit Fitness</h3>\r\n<i>Sensei</i> Robert Christophe\r\n<p class=\"indxl mbl\">517 N. Victory Bvld\r\nBurbank, Ca\r\n(310) 508-8046</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:dojofitness@gmail.com\">email</a> <a href=\"http://www.http://victorydojofitness.com/\" target=\"_blank\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fighting Affiliate Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>American Self Defense Club</h3>\r\n<i>Renshi</i> Ralph Metz\r\n\r\n<i>Sensei</i> Brian Metz\r\n<p class=\"indxl mbl\">25 Minneakoning Road, Suite 201\r\nFlemington, NJ 08822\r\n(908) 237-2005\r\n<a href=\"mailto:asdcflemington@gmail.com\">email</a> <a href=\"http://americanselfdefenseclub.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>S&S Fitness and Martial Arts Center</h3>\r\n<a href=\"http://uskyokushin.com/people/haug.htm\"><i>Sensei</i> Scott Haug</a>\r\n<p class=\"indxl mbl\">49 King Street\r\nHamlin, NY 14464\r\n(585) 964-9530\r\n<a href=\"mailto:shaug3@rochester.rr.com\">email</a> <a href=\"http://sandsfitnessmac.com/\" target=\"_blank\">Website</a></p>\r\n</td>\r\n<td>\r\n<h3>Westchester kenshikai</h3>\r\n<i>Sensei</i> Claibourne Henry\r\n<p class=\"indxl mbl\">22 Main Street\r\nHastings-on-Hudson, NY 10706\r\n(914) 231-7503\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\">Website</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Dojos and Contacts','','inherit','open','open','','63-revision-v1','','','2015-07-23 08:20:21','2015-07-23 12:20:21','',63,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/63-revision-v1/',0,'revision','',0),(65,1,'2015-07-23 08:22:28','2015-07-23 12:22:28','','USA-IFKK','','publish','open','open','','usa-ifkk-2','','','2015-07-23 08:22:28','2015-07-23 12:22:28','',0,'http://uskyokushin.com/wordpress1/?page_id=65',0,'page','',0),(66,1,'2015-07-23 08:22:28','2015-07-23 12:22:28','','USA-IFKK','','inherit','open','open','','65-revision-v1','','','2015-07-23 08:22:28','2015-07-23 12:22:28','',65,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/65-revision-v1/',0,'revision','',0),(67,1,'2015-07-23 08:23:08','2015-07-23 12:23:08',' ','','','publish','open','open','','67','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=67',8,'nav_menu_item','',0),(68,1,'2015-07-23 08:23:08','2015-07-23 12:23:08',' ','','','publish','open','open','','68','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=68',10,'nav_menu_item','',0),(69,1,'2015-07-23 08:24:48','2015-07-23 12:24:48','<h1>Dojos and Contacts</h1>\r\n<p class=\"hkanj\">道場連絡先一覧</p>\r\n\r\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Headquarters:</h2>\r\n<h3>Kyokushin Karate Fitness USA</h3>\r\n<a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a>\r\n\r\n<a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a>\r\n\r\n<i>Sensei</i> Dave Sheets\r\n\r\n<i>Sempai</i> Shaheen Hicks\r\n<p class=\"indxl\">482 Ridge Rd. West\r\nRochester, NY 14615\r\n(585) 663-7680\r\n<a href=\"mailto:MMonaco1@its.jnj.com\">email</a></p>\r\nKyokushin Karate Fitness School Karate Club:\r\n<ul>\r\n <li>McQuaid Jesuit High School\r\n<i>Sempai</i> Laurie Farber</li>\r\n</ul>\r\n<h2>Other Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Eagle Wings Kyokushin Karate</h3>\r\n<i>Sensei</i> Ellis Weber\r\n<p class=\"indxl mbl\">5000 S. Santa Fe\r\nOklahoma City, OK 73149\r\n(405) 219-6899\r\n<a href=\"mailto:kickboxing@cox.net\">email</a> <a href=\"http://www.eaglewingsokc.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>NJ Kyokushin Karate</h3>\r\n<i>Sempai Kamil Maras</i>\r\n<p class=\"indxl mbl\">8 Leitrim Ln\r\nHazlet,NY 07730\r\n(718) 757-2904\r\n<a href=\"mailto:kamil_88@wp.pl\">email</a> <a href=\"https://www.facebook.com/pages/New-Jersey-IFK-Kyokushin-USA/198248630191388\" target=\"_blank\">Website</a></p>\r\n<i>Sempai</i> Artur Kuzio\r\n<p class=\"indxl mbl\">(973)333-7368\r\n<a href=\"mailto:arturbobo1@gmail.com\">email</a></p>\r\n\r\n<h3>Endicott Kyokushin Karate</h3>\r\n<a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a>\r\n\r\n<i>Sempai</i> Joe Luke\r\n<p class=\"indxl mbl\">500 N. Nanticoke Ave.\r\nEndicott, NY 13760\r\n(607) 343-9079\r\n<a href=\"mailto:sensei@pronetisp.net\">email</a> <a href=\"http://uskyokushin.com/endicott/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>Kyokushin of San Antonio</h3>\r\nSempai Ian Bailey ( Loves Gymnastics )\r\n<p class=\"indxl mbl\">1711 O\'Conner Rd.\r\nSan Antonio, TX 78247\r\n(210) 656-9988 Gym\r\n(210) 488-2759 cell\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n<td>\r\n<h3>GrayWolf Kyokushin Martial Arts</h3>\r\n<i>Sempai</i> Karl Biedlingmaier\r\n\r\n<i>Sempai</i> Renee Biedlingmaier\r\n<p class=\"indxl mbl\">17252 Gulf Rd.\r\nHolley, NY 14470\r\n(585) 406-6193\r\n<a href=\"mailto:kbiedlingmaier@hotmail.com\">email</a> <a href=\"http://www.graywolfmartialarts.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>Rocky\'s Personalized Training</h3>\r\n<i>Shihan</i> Dave Muscarella\r\n<p class=\"indxl mbl\">1285Boardman-Canfield Rd.\r\nBoardman, Ohio 44512\r\n(724) 699-6346</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:davemusky@yahoo.com\">email</a></p>\r\n\r\n<h3>Victory Dojo and Habit Fitness</h3>\r\n<i>Sensei</i> Robert Christophe\r\n<p class=\"indxl mbl\">517 N. Victory Bvld\r\nBurbank, Ca\r\n(310) 508-8046</p>\r\n<p class=\"indxl mbl\"><a href=\"mailto:dojofitness@gmail.com\">email</a> <a href=\"http://www.http://victorydojofitness.com/\" target=\"_blank\">Website</a></p>\r\n<p class=\"indxl mbl\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fighting Affiliate Dojos:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>American Self Defense Club</h3>\r\n<i>Renshi</i> Ralph Metz\r\n\r\n<i>Sensei</i> Brian Metz\r\n<p class=\"indxl mbl\">25 Minneakoning Road, Suite 201\r\nFlemington, NJ 08822\r\n(908) 237-2005\r\n<a href=\"mailto:asdcflemington@gmail.com\">email</a> <a href=\"http://americanselfdefenseclub.com/\" target=\"_blank\">Website</a></p>\r\n\r\n<h3>S&S Fitness and Martial Arts Center</h3>\r\n<a href=\"http://uskyokushin.com/people/haug.htm\"><i>Sensei</i> Scott Haug</a>\r\n<p class=\"indxl mbl\">49 King Street\r\nHamlin, NY 14464\r\n(585) 964-9530\r\n<a href=\"mailto:shaug3@rochester.rr.com\">email</a> <a href=\"http://sandsfitnessmac.com/\" target=\"_blank\">Website</a></p>\r\n</td>\r\n<td>\r\n<h3>Westchester kenshikai</h3>\r\n<i>Sensei</i> Claibourne Henry\r\n<p class=\"indxl mbl\">22 Main Street\r\nHastings-on-Hudson, NY 10706\r\n(914) 231-7503\r\n<a href=\"mailto:westerchesterkenshikai@gmail.com\">email</a> <a href=\"http://www.facebook.com/Westchesterkenshikai\" target=\"_blank\">Website</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Dojos and Contacts','','inherit','open','open','','63-revision-v1','','','2015-07-23 08:24:48','2015-07-23 12:24:48','',63,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/63-revision-v1/',0,'revision','',0),(70,1,'2015-07-23 08:41:06','2015-07-23 12:41:06','<!--StyleSheet Link-->\r\n<p class=\"hkanj\">行事予定</p>\r\n\r\n<h2>August 9th, 2015</h2>\r\n<a><span class=\"style1\"><span style=\"color: #ff0000;\">Officiating Seminar and Fighting Clinic at Hamlin Dojo. Green, Brown and Black belts are invited to attend. 12 noon until finished</span> </span></a>\r\n<h2>September 19th, 2015</h2>\r\n<a><span class=\"style1\"><span style=\"color: #ff0000;\">Officiating Seminar at Rochester Dojo. 10:30 AM until done. Green, Brown and Black belts are invited to attend. Proper officiating dress is required .</span> </span></a>\r\n<h2>October 24, 2015</h2>\r\n<span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\">25th American International Karate\r\nChampionships (Rochester, NY)</a></span>','Event-1','','publish','closed','closed','','event-1','','','2015-07-23 12:29:33','2015-07-23 16:29:33','',0,'http://uskyokushin.com/wordpress1/?page_id=70',0,'page','',0),(71,1,'2015-07-23 08:41:06','2015-07-23 12:41:06','<!--StyleSheet Link-->\r\n<p class=\"hkanj\">行事予定</p>\r\n<p class=\"mr\"></p>\r\n\r\n<h2>August 9th, 2015</h2>\r\n<a><span class=\"style1\">Officiating Seminar and Fighting Clinic at Hamlin Dojo. Green, Brown and Black belts are invited to attend. 12 noon until finished </span></a>\r\n<h2>September 19th, 2015</h2>\r\n<a><span class=\"style1\">Officiating Seminar at Rochester Dojo. 10:30 AM until done. Green, Brown and Black belts are invited to attend. Proper officiating dress is required . </span></a>\r\n<p class=\"mr\"></p>\r\n<p class=\"mr\"></p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<a>25th American International Karate\r\nChampionships (Rochester, NY)</a>','Event-1','','inherit','open','open','','70-revision-v1','','','2015-07-23 08:41:06','2015-07-23 12:41:06','',70,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/70-revision-v1/',0,'revision','',0),(72,1,'2015-07-23 08:41:53','2015-07-23 12:41:53','','Events','','publish','open','open','','72','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=72',16,'nav_menu_item','',0),(120,1,'2015-07-24 07:56:59','2015-07-24 11:56:59','<p style=\"text-align: center;\"><span style=\"color: #ffff00;\"><strong><span id=\"inserted1113\" style=\"font-size: 29px;\">25<sup style=\"font-size: 24px;\">th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup style=\"font-size: 24px;\">th</sup> , 2015</span></strong></span></p>\r\n\r\n<div class=\"textLayer\" style=\"text-align: center;\"><span style=\"color: #ff0000;\"> <a href=\"http://uskyokushin.com/wordpress1/index.php/events/\">Click here for more information!</a></span><a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\" wp-image-104 aligncenter\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"462\" height=\"651\" /></a></div>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-24 07:56:59','2015-07-24 11:56:59','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/43-revision-v1/',0,'revision','',0),(74,1,'2015-07-23 12:27:06','2015-07-23 16:27:06','<!--StyleSheet Link-->\r\n<p class=\"hkanj\">行事予定</p>\r\n\r\n<h2>August 9th, 2015</h2>\r\n<a><span class=\"style1\"><span style=\"color: #ff0000;\">Officiating Seminar and Fighting Clinic at Hamlin Dojo. Green, Brown and Black belts are invited to attend. 12 noon until finished</span> </span></a>\r\n<h2>September 19th, 2015</h2>\r\n<a><span class=\"style1\"><span style=\"color: #ff0000;\">Officiating Seminar at Rochester Dojo. 10:30 AM until done. Green, Brown and Black belts are invited to attend. Proper officiating dress is required .</span> </span></a>\r\n<h2>October 24, 2015</h2>\r\n<span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\">25th American International Karate\r\nChampionships (Rochester, NY)</a></span>','Event-1','','inherit','open','open','','70-revision-v1','','','2015-07-23 12:27:06','2015-07-23 16:27:06','',70,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/70-revision-v1/',0,'revision','',0),(76,1,'2015-07-23 13:31:25','2015-07-23 17:31:25','<div id=\"content\">\r\n<h1>Links</h1>\r\n<p class=\"hkanj\">関連リンク集</p>\r\n\r\n<h2><a href=\"http://www.ifk-kyokushin.com\" target=\"_blank\">International Federation of Karate\r\n<img class=\"pd\" src=\"http://uskyokushin.com/images/ifk_logo_75.gif\" alt=\"IFK\" width=\"75\" height=\"75\" /></a></h2>\r\n<h2>IFK National Organizations</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ctr\"><a href=\"http://www.ifk-australia.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_australia.gif\" alt=\"Australia\" width=\"100\" height=\"50\" />\r\nAustralia</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.ifk.be\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_belgium.gif\" alt=\"Belgium\" width=\"60\" height=\"50\" />\r\nBelgium</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.ifkcanada.ca\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_canada.gif\" alt=\"Canada\" width=\"100\" height=\"50\" />\r\nCanada</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.ifkest.ee\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_estonia.gif\" alt=\"Estonia\" width=\"79\" height=\"50\" />\r\nEstonia</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.bkk-uk.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_uk.gif\" alt=\"Great Britain\" width=\"100\" height=\"50\" />\r\nGreat Britain</a></td>\r\n</tr>\r\n<tr>\r\n<td class=\"ctr\"><a href=\"http://www.ifkkyokushinindia.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_india.gif\" alt=\"India\" width=\"75\" height=\"50\" />\r\nIndia</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.iranifk.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_iran.gif\" alt=\"Iran\" width=\"88\" height=\"50\" />\r\nIran</a></td>\r\n<td class=\"ctr\"><a href=\"http://kyokushinireland.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_ireland.gif\" alt=\"Ireland\" width=\"100\" height=\"50\" />\r\nIreland</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.karate-israel.co.il\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_israel.gif\" alt=\"Israel\" width=\"69\" height=\"50\" />\r\nIsrael</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.kyokushin-kuwait.org\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_kuwait.gif\" alt=\"Kuwait\" width=\"100\" height=\"50\" />\r\nKuwait</a></td>\r\n</tr>\r\n<tr>\r\n<td class=\"ctr npb\"><a href=\"http://www.nka-ifk.nl\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_netherlands.gif\" alt=\"Netherlands\" width=\"75\" height=\"50\" />\r\nNetherlands</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://ifknorge.org\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_norway.gif\" alt=\"Norway\" width=\"87\" height=\"50\" />\r\nNorway</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://www.ifksa.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_safrica.gif\" alt=\"South Africa\" width=\"75\" height=\"50\" />\r\nSouth Africa</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://www.ifk-schweiz.ch\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_switzerland.gif\" alt=\"Switzerland\" width=\"50\" height=\"50\" />\r\nSwitzerland</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://www.dojoestribo.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_uruguay.gif\" alt=\"Uruguay\" width=\"75\" height=\"50\" />\r\nUruguay</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2 class=\"smb\">USA-IFKK Dojos</h2>\r\n<ul>\r\n <li><img class=\"imflr flg\" src=\"http://uskyokushin.com/images/f_usa.gif\" alt=\"USA\" width=\"95\" height=\"50\" /><a href=\"http://www.eaglewingsokc.com\" target=\"_blank\">Eagle Wings Kyokushin Karate</a></li>\r\n <li><a href=\"http://uskyokushin.com/endicott\" target=\"_blank\">Endicott Kyokushin Karate</a></li>\r\n <li><a href=\"http://www.graywolfmartialarts.com\" target=\"_blank\">Gray Wolf Kyokushin Martial Arts</a></li>\r\n <li><a href=\"http://sandsfitnessmac.com\">S&S Fitness and Martial Arts Center</a></li>\r\n <li><a href=\"https://www.facebook.com/pages/New-Jersey-IFK-Kyokushin-USA/198248630191388\" target=\"_blank\">NJ Kyokushin Karate</a></li>\r\n</ul>\r\n<h2 class=\"smb\">Other Martial Arts Links</h2>\r\n<ul>\r\n <li><a href=\"http://www.bedrocjudo.com\" target=\"_blank\">Bedroc Martial Arts</a></li>\r\n <li><a href=\"http://www.madyskarate.com\" target=\"_blank\">Mady\'s Isshin-Ryu Chicara Dojo</a></li>\r\n</ul>\r\n</div>','Links','','publish','closed','closed','','links','','','2015-07-23 14:17:08','2015-07-23 18:17:08','',0,'http://uskyokushin.com/wordpress1/?page_id=76',0,'page','',0),(77,1,'2015-07-23 13:31:25','2015-07-23 17:31:25','<div id=\"content\">\r\n<h1>Links</h1>\r\n<p class=\"hkanj\">関連リンク集</p>\r\n\r\n<h2><a href=\"http://www.ifk-kyokushin.com\" target=\"_blank\">International Federation of Karate\r\n<img class=\"pd\" src=\"http://uskyokushin.com/images/ifk_logo_75.gif\" alt=\"IFK\" width=\"75\" height=\"75\" /></a></h2>\r\n<h2>IFK National Organizations</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ctr\"><a href=\"http://www.ifk-australia.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_australia.gif\" alt=\"Australia\" width=\"100\" height=\"50\" />\r\nAustralia</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.ifk.be\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_belgium.gif\" alt=\"Belgium\" width=\"60\" height=\"50\" />\r\nBelgium</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.ifkcanada.ca\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_canada.gif\" alt=\"Canada\" width=\"100\" height=\"50\" />\r\nCanada</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.ifkest.ee\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_estonia.gif\" alt=\"Estonia\" width=\"79\" height=\"50\" />\r\nEstonia</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.bkk-uk.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_uk.gif\" alt=\"Great Britain\" width=\"100\" height=\"50\" />\r\nGreat Britain</a></td>\r\n</tr>\r\n<tr>\r\n<td class=\"ctr\"><a href=\"http://www.ifkkyokushinindia.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_india.gif\" alt=\"India\" width=\"75\" height=\"50\" />\r\nIndia</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.iranifk.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_iran.gif\" alt=\"Iran\" width=\"88\" height=\"50\" />\r\nIran</a></td>\r\n<td class=\"ctr\"><a href=\"http://kyokushinireland.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_ireland.gif\" alt=\"Ireland\" width=\"100\" height=\"50\" />\r\nIreland</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.karate-israel.co.il\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_israel.gif\" alt=\"Israel\" width=\"69\" height=\"50\" />\r\nIsrael</a></td>\r\n<td class=\"ctr\"><a href=\"http://www.kyokushin-kuwait.org\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_kuwait.gif\" alt=\"Kuwait\" width=\"100\" height=\"50\" />\r\nKuwait</a></td>\r\n</tr>\r\n<tr>\r\n<td class=\"ctr npb\"><a href=\"http://www.nka-ifk.nl\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_netherlands.gif\" alt=\"Netherlands\" width=\"75\" height=\"50\" />\r\nNetherlands</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://ifknorge.org\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_norway.gif\" alt=\"Norway\" width=\"87\" height=\"50\" />\r\nNorway</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://www.ifksa.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_safrica.gif\" alt=\"South Africa\" width=\"75\" height=\"50\" />\r\nSouth Africa</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://www.ifk-schweiz.ch\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_switzerland.gif\" alt=\"Switzerland\" width=\"50\" height=\"50\" />\r\nSwitzerland</a></td>\r\n<td class=\"ctr npb\"><a href=\"http://www.dojoestribo.com\" target=\"_blank\"><img class=\"flg\" src=\"http://uskyokushin.com/images/f_uruguay.gif\" alt=\"Uruguay\" width=\"75\" height=\"50\" />\r\nUruguay</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2 class=\"smb\">USA-IFKK Dojos</h2>\r\n<ul>\r\n <li><img class=\"imflr flg\" src=\"http://uskyokushin.com/images/f_usa.gif\" alt=\"USA\" width=\"95\" height=\"50\" /><a href=\"http://www.eaglewingsokc.com\" target=\"_blank\">Eagle Wings Kyokushin Karate</a></li>\r\n <li><a href=\"http://uskyokushin.com/endicott\" target=\"_blank\">Endicott Kyokushin Karate</a></li>\r\n <li><a href=\"http://www.graywolfmartialarts.com\" target=\"_blank\">Gray Wolf Kyokushin Martial Arts</a></li>\r\n <li><a href=\"http://sandsfitnessmac.com\">S&S Fitness and Martial Arts Center</a></li>\r\n <li><a href=\"https://www.facebook.com/pages/New-Jersey-IFK-Kyokushin-USA/198248630191388\" target=\"_blank\">NJ Kyokushin Karate</a></li>\r\n</ul>\r\n<h2 class=\"smb\">Other Martial Arts Links</h2>\r\n<ul>\r\n <li><a href=\"http://www.bedrocjudo.com\" target=\"_blank\">Bedroc Martial Arts</a></li>\r\n <li><a href=\"http://www.madyskarate.com\" target=\"_blank\">Mady\'s Isshin-Ryu Chicara Dojo</a></li>\r\n</ul>\r\n</div>','Links','','inherit','open','open','','76-revision-v1','','','2015-07-23 13:31:25','2015-07-23 17:31:25','',76,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/76-revision-v1/',0,'revision','',0),(78,1,'2015-07-23 13:32:12','2015-07-23 17:32:12',' ','','','publish','open','open','','78','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=78',18,'nav_menu_item','',0),(79,1,'2015-07-23 13:33:58','2015-07-23 17:33:58','<h1>News and Recent Events</h1>\r\n<p class=\"hkanj\">最近の出来事と記事</p>\r\n\r\n<h2>Maine US Kyokushin Open</h2>\r\n<p class=\"style2\">\r\n<a href=\"http://uskyokushin.com/photos/Kamil%202014%20Heavyweight%20US%20Open.jpg\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a></p>\r\n<p class=\"style1\">Congratulations to Sempai Kamil on winning another championship!</p>\r\n<p class=\"style1\">Sempai Kamil trains hard and is THE TOP HEAVY WIEGHT fighter in North America!</p>\r\n \r\n<h2>Oklahoma Fighting Clinic Mar 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/OK_Fight_Clinic.jpg\" target=\"_blank\">Oklahoma Seminar</a></li>\r\n</ul>\r\n<h2>Endicott Fighting Clinic Feb 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/Endicott%20Seminar.jpg\" target=\"_blank\">Endicott Seminar</a></li>\r\n</ul>\r\n<h2>4th IFK World Open Knockdown Tournament</h2>\r\n<a href=\"http://uskyokushin.com/photos/photos_2013_ifk.htm\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a>Congratulations to the USA–IFKK International Knockdown Team for their outstanding performance at the 4th IFK World Open Knockdown Tournament in England on April 6–7, 2013. Against tough competition, Sensei Scott Haug and Sempai Kamil Maras both made it to the third round and finished in the Top 16. Sensei Scott also defeated the Shinkyokushin All-Japan Champion along the way.','News','','publish','open','open','','news','','','2015-07-23 13:33:58','2015-07-23 17:33:58','',0,'http://uskyokushin.com/wordpress1/?p=79',0,'post','',0),(80,1,'2015-07-23 13:33:58','2015-07-23 17:33:58','<h1>News and Recent Events</h1>\r\n<p class=\"hkanj\">最近の出来事と記事</p>\r\n\r\n<h2>Maine US Kyokushin Open</h2>\r\n<p class=\"style2\">\r\n<a href=\"http://uskyokushin.com/photos/Kamil%202014%20Heavyweight%20US%20Open.jpg\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a></p>\r\n<p class=\"style1\">Congratulations to Sempai Kamil on winning another championship!</p>\r\n<p class=\"style1\">Sempai Kamil trains hard and is THE TOP HEAVY WIEGHT fighter in North America!</p>\r\n \r\n<h2>Oklahoma Fighting Clinic Mar 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/OK_Fight_Clinic.jpg\" target=\"_blank\">Oklahoma Seminar</a></li>\r\n</ul>\r\n<h2>Endicott Fighting Clinic Feb 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/Endicott%20Seminar.jpg\" target=\"_blank\">Endicott Seminar</a></li>\r\n</ul>\r\n<h2>4th IFK World Open Knockdown Tournament</h2>\r\n<a href=\"http://uskyokushin.com/photos/photos_2013_ifk.htm\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a>Congratulations to the USA–IFKK International Knockdown Team for their outstanding performance at the 4th IFK World Open Knockdown Tournament in England on April 6–7, 2013. Against tough competition, Sensei Scott Haug and Sempai Kamil Maras both made it to the third round and finished in the Top 16. Sensei Scott also defeated the Shinkyokushin All-Japan Champion along the way.','News','','inherit','open','open','','79-revision-v1','','','2015-07-23 13:33:58','2015-07-23 17:33:58','',79,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/79-revision-v1/',0,'revision','',0),(81,1,'2015-07-23 13:34:52','2015-07-23 17:34:52','<h1>News and Recent Events</h1>\r\n<p class=\"hkanj\">最近の出来事と記事</p>\r\n\r\n<h2>Maine US Kyokushin Open</h2>\r\n<p class=\"style2\">\r\n<a href=\"http://uskyokushin.com/photos/Kamil%202014%20Heavyweight%20US%20Open.jpg\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a></p>\r\n<p class=\"style1\">Congratulations to Sempai Kamil on winning another championship!</p>\r\n<p class=\"style1\">Sempai Kamil trains hard and is THE TOP HEAVY WIEGHT fighter in North America!</p>\r\n \r\n<h2>Oklahoma Fighting Clinic Mar 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/OK_Fight_Clinic.jpg\" target=\"_blank\">Oklahoma Seminar</a></li>\r\n</ul>\r\n<h2>Endicott Fighting Clinic Feb 2014</h2>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/images/Endicott%20Seminar.jpg\" target=\"_blank\">Endicott Seminar</a></li>\r\n</ul>\r\n<h2>4th IFK World Open Knockdown Tournament</h2>\r\n<a href=\"http://uskyokushin.com/photos/photos_2013_ifk.htm\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a>Congratulations to the USA–IFKK International Knockdown Team for their outstanding performance at the 4th IFK World Open Knockdown Tournament in England on April 6–7, 2013. Against tough competition, Sensei Scott Haug and Sempai Kamil Maras both made it to the third round and finished in the Top 16. Sensei Scott also defeated the Shinkyokushin All-Japan Champion along the way.','News','','inherit','open','open','','15-revision-v1','','','2015-07-23 13:34:52','2015-07-23 17:34:52','',15,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/15-revision-v1/',0,'revision','',0),(82,1,'2015-07-23 13:39:38','2015-07-23 17:39:38','<div id=\"content\">\r\n<h1>USA Organization</h1>\r\n<p class=\"hkanj\">米国連盟</p>\r\n<img class=\"imfll\" title=\"Sōsai Oyama and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/sosai_shihan.jpg\" alt=\"Sōsai Mas Oyama and Shihan Monaco\" width=\"250\" height=\"238\" /><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />United States Kyokushin Karate - IFK Organization (USA-IFKK), with headquarters located in Rochester, New York, is the official U.S. organization of the International Federation of Karate (IFK) Kyokushin. The USA-IFKK was founded in 1996 by <i>Shihan</i> <span class=\"kanj\">師範</span> Michael Monaco, <i> Nanadan</i> <span class=\"kanj\">六段</span> (7th Dan), who was previously United States Branch Chief of the International Karate Organization.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\n<img class=\"imflr\" title=\"Hanshi Arneil and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/hanshi_shihan.jpg\" alt=\"Hanshi Arneil and Shihan Monaco\" width=\"214\" height=\"250\" />After the death of <i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Mas Oyama in 1994 and the subsequent splintering of the IKO, Shihan Monaco examined the various Kyokushin organizations in order to find one that he truly believed followed the principles and ideals of Mas Oyama. In doing so, he traveled to London to explore the structure of the IFK under the direction of <i>Hanshi</i> <span class=\"kanj\">範士</span> (Honorable Master) Steve Arneil. After weeks of discussion, Shihan Monaco accepted the invitation to join the organization and was appointed Chairman of the USA-IFKK.\r\n\r\nThe USA-IFKK is one of the <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\">39 countries</a> affiliated with the International Federation of Karate, which has more than 45,000 members worldwide.\r\n\r\nDuring the 2007 Summer Training Camp with Hanshi Arneil, the USA-IFKK celebrated its 10th Anniversary of the organization\'s affiliation with the IFK.\r\n\r\nThe USA-IFKK is a corporation overseen by an Executive Committee elected by the United States dojo operators. The Executive Committee is composed of a Chairman/President, a Vice President of U.S. Operations, a Vice President of Marketing/Membership and a Treasurer.\r\n\r\n<a href=\"http://uskyokushin.com/people/photo/groupl.jpg\" rel=\"shadowbox[group]\"><img class=\"ctr\" src=\"http://uskyokushin.com/people/photo/group.jpg\" alt=\"USA-IFKK Group Shot\" width=\"450\" height=\"273\" /></a>\r\n<h2>Types of Membership</h2>\r\nIndividuals and dojos can become part of the USA-IFKK as a traditional Kyokushin member. They practice and learn the traditional Kyokushin kata and kihon, along with the grading syllabus established by the IFK. They also practice and learn full-contact fighting techniques, and if they want, compete in tournaments as part of the USA-IFKK Fight Team. The USA-IFKK certifies their advancement through the Kyu grades, and both the USA-IFKK and the IFK certifies their promotions to the Dan ranks.\r\n\r\nIndividuals and dojos that only wish to learn full-contact fighting techniques and compete in tournaments as part of the USA-IFKK Fight Team can join as a <a href=\"http://uskyokushin.com/fight.htm\">Fighting Affiliate</a>.\r\n<h2>Benefits of Membership in the USA-IFKK</h2>\r\n<ul>\r\n <li>Membership in an established and recognized international Kyokushin Karate organization, with a legacy leading directly back to Mas Oyama.</li>\r\n <li>Membership in an organization in which major decisions and policies are made democratically</li>\r\n <li>Freedom from the politics that have disrupted and divided other Kyokushin organizations.</li>\r\n <li>Standardized international teaching and grading syllabus.</li>\r\n <li>Opportunity to attend international seminars on <i>Kihon</i> <span class=\"kanj\">基本</span> (basics), <i>Kata</i> <span class=\"kanj\">型</span> (forms), <i>Kumite</i> <span class=\"kanj\">組手</span> (fighting), self-defense, teaching and tournament officiating.</li>\r\n <li>Opportunity to compete in world-class international tournaments.</li>\r\n <li>Opportunity to visit and train at Kyokushin dojos around the world.</li>\r\n <li>Opportunity to build lifelong friendships with other Kyokushin <i>karateka</i>.</li>\r\n</ul>\r\n<h2>Joining the USA-IFKK</h2>\r\nIf you are an individual who would like to train in Kyokushin Karate, contact the nearest <a href=\"http://uskyokushin.com/dojos.htm\">USA-IFKK dojo</a> in your area.\r\n\r\nIf you are currently a Chief Instructor or Dojo Operator of a martial arts style and would like to become affiliated with the USA-IFKK, submit a request for application to:\r\n<blockquote>United States Kyokushin Karate IFK\r\nc/o Kyokushin Karate Fitness USA\r\n482 Ridge Rd. West\r\nRochester, NY 14615</blockquote>\r\nThe following should be submitted:\r\n<ul>\r\n <li>Photocopies of the Chief Instructor\'s or Dojo Operator\'s certification of rank.</li>\r\n <li>Photographs of the outside of the dojo and the inside training area with students.</li>\r\n <li>A video tape of a training session demonstrating <i>Kumite</i> and <i>Kata</i> at both the beginner and advanced levels.</li>\r\n <li>A list of current students and their rank.</li>\r\n</ul>\r\n</div>','Organization','','publish','open','open','','organization','','','2015-07-23 13:39:38','2015-07-23 17:39:38','',0,'http://uskyokushin.com/wordpress1/?page_id=82',0,'page','',0),(83,1,'2015-07-23 13:39:38','2015-07-23 17:39:38','<div id=\"content\">\r\n<h1>USA Organization</h1>\r\n<p class=\"hkanj\">米国連盟</p>\r\n<img class=\"imfll\" title=\"Sōsai Oyama and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/sosai_shihan.jpg\" alt=\"Sōsai Mas Oyama and Shihan Monaco\" width=\"250\" height=\"238\" /><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />United States Kyokushin Karate - IFK Organization (USA-IFKK), with headquarters located in Rochester, New York, is the official U.S. organization of the International Federation of Karate (IFK) Kyokushin. The USA-IFKK was founded in 1996 by <i>Shihan</i> <span class=\"kanj\">師範</span> Michael Monaco, <i> Nanadan</i> <span class=\"kanj\">六段</span> (7th Dan), who was previously United States Branch Chief of the International Karate Organization.\r\n\r\nIn 1992, Sosai Oyama visited the United States, and was the guest of honor at the 1st Annual American International Karate Championships in Rochester. His visit was featured in an article in the Japanese magazine <a href=\"http://uskyokushin.com/photos/photos_1992_sosai.htm\">Power Karate Illustrated</a>.\r\n\r\n<img class=\"imflr\" title=\"Hanshi Arneil and Shihan Monaco\" src=\"http://uskyokushin.com/people/photo/hanshi_shihan.jpg\" alt=\"Hanshi Arneil and Shihan Monaco\" width=\"214\" height=\"250\" />After the death of <i>Sōsai</i> <span class=\"kanj\">総裁</span> (President) Mas Oyama in 1994 and the subsequent splintering of the IKO, Shihan Monaco examined the various Kyokushin organizations in order to find one that he truly believed followed the principles and ideals of Mas Oyama. In doing so, he traveled to London to explore the structure of the IFK under the direction of <i>Hanshi</i> <span class=\"kanj\">範士</span> (Honorable Master) Steve Arneil. After weeks of discussion, Shihan Monaco accepted the invitation to join the organization and was appointed Chairman of the USA-IFKK.\r\n\r\nThe USA-IFKK is one of the <a href=\"http://uskyokushin.com/images/ifk_power_map.jpg\" target=\"_blank\">39 countries</a> affiliated with the International Federation of Karate, which has more than 45,000 members worldwide.\r\n\r\nDuring the 2007 Summer Training Camp with Hanshi Arneil, the USA-IFKK celebrated its 10th Anniversary of the organization\'s affiliation with the IFK.\r\n\r\nThe USA-IFKK is a corporation overseen by an Executive Committee elected by the United States dojo operators. The Executive Committee is composed of a Chairman/President, a Vice President of U.S. Operations, a Vice President of Marketing/Membership and a Treasurer.\r\n\r\n<a href=\"http://uskyokushin.com/people/photo/groupl.jpg\" rel=\"shadowbox[group]\"><img class=\"ctr\" src=\"http://uskyokushin.com/people/photo/group.jpg\" alt=\"USA-IFKK Group Shot\" width=\"450\" height=\"273\" /></a>\r\n<h2>Types of Membership</h2>\r\nIndividuals and dojos can become part of the USA-IFKK as a traditional Kyokushin member. They practice and learn the traditional Kyokushin kata and kihon, along with the grading syllabus established by the IFK. They also practice and learn full-contact fighting techniques, and if they want, compete in tournaments as part of the USA-IFKK Fight Team. The USA-IFKK certifies their advancement through the Kyu grades, and both the USA-IFKK and the IFK certifies their promotions to the Dan ranks.\r\n\r\nIndividuals and dojos that only wish to learn full-contact fighting techniques and compete in tournaments as part of the USA-IFKK Fight Team can join as a <a href=\"http://uskyokushin.com/fight.htm\">Fighting Affiliate</a>.\r\n<h2>Benefits of Membership in the USA-IFKK</h2>\r\n<ul>\r\n <li>Membership in an established and recognized international Kyokushin Karate organization, with a legacy leading directly back to Mas Oyama.</li>\r\n <li>Membership in an organization in which major decisions and policies are made democratically</li>\r\n <li>Freedom from the politics that have disrupted and divided other Kyokushin organizations.</li>\r\n <li>Standardized international teaching and grading syllabus.</li>\r\n <li>Opportunity to attend international seminars on <i>Kihon</i> <span class=\"kanj\">基本</span> (basics), <i>Kata</i> <span class=\"kanj\">型</span> (forms), <i>Kumite</i> <span class=\"kanj\">組手</span> (fighting), self-defense, teaching and tournament officiating.</li>\r\n <li>Opportunity to compete in world-class international tournaments.</li>\r\n <li>Opportunity to visit and train at Kyokushin dojos around the world.</li>\r\n <li>Opportunity to build lifelong friendships with other Kyokushin <i>karateka</i>.</li>\r\n</ul>\r\n<h2>Joining the USA-IFKK</h2>\r\nIf you are an individual who would like to train in Kyokushin Karate, contact the nearest <a href=\"http://uskyokushin.com/dojos.htm\">USA-IFKK dojo</a> in your area.\r\n\r\nIf you are currently a Chief Instructor or Dojo Operator of a martial arts style and would like to become affiliated with the USA-IFKK, submit a request for application to:\r\n<blockquote>United States Kyokushin Karate IFK\r\nc/o Kyokushin Karate Fitness USA\r\n482 Ridge Rd. West\r\nRochester, NY 14615</blockquote>\r\nThe following should be submitted:\r\n<ul>\r\n <li>Photocopies of the Chief Instructor\'s or Dojo Operator\'s certification of rank.</li>\r\n <li>Photographs of the outside of the dojo and the inside training area with students.</li>\r\n <li>A video tape of a training session demonstrating <i>Kumite</i> and <i>Kata</i> at both the beginner and advanced levels.</li>\r\n <li>A list of current students and their rank.</li>\r\n</ul>\r\n</div>','Organization','','inherit','open','open','','82-revision-v1','','','2015-07-23 13:39:38','2015-07-23 17:39:38','',82,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/82-revision-v1/',0,'revision','',0),(84,1,'2015-07-23 13:41:07','2015-07-23 17:41:07',' ','','','publish','open','open','','84','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=84',9,'nav_menu_item','',0),(85,1,'2015-07-23 13:41:38','2015-07-23 17:41:38','<div id=\"content\">\r\n<h1></h1>\r\n<p class=\"hkanj\">有段者</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w239 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan7.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">7th Dan</td>\r\n<td class=\"ttl\">Nanadan</td>\r\n<td class=\"kanjl\">七段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a></li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w251 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan5.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">5th Dan</td>\r\n<td class=\"ttl\">Godan</td>\r\n<td class=\"kanjl\">五段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a></li>\r\n <li><a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a></li>\r\n <li><i>Shihan</i> Dave Muscarella</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w257 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan4.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">4th Dan</td>\r\n<td class=\"ttl\">Yondan</td>\r\n<td class=\"kanjl\">四段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Lee Haughton</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w263 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan3.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">3rd Dan</td>\r\n<td class=\"ttl\">Sandan</td>\r\n<td class=\"kanjl\">段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Dave Sheets</li>\r\n <li><i>Sensei</i> Ellis Weber</li>\r\n <li><i>Sensei</i> Allen Wood</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w269 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan2.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">2nd Dan</td>\r\n<td class=\"ttl\">Nidan</td>\r\n<td class=\"kanjl\">二段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Matt Sarkisian</li>\r\n <li><i>Sempai</i> Laurie Farber</li>\r\n <li><i>Sempai</i> Artur Kuzio</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li><i>Sempai</i> Joe Luke</li>\r\n <li><i>Sempai</i> Kamil Maras</li>\r\n <li><i>Sempai</i> Rick Spychalski</li>\r\n <li><i>Sempai</i> Lloyd Mellema</li>\r\n <li><i>Sempai</i> Bo Mowdy</li>\r\n <li><i>Sempai</i> Amjad Nawaz</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w275 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan1.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">1st Dan</td>\r\n<td class=\"ttl\">Shodan</td>\r\n<td class=\"kanjl\">初段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Albert Bo Mowdy</li>\r\n <li><i>Sempai</i> Jerad Fulcher</li>\r\n <li><i>Sempai</i> Renee Biedlingmaier</li>\r\n <li><i>Sempai</i> Shaheen Hicks</li>\r\n <li><i>Sempai</i> Vanetta Luke</li>\r\n <li><i>Sempai</i> Erica Wydra</li>\r\n <li><i>Sempai</i> Brandi Cooper</li>\r\n <li><i>Sempai</i> Ken Anderson</li>\r\n <li><i>Sempai</i> Nicholas Mofardin</li>\r\n <li><i>Sempai</i> Michelle Walker</li>\r\n <li><i>Sempai</i> Rick Walker</li>\r\n <li><i>Sempai</i> Caitlyn Anderson</li>\r\n <li><i>Sempai</i> Emma Steinmetz</li>\r\n <li><i>Sempai</i> Deb Traut</li>\r\n <li><i>Sempai</i> Jack Welch</li>\r\n <li><i>Sempai</i> Matthew Harder</li>\r\n <li><i>Sempai</i> Tracey Harder</li>\r\n <li><i>Sempai</i> Caitlin Traut</li>\r\n <li><i>Sempai</i> Kyle Brosseau</li>\r\n</ul>\r\n</div>','Yudansha','','publish','open','open','','yudansha','','','2015-07-23 13:41:38','2015-07-23 17:41:38','',0,'http://uskyokushin.com/wordpress1/?page_id=85',0,'page','',0),(86,1,'2015-07-23 13:41:38','2015-07-23 17:41:38','<div id=\"content\">\r\n<h1></h1>\r\n<p class=\"hkanj\">有段者</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w239 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan7.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">7th Dan</td>\r\n<td class=\"ttl\">Nanadan</td>\r\n<td class=\"kanjl\">七段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/monaco.htm\"><i>Shihan</i> Mike Monaco</a></li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w251 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan5.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">5th Dan</td>\r\n<td class=\"ttl\">Godan</td>\r\n<td class=\"kanjl\">五段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><a href=\"http://uskyokushin.com/people/richards.htm\"><i>Shihan</i> Bill Richards</a></li>\r\n <li><a href=\"http://uskyokushin.com/people/stokelin.htm\"><i>Shihan</i> Greg Stokelin</a></li>\r\n <li><i>Shihan</i> Dave Muscarella</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w257 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan4.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">4th Dan</td>\r\n<td class=\"ttl\">Yondan</td>\r\n<td class=\"kanjl\">四段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Lee Haughton</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w263 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan3.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">3rd Dan</td>\r\n<td class=\"ttl\">Sandan</td>\r\n<td class=\"kanjl\">段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sensei</i> Dave Sheets</li>\r\n <li><i>Sensei</i> Ellis Weber</li>\r\n <li><i>Sensei</i> Allen Wood</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w269 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan2.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"w3 black\"></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">2nd Dan</td>\r\n<td class=\"ttl\">Nidan</td>\r\n<td class=\"kanjl\">二段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Matt Sarkisian</li>\r\n <li><i>Sempai</i> Laurie Farber</li>\r\n <li><i>Sempai</i> Artur Kuzio</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li><i>Sempai</i> Joe Luke</li>\r\n <li><i>Sempai</i> Kamil Maras</li>\r\n <li><i>Sempai</i> Rick Spychalski</li>\r\n <li><i>Sempai</i> Lloyd Mellema</li>\r\n <li><i>Sempai</i> Bo Mowdy</li>\r\n <li><i>Sempai</i> Amjad Nawaz</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/obi.gif\" alt=\"\" width=\"76\" height=\"16\" /></td>\r\n<td class=\"w275 black\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/dan1.gif\" alt=\"\" width=\"97\" height=\"16\" /></td>\r\n<td class=\"w3 gold\"></td>\r\n<td class=\"black\"><img src=\"http://uskyokushin.com/images/label.gif\" alt=\"\" width=\"24\" height=\"16\" /></td>\r\n<td class=\"dan\">1st Dan</td>\r\n<td class=\"ttl\">Shodan</td>\r\n<td class=\"kanjl\">初段</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n <li><i>Sempai</i> Albert Bo Mowdy</li>\r\n <li><i>Sempai</i> Jerad Fulcher</li>\r\n <li><i>Sempai</i> Renee Biedlingmaier</li>\r\n <li><i>Sempai</i> Shaheen Hicks</li>\r\n <li><i>Sempai</i> Vanetta Luke</li>\r\n <li><i>Sempai</i> Erica Wydra</li>\r\n <li><i>Sempai</i> Brandi Cooper</li>\r\n <li><i>Sempai</i> Ken Anderson</li>\r\n <li><i>Sempai</i> Nicholas Mofardin</li>\r\n <li><i>Sempai</i> Michelle Walker</li>\r\n <li><i>Sempai</i> Rick Walker</li>\r\n <li><i>Sempai</i> Caitlyn Anderson</li>\r\n <li><i>Sempai</i> Emma Steinmetz</li>\r\n <li><i>Sempai</i> Deb Traut</li>\r\n <li><i>Sempai</i> Jack Welch</li>\r\n <li><i>Sempai</i> Matthew Harder</li>\r\n <li><i>Sempai</i> Tracey Harder</li>\r\n <li><i>Sempai</i> Caitlin Traut</li>\r\n <li><i>Sempai</i> Kyle Brosseau</li>\r\n</ul>\r\n</div>','Yudansha','','inherit','open','open','','85-revision-v1','','','2015-07-23 13:41:38','2015-07-23 17:41:38','',85,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/85-revision-v1/',0,'revision','',0),(87,1,'2015-07-23 13:44:01','2015-07-23 17:44:01',' ','','','publish','open','open','','87','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=87',11,'nav_menu_item','',0),(88,1,'2015-07-23 13:44:32','0000-00-00 00:00:00','<div id=\"content\">\n<h1>USA Fight Team</h1>\n<p class=\"hkanj\">米国戦い分隊</p>\n\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Coaches</h2>\n<ul>\n <li><i>Sensei</i> Scott Haug\nAffiliate Fighting Coach</li>\n <li><i>Sempai</i> Karl Biedlingmaier\nRegional Fighting Coach</li>\n</ul>\n<table>\n<tbody>\n<tr>\n<td class=\"vat\">\n<h2 class=\"mb\">International\nKnockdown Team</h2>\n<ul>\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/haug2.htm\"><i>Sensei</i> Scott Haug</a></li>\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/maras.htm\"><i>Sempai</i> Kamil Maras</a></li>\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/diaz.htm\"><i>Sempai</i> Jordan Diaz</a></li>\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/cooper.htm\"><i>Sempai</i> Brandi Cooper</a></li>\n</ul>\n</td>\n<td class=\"vat\">\n<h2 class=\"mb\">National\nKnockdown Team</h2>\n<ul>\n <li class=\"ml\"><i>Sensei</i> Scott Haug</li>\n <li class=\"ml\"><i>Sempai</i> Kamil Maras</li>\n <li class=\"ml\"><i>Sempai</i> Karl Biedlingmaier</li>\n <li class=\"ml\"><i>Sempai</i> Jordan Diaz</li>\n <li class=\"ml\"><i>Sempai</i> Sha-heen Hicks</li>\n</ul>\n</td>\n<td class=\"vat\">\n<h2 class=\"mb\">National\nSemi-Contact Team</h2>\n<ul>\n <li class=\"ml\">Daniel Vania</li>\n <li class=\"ml\">Brad Bordeaux</li>\n <li class=\"ml\">Nicolas Mofardin</li>\n <li class=\"ml\">Jerry Bishop</li>\n <li class=\"ml\">Brandon Edwards</li>\n <li class=\"ml\">Matthew Harder</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<h2>4th IFK World Open Knockdown Tournament</h2>\n<a href=\"http://uskyokushin.com/photos/photos_2013_ifk.htm\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a>Contratulations to the USA–IFKK International Knockdown Team for their outstanding performance at the 4th IFK World Open Knockdown Tournament in England on April 6–7, 2013. Against tough competition, Sensei Scott Haug and Sempai Kamil Maras both made it to the third round and finished in the Top 16. Sensei Scott also defeated the Shinkyokushin All-Japan Champion along the way.\n\n</div>','US Fighting Team','','draft','open','open','','','','','2015-07-23 13:44:32','2015-07-23 17:44:32','',0,'http://uskyokushin.com/wordpress1/?p=88',0,'post','',0),(90,1,'2015-07-23 13:45:49','2015-07-23 17:45:49','<div id=\"content\">\r\n<h1>USA Fight Team</h1>\r\n<p class=\"hkanj\">米国戦い分隊</p>\r\n\r\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Coaches</h2>\r\n<ul>\r\n <li><i>Sensei</i> Scott Haug\r\nAffiliate Fighting Coach</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier\r\nRegional Fighting Coach</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">International\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/haug2.htm\"><i>Sensei</i> Scott Haug</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/maras.htm\"><i>Sempai</i> Kamil Maras</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/diaz.htm\"><i>Sempai</i> Jordan Diaz</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/cooper.htm\"><i>Sempai</i> Brandi Cooper</a></li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><i>Sensei</i> Scott Haug</li>\r\n <li class=\"ml\"><i>Sempai</i> Kamil Maras</li>\r\n <li class=\"ml\"><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li class=\"ml\"><i>Sempai</i> Jordan Diaz</li>\r\n <li class=\"ml\"><i>Sempai</i> Sha-heen Hicks</li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nSemi-Contact Team</h2>\r\n<ul>\r\n <li class=\"ml\">Daniel Vania</li>\r\n <li class=\"ml\">Brad Bordeaux</li>\r\n <li class=\"ml\">Nicolas Mofardin</li>\r\n <li class=\"ml\">Jerry Bishop</li>\r\n <li class=\"ml\">Brandon Edwards</li>\r\n <li class=\"ml\">Matthew Harder</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>4th IFK World Open Knockdown Tournament</h2>\r\n<a href=\"http://uskyokushin.com/photos/photos_2013_ifk.htm\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a>Contratulations to the USA–IFKK International Knockdown Team for their outstanding performance at the 4th IFK World Open Knockdown Tournament in England on April 6–7, 2013. Against tough competition, Sensei Scott Haug and Sempai Kamil Maras both made it to the third round and finished in the Top 16. Sensei Scott also defeated the Shinkyokushin All-Japan Champion along the way.\r\n\r\n</div>','US Fighting Team','','publish','open','open','','us-fighting-team','','','2015-07-23 13:45:49','2015-07-23 17:45:49','',0,'http://uskyokushin.com/wordpress1/?page_id=90',0,'page','',0),(91,1,'2015-07-23 13:45:49','2015-07-23 17:45:49','<div id=\"content\">\r\n<h1>USA Fight Team</h1>\r\n<p class=\"hkanj\">米国戦い分隊</p>\r\n\r\n<h2><img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Coaches</h2>\r\n<ul>\r\n <li><i>Sensei</i> Scott Haug\r\nAffiliate Fighting Coach</li>\r\n <li><i>Sempai</i> Karl Biedlingmaier\r\nRegional Fighting Coach</li>\r\n</ul>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">International\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/haug2.htm\"><i>Sensei</i> Scott Haug</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/maras.htm\"><i>Sempai</i> Kamil Maras</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/diaz.htm\"><i>Sempai</i> Jordan Diaz</a></li>\r\n <li class=\"ml\"><a href=\"http://uskyokushin.com/people/cooper.htm\"><i>Sempai</i> Brandi Cooper</a></li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nKnockdown Team</h2>\r\n<ul>\r\n <li class=\"ml\"><i>Sensei</i> Scott Haug</li>\r\n <li class=\"ml\"><i>Sempai</i> Kamil Maras</li>\r\n <li class=\"ml\"><i>Sempai</i> Karl Biedlingmaier</li>\r\n <li class=\"ml\"><i>Sempai</i> Jordan Diaz</li>\r\n <li class=\"ml\"><i>Sempai</i> Sha-heen Hicks</li>\r\n</ul>\r\n</td>\r\n<td class=\"vat\">\r\n<h2 class=\"mb\">National\r\nSemi-Contact Team</h2>\r\n<ul>\r\n <li class=\"ml\">Daniel Vania</li>\r\n <li class=\"ml\">Brad Bordeaux</li>\r\n <li class=\"ml\">Nicolas Mofardin</li>\r\n <li class=\"ml\">Jerry Bishop</li>\r\n <li class=\"ml\">Brandon Edwards</li>\r\n <li class=\"ml\">Matthew Harder</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>4th IFK World Open Knockdown Tournament</h2>\r\n<a href=\"http://uskyokushin.com/photos/photos_2013_ifk.htm\"><img class=\"imfll\" src=\"http://uskyokushin.com/photos/photo_417.jpg\" alt=\"\" width=\"92\" height=\"100\" /></a>Contratulations to the USA–IFKK International Knockdown Team for their outstanding performance at the 4th IFK World Open Knockdown Tournament in England on April 6–7, 2013. Against tough competition, Sensei Scott Haug and Sempai Kamil Maras both made it to the third round and finished in the Top 16. Sensei Scott also defeated the Shinkyokushin All-Japan Champion along the way.\r\n\r\n</div>','US Fighting Team','','inherit','open','open','','90-revision-v1','','','2015-07-23 13:45:49','2015-07-23 17:45:49','',90,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/90-revision-v1/',0,'revision','',0),(92,1,'2015-07-23 13:47:32','2015-07-23 17:47:32',' ','','','publish','open','open','','92','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=92',12,'nav_menu_item','',0),(93,1,'2015-07-23 13:47:19','2015-07-23 17:47:19','<div id=\"content\">\r\n<h1>Tournament Officials</h1>\r\n<p class=\"hkanj\">大会審判員</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />The following people have been certified to officiate in all USA-IFKK tournaments:\r\n<h2>International Referees</h2>\r\n<ul>\r\n <li class=\"style1\">Shihan Bill Richards</li>\r\n <li><span class=\"style1\">Shihan Greg </span><span class=\"style1\">Stokelin</span></li>\r\n</ul>\r\n<h2>Special Advisor to USA-IFKK Officials</h2>\r\n<ul>\r\n <li class=\"style1\">Sensei Dave Thomas</li>\r\n</ul>\r\n<h2>Shushin (Center Judges)</h2>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<ul>\r\n <li>Shihan Bill Richards</li>\r\n <li>Shihan Greg Stokelin</li>\r\n <li>Sensei Dave Muscarella</li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul>\r\n <li>Sensei Larry Quaranto</li>\r\n <li>Sempai Matt Sarkisian</li>\r\n <li>Sempai Rick Spychalski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fukushin (Corner Judges)</h2>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<ul>\r\n <li>Sensei Roman Herman</li>\r\n <li>Sensei Lee Haughton</li>\r\n <li>Sempai Dave Sheets</li>\r\n <li>Sempai Dave Silloway</li>\r\n <li>Sempai Mary Gifaldi</li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul>\r\n <li>Sempai Laurie Farber</li>\r\n <li>Sempai Carol Ferro</li>\r\n <li>Sempai Joe Luke</li>\r\n <li>Sempai Karl Biedlingmaier</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fukushin in Training</h2>\r\n<ul>\r\n <li class=\"style1\">Sempai Steven Olick IV</li>\r\n</ul>\r\n</div>','Officials','','publish','open','open','','officials','','','2015-07-23 13:47:42','2015-07-23 17:47:42','',0,'http://uskyokushin.com/wordpress1/?page_id=93',0,'page','',0),(94,1,'2015-07-23 13:47:19','2015-07-23 17:47:19','<div id=\"content\">\r\n<h1>Tournament Officials</h1>\r\n<p class=\"hkanj\">大会審判員</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />The following people have been certified to officiate in all USA-IFKK tournaments:\r\n<h2>International Referees</h2>\r\n<ul>\r\n <li class=\"style1\">Shihan Bill Richards</li>\r\n <li><span class=\"style1\">Shihan Greg </span><span class=\"style1\">Stokelin</span></li>\r\n</ul>\r\n<h2>Special Advisor to USA-IFKK Officials</h2>\r\n<ul>\r\n <li class=\"style1\">Sensei Dave Thomas</li>\r\n</ul>\r\n<h2>Shushin (Center Judges)</h2>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<ul>\r\n <li>Shihan Bill Richards</li>\r\n <li>Shihan Greg Stokelin</li>\r\n <li>Sensei Dave Muscarella</li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul>\r\n <li>Sensei Larry Quaranto</li>\r\n <li>Sempai Matt Sarkisian</li>\r\n <li>Sempai Rick Spychalski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fukushin (Corner Judges)</h2>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<ul>\r\n <li>Sensei Roman Herman</li>\r\n <li>Sensei Lee Haughton</li>\r\n <li>Sempai Dave Sheets</li>\r\n <li>Sempai Dave Silloway</li>\r\n <li>Sempai Mary Gifaldi</li>\r\n</ul>\r\n</td>\r\n<td>\r\n<ul>\r\n <li>Sempai Laurie Farber</li>\r\n <li>Sempai Carol Ferro</li>\r\n <li>Sempai Joe Luke</li>\r\n <li>Sempai Karl Biedlingmaier</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Fukushin in Training</h2>\r\n<ul>\r\n <li class=\"style1\">Sempai Steven Olick IV</li>\r\n</ul>\r\n</div>','Officials','','inherit','open','open','','93-revision-v1','','','2015-07-23 13:47:19','2015-07-23 17:47:19','',93,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/93-revision-v1/',0,'revision','',0),(95,1,'2015-07-23 13:48:48','2015-07-23 17:48:48',' ','','','publish','open','open','','95','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=95',13,'nav_menu_item','',0),(96,1,'2015-07-23 13:49:38','2015-07-23 17:49:38','<div id=\"content\">\r\n<h1></h1>\r\n<p class=\"hkanj\">戦い加盟</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Individuals and dojos from other martial arts styles that only wish to learn full-contact fighting techniques and compete in national and international tournaments can join the USA-IFKK as a Fighting Affiliate.\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><a title=\"Sensei Scott fighting Kamil Maras in Montreal.\" href=\"http://uskyokushin.com/people/photo/haug_1p.jpg\" rel=\"shadowbox[photos]\"><img src=\"http://uskyokushin.com/people/photo/haug_1t.jpg\" alt=\"\" width=\"74\" height=\"100\" /></a></td>\r\n<td><a title=\"Sensei Scott fighting Kamil Maras in Montreal.\" href=\"http://uskyokushin.com/people/photo/haug_2p.jpg\" rel=\"shadowbox[photos]\"><img src=\"http://uskyokushin.com/people/photo/haug_2t.jpg\" alt=\"\" width=\"88\" height=\"100\" /></a></td>\r\n<td><a title=\"Sensei Scott fighting Kamil Maras in Montreal.\" href=\"http://uskyokushin.com/people/photo/haug_3p.jpg\" rel=\"shadowbox[photos]\"><img src=\"http://uskyokushin.com/people/photo/haug_3t.jpg\" alt=\"\" width=\"72\" height=\"100\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Benefits of Joining</h2>\r\n<ul>\r\n <li>Learn the World\'s Strongest Karate fighting techniques.</li>\r\n <li>Learn or enhance your skills to fight full-contact, with or without pads.</li>\r\n <li>Have opportunities to learn much more than fighting at USA-IFK clinics and seminars on kata, weapons, self-defense and much more.</li>\r\n <li>Champion Fighters and/or Master Instructors teach each seminar, clinic or event.</li>\r\n <li>Road trip! On occasion, if properly scheduled, have USA-IFKK Instructors come to your dojo.</li>\r\n <li>Be part of a world-renowned International organization.</li>\r\n <li>Compete with the USA-IFKK Fight Team at national events.</li>\r\n <li>Have the chance to qualify for the USA-IFKK Fight Team and compete in international events.</li>\r\n <li>We\'ll support you! Are you having an event or seminar? We\'ll be there to show our support and help when needed.</li>\r\n <li>Receive a USA-IFKK Fighting Affiliate Certificate.</li>\r\n</ul>\r\n<h2>Terms and Guidelines</h2>\r\n<h3>Fees</h3>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>Affiliate Dojo</td>\r\n<td>$75 per Year</td>\r\n</tr>\r\n<tr>\r\n<td>Affiliate Fighter ( new )</td>\r\n<td>$20 per Year</td>\r\n</tr>\r\n<tr>\r\n<td>Affiliate Fighter ( renew )</td>\r\n<td>$10/year</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Other Fees</h3>\r\nGi ( uniform ) - As a representative of the USA/IFK, you will be required to fight in a plain white gi with the Kyokushin Kanji on the front left chest. In addition, the gi will be required to have a USA/IFK patch AND USA Flag patch (standard to those presently being used ). These items can be purchased through the USA/IFK or may be purchases on your own AS LONG AS THEY MATCH our present team standards.\r\n<h3>Events</h3>\r\nThe USA-IFKK will offer seminars, clinics and tournaments yearly, which we would like you to support. There may also be an additional cost for these events, depending on the instructor and curriculum. Conference calls are also done on a regular basis. our goal is to keep ALL schools updated AND united. Being a part of our organization means being part of our family. Communication is KEY!\r\n<h3>Additional Funding Information</h3>\r\nAffiliated schools/fighters will be required to help with fundraising for team events. Other potential costs may include team shirts, track suits, lodging & other travel expenses in which fundraising funds are limited.\r\n<h3>Rank and Uniforms</h3>\r\nOnce accepted, fighters with <span class=\"style1\"><strong>NO MARTIAL ARTS EXPERIENCE </strong></span>will be required to wear the following plain colored belts and the standard Kyokushin USA/IFK uniform to ALL tournaments in which they represent the USA/IFK\r\n<h4>Semi-Contact Fighters</h4>\r\n<ul>\r\n <li>Yellow belts for Novice divisions (1-2 tournaments\' experience)</li>\r\n <li>Green Belts for Intermediate divisions (3-5 tournaments\' experience)</li>\r\n <li>Brown Belts for Advanced divisions (6 or more tournaments\' experience)</li>\r\n</ul>\r\n<h4>Knockdown Fighters</h4>\r\n<ul>\r\n <li>Will always wear Brown Belt (all fighters)</li>\r\n</ul>\r\nFighters from other martial arts styles may wear their present belt rank, BUT IT MUST BE PLAINWITH NO MARKINGS (stripes, insignias, embroidery, etc.). Fighters will also be required to wear a Kyokushin USA/IFK uniform to all tournaments in which they represent the USA-IFK\r\n\r\n \r\n\r\nKyokushin Dojos may wear their present patches, belts, etc. to tournaments EXCEPT; 1) International events, 2) World tournaments or 3) Where the USA/IFK sponsors the fighter.\r\n<h3>Other</h3>\r\n<ul>\r\n <li>Rules, regulations, terms and conditions may change to this affiliation for the safety of the fighters and as opportunities arise to improve</li>\r\n <li>Fighting Affiliations may be cancelled at anytime, by either party.</li>\r\n</ul>\r\n<h2>How to Join</h2>\r\n<a href=\"http://uskyokushin.com/pdf/affil.pdf\" target=\"_blank\">Download</a> the Fighting Affiliation Application Forms.\r\n\r\nContact:\r\n<p class=\"ind\">Shihan Mike Monaco</p>\r\n<p class=\"ind\">Kyokushin Karate Fitness USA\r\n482 Ridge Road West\r\nRochester, NY 14615</p>\r\n<p class=\"ind\">(585) 663-7680 <a href=\"mailto:mmonaco1@ocdus.jnj.com?subject=Fighting%20Affiliation\">email</a></p>\r\n\r\n</div>','Fighting Affiliate','','publish','open','open','','fighting-affiliate','','','2015-07-23 13:49:38','2015-07-23 17:49:38','',0,'http://uskyokushin.com/wordpress1/?page_id=96',0,'page','',0),(97,1,'2015-07-23 13:49:38','2015-07-23 17:49:38','<div id=\"content\">\r\n<h1></h1>\r\n<p class=\"hkanj\">戦い加盟</p>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Individuals and dojos from other martial arts styles that only wish to learn full-contact fighting techniques and compete in national and international tournaments can join the USA-IFKK as a Fighting Affiliate.\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><a title=\"Sensei Scott fighting Kamil Maras in Montreal.\" href=\"http://uskyokushin.com/people/photo/haug_1p.jpg\" rel=\"shadowbox[photos]\"><img src=\"http://uskyokushin.com/people/photo/haug_1t.jpg\" alt=\"\" width=\"74\" height=\"100\" /></a></td>\r\n<td><a title=\"Sensei Scott fighting Kamil Maras in Montreal.\" href=\"http://uskyokushin.com/people/photo/haug_2p.jpg\" rel=\"shadowbox[photos]\"><img src=\"http://uskyokushin.com/people/photo/haug_2t.jpg\" alt=\"\" width=\"88\" height=\"100\" /></a></td>\r\n<td><a title=\"Sensei Scott fighting Kamil Maras in Montreal.\" href=\"http://uskyokushin.com/people/photo/haug_3p.jpg\" rel=\"shadowbox[photos]\"><img src=\"http://uskyokushin.com/people/photo/haug_3t.jpg\" alt=\"\" width=\"72\" height=\"100\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Benefits of Joining</h2>\r\n<ul>\r\n <li>Learn the World\'s Strongest Karate fighting techniques.</li>\r\n <li>Learn or enhance your skills to fight full-contact, with or without pads.</li>\r\n <li>Have opportunities to learn much more than fighting at USA-IFK clinics and seminars on kata, weapons, self-defense and much more.</li>\r\n <li>Champion Fighters and/or Master Instructors teach each seminar, clinic or event.</li>\r\n <li>Road trip! On occasion, if properly scheduled, have USA-IFKK Instructors come to your dojo.</li>\r\n <li>Be part of a world-renowned International organization.</li>\r\n <li>Compete with the USA-IFKK Fight Team at national events.</li>\r\n <li>Have the chance to qualify for the USA-IFKK Fight Team and compete in international events.</li>\r\n <li>We\'ll support you! Are you having an event or seminar? We\'ll be there to show our support and help when needed.</li>\r\n <li>Receive a USA-IFKK Fighting Affiliate Certificate.</li>\r\n</ul>\r\n<h2>Terms and Guidelines</h2>\r\n<h3>Fees</h3>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>Affiliate Dojo</td>\r\n<td>$75 per Year</td>\r\n</tr>\r\n<tr>\r\n<td>Affiliate Fighter ( new )</td>\r\n<td>$20 per Year</td>\r\n</tr>\r\n<tr>\r\n<td>Affiliate Fighter ( renew )</td>\r\n<td>$10/year</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Other Fees</h3>\r\nGi ( uniform ) - As a representative of the USA/IFK, you will be required to fight in a plain white gi with the Kyokushin Kanji on the front left chest. In addition, the gi will be required to have a USA/IFK patch AND USA Flag patch (standard to those presently being used ). These items can be purchased through the USA/IFK or may be purchases on your own AS LONG AS THEY MATCH our present team standards.\r\n<h3>Events</h3>\r\nThe USA-IFKK will offer seminars, clinics and tournaments yearly, which we would like you to support. There may also be an additional cost for these events, depending on the instructor and curriculum. Conference calls are also done on a regular basis. our goal is to keep ALL schools updated AND united. Being a part of our organization means being part of our family. Communication is KEY!\r\n<h3>Additional Funding Information</h3>\r\nAffiliated schools/fighters will be required to help with fundraising for team events. Other potential costs may include team shirts, track suits, lodging & other travel expenses in which fundraising funds are limited.\r\n<h3>Rank and Uniforms</h3>\r\nOnce accepted, fighters with <span class=\"style1\"><strong>NO MARTIAL ARTS EXPERIENCE </strong></span>will be required to wear the following plain colored belts and the standard Kyokushin USA/IFK uniform to ALL tournaments in which they represent the USA/IFK\r\n<h4>Semi-Contact Fighters</h4>\r\n<ul>\r\n <li>Yellow belts for Novice divisions (1-2 tournaments\' experience)</li>\r\n <li>Green Belts for Intermediate divisions (3-5 tournaments\' experience)</li>\r\n <li>Brown Belts for Advanced divisions (6 or more tournaments\' experience)</li>\r\n</ul>\r\n<h4>Knockdown Fighters</h4>\r\n<ul>\r\n <li>Will always wear Brown Belt (all fighters)</li>\r\n</ul>\r\nFighters from other martial arts styles may wear their present belt rank, BUT IT MUST BE PLAINWITH NO MARKINGS (stripes, insignias, embroidery, etc.). Fighters will also be required to wear a Kyokushin USA/IFK uniform to all tournaments in which they represent the USA-IFK\r\n\r\n \r\n\r\nKyokushin Dojos may wear their present patches, belts, etc. to tournaments EXCEPT; 1) International events, 2) World tournaments or 3) Where the USA/IFK sponsors the fighter.\r\n<h3>Other</h3>\r\n<ul>\r\n <li>Rules, regulations, terms and conditions may change to this affiliation for the safety of the fighters and as opportunities arise to improve</li>\r\n <li>Fighting Affiliations may be cancelled at anytime, by either party.</li>\r\n</ul>\r\n<h2>How to Join</h2>\r\n<a href=\"http://uskyokushin.com/pdf/affil.pdf\" target=\"_blank\">Download</a> the Fighting Affiliation Application Forms.\r\n\r\nContact:\r\n<p class=\"ind\">Shihan Mike Monaco</p>\r\n<p class=\"ind\">Kyokushin Karate Fitness USA\r\n482 Ridge Road West\r\nRochester, NY 14615</p>\r\n<p class=\"ind\">(585) 663-7680 <a href=\"mailto:mmonaco1@ocdus.jnj.com?subject=Fighting%20Affiliation\">email</a></p>\r\n\r\n</div>','Fighting Affiliate','','inherit','open','open','','96-revision-v1','','','2015-07-23 13:49:38','2015-07-23 17:49:38','',96,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/96-revision-v1/',0,'revision','',0),(98,1,'2015-07-23 13:50:17','2015-07-23 17:50:17',' ','','','publish','open','open','','98','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=98',14,'nav_menu_item','',0),(100,1,'2015-07-23 14:04:51','2015-07-23 18:04:51','<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">25<sup>th</sup> Anniversary and Annual Kyokushin \"<strong>American International Karate Championships</strong>\" scheduled for <strong>Saturday, October 24<sup>th</sup> , 2015</strong></span></p>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-23 14:04:51','2015-07-23 18:04:51','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/43-revision-v1/',0,'revision','',0),(101,1,'2015-07-23 14:06:04','2015-07-23 18:06:04','<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">25<sup>th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup>th</sup> , 2015</span></strong></p>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-23 14:06:04','2015-07-23 18:06:04','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/43-revision-v1/',0,'revision','',0),(102,1,'2015-07-24 07:55:11','2015-07-24 11:55:11','<p style=\"text-align: center;\"><span style=\"color: #ffff00;\"><strong><span id=\"inserted1113\" style=\"font-size: 29px;\">25<sup style=\"font-size: 24px;\">th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup style=\"font-size: 37px;\">th</sup> , 2015</span></strong></span></p>\n\n<div class=\"textLayer\"> <a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\" wp-image-104 aligncenter\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"462\" height=\"651\" /></a></div>','Home','','inherit','open','open','','43-autosave-v1','','','2015-07-24 07:55:11','2015-07-24 11:55:11','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/43-autosave-v1/',0,'revision','',0),(104,1,'2015-07-23 15:17:33','2015-07-23 19:17:33','','Master AIKC 2015 Poster Sosai','','inherit','open','open','','master-aikc-2015-poster-sosai','','','2015-07-23 15:17:33','2015-07-23 19:17:33','',43,'http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png',0,'attachment','image/png',0),(105,1,'2015-07-23 15:18:03','2015-07-23 19:18:03','<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">25<sup>th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup>th</sup> , 2015</span></strong></p>\r\n\r\n<div class=\"textLayer\"> <a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\"alignnone size-medium wp-image-104\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"213\" height=\"300\" /></a></div>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-23 15:18:03','2015-07-23 19:18:03','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/43-revision-v1/',0,'revision','',0),(106,1,'2015-07-23 15:18:22','2015-07-23 19:18:22','<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">25<sup>th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup>th</sup> , 2015</span></strong></p>\r\n\r\n<div class=\"textLayer\"> <a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\" size-medium wp-image-104 aligncenter\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"213\" height=\"300\" /></a></div>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-23 15:18:22','2015-07-23 19:18:22','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/43-revision-v1/',0,'revision','',0),(107,1,'2015-07-23 17:33:16','2015-07-23 21:33:16','<em></em>\r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div id=\"yui_3_17_2_1_1437687155032_603\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687155032_602\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div id=\"yui_3_17_2_1_1437687155032_601\" class=\"sqs-block-content\">\r\n<h1 id=\"yui_3_17_2_1_1437687155032_600\">ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687155032_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437687155032_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687155032_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687155032_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687155032_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437687155032_182\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437687155032_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col sqs-col-1 span-1\"></div>\r\n</div>\r\n</div>\r\n</div>','About Kyokushin','','inherit','open','open','','9-revision-v1','','','2015-07-23 17:33:16','2015-07-23 21:33:16','',9,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/9-revision-v1/',0,'revision','',0),(108,1,'2015-07-23 17:35:16','2015-07-23 21:35:16','<div id=\"yui_3_17_2_1_1437687248869_207\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536e27b9e4b07abf47e580a5\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536e27b9e4b07abf47e580a5\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1401657880403\">\r\n<div id=\"yui_3_17_2_1_1437687248869_206\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687248869_205\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\"></div>\r\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p style=\"color: #ffffff;\"><strong style=\"font-size: 37px; color: #ffffff;\">History</strong></p>\r\n<p id=\"yui_3_10_1_1_1399822128302_35760\" style=\"color: #ffffff;\"><strong style=\"color: #ffffff;\">Brave new beginnings </strong></p>\r\n<p id=\"yui_3_10_1_1_1399822128302_35761\" style=\"color: #ffffff;\">After a drawn out period of contention during the late 1980’s and early 1990’s and political pressure, during which time it became apparent the expectations of Japan and the aspirations of the British Karate Kyokushinkai were no longer compatible, Hanshi Steve Arneil took the momentous decision to respectfully resign from IKO Honbu – both as Country Representative of the UK and EKO Chairman. Liam Keaveney as Ireland Country Representative and EKO Secretary also resigned for the IKO Honbu A very difficult and painful decision by both, but necessary as a means to paving the way open to forging a future that depended more on their own actions rather than those of others.</p>\r\n<p style=\"color: #ffffff;\">In September 1992, the International Federation of Karate (Kyokushin) was founded with the British Karate Kyokushinkai and the Irish Karate Kyokushinkai being founder members - the following month saw Israel and Russia join. Many more countries joined the IFK in the following years.</p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_33203\" class=\"sqs-block image-block sqs-block-image\" style=\"color: #ffffff;\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_204\" class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_203\" class=\"image-block-outer-wrapper layout-caption-hidden \" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_202\" class=\"intrinsic\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_201\" class=\"image-block-wrapper has-aspect-ratio\" style=\"color: #ffffff;\" data-description=\"\"><img class=\"thumb-image loaded\" style=\"color: #ffffff;\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/?format=750w\" alt=\"\" data-image-resolution=\"750w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image-dimensions=\"720x266\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9993e4b074eafa507857\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_36658\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p id=\"yui_3_10_1_1_1399822128302_46569\" style=\"color: #ffffff;\">The IFK worked up to its first milestone in surprisingly quick time. Its first World Tournament held in 1997 was a mere six years after its inception. Other international events quickly followed in both Kata and Clicker before a further successful world tournament was held in Spain in 2002.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46570\" style=\"color: #ffffff;\">Since its beginning the IFK has been a Federation in the truest sense of the word - an alliance of organisations which have freely joined together for a common purpose. As long as a common purpose is achieved minor differences within the various national organisations are tolerated. This philosophy is of great value, because it puts national organisations on an international level.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_44278\" style=\"color: #ffffff;\">Sosai Mas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of Shichidan (7th Dan). The entire British Karate community later awarded him with the rank of Hachidan (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of Kudan (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the past 10 years under the banner of the IFK.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46571\" style=\"color: #ffffff;\">On the 24th July 23rd July 2011, the Board of IFK Country Representatives awarded Hanshi Steve Arneil his 10th Dan. Hanshi Arneil was presented his belt by Shihan Liam Keaveney (6th Dan) the IFK Secretary General, on behalf of the IFK. A lifetime of commitment to Kyokushin Karate within the IKO and the IFK since the early 1960’s, Hanshi Arneil is without doubt one of the legends of the Kyokushin Karate worldwide.</p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_226\" class=\"row sqs-row\" style=\"color: #ffffff;\">\r\n<div class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52225\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p style=\"color: #ffffff;\">The IFK badge: Saiha means extreme destruction, smashing or tearing. The word Saiha can also mean great wave, the source of the IFK logo. No matter how large a problem is encountered, with patience, determination and perseverance (Osu) one can rise above and overcome all obstacles.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_225\" class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52677\" class=\"sqs-block image-block sqs-block-image\" style=\"color: #ffffff;\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_224\" class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_223\" class=\"image-block-outer-wrapper layout-caption-hidden \" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_222\" class=\"intrinsic\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_221\" class=\"image-block-wrapper has-aspect-ratio\" style=\"color: #ffffff;\" data-description=\"\"><img class=\"thumb-image loaded\" style=\"color: #ffffff;\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg?format=300w\" alt=\"IFK.jpg\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image-dimensions=\"150x150\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9bc0e4b0b5a8bb64b61f\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row sqs-row\" style=\"color: #ffffff;\">\r\n<div class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\r\n<div id=\"block-yui_3_10_1_1_1399823754001_23414\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p style=\"color: #ffffff;\">Watch Shihan Liam Keaveney give his unique view on the 3rd IFK World Kyokushin Knockdown Tournament hosted by the British Karate Kyokushinkai at Crystal Palace National Sports Centre, London 2005; the tournament was a pivotal moment in the IFK\'s history.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row sqs-row\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','History','','publish','closed','closed','','history','','','2015-07-23 18:04:37','2015-07-23 22:04:37','',0,'http://uskyokushin.com/wordpress1/?page_id=108',0,'page','',0),(109,1,'2015-07-23 17:35:16','2015-07-23 21:35:16','<div id=\"yui_3_17_2_1_1437687248869_207\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536e27b9e4b07abf47e580a5\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536e27b9e4b07abf47e580a5\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1401657880403\">\r\n<div id=\"yui_3_17_2_1_1437687248869_206\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687248869_205\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<p id=\"yui_3_10_1_1_1399822128302_35760\"><strong>Brave new beginnings </strong></p>\r\n<p id=\"yui_3_10_1_1_1399822128302_35761\">After a drawn out period of contention during the late 1980’s and early 1990’s and political pressure, during which time it became apparent the expectations of Japan and the aspirations of the British Karate Kyokushinkai were no longer compatible, Hanshi Steve Arneil took the momentous decision to respectfully resign from IKO Honbu – both as Country Representative of the UK and EKO Chairman. Liam Keaveney as Ireland Country Representative and EKO Secretary also resigned for the IKO Honbu A very difficult and painful decision by both, but necessary as a means to paving the way open to forging a future that depended more on their own actions rather than those of others.</p>\r\nIn September 1992, the International Federation of Karate (Kyokushin) was founded with the British Karate Kyokushinkai and the Irish Karate Kyokushinkai being founder members - the following month saw Israel and Russia join. Many more countries joined the IFK in the following years.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_33203\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_204\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687248869_203\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687248869_202\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687248869_201\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/?format=750w\" alt=\"\" data-image-resolution=\"750w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image-dimensions=\"720x266\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9993e4b074eafa507857\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_36658\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<p id=\"yui_3_10_1_1_1399822128302_46569\">The IFK worked up to its first milestone in surprisingly quick time. Its first World Tournament held in 1997 was a mere six years after its inception. Other international events quickly followed in both Kata and Clicker before a further successful world tournament was held in Spain in 2002.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46570\">Since its beginning the IFK has been a Federation in the truest sense of the word - an alliance of organisations which have freely joined together for a common purpose. As long as a common purpose is achieved minor differences within the various national organisations are tolerated. This philosophy is of great value, because it puts national organisations on an international level.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_44278\">Sosai Mas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of Shichidan (7th Dan). The entire British Karate community later awarded him with the rank of Hachidan (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of Kudan (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the past 10 years under the banner of the IFK.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46571\">On the 24th July 23rd July 2011, the Board of IFK Country Representatives awarded Hanshi Steve Arneil his 10th Dan. Hanshi Arneil was presented his belt by Shihan Liam Keaveney (6th Dan) the IFK Secretary General, on behalf of the IFK. A lifetime of commitment to Kyokushin Karate within the IKO and the IFK since the early 1960’s, Hanshi Arneil is without doubt one of the legends of the Kyokushin Karate worldwide.</p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_226\" class=\"row sqs-row\">\r\n<div class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52225\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nThe IFK badge: Saiha means extreme destruction, smashing or tearing. The word Saiha can also mean great wave, the source of the IFK logo. No matter how large a problem is encountered, with patience, determination and perseverance (Osu) one can rise above and overcome all obstacles.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_225\" class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52677\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_224\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687248869_223\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687248869_222\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687248869_221\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg?format=300w\" alt=\"IFK.jpg\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image-dimensions=\"150x150\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9bc0e4b0b5a8bb64b61f\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399823754001_23414\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nWatch Shihan Liam Keaveney give his unique view on the 3rd IFK World Kyokushin Knockdown Tournament hosted by the British Karate Kyokushinkai at Crystal Palace National Sports Centre, London 2005; the tournament was a pivotal moment in the IFK\'s history.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','History','','inherit','open','open','','108-revision-v1','','','2015-07-23 17:35:16','2015-07-23 21:35:16','',108,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/108-revision-v1/',0,'revision','',0),(110,1,'2015-07-23 17:36:05','2015-07-23 21:36:05',' ','','','publish','open','open','','110','','','2015-07-23 17:36:05','2015-07-23 21:36:05','',0,'http://uskyokushin.com/wordpress1/?p=110',4,'nav_menu_item','',0),(111,1,'2015-07-23 17:38:00','2015-07-23 21:38:00','<div id=\"yui_3_17_2_1_1437687248869_207\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536e27b9e4b07abf47e580a5\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536e27b9e4b07abf47e580a5\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1401657880403\">\r\n<div id=\"yui_3_17_2_1_1437687248869_206\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687248869_205\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<strong>History</strong>\r\n<p id=\"yui_3_10_1_1_1399822128302_35760\"><strong>Brave new beginnings </strong></p>\r\n<p id=\"yui_3_10_1_1_1399822128302_35761\">After a drawn out period of contention during the late 1980’s and early 1990’s and political pressure, during which time it became apparent the expectations of Japan and the aspirations of the British Karate Kyokushinkai were no longer compatible, Hanshi Steve Arneil took the momentous decision to respectfully resign from IKO Honbu – both as Country Representative of the UK and EKO Chairman. Liam Keaveney as Ireland Country Representative and EKO Secretary also resigned for the IKO Honbu A very difficult and painful decision by both, but necessary as a means to paving the way open to forging a future that depended more on their own actions rather than those of others.</p>\r\nIn September 1992, the International Federation of Karate (Kyokushin) was founded with the British Karate Kyokushinkai and the Irish Karate Kyokushinkai being founder members - the following month saw Israel and Russia join. Many more countries joined the IFK in the following years.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_33203\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_204\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687248869_203\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687248869_202\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687248869_201\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/?format=750w\" alt=\"\" data-image-resolution=\"750w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image-dimensions=\"720x266\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9993e4b074eafa507857\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_36658\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<p id=\"yui_3_10_1_1_1399822128302_46569\">The IFK worked up to its first milestone in surprisingly quick time. Its first World Tournament held in 1997 was a mere six years after its inception. Other international events quickly followed in both Kata and Clicker before a further successful world tournament was held in Spain in 2002.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46570\">Since its beginning the IFK has been a Federation in the truest sense of the word - an alliance of organisations which have freely joined together for a common purpose. As long as a common purpose is achieved minor differences within the various national organisations are tolerated. This philosophy is of great value, because it puts national organisations on an international level.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_44278\">Sosai Mas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of Shichidan (7th Dan). The entire British Karate community later awarded him with the rank of Hachidan (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of Kudan (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the past 10 years under the banner of the IFK.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46571\">On the 24th July 23rd July 2011, the Board of IFK Country Representatives awarded Hanshi Steve Arneil his 10th Dan. Hanshi Arneil was presented his belt by Shihan Liam Keaveney (6th Dan) the IFK Secretary General, on behalf of the IFK. A lifetime of commitment to Kyokushin Karate within the IKO and the IFK since the early 1960’s, Hanshi Arneil is without doubt one of the legends of the Kyokushin Karate worldwide.</p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_226\" class=\"row sqs-row\">\r\n<div class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52225\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nThe IFK badge: Saiha means extreme destruction, smashing or tearing. The word Saiha can also mean great wave, the source of the IFK logo. No matter how large a problem is encountered, with patience, determination and perseverance (Osu) one can rise above and overcome all obstacles.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_225\" class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52677\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_224\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687248869_223\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687248869_222\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687248869_221\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg?format=300w\" alt=\"IFK.jpg\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image-dimensions=\"150x150\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9bc0e4b0b5a8bb64b61f\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399823754001_23414\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nWatch Shihan Liam Keaveney give his unique view on the 3rd IFK World Kyokushin Knockdown Tournament hosted by the British Karate Kyokushinkai at Crystal Palace National Sports Centre, London 2005; the tournament was a pivotal moment in the IFK\'s history.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','History','','inherit','open','open','','108-revision-v1','','','2015-07-23 17:38:00','2015-07-23 21:38:00','',108,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/108-revision-v1/',0,'revision','',0),(113,1,'2015-07-23 18:02:34','2015-07-23 22:02:34','<div id=\"yui_3_17_2_1_1437687248869_207\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536e27b9e4b07abf47e580a5\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536e27b9e4b07abf47e580a5\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1401657880403\">\r\n<div id=\"yui_3_17_2_1_1437687248869_206\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687248869_205\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<strong style=\"font-size: 37px;\">History</strong>\r\n<p id=\"yui_3_10_1_1_1399822128302_35760\"><strong>Brave new beginnings </strong></p>\r\n<p id=\"yui_3_10_1_1_1399822128302_35761\">After a drawn out period of contention during the late 1980’s and early 1990’s and political pressure, during which time it became apparent the expectations of Japan and the aspirations of the British Karate Kyokushinkai were no longer compatible, Hanshi Steve Arneil took the momentous decision to respectfully resign from IKO Honbu – both as Country Representative of the UK and EKO Chairman. Liam Keaveney as Ireland Country Representative and EKO Secretary also resigned for the IKO Honbu A very difficult and painful decision by both, but necessary as a means to paving the way open to forging a future that depended more on their own actions rather than those of others.</p>\r\nIn September 1992, the International Federation of Karate (Kyokushin) was founded with the British Karate Kyokushinkai and the Irish Karate Kyokushinkai being founder members - the following month saw Israel and Russia join. Many more countries joined the IFK in the following years.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_33203\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_204\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687248869_203\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687248869_202\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687248869_201\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/?format=750w\" alt=\"\" data-image-resolution=\"750w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image-dimensions=\"720x266\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9993e4b074eafa507857\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_36658\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n<p id=\"yui_3_10_1_1_1399822128302_46569\">The IFK worked up to its first milestone in surprisingly quick time. Its first World Tournament held in 1997 was a mere six years after its inception. Other international events quickly followed in both Kata and Clicker before a further successful world tournament was held in Spain in 2002.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46570\">Since its beginning the IFK has been a Federation in the truest sense of the word - an alliance of organisations which have freely joined together for a common purpose. As long as a common purpose is achieved minor differences within the various national organisations are tolerated. This philosophy is of great value, because it puts national organisations on an international level.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_44278\">Sosai Mas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of Shichidan (7th Dan). The entire British Karate community later awarded him with the rank of Hachidan (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of Kudan (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the past 10 years under the banner of the IFK.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46571\">On the 24th July 23rd July 2011, the Board of IFK Country Representatives awarded Hanshi Steve Arneil his 10th Dan. Hanshi Arneil was presented his belt by Shihan Liam Keaveney (6th Dan) the IFK Secretary General, on behalf of the IFK. A lifetime of commitment to Kyokushin Karate within the IKO and the IFK since the early 1960’s, Hanshi Arneil is without doubt one of the legends of the Kyokushin Karate worldwide.</p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_226\" class=\"row sqs-row\">\r\n<div class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52225\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nThe IFK badge: Saiha means extreme destruction, smashing or tearing. The word Saiha can also mean great wave, the source of the IFK logo. No matter how large a problem is encountered, with patience, determination and perseverance (Osu) one can rise above and overcome all obstacles.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_225\" class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52677\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_224\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687248869_223\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687248869_222\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687248869_221\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg?format=300w\" alt=\"IFK.jpg\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image-dimensions=\"150x150\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9bc0e4b0b5a8bb64b61f\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-6 span-6\">\r\n<div id=\"block-yui_3_10_1_1_1399823754001_23414\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nWatch Shihan Liam Keaveney give his unique view on the 3rd IFK World Kyokushin Knockdown Tournament hosted by the British Karate Kyokushinkai at Crystal Palace National Sports Centre, London 2005; the tournament was a pivotal moment in the IFK\'s history.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','History','','inherit','open','open','','108-revision-v1','','','2015-07-23 18:02:34','2015-07-23 22:02:34','',108,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/108-revision-v1/',0,'revision','',0),(114,1,'2015-07-23 18:04:30','2015-07-23 22:04:30','<div id=\"yui_3_17_2_1_1437687248869_207\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536e27b9e4b07abf47e580a5\" data-edit-main-image=\"Page Banner\">\n<div id=\"page-536e27b9e4b07abf47e580a5\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1401657880403\">\n<div id=\"yui_3_17_2_1_1437687248869_206\" class=\"row sqs-row\">\n<div id=\"yui_3_17_2_1_1437687248869_205\" class=\"col sqs-col-12 span-12\">\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\"></div>\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\n<p style=\"color: #ffffff;\"><strong style=\"font-size: 37px; color: #ffffff;\">History</strong></p>\n<p id=\"yui_3_10_1_1_1399822128302_35760\" style=\"color: #ffffff;\"><strong style=\"color: #ffffff;\">Brave new beginnings </strong></p>\n<p id=\"yui_3_10_1_1_1399822128302_35761\" style=\"color: #ffffff;\">After a drawn out period of contention during the late 1980’s and early 1990’s and political pressure, during which time it became apparent the expectations of Japan and the aspirations of the British Karate Kyokushinkai were no longer compatible, Hanshi Steve Arneil took the momentous decision to respectfully resign from IKO Honbu – both as Country Representative of the UK and EKO Chairman. Liam Keaveney as Ireland Country Representative and EKO Secretary also resigned for the IKO Honbu A very difficult and painful decision by both, but necessary as a means to paving the way open to forging a future that depended more on their own actions rather than those of others.</p>\n<p style=\"color: #ffffff;\">In September 1992, the International Federation of Karate (Kyokushin) was founded with the British Karate Kyokushinkai and the Irish Karate Kyokushinkai being founder members - the following month saw Israel and Russia join. Many more countries joined the IFK in the following years.</p>\n\n</div>\n</div>\n<div id=\"block-yui_3_10_1_1_1399822128302_33203\" class=\"sqs-block image-block sqs-block-image\" style=\"color: #ffffff;\" data-block-type=\"5\">\n<div id=\"yui_3_17_2_1_1437687248869_204\" class=\"sqs-block-content\" style=\"color: #ffffff;\">\n<div id=\"yui_3_17_2_1_1437687248869_203\" class=\"image-block-outer-wrapper layout-caption-hidden \" style=\"color: #ffffff;\">\n<div id=\"yui_3_17_2_1_1437687248869_202\" class=\"intrinsic\" style=\"color: #ffffff;\">\n<div id=\"yui_3_17_2_1_1437687248869_201\" class=\"image-block-wrapper has-aspect-ratio\" style=\"color: #ffffff;\" data-description=\"\"><img class=\"thumb-image loaded\" style=\"color: #ffffff;\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/?format=750w\" alt=\"\" data-image-resolution=\"750w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image-dimensions=\"720x266\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9993e4b074eafa507857\" data-type=\"image\" /></div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"block-yui_3_10_1_1_1399822128302_36658\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\n<p id=\"yui_3_10_1_1_1399822128302_46569\" style=\"color: #ffffff;\">The IFK worked up to its first milestone in surprisingly quick time. Its first World Tournament held in 1997 was a mere six years after its inception. Other international events quickly followed in both Kata and Clicker before a further successful world tournament was held in Spain in 2002.</p>\n<p id=\"yui_3_10_1_1_1399822128302_46570\" style=\"color: #ffffff;\">Since its beginning the IFK has been a Federation in the truest sense of the word - an alliance of organisations which have freely joined together for a common purpose. As long as a common purpose is achieved minor differences within the various national organisations are tolerated. This philosophy is of great value, because it puts national organisations on an international level.</p>\n<p id=\"yui_3_10_1_1_1399822128302_44278\" style=\"color: #ffffff;\">Sosai Mas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of Shichidan (7th Dan). The entire British Karate community later awarded him with the rank of Hachidan (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of Kudan (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the past 10 years under the banner of the IFK.</p>\n<p id=\"yui_3_10_1_1_1399822128302_46571\" style=\"color: #ffffff;\">On the 24th July 23rd July 2011, the Board of IFK Country Representatives awarded Hanshi Steve Arneil his 10th Dan. Hanshi Arneil was presented his belt by Shihan Liam Keaveney (6th Dan) the IFK Secretary General, on behalf of the IFK. A lifetime of commitment to Kyokushin Karate within the IKO and the IFK since the early 1960’s, Hanshi Arneil is without doubt one of the legends of the Kyokushin Karate worldwide.</p>\n\n</div>\n</div>\n<div id=\"yui_3_17_2_1_1437687248869_226\" class=\"row sqs-row\" style=\"color: #ffffff;\">\n<div class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\n<div id=\"block-yui_3_10_1_1_1399822128302_52225\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\n<p style=\"color: #ffffff;\">The IFK badge: Saiha means extreme destruction, smashing or tearing. The word Saiha can also mean great wave, the source of the IFK logo. No matter how large a problem is encountered, with patience, determination and perseverance (Osu) one can rise above and overcome all obstacles.</p>\n\n</div>\n</div>\n</div>\n<div id=\"yui_3_17_2_1_1437687248869_225\" class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\n<div id=\"block-yui_3_10_1_1_1399822128302_52677\" class=\"sqs-block image-block sqs-block-image\" style=\"color: #ffffff;\" data-block-type=\"5\">\n<div id=\"yui_3_17_2_1_1437687248869_224\" class=\"sqs-block-content\" style=\"color: #ffffff;\">\n<div id=\"yui_3_17_2_1_1437687248869_223\" class=\"image-block-outer-wrapper layout-caption-hidden \" style=\"color: #ffffff;\">\n<div id=\"yui_3_17_2_1_1437687248869_222\" class=\"intrinsic\" style=\"color: #ffffff;\">\n<div id=\"yui_3_17_2_1_1437687248869_221\" class=\"image-block-wrapper has-aspect-ratio\" style=\"color: #ffffff;\" data-description=\"\"><img class=\"thumb-image loaded\" style=\"color: #ffffff;\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg?format=300w\" alt=\"IFK.jpg\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image-dimensions=\"150x150\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9bc0e4b0b5a8bb64b61f\" data-type=\"image\" /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row sqs-row\" style=\"color: #ffffff;\">\n<div class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\n<div id=\"block-yui_3_10_1_1_1399823754001_23414\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\n<p style=\"color: #ffffff;\">Watch Shihan Liam Keaveney give his unique view on the 3rd IFK World Kyokushin Knockdown Tournament hosted by the British Karate Kyokushinkai at Crystal Palace National Sports Centre, London 2005; the tournament was a pivotal moment in the IFK\'s history.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"row sqs-row\"></div>\n</div>\n</div>\n</div>\n</div>','History','','inherit','open','open','','108-autosave-v1','','','2015-07-23 18:04:30','2015-07-23 22:04:30','',108,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/108-autosave-v1/',0,'revision','',0),(115,1,'2015-07-23 18:04:37','2015-07-23 22:04:37','<div id=\"yui_3_17_2_1_1437687248869_207\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536e27b9e4b07abf47e580a5\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536e27b9e4b07abf47e580a5\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1401657880403\">\r\n<div id=\"yui_3_17_2_1_1437687248869_206\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687248869_205\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\"></div>\r\n<div id=\"block-528aaebc390479564ceb\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p style=\"color: #ffffff;\"><strong style=\"font-size: 37px; color: #ffffff;\">History</strong></p>\r\n<p id=\"yui_3_10_1_1_1399822128302_35760\" style=\"color: #ffffff;\"><strong style=\"color: #ffffff;\">Brave new beginnings </strong></p>\r\n<p id=\"yui_3_10_1_1_1399822128302_35761\" style=\"color: #ffffff;\">After a drawn out period of contention during the late 1980’s and early 1990’s and political pressure, during which time it became apparent the expectations of Japan and the aspirations of the British Karate Kyokushinkai were no longer compatible, Hanshi Steve Arneil took the momentous decision to respectfully resign from IKO Honbu – both as Country Representative of the UK and EKO Chairman. Liam Keaveney as Ireland Country Representative and EKO Secretary also resigned for the IKO Honbu A very difficult and painful decision by both, but necessary as a means to paving the way open to forging a future that depended more on their own actions rather than those of others.</p>\r\n<p style=\"color: #ffffff;\">In September 1992, the International Federation of Karate (Kyokushin) was founded with the British Karate Kyokushinkai and the Irish Karate Kyokushinkai being founder members - the following month saw Israel and Russia join. Many more countries joined the IFK in the following years.</p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_33203\" class=\"sqs-block image-block sqs-block-image\" style=\"color: #ffffff;\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_204\" class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_203\" class=\"image-block-outer-wrapper layout-caption-hidden \" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_202\" class=\"intrinsic\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_201\" class=\"image-block-wrapper has-aspect-ratio\" style=\"color: #ffffff;\" data-description=\"\"><img class=\"thumb-image loaded\" style=\"color: #ffffff;\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/?format=750w\" alt=\"\" data-image-resolution=\"750w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9993e4b074eafa507857/1399822740296/\" data-image-dimensions=\"720x266\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9993e4b074eafa507857\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399822128302_36658\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p id=\"yui_3_10_1_1_1399822128302_46569\" style=\"color: #ffffff;\">The IFK worked up to its first milestone in surprisingly quick time. Its first World Tournament held in 1997 was a mere six years after its inception. Other international events quickly followed in both Kata and Clicker before a further successful world tournament was held in Spain in 2002.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46570\" style=\"color: #ffffff;\">Since its beginning the IFK has been a Federation in the truest sense of the word - an alliance of organisations which have freely joined together for a common purpose. As long as a common purpose is achieved minor differences within the various national organisations are tolerated. This philosophy is of great value, because it puts national organisations on an international level.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_44278\" style=\"color: #ffffff;\">Sosai Mas Oyama, prior to his death, personally awarded Hanshi Arneil with the rank of Shichidan (7th Dan). The entire British Karate community later awarded him with the rank of Hachidan (8th Dan) for his dedication and services to karate in Great Britain. On May 26, 2001, the Board of Country Representatives of the IFK awarded Hanshi Arneil with the rank of Kudan (9th Dan) in recognition of his work in promoting Kyokushin Karate throughout the world during the past 40 years, and in particular during the past 10 years under the banner of the IFK.</p>\r\n<p id=\"yui_3_10_1_1_1399822128302_46571\" style=\"color: #ffffff;\">On the 24th July 23rd July 2011, the Board of IFK Country Representatives awarded Hanshi Steve Arneil his 10th Dan. Hanshi Arneil was presented his belt by Shihan Liam Keaveney (6th Dan) the IFK Secretary General, on behalf of the IFK. A lifetime of commitment to Kyokushin Karate within the IKO and the IFK since the early 1960’s, Hanshi Arneil is without doubt one of the legends of the Kyokushin Karate worldwide.</p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_226\" class=\"row sqs-row\" style=\"color: #ffffff;\">\r\n<div class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52225\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p style=\"color: #ffffff;\">The IFK badge: Saiha means extreme destruction, smashing or tearing. The word Saiha can also mean great wave, the source of the IFK logo. No matter how large a problem is encountered, with patience, determination and perseverance (Osu) one can rise above and overcome all obstacles.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687248869_225\" class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\r\n<div id=\"block-yui_3_10_1_1_1399822128302_52677\" class=\"sqs-block image-block sqs-block-image\" style=\"color: #ffffff;\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687248869_224\" class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_223\" class=\"image-block-outer-wrapper layout-caption-hidden \" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_222\" class=\"intrinsic\" style=\"color: #ffffff;\">\r\n<div id=\"yui_3_17_2_1_1437687248869_221\" class=\"image-block-wrapper has-aspect-ratio\" style=\"color: #ffffff;\" data-description=\"\"><img class=\"thumb-image loaded\" style=\"color: #ffffff;\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg?format=300w\" alt=\"IFK.jpg\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9bc0e4b0b5a8bb64b61f/1399823343954/IFK.jpg\" data-image-dimensions=\"150x150\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9bc0e4b0b5a8bb64b61f\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row sqs-row\" style=\"color: #ffffff;\">\r\n<div class=\"col sqs-col-6 span-6\" style=\"color: #ffffff;\">\r\n<div id=\"block-yui_3_10_1_1_1399823754001_23414\" class=\"sqs-block html-block sqs-block-html\" style=\"color: #ffffff;\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\" style=\"color: #ffffff;\">\r\n<p style=\"color: #ffffff;\">Watch Shihan Liam Keaveney give his unique view on the 3rd IFK World Kyokushin Knockdown Tournament hosted by the British Karate Kyokushinkai at Crystal Palace National Sports Centre, London 2005; the tournament was a pivotal moment in the IFK\'s history.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row sqs-row\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','History','','inherit','open','open','','108-revision-v1','','','2015-07-23 18:04:37','2015-07-23 22:04:37','',108,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/108-revision-v1/',0,'revision','',0),(117,1,'2015-07-23 18:42:41','2015-07-23 22:42:41','<p style=\"text-align: center;\"><span style=\"color: #ffff00;\"><strong><span id=\"inserted1113\" style=\"font-size: 29px;\">25<sup style=\"font-size: 37px;\">th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup style=\"font-size: 37px;\">th</sup> , 2015</span></strong></span></p>\r\n\r\n<div class=\"textLayer\"> <a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\" size-medium wp-image-104 aligncenter\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"213\" height=\"300\" /></a></div>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-23 18:42:41','2015-07-23 22:42:41','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/23/43-revision-v1/',0,'revision','',0),(118,1,'2015-07-24 07:42:55','2015-07-24 11:42:55','<p style=\"text-align: center;\"><span style=\"color: #ffff00;\"><strong><span id=\"inserted1113\" style=\"font-size: 29px;\">25<sup style=\"font-size: 37px;\">th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup style=\"font-size: 37px;\">th</sup> , 2015</span></strong></span></p>\r\n\r\n<div class=\"textLayer\"> <a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\" wp-image-104 aligncenter\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"409\" height=\"576\" /></a></div>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-24 07:42:55','2015-07-24 11:42:55','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/43-revision-v1/',0,'revision','',0),(119,1,'2015-07-24 07:44:29','2015-07-24 11:44:29','<p style=\"text-align: center;\"><span style=\"color: #ffff00;\"><strong><span id=\"inserted1113\" style=\"font-size: 29px;\">25<sup style=\"font-size: 37px;\">th</sup> Anniversary and Annual Kyokushin \"American International Karate Championships\" scheduled for Saturday, October 24<sup style=\"font-size: 37px;\">th</sup> , 2015</span></strong></span></p>\r\n\r\n<div class=\"textLayer\"> <a href=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai.png\"><img class=\" wp-image-104 aligncenter\" src=\"http://uskyokushin.com/wordpress1/wp-content/uploads/2015/07/Master-AIKC-2015-Poster-Sosai-213x300.png\" alt=\"Master AIKC 2015 Poster Sosai\" width=\"462\" height=\"651\" /></a></div>','Home','','inherit','open','open','','43-revision-v1','','','2015-07-24 07:44:29','2015-07-24 11:44:29','',43,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/43-revision-v1/',0,'revision','',0),(121,1,'2015-07-24 07:59:26','2015-07-24 11:59:26','<h1>25th American International\r\nKarate Championships</h1>\r\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\r\n空手選手権大会</p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\r\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\r\n482 Ridge Rd. West\r\nRochester, NY 14615</p>\r\n\r\n<h2>Tournament Location:</h2>\r\n<p class=\"ind\">RIT Inn and Conference Centerr\r\n5257 West Henrietta Rd.\r\nHenrietta, NY 14467</p>\r\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\r\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\r\n\r\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Knockdown Fighting\r\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\r\n <li>Semi-Contact Fighting\r\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\r\n <li>Clicker Fighting\r\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\r\n <li>WFKO Fighting\r\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\r\n</ul>\r\n</td>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Kata\r\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\r\n <li>Weapons Kata\r\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\r\n <li>Creative Breaking\r\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Download:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\r\n\r\n<h2>For Further Information:</h2>\r\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','publish','closed','closed','','2015-american-international-karate-championships','','','2015-07-24 08:14:39','2015-07-24 12:14:39','',0,'http://uskyokushin.com/wordpress1/?page_id=121',0,'page','',0),(128,1,'2015-07-24 08:13:46','2015-07-24 12:13:46','<h1>25th American International\r\nKarate Championships</h1>\r\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\r\n空手選手権大会</p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\r\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\r\n482 Ridge Rd. West\r\nRochester, NY 14615</p>\r\n\r\n<h2>Tournament Location:</h2>\r\n<p class=\"ind\">RIT Inn and Conference Centerr\r\n5257 West Henrietta Rd.\r\nHenrietta, NY 14467</p>\r\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\r\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\r\n\r\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Knockdown Fighting\r\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\r\n <li>Semi-Contact Fighting\r\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\r\n <li>Clicker Fighting\r\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\r\n <li>WFKO Fighting\r\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\r\n</ul>\r\n</td>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Kata\r\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\r\n <li>Weapons Kata\r\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\r\n <li>Creative Breaking\r\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Download:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\r\n\r\n<h2>For Further Information:</h2>\r\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','inherit','open','open','','121-revision-v1','','','2015-07-24 08:13:46','2015-07-24 12:13:46','',121,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/121-revision-v1/',0,'revision','',0),(122,1,'2015-07-24 07:59:26','2015-07-24 11:59:26','<h1>25th American International\r\nKarate Championships</h1>\r\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\r\n空手選手権大会</p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\r\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\r\n482 Ridge Rd. West\r\nRochester, NY 14615</p>\r\n\r\n<h2>Tournament Location:</h2>\r\n<p class=\"ind\">RIT Inn and Conference Centerr\r\n5257 West Henrietta Rd.\r\nHenrietta, NY 14467</p>\r\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\r\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\r\n\r\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Knockdown Fighting\r\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\r\n <li>Semi-Contact Fighting\r\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\r\n <li>Clicker Fighting\r\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\r\n <li>WFKO Fighting\r\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\r\n</ul>\r\n</td>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Kata\r\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\r\n <li>Weapons Kata\r\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\r\n <li>Creative Breaking\r\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Download:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015_AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015_AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015_AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/TitleBelts.pdf\" target=\"_blank\">Championship Belts (.pdf)</a></p>\r\n\r\n<h2>dvertising:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/aikc_adv_info.htm\">Information</a></p>\r\n\r\n<h2 class=\"style1\">Special Event - Seminar with Soshu Shigeru Oyama:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/Soshu%20Seminar%202014.pdf\">Soshu Oyama Seminar Information</a></p>\r\n\r\n<h2>For Further Information:</h2>\r\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','inherit','open','open','','121-revision-v1','','','2015-07-24 07:59:26','2015-07-24 11:59:26','',121,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/121-revision-v1/',0,'revision','',0),(123,1,'2015-07-24 08:12:25','2015-07-24 12:12:25','<h1>25th American International\nKarate Championships</h1>\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\n空手選手権大会</p>\n\n<h2>October 24, 2015</h2>\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\n482 Ridge Rd. West\nRochester, NY 14615</p>\n\n<h2>Tournament Location:</h2>\n<p class=\"ind\">RIT Inn and Conference Centerr\n5257 West Henrietta Rd.\nHenrietta, NY 14467</p>\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\n\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"top\">\n<ul>\n <li>Knockdown Fighting\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\n <li>Semi-Contact Fighting\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\n <li>Clicker Fighting\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\n <li>WFKO Fighting\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\n</ul>\n</td>\n<td class=\"top\">\n<ul>\n <li>Kata\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\n <li>Weapons Kata\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\n <li>Creative Breaking\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n \n<h2>Download:</h2>\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\n\n<h2>For Further Information:</h2>\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','inherit','open','open','','121-autosave-v1','','','2015-07-24 08:12:25','2015-07-24 12:12:25','',121,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/121-autosave-v1/',0,'revision','',0),(127,1,'2015-07-24 08:10:17','2015-07-24 12:10:17','<h1>25th American International\r\nKarate Championships</h1>\r\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\r\n空手選手権大会</p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\r\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\r\n482 Ridge Rd. West\r\nRochester, NY 14615</p>\r\n\r\n<h2>Tournament Location:</h2>\r\n<p class=\"ind\">RIT Inn and Conference Centerr\r\n5257 West Henrietta Rd.\r\nHenrietta, NY 14467</p>\r\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\r\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\r\n\r\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Knockdown Fighting\r\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\r\n <li>Semi-Contact Fighting\r\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\r\n <li>Clicker Fighting\r\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\r\n <li>WFKO Fighting\r\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\r\n</ul>\r\n</td>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Kata\r\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\r\n <li>Weapons Kata\r\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\r\n <li>Creative Breaking\r\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Download:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\r\n\r\n<h2>Advertising:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/aikc_adv_info.htm\">Information</a></p>\r\n\r\n<h2 class=\"style1\">Special Event - Seminar with Soshu Shigeru Oyama:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/Soshu%20Seminar%202014.pdf\">Soshu Oyama Seminar Information</a></p>\r\n\r\n<h2>For Further Information:</h2>\r\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','inherit','open','open','','121-revision-v1','','','2015-07-24 08:10:17','2015-07-24 12:10:17','',121,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/121-revision-v1/',0,'revision','',0),(124,1,'2015-07-24 08:06:03','2015-07-24 12:06:03','<h1>25th American International\r\nKarate Championships</h1>\r\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\r\n空手選手権大会</p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\r\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\r\n482 Ridge Rd. West\r\nRochester, NY 14615</p>\r\n\r\n<h2>Tournament Location:</h2>\r\n<p class=\"ind\">RIT Inn and Conference Centerr\r\n5257 West Henrietta Rd.\r\nHenrietta, NY 14467</p>\r\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\r\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\r\n\r\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Knockdown Fighting\r\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\r\n <li>Semi-Contact Fighting\r\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\r\n <li>Clicker Fighting\r\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\r\n <li>WFKO Fighting\r\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\r\n</ul>\r\n</td>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Kata\r\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\r\n <li>Weapons Kata\r\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\r\n <li>Creative Breaking\r\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Download:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015_AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015/2015_AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015_AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/TitleBelts.pdf\" target=\"_blank\">Championship Belts (.pdf)</a></p>\r\n\r\n<h2>Advertising:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/aikc_adv_info.htm\">Information</a></p>\r\n\r\n<h2 class=\"style1\">Special Event - Seminar with Soshu Shigeru Oyama:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/Soshu%20Seminar%202014.pdf\">Soshu Oyama Seminar Information</a></p>\r\n\r\n<h2>For Further Information:</h2>\r\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','inherit','open','open','','121-revision-v1','','','2015-07-24 08:06:03','2015-07-24 12:06:03','',121,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/121-revision-v1/',0,'revision','',0),(126,1,'2015-07-24 08:08:46','2015-07-24 12:08:46','<h1>25th American International\r\nKarate Championships</h1>\r\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\r\n空手選手権大会</p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\r\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\r\n482 Ridge Rd. West\r\nRochester, NY 14615</p>\r\n\r\n<h2>Tournament Location:</h2>\r\n<p class=\"ind\">RIT Inn and Conference Centerr\r\n5257 West Henrietta Rd.\r\nHenrietta, NY 14467</p>\r\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\r\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\r\n\r\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Knockdown Fighting\r\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\r\n <li>Semi-Contact Fighting\r\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\r\n <li>Clicker Fighting\r\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\r\n <li>WFKO Fighting\r\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\r\n</ul>\r\n</td>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Kata\r\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\r\n <li>Weapons Kata\r\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\r\n <li>Creative Breaking\r\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Download:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/TitleBelts.pdf\" target=\"_blank\">Championship Belts (.pdf)</a></p>\r\n\r\n<h2>Advertising:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/aikc_adv_info.htm\">Information</a></p>\r\n\r\n<h2 class=\"style1\">Special Event - Seminar with Soshu Shigeru Oyama:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/Soshu%20Seminar%202014.pdf\">Soshu Oyama Seminar Information</a></p>\r\n\r\n<h2>For Further Information:</h2>\r\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','inherit','open','open','','121-revision-v1','','','2015-07-24 08:08:46','2015-07-24 12:08:46','',121,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/121-revision-v1/',0,'revision','',0),(125,1,'2015-07-24 08:07:37','2015-07-24 12:07:37','<h1>25th American International\r\nKarate Championships</h1>\r\n<p class=\"hkanj\">第<span class=\"ls0\">2</span><span class=\"fs1\">4</span>米国国際\r\n空手選手権大会</p>\r\n\r\n<h2>October 24, 2015</h2>\r\n<img class=\"imflr\" src=\"http://uskyokushin.com/images/usa_ifkk_logo.gif\" alt=\"USA-IFKK\" width=\"100\" height=\"100\" />Hosted by:\r\n<p class=\"ind\"><b>Kyokushin Karate Fitness USA</b>\r\n482 Ridge Rd. West\r\nRochester, NY 14615</p>\r\n\r\n<h2>Tournament Location:</h2>\r\n<p class=\"ind\">RIT Inn and Conference Centerr\r\n5257 West Henrietta Rd.\r\nHenrietta, NY 14467</p>\r\n<p class=\"ind\"><a href=\"http://www.rit.edu/ritinn/\">Lodging Info</a> - <em> For $89 discount rate mention American International Karate Championship</em></p>\r\n<p class=\"ind\">Please Call 585-489-5797(cell) or 585-663-7680(dojo) with any questions</p>\r\n\r\n<h2>Tournament Events – Open to ALL Styles & Organizations:</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Knockdown Fighting\r\n<a href=\"http://uskyokushin.com/aikc_knock_div.htm\">Divisions</a></li>\r\n <li>Semi-Contact Fighting\r\n<a href=\"http://uskyokushin.com/aikc_semi_div.htm\">Divisions</a></li>\r\n <li>Clicker Fighting\r\n<a href=\"http://uskyokushin.com/aikc_click_div.htm\">Divisions</a></li>\r\n <li>WFKO Fighting\r\n<a href=\"http://uskyokushin.com/pdf/2015/NORTH%20AMERICA%20WFKO\">Information </a></li>\r\n</ul>\r\n</td>\r\n<td class=\"top\">\r\n<ul>\r\n <li>Kata\r\n<a href=\"http://uskyokushin.com/aikc_kata_div.htm\">Divisions</a></li>\r\n <li>Weapons Kata\r\n<a href=\"http://uskyokushin.com/aikc_weap_div.htm\">Divisions</a></li>\r\n <li>Creative Breaking\r\n<a href=\"http://uskyokushin.com/aikc_break_div.htm\">Divisions</a></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Download:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20Full%20Package%20Ver%202.pdf\" target=\"_blank\">Tournament Information Packet (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015/2015%20AIKC%20Mail-In%20Application.pdf\" target=\"_blank\">Mail-In Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/2015%20AIKC%20knockdown%20Application.pdf\" target=\"_blank\">Knockdown Registration Form (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/2015/Master%20AIKC%202015%20Poster%20Sosai.pdf\" target=\"_blank\">Tournament Poster (.pdf)</a></p>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/TitleBelts.pdf\" target=\"_blank\">Championship Belts (.pdf)</a></p>\r\n\r\n<h2>Advertising:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/aikc_adv_info.htm\">Information</a></p>\r\n\r\n<h2 class=\"style1\">Special Event - Seminar with Soshu Shigeru Oyama:</h2>\r\n<p class=\"ind\"><a href=\"http://uskyokushin.com/pdf/Soshu%20Seminar%202014.pdf\">Soshu Oyama Seminar Information</a></p>\r\n\r\n<h2>For Further Information:</h2>\r\n<p class=\"ind\">Contact Shihan Michael Monaco at (585) 489-5797 or by <a href=\"mailto:MMonaco1@its.jnj.com\">email</a>.</p>','2015 American International Karate Championships','','inherit','open','open','','121-revision-v1','','','2015-07-24 08:07:37','2015-07-24 12:07:37','',121,'http://uskyokushin.com/wordpress1/index.php/2015/07/24/121-revision-v1/',0,'revision','',0),(130,1,'2015-07-30 08:33:04','2015-07-30 12:33:04',' \r\n<div id=\"page-body-header\" class=\"extra-wrapper\">\r\n<div id=\"page-header-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"About IFK Header Content\" data-type=\"block-field\" data-updated-on=\"1400152910779\">\r\n<div id=\"yui_3_17_2_1_1437687155032_603\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687155032_602\" class=\"col sqs-col-12 span-12\">\r\n<div id=\"block-yui_3_10_1_1_1400072992977_11693\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div id=\"yui_3_17_2_1_1437687155032_601\" class=\"sqs-block-content\">\r\n<h1 id=\"yui_3_17_2_1_1437687155032_600\">ABOUT THE IFK (KYOKUSHIN)</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687155032_167\" class=\"main-content\" data-content-field=\"main-content\" data-collection-id=\"536f5d35e4b07820fa399c66\" data-edit-main-image=\"Page Banner\">\r\n<div id=\"page-536f5d35e4b07820fa399c66\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page\" data-updated-on=\"1400152820591\">\r\n<div id=\"yui_3_17_2_1_1437687155032_166\" class=\"row sqs-row\">\r\n<div id=\"yui_3_17_2_1_1437687155032_165\" class=\"col sqs-col-7 span-7\">\r\n<div id=\"block-aeb2c00dd39b682d9a28\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\n \r\n\r\n<strong>The IFK (Kyokushin) was founded in 1992 by <a href=\"http://ifk-kyokushin.com/ifk-president.html\">Hanshi Steve Arneil</a> (10th Dan) to: </strong>\r\n<ul>\r\n <li>promote on an international basis the teaching, practice and dissemination of information on Kyokushin karate;</li>\r\n <li>establish a unified system of kihon, kata and gradings within national organisations;</li>\r\n <li>provide an International identity to national organisations;</li>\r\n <li>establish a centre for the issue of International Dan Grade Certificates and in providing the above, continue to maintain the national countries’ own independence, ideal and philosophy.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_24571\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_164\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_163\" class=\"image-block-outer-wrapper layout-caption-hidden \">\r\n<div id=\"yui_3_17_2_1_1437687155032_162\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_161\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/?format=500w\" alt=\"\" data-image-resolution=\"500w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5d8ae4b0857ebbaf1064/1399807373441/\" data-image-dimensions=\"958x355\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5d8ae4b0857ebbaf1064\" data-type=\"image\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399807274908_53310\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\r\n<div class=\"sqs-block-content\">\r\n\r\nIf there was one goal Hanshi Arneil wished the IFK to achieve it is consistency. <a href=\"http://ifk-kyokushin.com/sosai.html\">Sosai Mas Oyama</a> had told him the only way an international organisation could be unified is by regulating the practice and teaching of kata and kihon across the various national organisations whereby all Kyokushin karateka, in any dojo from any country should perform the techniques and katas in the same manner.\r\n\r\nTo that end, Hanshi Arneil has developed a systematic <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4\" target=\"_blank\">grading syllabus</a> for the IFK and published an invaluable book on <a href=\"http://www.kyokushinuk.com/index.php?main_page=index&cPath=4&zenid=8q0a7ar7glc04qnbdoenjvi2e1\" target=\"_blank\">Kyokushin Kata</a> to enable the individual to strive for the same level of excellence.\r\n\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_8016\" class=\"sqs-block horizontalrule-block sqs-block-horizontalrule\" data-block-type=\"47\">\r\n<div class=\"sqs-block-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"yui_3_17_2_1_1437687155032_185\" class=\"col sqs-col-4 span-4\">\r\n<div id=\"block-yui_3_10_1_1_1399807274908_57878\" class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_184\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_183\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437687155032_182\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_181\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p>Hanshi with Shihan Liam Keaveney (IFK Secretary General)</p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/?format=300w\" alt=\"Hanshi with Shihan Liam Keaveney (IFK Secretary General)\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f5e63e4b0a859ee40710e/1399821722393/\" data-image-dimensions=\"1500x1366\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f5e63e4b0a859ee40710e\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\nHanshi with Shihan Liam Keaveney (IFK Secretary General)\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-yui_3_10_1_1_1399808160654_27887\" class=\"sqs-block image-block sqs-block-image\" data-aspect-ratio=\"130.34825870646767\" data-block-type=\"5\">\r\n<div id=\"yui_3_17_2_1_1437687155032_201\" class=\"sqs-block-content\">\r\n<div id=\"yui_3_17_2_1_1437687155032_200\" class=\"image-block-outer-wrapper layout-caption-below \">\r\n<div id=\"yui_3_17_2_1_1437687155032_199\" class=\"intrinsic\">\r\n<div id=\"yui_3_17_2_1_1437687155032_198\" class=\"image-block-wrapper has-aspect-ratio\" data-description=\"<p><strong>Hanshi with Sosai</strong></p>\"><img class=\"thumb-image loaded\" src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg?format=300w\" alt=\"Hanshi with Sosai\" data-image-resolution=\"300w\" data-src=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image=\"http://static1.squarespace.com/static/536c0e15e4b0a03c478a97ef/t/536f9684e4b054112dbf1e38/1399822162085/Oyama+and+Arneil+3.jpg\" data-image-dimensions=\"829x1139\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"536f9684e4b054112dbf1e38\" data-type=\"image\" /></div>\r\n<div class=\"image-caption-wrapper\">\r\n<div class=\"image-caption\">\r\n\r\n<strong>Hanshi with Sosai</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col sqs-col-1 span-1\"></div>\r\n</div>\r\n</div>\r\n</div>','About Kyokushin','','inherit','open','open','','9-revision-v1','','','2015-07-30 08:33:04','2015-07-30 12:33:04','',9,'http://uskyokushin.com/wordpress1/index.php/2015/07/30/9-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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(59,2,0),(67,2,0),(60,2,0),(54,2,0),(58,2,0),(55,2,0),(61,2,0),(57,2,0),(56,2,0),(68,2,0),(72,2,0),(78,2,0),(79,1,0),(84,2,0),(87,2,0),(88,1,0),(92,2,0),(95,2,0),(98,2,0),(110,2,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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'nav_menu','',0,18); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; 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,'Events','events',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; 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','ifksensei'),(2,1,'first_name','Bill'),(3,1,'last_name','Richards'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:5:{s:64:\"69b87dfdae31c2a955c46e92dad4cf2c90ec8425a3438c0f7358a2a74549a53f\";a:4:{s:10:\"expiration\";i:1438622394;s:2:\"ip\";s:13:\"132.236.32.32\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1437412794;}s:64:\"fad263cc9b06f9869ed75676f8be5d495707c1e8dda16e24d5ee899a0ace6983\";a:4:{s:10:\"expiration\";i:1438783179;s:2:\"ip\";s:13:\"132.236.32.32\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1437573579;}s:64:\"e54c56eb42caa01a734e39363d78abca7af003c6813552e49641035ffaa28ea5\";a:4:{s:10:\"expiration\";i:1438783339;s:2:\"ip\";s:13:\"132.236.32.32\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1437573739;}s:64:\"406f2c916e5f82b27c771c60e8c9cf0902b5c3c5114e462f8be55017075b6c74\";a:4:{s:10:\"expiration\";i:1438784128;s:2:\"ip\";s:13:\"132.236.32.32\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1437574528;}s:64:\"ba250f9fb7d0566a67e2e148ab584c7a180f81e2856107bcfa5ff667484acb6d\";a:4:{s:10:\"expiration\";i:1438809644;s:2:\"ip\";s:13:\"74.69.185.131\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0\";s:5:\"login\";i:1437600044;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','129'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(19,1,'wp_user-settings','mfold=o&libraryContent=browse&editor=tinymce&hidetb=1&siteorigin_panels_setting_tab=general&wplink=1'),(20,1,'wp_user-settings-time','1438259012'),(21,1,'nav_menu_recently_edited','2'),(22,1,'manageedit-pagecolumnshidden','a:2:{i:0;s:8:\"comments\";i:1;s:0:\"\";}'),(23,1,'edit_page_per_page','20'),(24,1,'closedpostboxes_page','a:0:{}'),(25,1,'metaboxhidden_page','a:5:{i:0;s:12:\"postimagediv\";i:1;s:10:\"postcustom\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(26,1,'meta-box-order_page','a:3:{s:4:\"side\";s:52:\"submitdiv,pageparentdiv,postimagediv,wptr-hide-title\";s:6:\"normal\";s:70:\"revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(27,1,'screen_layout_page','2'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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,'ifksensei','$P$BX7Rr6T3njJeUXf21auncgW1zM4DwQ0','ifksensei','wtr6@cornell.edu','http://uskyuokushin.com','2015-05-11 16:32:55','',0,'ifksensei'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02bca42_0' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2017-05-24 12:30:00